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 31–40 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 31 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company creates video content. The company wants to use generative AI to generate new creative content and to reduce video creation time. Which solution will meet these requirements in the MOST operationally efficient way?
AUse the Amazon Titan Image Generator model on Amazon Bedrock to generate intermediate images. Use video editing software to create videos.
BUse the Amazon Nova Canvas model on Amazon Bedrock to generate intermediate images. Use video editing software to create videos.
CUse the Amazon Nova Reel model on Amazon Bedrock to generate videos.Correta
DUse the Amazon Nova Pro model on Amazon Bedrock to generate videos.
Resposta correta:C
Explicação
Explanation: The correct answer is C because Amazon Nova Reel is the AWS foundation model designed for generative video use cases, providing end-to-end video generation using generative AI, which significantly reduces video creation time and eliminates the need for manual assembly. According to AWS Bedrock documentation: "Amazon Nova Reel enables users to generate short-form video content directly from prompts, including the ability to define style, motion, scenes, and transitions -- streamlining the generative content creation process." This is the most operationally efficient choice as it does not require stitching together images or using external editing tools. Explanation of other options: A and B involve generating intermediate images and then manually creating videos using video editing tools -- not operationally efficient. D. Amazon Nova Pro is intended for high-end professional-grade image or 3D content generation, but not specifically optimized for video generation like Nova Reel. Referenced AWS AI/ML Documents and Study Guides: Amazon Bedrock Model Directory Nova Models Overview AWS GenAI Foundation Model Comparison Guide AWS Generative AI for Creators Whitepaper (2024)
Questão 32 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company is building a generative AI application with a foundation model (FM). The application needs to automatically generate marketing emails. The company wants the application's output text to be creative and short in length. Which configuration of inference parameters will meet these requirements?
ADecrease the temperature and the response length.
BIncrease the temperature and the response length.
CIncrease the temperature and decrease the response length.Correta
DDecrease the temperature and increase the response length.
Resposta correta:C
Explicação
Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Inference parameters control output behavior: Higher temperature increases creativity and randomness Shorter response length limits output size AWS prompt and inference guidance recommends increasing temperature for creative tasks and reducing response length for concise outputs. Why the other options are incorrect: A reduces creativity. B produces long outputs. D produces deterministic and lengthy responses. AWS AI document references: Inference Parameters for Foundation Models Controlling Creativity and Length in Text Generation Prompt Engineering Best Practices
Questão 33 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
An AI practitioner is using a large language model (LLM) to create content for marketing campaigns. The generated content sounds plausible and factual but is incorrect. Which problem is the LLM having?
AData leakage
BHallucinationCorreta
COverfitting
DUnderfitting
Resposta correta:B
Explicação
Explanation: In the context of AI, "hallucination" refers to the phenomenon where a model generates outputs that are plausible-sounding but are not grounded in reality or the training data. This problemoften occurs with large language models (LLMs) when they create information that sounds correct but is actually incorrect or fabricated. Option B (Correct): "Hallucination": This is the correct answer because the problem described involves generating content that sounds factual but is incorrect, which is characteristic of hallucination in generative AI models. Option A: "Data leakage" is incorrect as it involves the model accidentally learning from data it shouldn't have access to, which does not match the problem of generating incorrect content. Option C: "Overfitting" is incorrect because overfitting refers to a model that has learned the training data too well, including noise, and performs poorly on new data. Option D: "Underfitting" is incorrect because underfitting occurs when a model is too simple to capture the underlying patterns in the data, which is not the issue here. AWS AI Practitioner Reference: Large Language Models on AWS: AWS discusses the challenge of hallucination in large language models and emphasizes techniques to mitigate it, such as using guardrails and fine-tuning.
Questão 34 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A manufacturing company wants to create product descriptions in multiple languages. Which AWS service will automate this task?
AAmazon TranslateCorreta
BAmazon Transcribe
CAmazon Kendra
DAmazon Polly
Resposta correta:A
Explicação
Explanation: The manufacturing company needs to create product descriptions in multiple languages, which requires automated language translation. Amazon Translate is a fully managed service that uses machine learning to provide high-quality translation between languages, making it the ideal solution for this task. Exact Extract from AWS AI Documents: From the Amazon Translate Developer Guide: "Amazon Translate is a neural machine translation service that delivers fast, high-quality, and affordable language translation. It can be used to automatically translate text, such as product descriptions, into multiple languages to reach a global audience." (Source: Amazon Translate Developer Guide, Introduction to Amazon Translate) Detailed Option A: Amazon TranslateThis is the correct answer. Amazon Translate automates the translation of text into multiple languages, directly addressing the company's need to create product descriptions in different languages. Option B: Amazon TranscribeAmazon Transcribe converts speech to text, which is unrelated to translating text into multiple languages. This option is incorrect. Option C: Amazon KendraAmazon Kendra is an intelligent search service that uses machine learning to provide answers from documents, not for translating text. This option is irrelevant. Option D: Amazon PollyAmazon Polly is a text-to-speech service that generates spoken audio from text, not for translating text into other languages. This option does not meet the requirements. Reference: Amazon Translate Developer Guide: Introduction to Amazon Translate (https://docs.aws.amazon.com/ translate/latest/dg/what-is.html) AWS AI Practitioner Learning Path: Module on Natural Language Processing Services AWS Documentation: Language Translation with Amazon Translate (https://aws.amazon.com/translate/)
Questão 35 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company wants to use Amazon Q Business for its data. The company needs to ensure the security and privacy of the data. Which combination of steps will meet these requirements? (Select TWO.)
AEnable AWS Key Management Service (AWS KMS) keys for the Amazon Q Business Enterprise index.Correta
BSet up cross-account access to the Amazon Q index.
CConfigure Amazon Inspector for authentication.
DAllow public access to the Amazon Q index.
EConfigure AWS Identity and Access Management (IAM) for authentication.Correta
Resposta correta:A, E
Explicação
Explanation: The correct answers are A and E because both directly align with AWS best practices for securing generative AI services and data privacy in enterprise applications. From the AWS Amazon Q Business documentation: "AWS Key Management Service (KMS) integrates with Amazon Q Business to encrypt sensitive data at rest. You can use customer-managed KMS keys to meet compliance requirements." And: "You must configure IAM access controls to manage which users and applications can access Amazon Q Business indexes, ensuring that only authorized users can retrieve information." Explanation of other options: B . Cross-account access is not a common requirement for internal enterprise use of Amazon Q Business unless explicitly sharing data across organizations. It's not a requirement for securing access. C . Amazon Inspector is a vulnerability management tool for EC2 and containers. It is unrelated to Amazon Q authentication or security. D . Allowing public access would violate security and privacy principles and directly contradict the stated requirement. Referenced AWS AI/ML Documents and Study Guides: Amazon Q Business Developer Guide Security and Identity Management AWS KMS Documentation Integration with Bedrock and Amazon Q AWS Certified Machine Learning Specialty Guide Responsible AI and Governance Section
Questão 36 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
Which strategy will determine if a foundation model (FM) effectively meets business objectives?
AEvaluate the model's performance on benchmark datasets.
BAnalyze the model's architecture and hyperparameters.
CAssess the model's alignment with specific use cases.Correta
DMeasure the computational resources required for model deployment.
Resposta correta:C
Explicação
Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Meeting business objectives requires evaluating whether the model: Solves the intended business problem Produces actionable and relevant outputs Aligns with functional and operational requirements AWS model selection guidance emphasizes use-case alignment as the primary criterion for business success. Why the other options are incorrect: Benchmarks (A) measure technical performance, not business value. Architecture (B) is an implementation detail. Resource usage (D) affects cost, not objective fulfillment. AWS AI document references: Selecting Foundation Models for Business Use Aligning AI Models with Business Outcomes AI Evaluation Beyond Accuracy
Questão 37 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A loan company is building a generative AI-based solution to offer new applicants discounts based on specific business criteria. The company wants to build and use an AI model responsibly to minimize bias that could negatively affect some customers. Which actions should the company take to meet these requirements? (Select TWO.)
ADetect imbalances or disparities in the data.Correta
BEnsure that the model runs frequently.
CEvaluate the model's behavior so that the company can provide transparency to stakeholders.Correta
DUse the Recall-Oriented Understudy for Gisting Evaluation (ROUGE) technique to ensure that the model is 100% accurate.
EEnsure that the model's inference time is within the accepted limits.
Resposta correta:A, C
Explicação
Explanation: To build an AI model responsibly and minimize bias, it is essential to ensure fairness and transparency throughout the model development and deployment process. This involves detecting and mitigating data imbalances and thoroughly evaluating the model's behavior to understand its impact on different groups. Option A (Correct): "Detect imbalances or disparities in the data": This is correct because identifying and addressing data imbalances or disparities is a critical step in reducing bias. AWS provides tools like Amazon SageMaker Clarify to detect bias during data preprocessing and model training. Option C (Correct): "Evaluate the model's behavior so that the company can provide transparency to stakeholders": This is correct because evaluating the model's behavior for fairness and accuracy is key to ensuring that stakeholders understand how the model makes decisions. Transparency is a crucial aspect of responsible AI. Option B: "Ensure that the model runs frequently" is incorrect because the frequency of model runs does not address bias. Option D: "Use the Recall-Oriented Understudy for Gisting Evaluation (ROUGE) technique to ensure that the model is 100% accurate" is incorrect because ROUGE is a metric for evaluating the quality of text summarization models, not for minimizing bias. Option E: "Ensure that the model's inference time is within the accepted limits" is incorrect as it relates to performance, not bias reduction. AWS AI Practitioner Reference: Amazon SageMaker Clarify: AWS offers tools such as SageMaker Clarify for detecting bias in datasets and models, and for understanding model behavior to ensure fairness and transparency. Responsible AI Practices: AWS promotes responsible AI by advocating for fairness, transparency, and inclusivity in model development and deployment.
Questão 38 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
An ecommerce company is deploying a chatbot. The chatbot will give users the ability to ask questions about the company's products and receive details on users' orders. The company must implement safeguards for the chatbot to filter harmful content from the input prompts and chatbot responses. Which AWS feature or resource meets these requirements?
AAmazon Bedrock GuardrailsCorreta
BAmazon Bedrock Agents
CAmazon Bedrock inference APIs
DAmazon Bedrock custom models
Resposta correta:A
Explicação
Explanation: The ecommerce company is deploying a chatbot that needs safeguards to filter harmful content from input prompts and responses. Amazon Bedrock Guardrails provide mechanisms to ensure responsible AI usage by filtering harmful content, such as hate speech, violence, or misinformation, making it the appropriate feature for this requirement. Exact Extract from AWS AI Documents: From the AWS Bedrock User Guide: "Amazon Bedrock Guardrails enable developers to implement safeguards for generative AI applications, such as chatbots, by filtering harmful content in input prompts and model responses. Guardrails include content filters, word filters, and denied topics to ensure safe and responsible outputs." (Source: AWS Bedrock User Guide, Guardrails for Responsible AI) Detailed Option A: Amazon Bedrock GuardrailsThis is the correct answer. Amazon Bedrock Guardrails are specifically designed to filter harmful content from chatbot inputs and responses, ensuring safe interactions for users. Option B: Amazon Bedrock AgentsAmazon Bedrock Agents are used to automate tasks and integrate with external tools, not to filter harmful content. This option does not meet the requirement. Option C: Amazon Bedrock inference APIsAmazon Bedrock inference APIs allow users to invoke foundation models for generating responses, but they do not provide built-in content filtering mechanisms. Option D: Amazon Bedrock custom modelsCustom models on Amazon Bedrock allow users to fine- tune models, but they do not inherently include safeguards for filtering harmful content unless explicitly implemented. Reference: AWS Bedrock User Guide: Guardrails for Responsible AI (https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) AWS AI Practitioner Learning Path: Module on Responsible AI and Model Safety Amazon Bedrock Developer Guide: Building Safe AI Applications (https://aws.amazon.com/bedrock/)
Questão 39 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A company has an ML model. The company wants to know how the model makes predictions. Which term refers to understanding model predictions?
AModel interpretabilityCorreta
BModel training
CModel interoperability
DModel performance
Resposta correta:A
Explicação
Explanation: The correct answer is A because model interpretability refers to the ability to understand and explain how an ML model arrives at a particular prediction or decision. From AWS documentation: "Model interpretability is the degree to which a human can understand the cause of a decision made by a machine learning model. Interpretability techniques help explain which features influenced a prediction and how much they contributed." This is essential in areas like financial services, healthcare, or compliance-heavy industries, where decision transparency is critical. Explanation of other options: B . Model training refers to the process of teaching a model from data and doesn't explain how predictions are made. C . Model interoperability refers to the ability of systems or models to work across different platforms or environments. D . Model performance refers to how accurate or effective the model is but doesn't relate to the explanation of its decisions. Referenced AWS AI/ML Documents and Study Guides: Amazon SageMaker Clarify Documentation Explainability and Bias Detection AWS Machine Learning Specialty Study Guide Responsible AI and Model Explainability
Questão 40 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas
Gratuita
A financial company is training a generative AI model to predict outcomes of loan applications. The training dataset is small. The dataset categorizes loan applicants as "younger-aged," "middle-aged," or "older- aged." Most individuals in the dataset are characterized as "middle-aged." The company removes the age range feature from the training dataset. Which model behavior will likely happen as a result of this change to the dataset?
AThe model will inaccurately predict outcomes for younger and older age groups.
BThe model will require less training data.Correta
CThe model will predict accurate outcomes for only younger age groups.
DThe model will accurately predict outcomes for all ages.
Resposta correta:B
Explicação
Explanation:
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.