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

Gratuita
A company has petabytes of unlabeled customer data to use for an advertisement campaign. The company wants to classify its customers into tiers to advertise and promote the company's products. Which methodology should the company use to meet these requirements?
  • A Supervised learning
  • B Unsupervised learning Correta
  • C Reinforcement learning
  • D Reinforcement learning from human feedback (RLHF)
Resposta correta: B

Explicação

Explanation: Unsupervised learning is the correct methodology for classifying customers into tiers when the data is unlabeled, as it does not require predefined labels or outputs. Unsupervised Learning: This type of machine learning is used when the data has no labels or pre-defined categories. The goal is to identify patterns, clusters, or associations within the data. In this case, the company has petabytes of unlabeled customer data and needs to classify customers into different tiers. Unsupervised learning techniques like clustering (e.g., K-Means, Hierarchical Clustering) can group similar customers based on various attributes without any prior knowledge or labels. Why Option B is Correct: Handling Unlabeled Data: Unsupervised learning is specifically designed to work with unlabeled data, making it ideal for the company's need to classify customer data. Customer Segmentation: Techniques in unsupervised learning can be used to find natural groupings within customer data, such as identifying high-value vs. low-value customers or segmenting based on purchasing behavior. Why Other Options are Incorrect: A . Supervised learning: Requires labeled data with input-output pairs to train the model, which is not suitable since the company's data is unlabeled. C . Reinforcement learning: Focuses on training an agent to make decisions by maximizing some notion of cumulative reward, which does not align with the company's need for customer classification. D . Reinforcement learning from human feedback (RLHF): Similar to reinforcement learning but involves human feedback to refine the model's behavior; it is also not appropriate for classifying unlabeled customer data.

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

Gratuita
A company is building a mobile app for users who have a visual impairment. The app must be able to hear what users say and provide voice responses. Which solution will meet these requirements?
  • A Use a deep learning neural network to perform speech recognition. Correta
  • B Build ML models to search for patterns in numeric data.
  • C Use generative AI summarization to generate human-like text.
  • D Build custom models for image classification and recognition.
Resposta correta: A

Explicação

