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.
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.
AAmazon SageMaker Model CardsCorreta
BAmazon Rekognition
CAmazon Comprehend
DAmazon 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?
AAmazon Kendra
BAmazon MacieCorreta
CAmazon Textract
DAWS 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?
AAmazon Rekognition
BAmazon Bedrock playgrounds
CGuardrails for Amazon BedrockCorreta
DAgents 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?
AAmazon Q Developer
BAmazon BedrockCorreta
CAmazon Kendra
DAmazon 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).
AFine-tune an LLM on the company policy text by using Amazon SageMaker.
BSelect a foundation model (FM) from Amazon Bedrock to build an application.
CCreate a Retrieval Augmented Generation (RAG) workflow by using Amazon Bedrock Knowledge Bases.Correta
DUse 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?
AO processo de ajuste fino de um modelo de linguagem pré-treinado em dados rotulados para uma tarefa específica
BO processo de fornecer dados não rotulados a um modelo de linguagem pré-treinado para melhorar o conhecimento de domínio do modeloCorreta
CO processo de treinar um modelo de linguagem desde o início em um conjunto de dados específico
DO 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
A company has developed an ML model for image classification. The company wants to deploy the model to production so that a web application can use the model. The company needs to implement a solution to host the model and serve predictions without managing any of the underlying infrastructure. Which solution will meet these requirements?
AUse Amazon SageMaker Serverless Inference to deploy the model.Correta
BUse Amazon CloudFront to deploy the model.
CUse Amazon API Gateway to host the model and serve predictions.
DUse AWS Batch to host the model and serve predictions.
Resposta correta:A
Explicação
Explanation: Amazon SageMaker Serverless Inference is the correct solution for deploying an ML model to production in a way that allows a web application to use the model without the need to manage the underlying infrastructure. Amazon SageMaker Serverless Inference provides a fully managed environment for deploying machine learning models. It automatically provisions, scales, and manages the infrastructure required to host the model, removing the need for the company to manage servers or other underlying infrastructure. Why Option A is Correct: No Infrastructure Management: SageMaker Serverless Inference handles the infrastructure management for deploying and serving ML models. The company can simply provide the model and specify the required compute capacity, and SageMaker will handle the rest. Cost-Effectiveness: The serverless inference option is ideal for applications with intermittent or unpredictable traffic, as the company only pays for the compute time consumed while handling requests. Integration with Web Applications: This solution allows the model to be easily accessed by web applications via RESTful APIs, making it an ideal choice for hosting the model and serving predictions. Why Other Options are Incorrect: B . Use Amazon CloudFront to deploy the model: CloudFront is a content delivery network (CDN) service for distributing content, not for deploying ML models or serving predictions. C . Use Amazon API Gateway to host the model and serve predictions: API Gateway is used for creating, deploying, and managing APIs, but it does not provide the infrastructure or the required environment to host and run ML models. D . Use AWS Batch to host the model and serve predictions: AWS Batch is designed for running batch computing workloads and is not optimized for real-time inference or hosting machine learning models. Thus, A is the correct answer, as it aligns with the requirement of deploying an ML model without managing any underlying infrastructure.
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?
ADeployment
BData selection
CFine-tuning
DEvaluationCorreta
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?
AAnalyze cost and usage reports in AWS Cost Explorer.
BDownload AWS security and compliance documents from AWS Artifact.
CConfigure Amazon SageMaker JumpStart to restrict discoverable FMs.Correta
DBuild 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?
AUnderstand patterns by providing data visualization.
BTune the model's hyperparameters.
CCreate or select relevant features for model training.Correta
DCollect 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.