Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Aprenda com um simulado online completo para o exame Amazon AIF-C01 (AWS Certified AI Practitioner). Pratique com questões atualizadas, respostas detalhadas e prepare-se para conquistar sua certificação AWS com mais confiança.

50 questões abertas
369 na preparação
01:00 duração
70% para passar
Pagamento seguro Acesso imediato PC, tablet e celular Foco em certificações de TI

Questões 11–20 de 50 (com resposta)

Clique em "Ver resposta" para revelar o gabarito e a explicação, e participe da discussão da comunidade em cada questão. Quer praticar como na prova? Use o teste gratuito (50 questões após cadastro rápido).

Questão 11 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A company is deploying AI/ML models by using AWS services. The company wants to offer transparency into the models' decision-making processes and provide explanations for the model outputs.
  • A Amazon SageMaker Model Cards Correta
  • B Amazon Rekognition
  • C Amazon Comprehend
  • D Amazon Lex
Resposta correta: A

Explicação

Explanation: Amazon SageMaker Model Cards document model details, performance, intended use cases, and risk considerations. They support responsible AI by improving transparency and governance. Rekognition is computer vision. Comprehend is NLP for entity/sentiment. Lex is conversational AI. Reference: AWS Documentation SageMaker Model Cards

Questão 12 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A company stores its AI datasets in Amazon S3 buckets. The company wants to share the S3 buckets with its business partners. The company needs to avoid accidentally sharing sensitive data. Which AWS service should the company use to discover sensitive data in the dataset?
  • A Amazon Kendra
  • B Amazon Macie Correta
  • C Amazon Textract
  • D AWS Data Exchange
Resposta correta: B

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Amazon Macie uses machine learning to: Discover sensitive data such as PII Classify data stored in Amazon S3 Help prevent unintended data exposure AWS security guidance recommends Macie before data sharing to ensure compliance and privacy protection. Why the other options are incorrect: Kendra (A) is a search service. Textract (C) extracts text from documents. Data Exchange (D) shares datasets, not analyzes sensitivity. AWS AI document references: Amazon Macie Overview Protecting Sensitive Data in S3 Data Privacy and Governance on AWS

Questão 13 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A company wants to build an interactive application for children that generates new stories based on classic stories. The company wants to use Amazon Bedrock and needs to ensure that the results and topics are appropriate for children. Which AWS service or feature will meet these requirements?
  • A Amazon Rekognition
  • B Amazon Bedrock playgrounds
  • C Guardrails for Amazon Bedrock Correta
  • D Agents for Amazon Bedrock
Resposta correta: C

Explicação

Explanation: Amazon Bedrock is a service that provides foundational models for building generative AI applications. When creating an application for children, it is crucial to ensure that the generated content is appropriate for the target audience. "Guardrails" in Amazon Bedrock provide mechanisms to control the outputs and topics of generated content to align with desired safety standards and appropriateness levels. Option C (Correct): "Guardrails for Amazon Bedrock": This is the correct answer because guardrails are specifically designed to help users enforce content moderation, filtering, and safety checks on the outputs generated by models in Amazon Bedrock. For a children's application, guardrails ensure that all content generated is suitable and appropriate for the intended audience. Option A: "Amazon Rekognition" is incorrect. Amazon Rekognition is an image and video analysis service that can detect inappropriate content in images or videos, but it does not handle text or story generation. Option B: "Amazon Bedrock playgrounds" is incorrect because playgrounds are environments for experimenting and testing model outputs, but they do not inherently provide safeguards to ensure content appropriateness for specific audiences, such as children. Option D: "Agents for Amazon Bedrock" is incorrect. Agents in Amazon Bedrock facilitate building AI applications with more interactive capabilities, but they do not provide specific guardrails for ensuring content appropriateness for children. AWS AI Practitioner Reference: Guardrails in Amazon Bedrock: Designed to help implement controls that ensure generated content is safe and suitable for specific use cases or audiences, such as children, by moderating and filtering inappropriate or undesired content. Building Safe AI Applications: AWS provides guidance on implementing ethical AI practices, including using guardrails to protect against generating inappropriate or biased content.