Explanation: The mobile app for users with visual impairment needs to hear user speech and provide voice responses, requiring speech-to-text (speech recognition) and text-to-speech capabilities. Deep learning neural networks are widely used for speech recognition tasks, as they can effectively process and transcribe spoken language. AWS services like Amazon Transcribe, which uses deep learning for speech recognition, can fulfill this requirement by converting user speech to text, and Amazon Polly can generate voice responses. Exact Extract from AWS AI Documents: From the AWS Documentation on Amazon Transcribe: "Amazon Transcribe uses deep learning neural networks to perform automatic speech recognition (ASR), converting spoken language into text with high accuracy. This is ideal for applications requiring voice input, such as accessibility features for visually impaired users." (Source: Amazon Transcribe Developer Guide, Introduction to Amazon Transcribe) Detailed Option A: Use a deep learning neural network to perform speech recognition.This is the correct answer. Deep learning neural networks are the foundation of modern speech recognition systems, as used in AWS services like Amazon Transcribe. They enable the app to hear and transcribe user speech, and a service like Amazon Polly can handle voice responses, meeting the requirements. Option B: Build ML models to search for patterns in numeric data.This option is irrelevant, as the task involves processing speech (audio data) and generating voice responses, not analyzing numeric data patterns. Option C: Use generative AI summarization to generate human-like text.Generative AI summarization focuses on summarizing text, not processing speech orgenerating voice responses. This option does not address the core requirement of speech recognition. Option D: Build custom models for image classification and recognition.Image classification and recognition are unrelated to processing speech or generating voice responses, making this option incorrect for an app focused on audio interaction. Reference: Amazon Transcribe Developer Guide: Introduction to Amazon Transcribe (https://docs.aws.amazon.com/ transcribe/latest/dg/what-is.html) Amazon Polly Developer Guide: Text-to-Speech Overview (https://docs.aws.amazon.com/polly/latest/dg/what-is.html) AWS AI Practitioner Learning Path: Module on Speech Recognition and Synthesis

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

Gratuita
An AI practitioner is using Amazon Bedrock Prompt Management to create a reusable prompt. The prompt must be able to interact with external services by calling an external API. Which solution will meet this requirement?
  • A Use special tokens.
  • B Use a tools configuration. Correta
  • C Use prompt variables.
  • D Use a stop sequence.
Resposta correta: B

Explicação

Explanation: The correct answer is B because Amazon Bedrock Prompt Management supports tool use via tools configuration, which enables a prompt to define tools that can invoke external APIs or services. According to the AWS documentation: "You can use the tools configuration in Amazon Bedrock to specify external APIs that a foundation model can call during inference. This enables the model to interact with external services, such as invoking functions, retrieving real-time data, or executing workflows." The tools configuration allows a prompt to describe which external functions (APIs) are available, their parameters, and how they should be invoked, similar to OpenAI's function calling or tool use pattern.

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

Gratuita
Which statement describes a generative AI use case for multimodal models?
  • A Deploy multiple scalable and cost-effective versions of a model.
  • B Process large amounts of data to train multiple models.
  • C Write code in multiple programming languages.
  • D Process different data types, such as images, audio, and videos. Correta
Resposta correta: D

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Multimodal models are designed to process and reason across multiple data modalities, such as text, images, audio, and video. AWS generative AI guidance defines multimodal use cases as those where: Inputs come from different data types The model combines visual, textual, or audio understanding Outputs are generated based on combined context Why the other options are incorrect: A describes deployment strategy, not multimodality. B describes training scale, not model capability. C is a coding use case, not multimodal processing. AWS AI document references: Multimodal Foundation Models on AWS Generative AI Capabilities and Use Cases Building Multimodal Applications

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

Gratuita
A company makes forecasts each quarter to decide how to optimize operations to meet expected demand. The company uses ML models to make these forecasts. An AI practitioner is writing a report about the trained ML models to provide transparency and explainability to company stakeholders. What should the AI practitioner include in the report to meet the transparency and explainability requirements?
  • A Code for model training
  • B Partial dependence plots (PDPs) Correta
  • C Sample data for training
  • D Model convergence tables
Resposta correta: B

Explicação

Explanation: Partial dependence plots (PDPs) are visual tools used to show the relationship between a feature (or a set of features) in the data and the predicted outcome of a machine learning model. They are highly effective for providing transparency and explainability of the model's behavior to stakeholders by illustrating how different input variables impact the model's predictions. Option B (Correct): "Partial dependence plots (PDPs)": This is the correct answer because PDPs help to interpret how the model's predictions change with varying values of input features, providing stakeholders with a clearer understanding of the model's decision-making process. Option A: "Code for model training" is incorrect because providing the raw code for model training may not offer transparency or explainability to non-technical stakeholders. Option C: "Sample data for training" is incorrect as sample data alone does not explain how the model works or its decision-making process. Option D: "Model convergence tables" is incorrect. While convergence tables can show the training process, they do not provide insights into how input features affect the model's predictions. AWS AI Practitioner Reference: Explainability in AWS Machine Learning: AWS provides various tools for model explainability, such as Amazon SageMaker Clarify, which includes PDPs to help explain the impact of different features on the model's predictions.

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

Gratuita
A company wants to improve the accuracy of the responses from a generative AI application. The application uses a foundation model (FM) on Amazon Bedrock. Which solution meets these requirements MOST cost-effectively?
  • A Fine-tune the FM.
  • B Retrain the FM.
  • C Train a new FM.
  • D Use prompt engineering. Correta
Resposta correta: D

Explicação

Explanation: The company wants to improve the accuracy of a generative AI application using a foundation model (FM) on Amazon Bedrock in the most cost-effective way. Prompt engineering involves optimizing the input prompts to guide the FM to produce more accurate responses without modifying the model itself. This approach is cost-effective because it does not require additional computational resources or training, unlike fine-tuning or retraining. Exact Extract from AWS AI Documents: From the AWS Bedrock User Guide: "Prompt engineering is a cost-effective technique to improve the performance of foundation models. By crafting precise and context-rich prompts, users can guide the model to generate more accurate and relevant responses without the need for fine-tuning or retraining." (Source: AWS Bedrock User Guide, Prompt Engineering for Foundation Models) Detailed Option A: Fine-tune the FM.Fine-tuning involves retraining the FM on a custom dataset, which requirescomputational resources, time, and cost (e.g., for Amazon Bedrock fine-tuning jobs). It is not the most cost-effective solution. Option B: Retrain the FM.Retraining an FM from scratch is highly resource-intensive and expensive, as it requires large datasets and significant compute power. This is not cost-effective. Option C: Train a new FM.Training a new FM is the most expensive option, as it involves building a model from the ground up, requiring extensive data, compute resources, and expertise. This is not cost-effective. Option D: Use prompt engineering.This is the correct answer. Prompt engineering adjusts the input prompts to improve the FM's responses without incurring additional compute costs, making it the most cost- effective solution for improving accuracy on Amazon Bedrock. Reference: AWS Bedrock User Guide: Prompt Engineering for Foundation Models (https://docs.aws.amazon.com/ bedrock/latest/userguide/prompt-engineering.html) AWS AI Practitioner Learning Path: Module on Generative AI Optimization Amazon Bedrock Developer Guide: Cost Optimization for Generative AI (https://aws.amazon.com/bedrock/)

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

Gratuita
An AI practitioner who has minimal ML knowledge wants to predict employee attrition without writing code. Which Amazon SageMaker feature meets this requirement?
  • A SageMaker Canvas Correta
  • B SageMaker Clarify
  • C SageMaker Model Monitor
  • D SageMaker Data Wrangler
Resposta correta: A

Explicação

Explanation: The correct answer is A because Amazon SageMaker Canvas is designed specifically for users with little or no machine learning or programming experience. It provides a visual interface to build ML models by simply uploading data, performing analysis, and generating predictions using a no-code environment. From the AWS documentation: "Amazon SageMaker Canvas enables business analysts and other users to generate accurate ML predictions using a visual, point-and-click interface without writing code or having prior ML experience." This feature allows the user to: Import datasets (e.g., HR data) Automatically explore the data Select the prediction column (e.g., attrition) Train the model Generate and export predictions Explanation of other options: B . SageMaker Clarify is used to detect bias and explain ML predictions but not to build models or make predictions without code. C . SageMaker Model Monitor monitors model quality in production but doesn't build or train models. D . SageMaker Data Wrangler is used for data preprocessing and transformation but still requires some technical configuration. Referenced AWS AI/ML Documents and Study Guides: Amazon SageMaker Canvas Developer Guide AWS Certified Machine Learning Specialty Study Guide AutoML and No-Code Tools Section AWS Machine Learning Blog: "Predict Employee Attrition with SageMaker Canvas"

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

Gratuita
Which term is the speed at which a pre-trained foundation model (FM) processes requests and delivers output?
  • A Model size
  • B Inference latency Correta
  • C Context window
  • D Fine-tuning
Resposta correta: B

Explicação

Explanation: Comprehensive and Detailed Explanation From Exact AWS AI documents: Inference latency measures the time it takes for a model to: Receive an input request Process the request Return an output AWS performance guidance emphasizes inference latency as a critical metric for real-time and user- facing AI applications. Why the other options are incorrect: Model size (A) refers to number of parameters. Context window (C) defines input length capacity. Fine-tuning (D) is a customization process. AWS AI document references: Foundation Model Performance Metrics Latency Considerations for AI Applications Optimizing Inference on AWS

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

Gratuita
Which option is a use case for generative AI models?
  • A Improving network security by using intrusion detection systems
  • B Creating photorealistic images from text descriptions for digital marketing Correta
  • C Enhancing database performance by using optimized indexing
  • D Analyzing financial data to forecast stock market trends
Resposta correta: B

Explicação

Explanation: Generative AI models are used to create new content based on existing data. One common use case is generating photorealistic images from text descriptions, which is particularly useful in digital marketing, where visual content is key to engaging potential customers. Option B (Correct): "Creating photorealistic images from text descriptions for digital marketing": This is the correct answer because generative AI models, like those offered by Amazon Bedrock, can create images based on text descriptions, making them highly valuable for generating marketing materials. Option A: "Improving network security by using intrusion detection systems" is incorrect because this is a use case for traditional machine learning models, not generative AI. Option C: "Enhancing database performance by using optimized indexing" is incorrect as it is unrelated to generative AI. Option D: "Analyzing financial data to forecast stock market trends" is incorrect because it typically involves predictive modeling rather than generative AI. AWS AI Practitioner Reference: Use Cases for Generative AI Models on AWS: AWS highlights the use of generative AI for creative content generation, including image creation, text generation, and more, which is suited for digital marketing applications.

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

Gratuita
Which technique involves training AI models on labeled datasets to adapt the models to specific industry terminology and requirements?
  • A Data augmentation
  • B Fine-tuning Correta
  • C Model quantization
  • D Continuous pre-training
Resposta correta: B

Explicação

Explanation: Fine-tuning involves training a pre-trained AI model on a labeled dataset specific to a particular task or domain, adapting it to industry terminology and requirements. This process adjusts the model's parameters to better fit the target use case, such as understanding specialized vocabulary or meeting domain-specific needs. Exact Extract from AWS AI Documents: From the AWS Bedrock User Guide: "Fine-tuning allows you to adapt a pre-trained foundation model to your specific use case by training it on a labeled dataset. This technique is commonly used to customize models forindustry-specific terminology, improving their accuracy for specialized tasks." (Source: AWS Bedrock User Guide, Model Customization) Detailed Option A: Data augmentationData augmentation involves generating synthetic data to expand a training dataset, typically for tasks like image or text generation. It does not specifically adapt models to industry terminology or requirements. Option B: Fine-tuningThis is the correct answer. Fine-tuning trains a pre-trained model on a labeled dataset tailored to the target domain, enabling it to learn industry-specific terminology and requirements, as described in the question. Option C: Model quantizationModel quantization reduces the precision of a model's weights to optimize it for deployment (e.g., on edge devices). It does not involve training on labeled datasets or adapting to industry terminology. Option D: Continuous pre-trainingContinuous pre-training extends the initial training of a model on a large, general dataset. While it can improve general performance, it is not specifically tailored to industry requirements using labeled datasets, unlike fine-tuning. Reference: AWS Bedrock User Guide: Model Customization (https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) AWS AI Practitioner Learning Path: Module on Model Training and Customization Amazon SageMaker Developer Guide: Fine-Tuning Models (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html)

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