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 1–10 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 1 Amazon AIF-C01 Simulado | AWS Certified AI Practitioner Questões e Respostas

Gratuita
An AI practitioner trained a custom model on Amazon Bedrock by using a training dataset that contains confidential data. The AI practitioner wants to ensure that the custom model does not generate inference responses based on confidential data. How should the AI practitioner prevent responses based on confidential data?
  • A Delete the custom model. Remove the confidential data from the training dataset. Retrain the custom model. Correta
  • B Mask the confidential data in the inference responses by using dynamic data masking.
  • C Encrypt the confidential data in the inference responses by using Amazon SageMaker.
  • D Encrypt the confidential data in the custom model by using AWS Key Management Service (AWS KMS).
Resposta correta: A

Explicação

Explanation: When a model is trained on a dataset containing confidential or sensitive data, the model may inadvertently learn patterns from this data, which could then be reflected in its inference responses. To ensure that a model does not generate responses based on confidential data, the most effective approach is to remove the confidential data from the training dataset and then retrain the model. Explanation of Each Option: Option A (Correct): "Delete the custom model. Remove the confidential data from the training dataset. Retrain the custom model."This option is correct because it directly addresses the core issue: the model has been trained on confidential data. The only way to ensure that the model does not produce inferences based on this data is to remove the confidential information from the training dataset and then retrain the model from scratch. Simply deleting the model and retraining it ensures that no confidential data is learned or retained by the model. This approach follows the best practices recommended by AWS for handling sensitive data when using machine learning services like Amazon Bedrock. Option B: "Mask the confidential data in the inference responses by using dynamic data masking."This option is incorrect because dynamic data masking is typically used to mask or obfuscate sensitive data in a database. It does not address the core problem of the model beingtrained on confidential data. Masking data in inference responses does not prevent the model from using confidential data it learned during training. Option C: "Encrypt the confidential data in the inference responses by using Amazon SageMaker."This option is incorrect because encrypting the inference responses does not prevent the model from generating outputs based on confidential data. Encryption only secures the data at rest or in transit but does not affect the model's underlying knowledge or training process. Option D: "Encrypt the confidential data in the custom model by using AWS Key Management Service (AWS KMS)."This option is incorrect as well because encrypting the data within the model does not prevent the model from generating responses based on the confidential data it learned during training. AWS KMS can encrypt data, but it does not modify the learning that the model has already performed. AWS AI Practitioner Reference: Data Handling Best Practices in AWS Machine Learning: AWS advises practitioners to carefully handle training data, especially when it involves sensitive or confidential information. This includes preprocessing steps like data anonymization or removal of sensitive data before using it to train machine learning models. Amazon Bedrock and Model Training Security: Amazon Bedrock provides foundational models and customization capabilities, but any training involving sensitive data should follow best practices, such as removing or anonymizing confidential data to prevent unintended data leakage.

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

Gratuita
An airline company wants to build a conversational AI assistant to answer customer questions about flight schedules, booking, and payments. The company wants to use large language models (LLMs) and a knowledge base to create a text-based chatbot interface. Which solution will meet these requirements with the LEAST development effort?
  • A Train models on Amazon SageMaker Autopilot.
  • B Develop a Retrieval Augmented Generation (RAG) agent by using Amazon Bedrock. Correta
  • C Create a Python application by using Amazon Q Developer.
  • D Fine-tune models on Amazon SageMaker Jumpstart.
Resposta correta: B

Explicação

