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 41–50 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 41 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A medical company is customizing a foundation model (FM) for diagnostic purposes. The company needs the model to be transparent and explainable to meet regulatory requirements. Which solution will meet these requirements?
AConfigure the security and compliance by using Amazon Inspector.
BGenerate simple metrics, reports, and examples by using Amazon SageMaker Clarify.Correta
CEncrypt and secure training data by using Amazon Macie.
DGather more data. Use Amazon Rekognition to add custom labels to the data.
Resposta correta:B
Explicação
Explanation: Amazon SageMaker Clarify provides transparency and explainability for machine learning models by generating metrics, reports, and examples that help to understand model predictions. For a medical company that needs a foundation model to be transparent and explainable to meet regulatory requirements, SageMaker Clarify is the most suitable solution. Amazon SageMaker Clarify: It helps in identifying potential bias in the data and model, and also explains model behavior by generating feature attributions, providing insights into which features are most influential in the model's predictions. These capabilities are critical in medical applications where regulatory compliance often mandates transparency and explainability to ensure that decisions made by the model can be trusted and audited. Why Option B is Correct: Transparency and Explainability: SageMaker Clarify is explicitly designed to provide insights into machine learning models' decision-making processes, helping meet regulatory requirements by explaining why a model made a particular prediction. Compliance with Regulations: The tool is suitable for use in sensitive domains, such as healthcare, where there is a need for explainable AI. Why Other Options are Incorrect: A . Amazon Inspector: Focuses on security assessments, not on explainability or model transparency. C . Amazon Macie: Provides data security by identifying and protecting sensitive data, but does not help in making models explainable. D . Amazon Rekognition: Used for image and video analysis, not relevant to making models explainable. Thus, B is the correct answer for meeting transparency and explainability requirements for the foundation model
Questão 42 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company wants to keep its foundation model (FM) relevant by using the most recent data. The company wants to implement a model training strategy that includes regular updates to the FM. Which solution meets these requirements?
ABatch learningCorreta
BContinuous pre-training
CStatic training
DLatent training
Resposta correta:A
Explicação
Explanation:
Questão 43 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company wants to build an ML model to detect abnormal patterns in sensor data. The company does not have labeled data for training. Which ML method will meet these requirements?
ALinear regression
BClassification
CDecision tree
DAutoencodersCorreta
Resposta correta:D
Explicação
Explanation: The correct answer is D because autoencoders are an unsupervised machine learning method commonly used for anomaly detection when labeled data is not available. From AWS documentation: "Autoencoders learn to compress and reconstruct input data. During anomaly detection, they learn normal patterns in data. Data points that the model cannot accurately reconstruct are flagged as anomalies." This approach is ideal when there is no labeled data and when patterns must be learned based on normal behavior alone -- a common situation in IoT sensor data environments. Explanation of other options: A . Linear regression requires labeled data and is used for predicting continuous values. B . Classification requires labeled data to assign inputs into categories. C . Decision trees are supervised learning models and also require labeled datasets. Referenced AWS AI/ML Documents and Study Guides: AWS Machine Learning Specialty Guide Unsupervised Learning Techniques Amazon SageMaker Examples Anomaly Detection Using Autoencoders
Questão 44 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company is using a foundation model (FM) to generate creative marketing slogans for various products. The company wants to reuse a standard template with common instructions when generating slogans for different products. However, the company needs to add short descriptions for each product. Which Amazon Bedrock solution will meet these requirements?
APrompt managementCorreta
BKnowledge Bases
CModel evaluation
DCross-region inference
Resposta correta:A
Explicação
Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Prompt management in Amazon Bedrock enables: Reuse of standardized prompt templates Parameterization of prompts with dynamic inputs Consistent instruction application across use cases AWS Bedrock guidance describes prompt management as the recommended solution for maintaining reusable prompt templates while injecting product-specific content. Why the other options are incorrect: Knowledge Bases (B) provide retrieval, not prompt templating. Model evaluation (C) assesses quality, not generation. Cross-region inference (D) addresses availability, not prompt reuse. AWS AI document references: Amazon Bedrock Prompt Management Prompt Templates and Reusability Managing Generative AI Prompts
Questão 45 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company is building a solution to generate images for protective eyewear. The solution must have high accuracy and must minimize the risk of incorrect annotations. Which solution will meet these requirements?
AHuman-in-the-loop validation by using Amazon SageMaker Ground Truth PlusCorreta
BData augmentation by using an Amazon Bedrock knowledge base
CImage recognition by using Amazon Rekognition
DData summarization by using Amazon QuickSight
Resposta correta:A
Explicação
Explanation: Amazon SageMaker Ground Truth Plus is a managed data labeling service that includes human-in- the- loop (HITL) validation. This solution ensures high accuracy by involving human reviewers to validate the annotations and reduce the risk of incorrect annotations. Amazon SageMaker Ground Truth Plus: It allows for the creation of high-quality training datasets with human oversight, which minimizes errors in labeling and increases accuracy. Human-in-the-loop workflows help verify the correctness of annotations, ensuring that generated images for protective eyewear meet high-quality standards. Why Option A is Correct: High Accuracy: Human-in-the-loop validation provides the ability to catch and correct errors in annotations, ensuring high-quality data. Minimized Risk of Incorrect Annotations: Human review adds a layer of quality assurance, which is especially important in use cases like generating precise images for protective eyewear. Why Other Options are Incorrect: B . Amazon Bedrock: Does not offer a knowledge base for data augmentation; it focuses on running foundation models. C . Amazon Rekognition: Provides image recognition and analysis, not a solution for minimizing annotation errors. D . Amazon QuickSight: A data visualization tool, not relevant to image annotation or generation tasks. Thus, A is the correct answer for generating high-accuracy images with minimized annotation risks.
Questão 46 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company trained an ML model on Amazon SageMaker to predict customer credit risk. The model shows 90% recall on training data and 40% recall on unseen testing data. Which conclusion can the company draw from these results?
AThe model is overfitting on the training data.Correta
BThe model is underfitting on the training data.
CThe model has insufficient training data.
DThe model has insufficient testing data.
Resposta correta:A
Explicação
Explanation: The ML model shows 90% recall on training data but only 40% recall on unseen testing data, indicating a significant performance drop. This discrepancy suggests the model has learned the training data too well, including noise and specific patterns that do not generalize to new data, which is a classic sign of overfitting. Exact Extract from AWS AI Documents: From the Amazon SageMaker Developer Guide: "Overfitting occurs when a model performs well on training data but poorly on unseen test data, as it has learned patterns specific to the training set, including noise, that do not generalize. A large gap between training and testing performance metrics, such as recall, is a common indicator of overfitting." (Source: Amazon SageMaker Developer Guide, Model Evaluation and Overfitting) Detailed Option A: The model is overfitting on the training data.This is the correct answer. The significant drop in recall from 90% (training) to 40% (testing) indicates the model is overfitting, as it performs well on training data but fails to generalize to unseen data. Option B: The model is underfitting on the training data.Underfitting occurs when the model performs poorly on both training and testing data due to insufficient learning. With 90% recall on training data, the model is not underfitting. Option C: The model has insufficient training data.Insufficient training data could lead to poor performance, but the high recall on trainingdata (90%) suggests the model has learned the training data well, pointing to overfitting rather than a lack of data. Option D: The model has insufficient testing data.Insufficient testing data might lead to unreliable test metrics, but it does not explain the large performance gap between training and testing, which is more indicative of overfitting. Reference: Amazon SageMaker Developer Guide: Model Evaluation and Overfitting (https://docs.aws.amazon.com/ sagemaker/latest/dg/model-evaluation.html) AWS AI Practitioner Learning Path: Module on Model Performance and Evaluation AWS Documentation: Understanding Overfitting and Underfitting (https://aws.amazon.com/machine- learning/)
Questão 47 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
Which technique can a company use to lower bias and toxicity in generative AI applications during the post- processing ML lifecycle?
AHuman-in-the-loopCorreta
BData augmentation
CFeature engineering
DAdversarial training
Resposta correta:A
Explicação
Explanation: The correct answer is A because Human-in-the-loop (HITL) is a post-processing strategy used to monitor, review, and filter outputs from generative AI models for toxicity, bias, or inappropriate content. It allows human reviewers to approve or reject model responses before they are delivered to end-users, ensuring alignment with ethical guidelines and company policies. From the AWS documentation: "Human-in-the-loop (HITL) workflows in generative AI are used to validate and approve outputs of models, especially in applications where content quality, compliance, or harm reduction is critical. HITL is a key step in responsible AI implementations to mitigate hallucinations, bias, and unsafe content." Explanation of other options: B . Data augmentation is a pre-processing technique to increase data diversity, not typically used in post- processing stages. C . Feature engineering is relevant in traditional ML, especially structured data tasks, not typically used in generative AI post-processing. D . Adversarial training is a model training strategy, not a post-processing mitigation approach. Referenced AWS AI/ML Documents and Study Guides: AWS Responsible AI Practices Whitepaper AWS Generative AI Developer Guide Human-in-the-loop and Post-processing Amazon A2I Documentation Integrating Human Review in ML Workflows
Questão 48 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company designed an AI-powered agent to answer customer inquiries based on product manuals. Which strategy can improve customer confidence levels in the AI-powered agent's responses?
AWriting the confidence level in the response
BIncluding referenced product manual links in the responseCorreta
CDesigning an agent avatar that looks like a computer
DTraining the agent to respond in the company's language style
Resposta correta:B
Explicação
Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Providing references or citations increases trust and transparency by: Allowing users to verify information Demonstrating responses are grounded in authoritative sources Reducing perceived hallucination risk AWS Responsible AI guidance emphasizes source attribution as a best practice to increase user trust in AI- generated content. Why the other options are incorrect: Confidence labels (A) do not verify correctness. Avatars (C) are cosmetic. Language style (D) affects tone, not trustworthiness. AWS AI document references: Building Trustworthy AI Systems Grounding AI Responses in Source Documents Responsible AI Transparency Practices
Questão 49 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A security company is using Amazon Bedrock to run foundation models (FMs). The company wants to ensure that only authorized users invoke the models. The company needs to identify any unauthorized access attempts to set appropriate AWS Identity and Access Management (IAM) policies and roles for future iterations of the FMs. Which AWS service should the company use to identify unauthorized users that are trying to access Amazon Bedrock?
AAWS Audit Manager
BAWS CloudTrailCorreta
CAmazon Fraud Detector
DAWS Trusted Advisor
Resposta correta:B
Explicação
Explanation: AWS CloudTrail is a service that enables governance, compliance, and operational and risk auditing of your AWS account. It tracks API calls and identifies unauthorized access attempts to AWS resources, including Amazon Bedrock. AWS CloudTrail: Provides detailed logs of all API calls made within an AWS account, including those to Amazon Bedrock. Can identify unauthorized access attempts by logging and monitoring the API calls, which helps in setting appropriate IAM policies and roles. Why Option B is Correct: Monitoring and Security: CloudTrail logs all access requests and helps detect unauthorized access attempts. Auditing and Compliance: The logs can be used to audit user activity and enforce security measures. Why Other Options are Incorrect: A . AWS Audit Manager: Used for automating audit preparation, not for tracking real-time unauthorized access attempts. C . Amazon Fraud Detector: Designed to detect fraudulent online activities, not unauthorized access to AWS services. D . AWS Trusted Advisor: Provides best practice recommendations for AWS resources, not access monitoring. Thus, B is the correct answer for identifying unauthorized users attempting to access Amazon Bedrock.
Questão 50 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company deployed a model to production. After 4 months, the model inference quality degraded. The company wants to receive a notification if the model inference quality degrades. The company also wants to ensure that the problem does not happen again. Which solution will meet these requirements?
ARetrain the model. Monitor model drift by using Amazon SageMaker Clarify.
BRetrain the model. Monitor model drift by using Amazon SageMaker Model Monitor.Correta
CBuild a new model. Monitor model drift by using Amazon SageMaker Feature Store.
DBuild a new model. Monitor model drift by using Amazon SageMaker JumpStart.
Resposta correta:B
Explicação
Explanation: The company needs to address the degradation in model inference quality after 4 months in production and prevent future occurrences by receiving notifications. Retraining the model can address the current degradation, likely caused by data drift (changes in the data distribution over time). Amazon SageMaker Model Monitor is designed to detect and monitor model drift, alerting the company when inference quality degrades, thus meeting both requirements. Exact Extract from AWS AI Documents: From the Amazon SageMaker Developer Guide: "Amazon SageMaker Model Monitor enables you to monitor machine learning models in production for data drift, model performance degradation, and other quality issues. It can detect drift in feature distributions and inference quality, sending notifications when deviations are detected, allowing you to take corrective actions such as retraining the model." (Source: Amazon SageMaker Developer Guide, Monitoring Models with SageMaker Model Monitor) Detailed Option A: Retrain the model. Monitor model drift by using Amazon SageMaker Clarify.SageMaker Clarify is used for bias detection and explainability, not for monitoring model drift or inference quality in production. This option does not fully meet the requirements. Option B: Retrain the model. Monitor model drift by using Amazon SageMaker Model Monitor.This is the correct answer. Retraining addresses the current degradation, and SageMaker Model Monitor can detect future drift in inference quality, sending notifications to prevent recurrence, as required. Option C: Build a new model. Monitor model drift by using Amazon SageMaker Feature Store.SageMaker Feature Store is for managing and sharing features, not for monitoring model drift or inference quality. Building a new model may not be necessary if retraining can address the issue. Option D: Build a new model. Monitor model drift by using Amazon SageMaker JumpStart.SageMaker JumpStart provides pre-trained models and solutions for quick deployment, but it does not offer specific tools for monitoring model drift or inference quality in production. Reference: Amazon SageMaker Developer Guide: Monitoring Models with SageMaker Model Monitor (https:// docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html) AWS AI Practitioner Learning Path: Module on Model Monitoring and Maintenance AWS Documentation: Addressing Model Drift in Production (https://aws.amazon.com/sagemaker/)
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.