Questão 14 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
Which AW5 service makes foundation models (FMs) available to help users build and scale generative AI applications?
  • A Amazon Q Developer
  • B Amazon Bedrock Correta
  • C Amazon Kendra
  • D Amazon Comprehend
Resposta correta: B

Explicação

Explanation: Amazon Bedrock is a fully managed service that provides access to foundation models (FMs) from various providers, enabling users to build and scale generative AI applications. It simplifies the process of integrating FMs into applications for tasks like text generation, chatbots, and more. Exact Extract from AWS AI Documents: From the AWS Bedrock User Guide: "Amazon Bedrock is a fully managed service that makes foundation models (FMs) from leading AI providers available through a single API, enabling developers to build and scale generative AI applications with ease." (Source: AWS Bedrock User Guide, Introduction to Amazon Bedrock) Detailed Option A: Amazon Q DeveloperAmazon Q Developer is an AI-powered assistant for coding and AWS service guidance, not a service for hosting or providing foundation models. Option B: Amazon BedrockThis is the correct answer. Amazon Bedrock provides access to foundation models, making it the primary service for building and scaling generative AI applications. Option C: Amazon KendraAmazon Kendra is an intelligent search service powered by machine learning, not a service for providing foundation models or building generative AI applications. Option D: Amazon ComprehendAmazon Comprehend is an NLP service for text analysis tasks like sentiment analysis, not for providing foundation models or supporting generative AI. Reference: AWS Bedrock User Guide: Introduction to Amazon Bedrock (https://docs.aws.amazon.com/bedrock/latest/ userguide/what-is-bedrock.html) AWS AI Practitioner Learning Path: Module on Generative AI Services AWS Documentation: Generative AI on AWS (https://aws.amazon.com/generative-ai/)

Questão 15 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A company wants to create a chatbot to answer employee questions about company policies. Company policies are updated frequently. The chatbot must reflect the changes in near real time. The company wants to choose a large language model (LLM).
  • A Fine-tune an LLM on the company policy text by using Amazon SageMaker.
  • B Select a foundation model (FM) from Amazon Bedrock to build an application.
  • C Create a Retrieval Augmented Generation (RAG) workflow by using Amazon Bedrock Knowledge Bases. Correta
  • D Use Amazon Q Business to build a custom Q App.
Resposta correta: C

Explicação

Explanation: The correct answer is C because Retrieval-Augmented Generation (RAG) allows a large language model to provide responses based on up-to-date content from external data sources without the need to fine-tune the model. According to the AWS Bedrock Developer Guide: "Amazon Bedrock Knowledge Bases enables developers to augment foundation models (FMs) with company-specific data that is updated in real time or near real time. By separating retrieval from the model itself, RAG-based approaches avoid the need for frequent retraining or fine-tuning." This means a company can use a knowledge base with Amazon Bedrock to dynamically fetch the latest company policy information and feed it to the LLM in the prompt. This approach is ideal for use cases where the content (like policies) changes frequently, and latency for updates must be minimal. Explanation of other options: A . Fine-tuning an LLM with SageMaker is not optimal for frequently updated data. Fine-tuning involves retraining and redeploying the model, which is time-consuming and not suited for real-time updates. As stated in the SageMaker documentation: "Fine-tuning is best used for use cases where the data changes infrequently and where highly specific model behavior is required." B . Selecting a foundation model alone does not fulfill the real-time requirement. The FM's base knowledge is static unless augmented through additional methods like RAG. D . Amazon Q Business is intended for workplace productivity and enterprise use but is more opinionated in structure and doesn't provide the same flexibility as a custom RAG workflow for building a tailored chatbot application. While it supports some real-time data sync features, it's not purpose-built for LLM-based chat systems with dynamic data feeds like Knowledge Bases in Bedrock. Therefore, the most appropriate and scalable solution aligned with AWS recommendations is C. Referenced AWS AI/ML Documents and Study Guides: Amazon Bedrock Developer Guide Knowledge Bases and RAG (2024 Edition) AWS Certified Machine Learning Specialty Study Guide Generative AI Section AWS Documentation: Choosing Between Fine-Tuning and RAG for LLM Applications Amazon SageMaker Documentation Model Tuning and Deployment Best Practices (2024)

Questão 16 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
O que é o pré-treinamento continuado?
  • A O processo de ajuste fino de um modelo de linguagem pré-treinado em dados rotulados para uma tarefa específica
  • B O processo de fornecer dados não rotulados a um modelo de linguagem pré-treinado para melhorar o conhecimento de domínio do modelo Correta
  • C O processo de treinar um modelo de linguagem desde o início em um conjunto de dados específico
  • D O processo de avaliação do desempenho de um modelo de linguagem pré-treinado em um conjunto de teste
Resposta correta: B

Explicação

Explicação: explicação abrangente e detalhada de documentos exatos de IA da AWS: O pré-treinamento contínuo envolve o treinamento adicional de um modelo já pré-treinado usando dados não rotulados e específicos do domínio. A orientação de IA generativa da AWS explica que o pré-treinamento contínuo: Expande o conhecimento do domínio Preserva a compreensão geral do idioma Difere do ajuste fino, que usa dados rotulados Por que as outras opções estão incorretas: A descreve o ajuste fino. C descreve o treinamento do zero. D descreve a avaliação. Referências de documentos de IA da AWS: Técnicas de personalização do modelo básico Pré-treinamento contínuo versus ajuste fino Adaptação de domínio na AWS

Questão 17 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
Uma empresa desenvolveu um modelo de ML para classificação de imagens. A empresa deseja implantar o modelo em produção para que um aplicativo Web possa usá-lo. A empresa precisa implementar uma solução para hospedar o modelo e servir previsões sem gerenciar nenhuma infraestrutura subjacente. Qual solução atenderá a esses requisitos?
  • A Use o Amazon SageMaker Serverless Inference para implantar o modelo. Correta
  • B Use o Amazon CloudFront para implantar o modelo.
  • C Use o Amazon API Gateway para hospedar o modelo e fornecer previsões.
  • D Use o AWS Batch para hospedar o modelo e fornecer previsões.
Resposta correta: A

Explicação

Explicação: o Amazon SageMaker Serverless Inference é a solução correta para implantar um modelo de ML na produção de uma forma que permite que um aplicativo web use o modelo sem a necessidade de gerenciar a infraestrutura subjacente. O Amazon SageMaker Serverless Inference oferece um ambiente totalmente gerenciado para implantação de modelos de machine learning. Ele provisiona, dimensiona e gerencia automaticamente a infraestrutura necessária para hospedar o modelo, eliminando a necessidade de a empresa gerenciar servidores ou outra infraestrutura subjacente. Por que a opção A está correta: Sem gerenciamento de infraestrutura: o SageMaker Serverless Inference lida com o gerenciamento de infraestrutura para implantar e servir modelos de ML. A empresa pode simplesmente fornecer o modelo e especificar a capacidade computacional necessária, e o SageMaker cuidará do resto. Custo-benefício: A opção de inferência sem servidor é ideal para aplicações com tráfego intermitente ou imprevisível, pois a empresa paga apenas pelo tempo de computação consumido durante o tratamento das solicitações. Integração com Aplicações Web: Esta solução permite que o modelo seja facilmente acessado por aplicações web através de APIs RESTful, tornando-a uma escolha ideal para hospedar o modelo e servir previsões. Por que outras opções estão incorretas: B . Use o Amazon CloudFront para implantar o modelo: CloudFront é um serviço de rede de entrega de conteúdo (CDN) para distribuição de conteúdo, não para implantar modelos de ML ou servir previsões. C. Use o Amazon API Gateway para hospedar o modelo e fornecer previsões: o API Gateway é usado para criar, implantar e gerenciar APIs, mas não fornece a infraestrutura ou o ambiente necessário para hospedar e executar modelos de ML. D. Use o AWS Batch para hospedar o modelo e fornecer previsões: o AWS Batch foi projetado para executar cargas de trabalho de computação em lote e não é otimizado para inferência em tempo real ou hospedagem de modelos de machine learning. Assim, A é a resposta correta, pois está alinhada com o requisito de implantação de um modelo de ML sem gerenciar qualquer infraestrutura subjacente.

Questão 18 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
In which stage of the generative AI model lifecycle are tests performed to examine the model's accuracy?
  • A Deployment
  • B Data selection
  • C Fine-tuning
  • D Evaluation Correta
Resposta correta: D

Explicação

Explanation: The evaluation stage of the generative AI model lifecycle involves testing the model to assess its performance, including accuracy, coherence, and other metrics. This stage ensures the model meets the desired quality standards before deployment. Exact Extract from AWS AI Documents: From the AWS AI Practitioner Learning Path: "The evaluation phase in the machine learning lifecycle involves testing the model against validation or test datasets to measure its performance metrics, such as accuracy, precision, recall, or task- specific metrics for generative AI models." (Source: AWS AI Practitioner Learning Path, Module on Machine Learning Lifecycle) Detailed Option A: DeploymentDeployment involves making the model available for use in production. While monitoring occurs post-deployment, accuracy testing is performed earlier in the evaluation stage. Option B: Data selectionData selection involves choosing and preparing data for training, not testing the model's accuracy. Option C: Fine-tuningFine-tuning adjusts a pre-trained model to improve performance for a specific task, but it is not the stage where accuracy is formally tested. Option D: EvaluationThis is the correct answer. The evaluation stage is where tests are conducted to examine the model's accuracy and other performance metrics, ensuring it meets requirements. Reference: AWS AI Practitioner Learning Path: Module on Machine Learning Lifecycle Amazon SageMaker Developer Guide: Model Evaluation (https://docs.aws.amazon.com/sagemaker/latest/dg/model-evaluation.html) AWS Documentation: Generative AI Lifecycle (https://aws.amazon.com/machine-learning/)

Questão 19 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A company wants to control employee access to publicly available foundation models (FMs). Which solution meets these requirements?
  • A Analyze cost and usage reports in AWS Cost Explorer.
  • B Download AWS security and compliance documents from AWS Artifact.
  • C Configure Amazon SageMaker JumpStart to restrict discoverable FMs. Correta
  • D Build a hybrid search solution by using Amazon OpenSearch Service.
Resposta correta: C

Explicação

Explanation: The correct answer is C because Amazon SageMaker JumpStart provides administrative controls that allow organizations to manage and restrict access to foundation models within the AWS environment. According to the official AWS documentation: "Amazon SageMaker JumpStart provides model access management capabilities that enable administrators to control which foundation models are visible and usable by end users. Using AWS Identity and Access Management (IAM) policies, you can restrict access to specific models or completely disable model discovery in JumpStart." This allows companies to enforce governance over which FMs their users can see and interact with, satisfying the requirement to control employee access to publicly available foundation models. Explanation of other options: A . AWS Cost Explorer is used to analyze billing and usage data but does not control access to services or models. It is helpful for budgeting and visibility, not access control. B . AWS Artifact provides access to compliance reports and certifications, not tools for controlling user access to ML models. D . Amazon OpenSearch Service is used for search and analytics on structured and unstructured data. It does not provide access control mechanisms for foundation models. Referenced AWS AI/ML Documents and Study Guides: Amazon SageMaker JumpStart Documentation Model Access Management AWS IAM Documentation Restricting Access to SageMaker Resources AWS Machine Learning Specialty Certification Guide Security and Governance Section

Questão 20 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
A real estate company is developing an ML model to predict house prices by using sales and marketing data. The company wants to use feature engineering to build a model that makes accurate predictions. Which approach will meet these requirements?
  • A Understand patterns by providing data visualization.
  • B Tune the model's hyperparameters.
  • C Create or select relevant features for model training. Correta
  • D Collect data from multiple sources.
Resposta correta: C

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Feature engineering focuses on: Creating new features Selecting the most relevant existing features Improving model signal and accuracy AWS ML best practices identify feature engineering as a key driver of predictive performance. Why the other options are incorrect: Visualization (A) helps understanding, not feature creation. Hyperparameter tuning (B) optimizes models, not features. Data collection (D) expands datasets but does not engineer features. AWS AI document references: Feature Engineering Best Practices Improving Model Accuracy on AWS ML Model Development Lifecycle

Pronto para a prática real?

Teste 50 questões no player com interface de prova — cronômetro, navegação e revisão. Depois garanta acesso a todas as 369 questões.

Simular a prova grátis agora