Explanation: The airline company aims to build a conversational AI assistant using large language models (LLMs) and a knowledge base to create a text-based chatbot with minimal development effort. Retrieval Augmented Generation (RAG) on Amazon Bedrock is an ideal solution because it combines LLMs with a knowledge base to provide accurate, contextually relevant responses without requiring extensive model training or custom development. RAG retrieves relevant information from a knowledge base and uses an LLM to generate responses, simplifying the development process. Exact Extract from AWS AI Documents: From the AWS Bedrock User Guide: "Retrieval Augmented Generation (RAG) in Amazon Bedrock enables developers to build conversational AI applications by combining foundation models with external knowledge bases. This approach minimizes development effort by leveraging pre-trained models and integrating them with data sources, such as FAQs or databases, to provide accurate and contextually relevant responses." (Source: AWS Bedrock User Guide, Retrieval Augmented Generation) Detailed Option A: Train models on Amazon SageMaker Autopilot.SageMaker Autopilot is designed for automated machine learning (AutoML) tasks like classification or regression, not for building conversational AI with LLMs and knowledge bases. It requires significant data preparation and is not optimized for chatbot development, making it less suitable. Option B: Develop a Retrieval Augmented Generation (RAG) agent by using Amazon Bedrock.This is the correct answer. RAG on Amazon Bedrock allows the company to use pre-trained LLMs and integrate them with a knowledge base (e.g., flight schedules or FAQs) to build a chatbot with minimal effort. It avoids the need for extensive training or coding, aligning with the requirement for least development effort. Option C: Create a Python application by using Amazon Q Developer.While Amazon Q Developer can assist with code generation, building a chatbot from scratch in Python requires significant development effort, including integrating LLMs and a knowledge base manually, which is more complex than using RAG on Bedrock. Option D: Fine-tune models on Amazon SageMaker Jumpstart.Fine-tuning models on SageMaker Jumpstart requires preparing training data and customizing LLMs, which involves more effort than using a pre-built RAG solution on Bedrock. This option is not the least effort-intensive. Reference: AWS Bedrock User Guide: Retrieval Augmented Generation (https://docs.aws.amazon.com/bedrock/latest/ userguide/rag.html) AWS AI Practitioner Learning Path: Module on Generative AI and Conversational AI Amazon Bedrock Developer Guide: Building Conversational AI (https://aws.amazon.com/bedrock/)

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

Gratuita
A media streaming platform wants to provide movie recommendations to users based on the users' account history.
  • A Amazon Polly
  • B Amazon Comprehend
  • C Amazon Transcribe
  • D Amazon Personalize Correta
Resposta correta: D

Explicação

Explanation: Amazon Personalize is a fully managed ML service for personalized recommendations (movies, products, music, etc.) based on user behavior and history. Polly converts text to lifelike speech. Comprehend performs NLP tasks like sentiment analysis. Transcribe is speech-to-text. Reference: AWS Documentation Amazon Personalize

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

Gratuita
Which AI technique combines large language models (LLMs) with external knowledge bases to improve response accuracy?
  • A Reinforcement learning (RL)
  • B Natural language processing (NLP)
  • C Retrieval Augmented Generation (RAG) Correta
  • D Transfer learning
Resposta correta: C

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Retrieval Augmented Generation (RAG) enhances LLM responses by: Retrieving relevant information from external knowledge sources Injecting retrieved content into the prompt context Reducing hallucinations and improving factual accuracy AWS generative AI guidance describes RAG as a best practice when models must use up-to-date or domain-specific knowledge that is not embedded in the model weights. Why the other options are incorrect: RL (A) focuses on reward-based learning. NLP (B) is a broad field, not a specific technique. Transfer learning (D) adapts model weights but does not retrieve external data at inference time. AWS AI document references: Retrieval Augmented Generation on AWS Improving LLM Accuracy with External Knowledge Generative AI Architectures

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

Gratuita
Which feature of Amazon OpenSearch Service gives companies the ability to build vector database applications?
  • A Integration with Amazon S3 for object storage
  • B Support for geospatial indexing and queries
  • C Scalable index management and nearest neighbor search capability Correta
  • D Ability to perform real-time analysis on streaming data
Resposta correta: C

Explicação

Explanation: Amazon OpenSearch Service (formerly Amazon Elasticsearch Service) has introduced capabilities to support vector search, which allows companies to build vector database applications. This is particularly useful in machine learning, where vector representations (embeddings) of data are often used to capture semantic meaning. Scalable index management and nearest neighbor search capability are the core features enabling vector database functionalities in OpenSearch. The service allows users to index high-dimensional vectors and perform efficient nearest neighbor searches, which are crucial for tasks such as recommendation systems, anomaly detection, and semantic search. Here is why option C is the correct answer: Scalable Index Management: OpenSearch Service supports scalable indexing of vector data. This means you can index a large volume of high-dimensional vectors and manage these indexes in a cost- effective and performance-optimized way. The service leverages underlying AWS infrastructure to ensure that indexing scales seamlessly with data size. Nearest Neighbor Search Capability: OpenSearch Service's nearest neighbor search capability allows for fast and efficient searches over vector data. This is essential for applications like product recommendation engines, where the system needs to quickly find the most similar items based on a user's query or behavior. AWS AI Practitioner Reference: According to AWS documentation, OpenSearch Service's support for nearest neighbor search using vector embeddings is a key feature for companies building machine learning applications that require similarity search. The service uses Approximate Nearest Neighbors (ANN) algorithms to speed up searches over large datasets, ensuring high performance even with large-scale vector data. The other options do not directly relate to building vector database applications: A . Integration with Amazon S3 for object storage is about storing data objects, not vector-based searching or indexing. B . Support for geospatial indexing and queries is related to location-based data, not vectors used in machine learning. D . Ability to perform real-time analysis on streaming data relates to analyzing incoming data streams, which is different from the vector search capabilities.

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

Gratuita
A company wants to build a lead prioritization application for its employees to contact potential customers. The application must give employees the ability to view and adjust the weights assigned to different variables in the model based on domain knowledge and expertise. Which ML model type meets these requirements?
  • A Logistic regression model
  • B Deep learning model built on principal components Correta
  • C K-nearest neighbors (k-NN) model
  • D Neural network
Resposta correta: B

Explicação

Explanation:

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

Gratuita
A company wants to set up private access to Amazon Bedrock APIs from the company's AWS account. The company also wants to protect its data from internet exposure.
  • A Use Amazon CloudFront to restrict access to the company's private content
  • B Use AWS Glue to set up data encryption across the company's data catalog
  • C Use AWS Lake Formation to manage centralized data governance and cross-account data sharing
  • D Use AWS PrivateLink to configure a private connection between the company's VPC and Amazon Bedrock Correta
Resposta correta: D

Explicação

Explanation: AWS PrivateLink enables private connectivity between your VPC and supported AWS services (like Amazon Bedrock) without sending traffic over the public internet. CloudFront (A) is for CDN and content delivery, not private service connections. AWS Glue (B) is for ETL/data catalog, not networking. Lake Formation (C) provides governance for data lakes, not API network isolation. Reference: AWS Documentation Access Amazon Bedrock with PrivateLink

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

Gratuita
A company has deployed an AI application in production on AWS. The application's responses have become less accurate over time. The company needs a solution to send alerts when the application performance drifts. Which AWS service or feature will meet this requirement?
  • A Amazon Augmented AI (Amazon A2I)
  • B Amazon SageMaker Model Monitor
  • C Amazon Rekognition Correta
  • D AWS Trusted Advisor
Resposta correta: C

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Amazon SageMaker Model Monitor detects: Data drift Concept drift Model quality degradation AWS MLOps guidance recommends Model Monitor to: Continuously evaluate production models Trigger alerts when performance deviates from baselines Maintain long-term model reliability Why the other options are incorrect: Amazon A2I (A) adds human review workflows. Rekognition (C) is an image analysis service. Trusted Advisor (D) provides cost and security recommendations. AWS AI document references: Amazon SageMaker Model Monitor Overview Detecting Model Drift on AWS Production ML Monitoring Best Practices

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

Gratuita
A company wants to display the total sales for its top-selling products across various retail locations in the past 12 months. Which AWS solution should the company use to automate the generation of graphs?
  • A Amazon Q in Amazon EC2
  • B Amazon Q Developer
  • C Amazon Q in Amazon QuickSight Correta
  • D Amazon Q in AWS Chatbot
Resposta correta: C

Explicação

Explanation: Amazon QuickSight is a fully managed business intelligence (BI) service that allows users to create and publish interactive dashboards that include visualizations like graphs, charts, and tables. "Amazon Q" is the natural language query feature within Amazon QuickSight. It enables users to ask questions about their data in natural language and receive visual responses such as graphs. Option C (Correct): "Amazon Q in Amazon QuickSight": This is the correct answer because Amazon QuickSight Q is specifically designed to allow users to explore their data through natural language queries, and it can automatically generate graphs to display sales data and other metrics. This makes it an ideal choice for the company to automate the generation of graphs showing total sales for its top-selling products across various retail locations. Option A, B, and D: These options are incorrect: A . Amazon Q in Amazon EC2: Amazon EC2 is a compute service that provides virtual servers, but it is not directly related to generating graphs or providing natural language querying features. B . Amazon Q Developer: This is not an existing AWS service or feature. D . Amazon Q in AWS Chatbot: AWS Chatbot is a service that integrates with Amazon Chime and Slack for monitoring and managing AWS resources, but it is not used for generating graphs based on sales data. AWS AI Practitioner Reference: Amazon QuickSight Q is designed to provide insights from data by using natural language queries, making it a powerful tool for generating automated graphs and visualizations directly from queried data. Business Intelligence (BI) on AWS: AWS services such as Amazon QuickSight provide business intelligence capabilities, including automated reporting and visualization features, which are ideal for companies seeking to visualize data like sales trends over time.

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

Gratuita
Which option describes embeddings in the context of AI?
  • A A method for compressing large datasets
  • B An encryption method for securing sensitive data
  • C A method for visualizing high-dimensional data
  • D A numerical method for data representation in a reduced dimensionality space Correta
Resposta correta: D

Explicação

Explanation: Embeddings in AI refer to numerical representations of data (e.g., text, images) in a lower- dimensional space, capturing semantic or contextual relationships. They are widely used in NLP and other AI tasks to represent complex data in a format that models can process efficiently. Exact Extract from AWS AI Documents: From the AWS AI Practitioner Learning Path: "Embeddings are numerical representations of data in a reduced dimensionality space. In natural language processing, for example, word or sentence embeddings capture semantic relationships, enabling models to process text efficiently for tasks like classification or similarity search." (Source: AWS AI Practitioner Learning Path, Module on AI Concepts) Detailed Option A: A method for compressing large datasetsWhile embeddings reduce dimensionality, their primary purpose is not data compression but rather to represent data in a way that preserves meaningful relationships. This option is incorrect. Option B: An encryption method for securing sensitive dataEmbeddings are not related to encryption or data security. They are used for data representation, making this option incorrect. Option C: A method for visualizing high-dimensional dataWhile embeddings can sometimes be used in visualization (e.g., t-SNE), their primary role is data representation for model processing, not visualization. This option is misleading. Option D: A numerical method for data representation in a reduced dimensionality spaceThis is the correct answer. Embeddings transform complex data into lower-dimensional numerical vectors, preserving semantic or contextual information for use in AI models. Reference: AWS AI Practitioner Learning Path: Module on AI Concepts Amazon Comprehend Developer Guide: Embeddings for Text Analysis (https://docs.aws.amazon.com/ comprehend/latest/dg/embeddings.html) AWS Documentation: What are Embeddings? (https://aws.amazon.com/what-is/embeddings/)

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