AWS Certified AI Practitioner (AIF-C01) Practice Test – 247 Free Exam Questions with Answers

AWS Certified AI Practitioner (AIF-C01)

247 questions · instant answer feedback · concise explanations · free

  1. Question 1 of 247A Large Language Model (LLM) chatbot is generating responses that appear plausible and factual but are actually incorrect. What is this phenomenon called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. This is known as a hallucination, where the model generates seemingly accurate information that is, in fact, incorrect or fabricated

    When an LLM generates plausible but factually incorrect information, it is called a hallucination. Terms like overfitting or data drift describe model training or data distribution issues, not the specific behavior of generating fabricated text.

  2. Question 2 of 247A financial services company is leveraging Amazon Bedrock to generate AI-driven insights and recommendations for its clients. The development team is fine-tuning the model's behavior to produce more accurate and relevant responses. As part of this process, they are experimenting with various inference parameters, including Top P, to control how the model generates text. The team needs to understand how adjusting the Top P parameter can influence the diversity and quality of the model's responses during inference. How does the inference parameter Top P influence the model response for Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Influences the percentage of most-likely candidates that the model considers for the next token

    The Top P parameter defines the percentage of the most likely candidates the model considers for the next token. Temperature controls creativity, while Top K limits the fixed number of candidates considered.

  3. Question 3 of 247A software company is evaluating different AWS services to integrate AI-powered solutions into its applications. The team is particularly interested in Amazon Q for automating business workflows and Amazon Bedrock for leveraging pre-trained foundation models. To make an informed decision on which service to adopt for their specific use cases, they need to understand the core differences between the two, including their capabilities, target use cases, and how each service supports AI-driven tasks. Which of the following represent the correct options for the given scenario? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. With Amazon Bedrock, you can choose the underlying Foundation Model. However, Amazon Q does not allow you to choose the underlying Foundation Model · C. Amazon Q is a generative AI–powered assistant that allows you to create pre-packaged generative AI applications, whereas, Amazon Bedrock provides an environment to build and scale generative AI applications using a Foundation Model (FM)

    Amazon Bedrock is a managed service for building generative AI applications using a choice of foundation models. Amazon Q is a pre-packaged assistant without model selection. Remember that Bedrock exposes models via API, while Q provides a ready-to-use assistant.

  4. Question 4 of 247A company needs large, high-quality, and labeled datasets for training its machine learning models. Which Amazon SageMaker service helps build high-quality training datasets?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Ground Truth

    Amazon SageMaker Ground Truth creates high-quality labeled datasets using human workers. Feature Store manages ML features, while JumpStart deploys pre-trained models. Ground Truth is essential for data labeling.

  5. Question 5 of 247A retail company has a collection of product catalogs in the form of PDFs and aims to provide the most current and relevant responses to customer inquiries through its Large Language Model (LLM) chatbot powered by Amazon Bedrock. Which of the following approaches represents the most cost-effective solution?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Utilize a Retrieval-Augmented Generation (RAG) system by indexing all product catalog PDFs and configuring the LLM chatbot to reference this system for answering queries

    A Retrieval-Augmented Generation system indexes documents to fetch relevant context per query. Fine-tuning is expensive and slow to update, and passing all PDFs exceeds context windows and inflates costs.

  6. Question 6 of 247As a developer specializing in Large Language Models (LLMs) at a technology company, you have been tasked with migrating the company's AI infrastructure to AWS Cloud to support the development of LLM-based solutions for various applications, such as natural language processing, text generation, and chatbots. The company is looking for AWS services that offer robust support for training, deploying, and managing LLMs while ensuring scalability, security, and integration with other cloud services. Which AWS services would you recommend for developing LLM-based solutions in this environment? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Amazon Bedrock · B. Amazon SageMaker JumpStart

    Amazon Bedrock and SageMaker JumpStart provide managed environments to deploy and customize large language models. AWS Trainium and Inferentia are hardware chips, while Amazon Q is an assistant.

  7. Question 7 of 247A company has developed an app that translates text from English to various other languages. To enhance the quality and accuracy of these translations, the company seeks to evaluate and improve its translation model's performance. Which metric would be most appropriate for assessing the accuracy of the translations?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should use BLEU (Bilingual Evaluation Understudy) score, a metric specifically designed to evaluate the quality of text that has been machine-translated by comparing it with one or more reference translations

    The BLEU score evaluates machine translation quality by comparing n-gram overlaps with reference translations. ROUGE is primarily used for summarization, while BLEU remains the standard for translation.

  8. Question 8 of 247Which of the following explanations BEST describes the differences between Shapley values and Partial Dependence Plots (PDP) in the context of model explainability, and how you might use them for this purpose?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Shapley values provide a local explanation by quantifying the contribution of each feature to the prediction for a specific instance, while PDP provides a global explanation by showing the marginal effect of a feature on the model's predictions across the dataset. Use Shapley values to explain individual predictions and PDP to understand the model's behavior at a dataset level

    Shapley values offer local explainability by assigning contribution scores to features for a specific prediction. Partial Dependence Plots provide global explainability by showing feature effects across the dataset.

  9. Question 9 of 247A company wants a unified search solution that can connect the company's multiple data repositories, third-party document repositories, and FAQs to create a new search experience so that the employees can efficiently find the right answers for their queries. Which Machine Learning powered AWS service offers these search features?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Kendra

    Amazon Kendra is an enterprise search service powered by machine learning that connects to various data repositories to provide accurate answers. Textract extracts text from documents, while Comprehend performs natural language processing but neither functions as a unified search endpoint.

  10. Question 10 of 247A company has fine-tuned a Foundation Model on Amazon Bedrock, and the training data used for fine-tuning includes some confidential information. The company wants to ensure that the customized model's responses do not contain any of this confidential information to maintain data privacy and security. What is the most efficient approach to achieve this goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should mask the confidential information from the model responses by leveraging Amazon Bedrock Guardrails

    Amazon Bedrock Guardrails can dynamically scan and mask sensitive data or personally identifiable information in model responses. Retraining the model without the data is inefficient and expensive, while encryption only protects data in transit or at rest, not in the generated output.

  11. Question 11 of 247A technology company is considering using Amazon Bedrock to integrate generative AI capabilities into its existing products but is currently unsure about how frequently and extensively it will use the service in the future. The team needs a flexible pricing model that allows them to experiment with different use cases without committing to a long-term contract or specific usage level. To make an informed decision, the company is conducting due diligence to find the most cost-effective option that aligns with its uncertain usage patterns. Given this scenario, which pricing model would be the most appropriate for the company to choose?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should opt for on-demand pricing, which allows it to pay only for the actual usage of resources without any long-term commitments

    On-demand pricing is best for companies with unpredictable usage because you only pay for what you use without long-term commitments. Spot and Reserved Instances are EC2 pricing models, while Provisioned Throughput requires a predictable usage commitment.

  12. Question 12 of 247Which of the following services is specifically designed to provide insights into model predictions by explaining how input features contribute to the final output?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon SageMaker Clarify

    Amazon SageMaker Clarify provides feature attribution tools to explain how specific input features contribute to a model's predictions. Feature Store manages data inputs, Model Monitor tracks production drift, and Canvas is a no-code interface.

  13. Question 13 of 247In generative AI, there is a specific concept used to represent words, sub-words, or characters that the model processes as discrete units of text. What is this concept called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Tokens

    Tokens represent the discrete units of text processed by generative AI models. Embeddings and vectors are numerical representations of these tokens, while the context window measures the total token capacity the model can process.

  14. Question 14 of 247Which of the following represents a valid use case for a generative AI-powered model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Using generative AI to create photorealistic images from textual descriptions

    Creating photorealistic images from text descriptions is a classic generative AI capability because it produces entirely new content. The distractors fail because predicting housing prices or classifying images rely on traditional supervised machine learning rather than generative models.

  15. Question 15 of 247In the context of the shared responsibility model for AWS cloud services, which of the following best describes the division of responsibilities between the customer and AWS?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. AWS is responsible for the security "of" the cloud, including infrastructure, hardware, and software, while the customer is responsible for security "in" the cloud, including data, applications, and access management

    AWS operates the security of the cloud, meaning it handles the underlying infrastructure, hardware, and facilities. Customers handle security in the cloud, which includes securing their data, managing access, and configuring applications.

  16. Question 16 of 247A retail company is looking to optimize its supply chain planning and reduce stockouts. The team is exploring various AWS services to support this effort and is particularly interested in using machine learning for accurate resource planning. The team needs to ensure that the service is well-suited to address their specific use cases. Which of the following is the best-fit for the Amazon Forecast service?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Predict product demand to accurately vary inventory and pricing at different store locations

    Amazon Forecast uses time-series data to predict future metrics, making it ideal for retail demand planning and inventory optimization. The other options map to different AI services like Personalize for recommendations or Lex for conversational interfaces.

  17. Question 17 of 247A logistics company is exploring Amazon Machine Learning (ML) services to enhance its predictive analytics, such as optimizing delivery routes and forecasting demand. The data science team needs to understand the key features and capabilities of various Amazon ML services to determine which ones align with their business goals. To ensure they make the right decisions, the team is reviewing different options and statements about these services. Which of the following represent the CORRECT statements regarding the Amazon ML services? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Amazon Polly is used to deploy high-quality, natural-sounding human voices in dozens of languages · B. Amazon Comprehend service uses machine learning to find insights and relationships in the text

    Amazon Polly converts text into lifelike speech, and Amazon Comprehend uses natural language processing to extract insights from text. The distractors mismatch the services, such as pairing Transcribe with conversational interfaces instead of Lex.

  18. Question 18 of 247A financial services company is exploring the use of generative AI to automate report generation and enhance customer insights. As part of this effort, the team is evaluating different AI models and technologies, including Foundation Models (FMs), to understand their capabilities and how they can be applied to improve efficiency. The team needs to clarify key characteristics and features of Foundation Models to determine if they align with the company's objectives. Which of the following statements is correct regarding Foundation Models (FMs) in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. FMs use self-supervised learning to create labels from input data, however, fine-tuning an FM is a supervised learning process

    Foundation models rely on self-supervised learning to generate implicit labels from vast amounts of raw data. Fine-tuning customizes the model for specific tasks using labeled examples, which makes it a supervised learning process.

  19. Question 19 of 247A data analytics company is developing a knowledge management system using Amazon Bedrock to power its AI-driven insights. As part of this project, the company needs to store and retrieve embeddings efficiently for a variety of use cases, including natural language processing and document search. To ensure optimal performance, they want to understand which vector database is natively supported by Knowledge Bases in Amazon Bedrock for storing and managing these embeddings. Which is the default vector database supported by Knowledge Bases for Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. OpenSearch Serverless vector store

    Knowledge Bases for Amazon Bedrock natively defaults to OpenSearch Serverless for vector storage. Although it supports Pinecone and Aurora, the default store is automatically created if you do not provide one.

  20. Question 20 of 247A retail company needs to perform sentiment analysis for its customer service audio calls. Which AWS services would you recommend for this requirement?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Transcribe and Amazon Comprehend

    Amazon Transcribe converts audio calls into text. Amazon Comprehend then runs sentiment analysis on that text. Avoid Rekognition for audio, as it handles computer vision tasks.

  21. Question 21 of 247A healthcare analytics company has developed a machine learning model to predict patient outcomes based on historical medical data. During testing, the model demonstrates high accuracy and performs well on the training dataset, but once deployed in a real-world production environment, its accuracy drops significantly when processing new, unseen patient records. The company needs to improve the model's ability to generalize and perform well on new data, ensuring reliable predictions in the production setting. What would be the most effective approach to fix this problem?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The company should use hyperparameters for model tuning, which involves adjusting parameters such as regularization, learning rates, and dropout rates to enhance the model's ability to generalize well to new data

    Hyperparameter tuning adjusts regularization and dropout rates to prevent overfitting, improving model generalization. While adding data helps, hyperparameter tuning specifically targets the gap between training and production.

  22. Question 22 of 247A media company has developed an AI-based image generation model to create promotional materials, but it has noticed that the model consistently produces biased outputs, such as generating fewer images representing certain demographic groups. This issue stems from the input data used to train the model, which is imbalanced and underrepresents these groups. To ensure fair representation and mitigate bias in the generated images, the company needs to implement an effective approach to address the data imbalance in its training dataset. What would be the most suitable strategy to achieve this goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Augment the data by generating new instances of data for underrepresented groups

    Data augmentation directly balances underrepresented groups by creating new synthetic training examples, which mitigates bias. Manual correction is not scalable, regularization only prevents overfitting, and switching models ignores the root cause of bad data.

  23. Question 23 of 247A retail company is looking to implement AI-driven solutions to enhance its in-store operations, such as automating inventory management and improving security through visual monitoring. The company wants to leverage pre-trained computer vision (CV) models for fast deployment but also needs the flexibility to customize these models to fit specific business needs. To make an informed decision, the team is evaluating AWS services that offer both pre-trained and customizable computer vision capabilities. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Rekognition

    Amazon Rekognition offers pre-trained computer vision capabilities that you can customize for specific business needs. Textract is strictly for text extraction, while SageMaker is a broader service requiring you to build models from scratch.

  24. Question 24 of 247The marketing department at a retail company is working on a campaign for the upcoming Thanksgiving holidays. The department wants to exclude competitive brand names or sensitive topics from the content produced via generative AI prompts. What type of prompting technique does the given use case represent?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Negative prompting

    Negative prompting tells a generative AI model exactly what concepts or terms to exclude from its output. This is ideal for blocking competitor names or sensitive topics, whereas few-shot or chain-of-thought prompt techniques are used to guide desired content.

  25. Question 25 of 247A technology consulting firm is working with clients to implement generative AI solutions and needs to help them understand the differences between various AI models. In particular, the firm is evaluating the use of Foundation Models (FMs) and Large Language Models (LLMs) for tasks such as text generation, image creation, and data summarization. The firm wants to clarify the distinctions between these two types of models, especially in terms of their design, capabilities, and application scope. What is a key difference between Foundation Models (FMs) and Large Language Models (LLMs) in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Foundation Models serve as a broad base for various AI applications by providing generalized capabilities, whereas Large Language Models are specialized for understanding and generating human language

    Foundation Models are broad, general-purpose systems trained on massive datasets for various modalities like text or images. Large Language Models are a specialized subset of this category focused exclusively on understanding and generating human language.

  26. Question 26 of 247A marketing analytics company is using generative AI to create custom reports and insights based on client data. The team is focused on improving the quality and relevance of the AI-generated content by refining how they interact with the model through prompts. To ensure the AI consistently produces high-quality and accurate outputs, they want to understand the best practices for crafting effective prompts that guide the model efficiently. What are the key constituents of a good prompting technique in this context?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Instructions, Context, Input data, Output Indicator

    A well-crafted prompt consists of instructions, context, input data, and an output indicator. Remember that hyperparameters and parameters are configured at the model level, not manually embedded directly within the prompt text itself.

  27. Question 27 of 247A customer support company is using a large language model developed with Amazon Bedrock to enhance its automated chatbot's ability to understand and respond accurately to customer queries. To improve the chatbot's performance, the company wants the model to correctly identify the intent behind various user interactions, such as whether a user is asking for a refund, seeking product information, or needing technical support. To achieve this, the company decides to use few-shots prompting to train the model effectively. Given this goal, what type of data should be included in the few-shots examples to help the model accurately recognize and distinguish the correct user intent?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The data should include user-input along with the correct user intent, providing examples of user queries and the corresponding intent

    Few-shot prompting teaches the model by pairing user inputs with their corresponding correct intent. Providing matching input and response pairs might show the final answer, but it fails to explicitly demonstrate the intermediate intent classification step.

  28. Question 28 of 247A company has deployed several machine learning models on Amazon Bedrock to provide real-time predictions and analytics for its clients. To maintain operational transparency and ensure compliance with regulatory requirements, the company needs to monitor the input data sent to these models and the output responses generated. This monitoring is crucial for tracking usage, auditing access patterns, and troubleshooting any issues that may arise during model execution. The company is looking for a solution that provides detailed visibility into all model invocations to maintain effective oversight. Which of the following solutions would be the most suitable for achieving this goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should enable model invocation logging, which allows for detailed logging of all requests and responses during model invocations in Amazon Bedrock

    Enabling model invocation logging in Amazon Bedrock captures the actual prompt inputs and generated outputs for auditing. CloudTrail only tracks control plane API calls for account security and does not record the payload data of the model responses.

  29. Question 29 of 247A manufacturing company has developed a machine learning model to automate the process of identifying and classifying different types of materials — such as metals, plastics, and fabrics — in images captured from its production line. To ensure that the model accurately differentiates between these materials and performs reliably in real-world conditions, the company needs to evaluate its performance using an appropriate method that can provide detailed insights into the model's accuracy and classification errors. Which of the following options would be the most suitable for assessing the performance of the classification model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Confusion matrix

    A confusion matrix evaluates classification models by showing true positives, true negatives, false positives, and false negatives. Mean Absolute Error and Root Mean Squared Error are regression metrics designed for continuous numerical predictions instead of categorical ones.

  30. Question 30 of 247A robotics company is exploring different machine learning techniques to improve the decision-making capabilities of its autonomous robots. The team is particularly interested in reinforcement learning as a way to enable the robots to learn from their interactions with the environment and improve performance over time. To ensure they understand the underlying mechanics and applicability of this approach, they need a clear explanation of how reinforcement learning works and how it differs from other machine learning methods. How does reinforcement learning work?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Reinforcement learning involves an agent interacting with an environment by taking actions and receiving rewards or penalties, learning a policy to maximize cumulative rewards over time

    Reinforcement learning uses an agent that interacts with an environment, receiving rewards or penalties to maximize cumulative success. It does not rely on labeled datasets like supervised learning or group unlabeled data like unsupervised learning.

  31. Question 31 of 247A biotechnology company is using a Foundation Model (FM) in Amazon Bedrock to analyze complex genetic data and provide insights for new drug development. However, the company wants to enhance the model's performance to make it an expert specifically in the domain of genomics, enabling it to better understand domain-specific terminology, patterns, and datasets. Which of these approaches would be the most effective for turning the Foundation Model into a domain-specific expert? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. The company should use Domain Adaptation Fine-Tuning, which involves fine-tuning the model on domain-specific data to adapt its knowledge to that particular domain · D. The company should use Continued Pre-Training, which involves further training the model on a large corpus of domain-specific data, enhancing its ability to understand domain-specific terms, jargon, and context

    Domain Adaptation Fine-Tuning and Continued Pre-Training are the correct approaches because they use large amounts of unlabeled or labeled domain-specific data to teach the model specialized terminology and patterns. On the exam, remember that reinforcement learning relies on human feedback rather than raw domain knowledge.

  32. Question 32 of 247A retail analytics company is analyzing a large dataset containing customer purchase history, product details, and sales trends to gain insights into customer behavior and optimize inventory management. To achieve this, the team is focused on calculating various statistical measures to summarize data characteristics and using visualizations to uncover patterns and trends. These tasks are critical for understanding the underlying structure and dynamics of the data before proceeding to model development or predictive analysis. Which phase of the data science process does this work primarily belong to?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Exploratory Data Analysis (EDA)

    Exploratory Data Analysis is correct because calculating statistical summaries and generating visualizations to uncover trends is the core focus of EDA. Data preparation is the strongest distractor, but it involves cleaning and transforming data rather than exploring it for initial insights.

  33. Question 33 of 247A tech company is developing an AI-powered customer support solution using Retrieval-Augmented Generation (RAG) with Amazon Bedrock to provide more accurate and context-aware responses. To achieve this, the company needs a database that can handle fast index lookups and similarity searches to quickly retrieve the most relevant documents or information from a large dataset. The ideal database solution should efficiently support search queries and rank results based on their relevance to the input provided by the user. Given these requirements, which database solution would be most appropriate for the company to use?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should use Amazon OpenSearch Service, which is designed to provide fast search capabilities and supports full-text search, indexing, and similarity scoring

    Amazon OpenSearch Service is the correct choice because it provides native support for vector searches, fast index lookups, and similarity scoring required for retrieval-augmented generation workloads. Relational databases like Aurora lack these specialized semantic search capabilities.

  34. Question 34 of 247A company is using Amazon Bedrock and it wants to regulate the number of most-likely candidates considered for the next word in the model's output. Which of the following inference parameters would you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Top K

    Top K is the correct parameter because it directly limits the token pool to a specific number of the most likely next candidates. Temperature controls randomness globally, while Top P uses a probability threshold instead of a fixed count.

  35. Question 35 of 247A financial services company is deploying multiple machine learning models on Amazon SageMaker to provide real-time credit risk assessments and fraud detection. The data science team needs a tool to monitor and track the performance and usage of these models hosted on endpoints, ensuring that they can easily manage and troubleshoot any issues related to real-time inference. To streamline this process, they are exploring which Amazon SageMaker service can help them track and manage their deployed models effectively. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Model Dashboard

    The SageMaker Model Dashboard provides a centralized portal to track deployed models, monitor endpoints, and troubleshoot real-time inference issues. JumpStart is for deploying pre-trained models, while Clarify focuses solely on detecting bias in your data.

  36. Question 36 of 247A large shopping mall has implemented a security camera system equipped with AI to analyze live footage and automatically flag suspicious behavior. Recently, the system has been consistently flagging individuals from a specific ethnic group more frequently than others, leading to concerns among the mall management and community members about potential bias in the AI model. The team suspects that this issue might be due to certain groups being overrepresented or underrepresented in the data used to train the model, resulting in biased outcomes. Given this situation, which type of bias is most likely responsible for the system disproportionately flagging individuals based on their ethnic group?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Sampling bias

    Sampling bias is correct because the skewed outcomes stem directly from certain demographic groups being overrepresented or underrepresented in the training data. Measurement bias involves faulty sensors, while confirmation bias applies to human expectations.

  37. Question 37 of 247A security company is evaluating Amazon Rekognition to enhance its Machine Learning (ML) capabilities. However, the data science team needs to identify scenarios where Amazon Rekognition may not be the most suitable solution. Understanding these limitations will help the team select the right tools for different aspects of their security system. Given this context, which of the following use cases is NOT the right fit for Amazon Rekognition?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Enable multilingual user experiences in your applications

    Enabling multilingual experiences is the correct answer because translation tasks belong to Amazon Translate, not Rekognition. Rekognition is strictly for computer vision tasks like facial recognition, celebrity detection, and searching image libraries.

  38. Question 38 of 247A healthcare analytics company aims to enhance its AI capabilities by fine-tuning a foundation model (FM) in Amazon Bedrock to specialize in medical text analysis. To achieve this, the company plans to use its own task-specific labeled dataset, consisting of annotated clinical notes and medical records, to fine-tune the model for greater accuracy in extracting relevant information. Given these requirements, which approach would be most suitable?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use Provisioned Throughput mode, which allows the company to reserve a specific amount of capacity in advance

    Provisioned Throughput is correct because Amazon Bedrock requires you to purchase this reserved capacity to test and deploy any models customized via fine-tuning. On-Demand mode only applies to base foundation models and cannot access your customizations.

  39. Question 39 of 247The marketing department at a media company wants to leverage Amazon Bedrock for making creative scripts for an upcoming ad campaign. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Use higher Temperature to get more creative responses for the same prompt on Amazon Bedrock

    A higher Temperature value is the correct setting because it increases the randomness of token selection, yielding more creative and diverse responses. Lower temperature values force the model to produce deterministic and predictable outputs.

  40. Question 40 of 247A marketing company is researching generative AI technologies to better understand how they work and what makes them suitable for automating creative tasks. Understanding the core principles of generative AI will help the company determine if it's the right fit for their content creation needs. Given this context, which of the following best describes generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Generative AI encompasses models and algorithms capable of creating new content such as text, images, and audio based on patterns learned from existing data

    Generative AI creates new content like text, images, and audio by learning patterns from existing data. Options focusing on data retrieval, predefined tasks, or just analyzing data without creating content are incorrect because they fail to produce original output.

  41. Question 41 of 247A company is deploying a generative AI model on Amazon Bedrock and needs to reduce the cost of usage while using prompt examples of up to 10 sample tasks as part of each input. Which approach would be the most effective in minimizing the costs associated with model usage?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The company should reduce the number of tokens in the input

    Generative AI model costs on Amazon Bedrock are calculated based on the number of input and output tokens processed. Adjusting temperature or top-P affects the randomness and diversity of the output but does not lower the usage price.

  42. Question 42 of 247A retail company is exploring machine learning to enhance its customer segmentation and product recommendation systems. The data science team wants a solution that allows them to quickly get started with pre-built models and workflows, without needing extensive development from scratch. They are considering using Amazon SageMaker JumpStart to accelerate their machine learning projects, but they need to understand the platform's key features to ensure it meets their needs for rapid deployment and scalability. Which of the following represent the key features of Amazon SageMaker JumpStart? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: D. You can evaluate, compare, and select Foundation Models quickly based on pre-defined quality and responsibility metrics · E. Pre-trained models are fully customizable for your use case with your data

    SageMaker JumpStart allows users to quickly evaluate foundation models and deploy customizable pre-trained models. SageMaker Canvas is the AWS no-code solution, while training data is never used to update the base models surfaced in JumpStart.

  43. Question 43 of 247A software development company is building generative AI solutions for its clients, including applications for content creation and automated responses. As part of the development process, the team needs to clearly understand the distinctions between model inference and model evaluation to ensure accurate performance tracking and deployment. Model inference is required for generating outputs from the model, while model evaluation is necessary for assessing how well the model performs based on specific metrics. Which of the following options best summarizes the differences between model inference and model evaluation in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Model evaluation is the process of evaluating and comparing model outputs to determine the model that is best suited for a use case, whereas, model inference is the process of a model generating an output (response) from a given input (prompt)

    Model inference is the act of a model generating an output from a given prompt, whereas model evaluation is the process of comparing these outputs to find the best model. The other options incorrectly swap or merge these two distinct concepts.

  44. Question 44 of 247A retail company is looking to streamline its machine learning workflows and improve collaboration between data science teams. The team is considering using MLflow with Amazon SageMaker to manage the end-to-end machine learning lifecycle. Understanding how MLflow integrates with Amazon SageMaker will help the team decide if this combination is the right fit for their machine learning project management needs. Given this context, which statement best defines the use of MLflow with Amazon SageMaker?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Manage machine learning experiments

    MLflow integrates with SageMaker to help data scientists track, organize, and compare iterative machine learning experiments. Automatic tuning is handled by SageMaker AMT, while Canvas provides no-code tools and Ground Truth handles data labeling.

  45. Question 45 of 247A technology company is developing a natural language processing (NLP) solution and exploring different model architectures for tasks such as language translation, summarization, and text generation. The team is particularly interested in understanding how Transformer models, which are widely used in state-of-the-art generative AI applications, process and generate text. To ensure they select the right architecture for their use case, the company needs a clear explanation of how Transformer models function. Which of the following best summarizes the way Transformer models work?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Transformer models use a self-attention mechanism and implement contextual embeddings

    Transformer models use self-attention mechanisms to weigh the importance of words in a sequence alongside contextual embeddings. The other options describe generative adversarial networks, variational autoencoders, and diffusion models instead of transformers.

  46. Question 46 of 247Which of the following embedding models would be most suitable for differentiating the contextual meanings of words when applied to different phrases?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Bidirectional Encoder Representations from Transformers (BERT)

    BERT uses bidirectional context to generate dynamic word embeddings, capturing nuanced meanings based on surrounding text. Older models like Word2Vec rely on static embeddings, while SVD and PCA are dimensionality reduction techniques that lack language context.

  47. Question 47 of 247A legal research firm is seeking to implement a cutting-edge AI solution that can generate detailed responses to complex legal queries by retrieving relevant information from their extensive database of legal documents. The company wants to use Amazon Bedrock to deploy a fully managed solution that supports an end-to-end Retrieval Augmented Generation (RAG) workflow, ensuring that the AI can pull contextually accurate information and generate high-quality answers efficiently. What solution or approach would you recommend for implementing fully managed support for a RAG workflow in Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Knowledge Bases for Amazon Bedrock

    Knowledge Bases for Amazon Bedrock provides a fully managed end-to-end Retrieval Augmented Generation workflow by ingesting documents into a vector store. Guardrails filter harmful content, while continued pretraining customizes model weights without retrieving external data.

  48. Question 48 of 247A manufacturing company aims to leverage Amazon Bedrock to create a generative AI application that automates the monitoring of inventory levels, sales data, and supply chain information. The application should also recommend optimal reorder points and quantities to enhance operational efficiency. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Agents for Amazon Bedrock

    Agents for Amazon Bedrock autonomously orchestrate multi-step tasks by integrating foundation models with proprietary data and APIs. Knowledge Bases only retrieve information, whereas Guardrails and watermark detection focus on safety and image provenance respectively.

  49. Question 49 of 247A healthcare technology company is exploring Amazon Bedrock to develop AI-driven solutions for personalized patient care and predictive diagnostics. The team is particularly interested in customizing Foundation Models (FMs) to align with their proprietary medical data and specific use cases. To make an informed decision, they need to understand the available methods for customizing models within Amazon Bedrock to meet their unique requirements. Which of the following statements is correct regarding the model customization methods for Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Continued pre-training uses unlabeled data to pre-train a model, whereas, fine-tuning uses labeled data to train a model

    Continued pre-training uses unlabeled data to adapt a foundation model to new domains, while fine-tuning uses labeled data to optimize it for specific tasks. Expect exam questions testing the distinction between unsupervised domain adaptation and supervised task-specific training.

  50. Question 50 of 247A developer is working on an AI application for predicting customer churn. The developer is collaborating with a research team to ensure the best model is selected for the application. The application needs to accurately identify customers who are likely to leave the service within the next six months. What should the developer ask the research team to do in order to ensure that the best model is selected for the AI application?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Define the use case of the application narrowly

    Defining the use case narrowly gives the research team specific, bounded requirements, which directly drives correct model selection. Broadly defining an audience or listing data sources are preliminary discovery steps, but they do not by themselves ensure the best model is chosen.

  51. Question 51 of 247A streaming service company is developing a machine learning model to automatically classify its extensive movie library, which includes thousands of titles, into 20 distinct categories based on characteristics such as language, director, cast, and runtime. To enhance user experience and improve content recommendations, the company needs a model that not only accurately classifies the movies but also provides clear insights into how the classification decisions are made. This transparency will help the team understand which features most influence the categorization, ensuring that the model's decision-making process is fully documented and interpretable. Which of the following machine learning algorithms would be the most suitable for achieving this goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Decision Trees

    Decision trees provide high interpretability through clear, visual rules, making them the best fit when you must explain how features drive a classification. Neural networks act as black boxes, and while powerful, they lack the inherent transparency required here.

  52. Question 52 of 247The development team at an e-commerce company is considering using Amazon Personalize to create tailored experiences based on user behavior, such as purchase history and browsing patterns. To make an informed decision, the team needs a clear understanding of how Amazon Personalize works and how it generates these recommendations in real time. Given this context, which statement best describes the Amazon Personalize service?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Elevate the customer experience with ML-powered personalization

    Amazon Personalize uses machine learning to generate real-time, customized product and content recommendations. The other options describe different AWS AI services: Comprehend for text insights, Transcribe for speech-to-text, and Polly for text-to-speech.

  53. Question 53 of 247The admissions committee at an Ivy League university has noticed an increasing use of generative AI tools, such as language models, by applicants to draft their application essays. Concerned that some students may be using these tools to produce content that is not their original work, the committee aims to implement measures to detect the use of AI in essay creation. Their goal is to ensure that all submissions reflect the genuine thoughts and abilities of the applicants, thus maintaining the integrity and fairness of the admissions process. What specific issue is the admissions committee primarily trying to address by detecting the use of generative AI in application essays?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Plagiarism

    Detecting unauthorized AI-generated essays addresses plagiarism by ensuring applicants submit original work. Hallucination refers to an AI inventing false facts, while bias involves unfair discrimination, neither of which is the primary concern here.

  54. Question 54 of 247A healthcare company is considering leveraging generative AI to enhance its data analysis and patient care services. The team is exploring the AWS cloud environment as a platform for deploying generative AI solutions and wants to understand the key benefits of using AWS for these purposes. They are particularly interested in how AWS can support the scalability, security, and flexibility needed to integrate AI models into their existing workflows and handle large amounts of sensitive data. What is one of the primary advantages of using generative AI in the AWS cloud environment?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Generative AI can automate the creation of new data based on existing patterns, enhancing productivity and innovation

    Automating the creation of new data based on existing patterns is the primary advantage of generative artificial intelligence, directly enhancing productivity and driving innovation. The other options are incorrect because no AI can fully replace humans or guarantee absolute security.

  55. Question 55 of 247A company is exploring Amazon Q to streamline its internal business processes through automation and generative AI capabilities. The team is particularly interested in understanding how Amazon Q integrates generative AI techniques within its web application workflow to enhance tasks such as automating report generation, creating summaries, and analyzing large datasets. They want to know which specific generative AI techniques are employed in Amazon Q to achieve these outcomes. Which of the following generative AI techniques are used in the Amazon Q Business web application workflow? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. Large Language Model (LLM) · C. Retrieval-Augmented Generation (RAG)

    Amazon Q Business uses Large Language Models to generate text and Retrieval-Augmented Generation to fetch context from connected enterprise data. Diffusion models, GANs, and VAEs primarily generate images or synthetic tabular data, not enterprise search answers.

  56. Question 56 of 247An e-commerce company wants to analyze thousands of customer reviews it receives daily to understand customer sentiment — whether positive, negative, neutral, or mixed. The goal is to gain insights into customer opinions, identify potential issues, and refine product offerings and marketing strategies. To achieve this, the company's data science team is exploring AWS AI services that can perform sentiment analysis on the written customer reviews. Which of the following would you recommend? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. Amazon Comprehend · D. Amazon Bedrock

    Amazon Comprehend directly analyzes text sentiment, while Amazon Bedrock allows foundation models to perform custom sentiment analysis. Rekognition handles images, Textract extracts document text, and Personalize builds recommendation systems, so none of those process written sentiment.

  57. Question 57 of 247A retail company is using an Amazon SageMaker machine learning model to analyze customer purchasing patterns and predict future buying behavior. The data scientists at the company regularly need to process datasets of less than 1 GB, such as daily sales records and customer interaction logs. The company does not require immediate responses and can afford some delay in receiving the analysis results, as the insights are primarily used for weekly strategy meetings. Which inference method would be the most suitable for the company in this scenario?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Asynchronous inference

    Asynchronous inference is specifically designed for payloads under one gigabyte where immediate real-time responses are unnecessary. Batch transform is wrong because it targets massive datasets rather than these smaller daily payloads processed individually.

  58. Question 58 of 247An e-commerce company uses a chatbot powered by Amazon Bedrock to handle customer inquiries and assist with orders. To enhance customer satisfaction, the company wants the chatbot to continuously learn and improve from real-time customer interactions, adapting its responses to become more accurate and effective over time. Which approach would be the most suitable for enabling ongoing self-improvement of the chatbot based on its conversations with customers?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should leverage reinforcement learning (RL), where rewards are generated from positive customer feedback to train the chatbot in optimizing its responses

    Reinforcement learning uses reward signals from positive feedback to dynamically optimize chatbot responses over time. Incremental training could technically achieve ongoing adaptation, but it lacks the explicit reward optimization focus that reinforcement learning provides.

  59. Question 59 of 247A content marketing company is using a generative AI model to automatically draft articles, social media posts, and product descriptions. As the team feeds various text inputs into the model, they notice that the AI can only consider a certain amount of text at once before generating its response. They want to understand the concept that determines this limit, as it affects the length and complexity of the inputs the model can effectively handle. What is this concept called that defines the maximum amount of text or characters the AI model can process at one time?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. This concept is referred to as a context window, which determines the amount of text or information the model can consider at once while generating a response, typically measured in tokens rather than characters

    The context window dictates the maximum amount of text, measured in tokens, that a model can process in a single interaction. Tokens themselves are merely the individual subword units, while embeddings represent text as numerical vectors for semantic understanding.

  60. Question 60 of 247A technology company is deploying AI systems on AWS to automate its business processes and improve decision-making. The IT team wants to ensure that their AWS environment is optimized for governance, cost savings, performance, security, and fault tolerance. To achieve this, they are looking for a tool that provides recommendations and best practices to enhance the overall efficiency and security of their AI systems. Which AWS tool do you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. AWS Trusted Advisor

    AWS Trusted Advisor provides real-time guidance to help you follow AWS best practices across cost, performance, security, and fault tolerance. Distractors like AWS Config focus on resource configuration tracking and compliance auditing rather than holistic optimization recommendations.

  61. Question 61 of 247A technology company is utilizing multiple machine learning models across different departments, such as marketing, customer support, and product development, to address various business needs. To enhance overall performance, the company wants these models to learn from each other by sharing the latest data insights and patterns discovered by each model. The goal is to optimize the models' accuracy and efficiency by effectively using the most up-to-date information available from all sources. Given this objective, which approach would be the most suitable for achieving cross-model optimization?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should use transfer learning, a method where a model pre-trained on one task is adapted to improve performance on a different but related task by leveraging knowledge from the original task

    Transfer learning applies knowledge from a pre-trained model to a related task. While federated learning is a better fit for the scenario of distributed models sharing insights, transfer learning is the intended answer among the provided choices.

  62. Question 62 of 247A global e-commerce company is leveraging a Foundation Model (FM) to improve its product recommendation engine and enhance customer experience. However, the data science team is looking to further optimize the model's performance by applying advanced techniques that can fine-tune the FM for specific tasks, ensure higher accuracy, and improve overall efficiency. The company needs to identify the most effective methods for enhancing the model's capabilities while maintaining scalability. Which of the following is correct regarding the techniques used to improve the performance of a Foundation Model (FM)?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Fine-tuning changes the weights of the FM whereas Retrieval-augmented generation (RAG) does not change the weights of the FM

    Fine-tuning alters the underlying weights of a foundation model through additional training. Retrieval-augmented generation, or RAG, leaves model weights unchanged and instead grounds responses using external knowledge sources.

  63. Question 63 of 247A retail company is developing machine learning models on AWS to improve product recommendations and customer insights. To ensure consistency and collaboration among its data science team, the company needs a solution for storing, sharing, and managing the inputs used during the model training and inference phases. The company is evaluating AWS services that can help streamline this process. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon SageMaker Feature Store

    Amazon SageMaker Feature Store is a purpose-built repository designed to store, share, and manage features for machine learning models. Data Wrangler is used for data preparation, Clarify detects bias, and Ground Truth handles data labeling.

  64. Question 64 of 247A financial services company is building a machine learning model to improve its credit risk assessment process. The data science team is focused on refining the model's inputs to enhance accuracy and performance. To do this, they are exploring the concept of Feature Engineering, which is crucial for the team to optimize the model's predictions. What is Feature Engineering in the context of machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Feature Engineering involves selecting, modifying, or creating features from raw data to improve the performance of machine learning models, and it is important because it can significantly enhance model accuracy and efficiency

    Feature engineering involves selecting, modifying, or creating features from raw data to significantly improve machine learning model accuracy. Distractors incorrectly confuse feature engineering with data collection, visualization, or hyperparameter tuning.

  65. Question 65 of 247A healthcare technology company is developing AI-driven applications to assist doctors in diagnosing diseases. As part of its commitment to ethical standards, the company wants to ensure that its AI models are fair, transparent, and free from bias. To achieve this, the data science team is exploring AWS services and tools that can help implement Responsible AI practices, as understanding which AWS services support these practices is critical for the company's AI development strategy. Which AWS services/tools can be used to implement Responsible AI practices? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Amazon SageMaker Model Monitor · C. Amazon SageMaker Clarify

    SageMaker Clarify detects bias and explains predictions to ensure fairness, while SageMaker Model Monitor tracks production models for drift. The other services are general security or compliance tools, not specifically responsible AI practices.

  66. Question 66 of 247A technology firm is developing an AI-driven solution for automating business processes and needs to design effective prompts for its generative AI model. The model is tasked with solving complex, multi-step problems, such as generating detailed business reports or creating process workflows. To improve the model's performance, the team is exploring prompt engineering techniques that can help simplify these tasks by breaking them down into smaller, manageable parts. Which prompt engineering technique is best suited for breaking down a complex problem into smaller logical parts?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Chain-of-thought prompting

    Chain-of-thought prompting breaks complex problems into smaller, logical intermediate steps to improve model reasoning capabilities. Zero-shot and few-shot prompting provide examples rather than explicitly decomposing the reasoning process.

  67. Question 67 of 247A financial services company is deploying machine learning models to automate fraud detection but wants to ensure continuous model accuracy and compliance with regulatory standards. The data science team is exploring AWS services that can help in monitoring machine learning models and incorporating human review processes. Understanding which AWS services are specifically designed to support model monitoring and human oversight will help the team maintain high standards of accuracy and compliance. Which AWS services can be combined to support these requirements? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Amazon SageMaker Model Monitor · E. Amazon Augmented AI (Amazon A2I)

    SageMaker Model Monitor tracks deployed models for data drift, while Amazon A2I provides human review workflows for low-confidence predictions. Ground Truth handles training data labeling, not production model oversight.

  68. Question 68 of 247A software company is developing a generative AI model for language translation and needs to optimize the way the model processes and understands text. The development team is focusing on improving the model's ability to convert words into a form that the AI can effectively interpret and generate accurate translations. To achieve this, they need to clarify the roles of tokens and embeddings in the model's language processing. Which of the following summarizes the differences between a token and an embedding in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. A token is a sequence of characters that a model can interpret or predict as a single unit of meaning, whereas, an embedding is a vector of numerical values that represents condensed information obtained by transforming input into that vector

    A token is a sequence of characters processed as a single unit of meaning, whereas an embedding represents that input as a numerical vector. Embeddings condense information into mathematical space for similarity comparisons.

  69. Question 69 of 247A technology consulting firm is advising a client on the use of AI to enhance their business operations, particularly through the implementation of large-scale models that can handle diverse tasks such as text generation, image recognition, and natural language understanding. The firm is evaluating Foundation Models as a potential solution and wants to clarify their capabilities, including their ability to generalize across multiple domains and perform a wide range of tasks with minimal fine-tuning. Which of the following options aptly summarizes the capabilities of Foundation Models?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Foundation models can perform a wide range of tasks across different domains by leveraging their extensive pre-training on large datasets

    Foundation models leverage extensive pre-training on massive datasets to generalize across multiple domains and perform diverse tasks. They are not restricted to single tasks or solely structured data like legacy machine learning systems.

  70. Question 70 of 247A company is using Amazon Bedrock and it wants to regulate the percentage of most-likely candidates considered for the next word in the model's output. Which of the following inference parameters would you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Top P

    Top P defines the percentage of most likely candidates considered for the next token, controlling the output pool dynamically. Top K sets a strict number of candidates, while Temperature controls overall randomness.

  71. Question 71 of 247A company uses a generative model to analyze animal images in the training dataset to record variables like different ear shapes, eye shapes, tail features, and skin patterns. Which of the following tasks can the generative model perform?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The model can recreate new animal images that were not in the training dataset

    Generative models learn the underlying distribution of training data to synthesize entirely new, unseen examples. Discriminative models, like classifiers, only map inputs to specific labels. Use the term recreate to spot the generative choice.

  72. Question 72 of 247A retail company is exploring AI technologies to improve its inventory management by analyzing images from store cameras and shelves. The development team is considering both computer vision and image processing for different tasks but wants to understand the key differences between the two. Knowing how these technologies differ in terms of their capabilities — whether for recognizing objects, making predictions, or simply manipulating images — will help the team choose the right approach for each task. Given this context, how would you highlight the differences between computer vision and image processing?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Image processing focuses on enhancing and manipulating images for visual quality, whereas computer vision involves interpreting and understanding the content of images to make decisions

    Image processing handles pixel manipulations like filtering and compression, whereas computer vision interprets image content to make automated decisions. Remember that vision systems aim to mimic human understanding, not just alter pixels.

  73. Question 73 of 247A robotics company is developing an AI system to improve the autonomous navigation of its robots. The team is exploring Deep Learning to enhance the system's ability to recognize and respond to its environment. To ensure the AI model performs well, the team needs to understand how model training works in Deep Learning, specifically the process through which the model learns from large datasets by adjusting its internal parameters. This understanding is essential to optimize the model for real-time decision-making. How does model training work in Deep Learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Model training in deep learning involves using large datasets to adjust the weights and biases of a neural network through multiple iterations, using techniques such as gradient descent to minimize the error

    Deep learning training iteratively adjusts neural network weights and biases using large datasets and optimization techniques like gradient descent to minimize error. Network weights are never set manually using predefined rules.

  74. Question 74 of 247A healthcare startup is building machine learning models to assist doctors in diagnosing medical conditions. The development team is debating whether to use a complex, high-performance model or a transparent and explainable model that offers clear insights into how predictions are made. Since transparency is important in healthcare, the team needs to weigh the benefits of using an explainable model, particularly in terms of trust, compliance, and accountability. Which benefits might persuade a developer to choose a transparent and explainable machine learning model? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. They facilitate easier debugging and optimization · D. They foster trust and confidence in model predictions

    Transparent models facilitate easier debugging by revealing how inputs become outputs and foster trust among stakeholders in high-stakes industries. Computational power and integration complexity depend on architecture, not model transparency.

  75. Question 75 of 247A financial services company is developing a Deep Learning model to detect fraudulent transactions in real-time. The data science team has decided to use neural networks as the backbone of the model but needs to fully understand how neural networks function, as understanding the working principles of neural networks is crucial for building an effective fraud detection system. How do neural networks work in the context of Deep Learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Neural networks consist of layers of nodes (neurons) that process input data, adjusting the weights of connections between nodes through training to recognize patterns and make predictions

    Neural networks rely on layers of interconnected nodes that process inputs and adjust connection weights during training to recognize patterns. They learn directly from data rather than relying on explicit programming or storing outcomes.

  76. Question 76 of 247A media company is developing generative AI applications on AWS to automate content creation and enhance customer engagement. Given the sensitivity of customer data and the complexity of AI models, the company's security team wants to implement a defense-in-depth security approach to protect both the data and the AI infrastructure. Which of the following strategies best aligns with the given requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Applying multiple layers of security measures including input validation, access controls, and continuous monitoring to address vulnerabilities

    Defense-in-depth relies on applying multiple overlapping security measures like input validation, strict access controls, and continuous monitoring. Relying on a single security layer, such as just encryption, leaves the application vulnerable.

  77. Question 77 of 247A healthcare company is building multiple machine learning models using Amazon SageMaker to support various projects, such as patient outcome prediction and medical image analysis. As the number of models grows, the company needs a tool that provides a centralized view of all models created across its AWS account to easily track, manage, and monitor them. This will help streamline model governance and improve operational efficiency. Which of the following is the best-fit for the given requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon SageMaker Model Dashboard

    Amazon SageMaker Model Dashboard provides a centralized visual interface to track, manage, and monitor all machine learning models across your AWS account. Model Monitor only checks production data quality without providing a holistic model inventory.

  78. Question 78 of 247A logistics company is exploring the use of Machine Learning models to optimize its supply chain operations, such as demand forecasting, route optimization, and inventory management. The company's data science team needs to understand the fundamental principles of Machine Learning models, including how they are trained, evaluated, and applied to real-world problems. This understanding will help the team select the right model for their use cases and improve operational efficiency. Which of the following is correct regarding Machine Learning models?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Machine Learning models can be deterministic or probabilistic or a mix of both

    Machine learning models can be deterministic, probabilistic, or a combination of both depending on their specific architecture and design. Associating deterministic behavior only with supervised learning is a common distractor.

  79. Question 79 of 247A healthcare startup is developing a machine learning model to predict patient outcomes based on historical medical data. During the training process, the data science team notices signs of overfitting, where the model performs well on the training data but struggles with new, unseen data. To ensure the model generalizes effectively and avoids memorizing the training data, the team needs to implement strategies to prevent overfitting. How can you prevent model-overfitting in machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. By using techniques such as cross-validation, regularization, and pruning to simplify the model and improve its generalization

    Applying techniques like cross-validation, regularization, and pruning simplifies models to ensure they generalize well to unseen data. Increasing model complexity only exacerbates overfitting by memorizing noise.

  80. Question 80 of 247A financial services company is building a machine learning model to predict loan defaults, but the data science team is struggling to find the right balance between model complexity and accuracy. They are aware of the bias-variance trade-off, as understanding this trade-off is critical for optimizing the model's performance and ensuring it generalizes well. What is the bias versus variance trade-off in machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The bias versus variance trade-off refers to the challenge of balancing the error due to the model's complexity (variance) and the error due to incorrect assumptions in the model (bias), where high bias can cause underfitting and high variance can cause overfitting

    High bias stems from overly simplistic assumptions causing underfitting, while high variance makes a model overly sensitive and prone to overfitting. Remember that reversing these definitions is a common trap on exam questions.

  81. Question 81 of 247A company is using Amazon Bedrock and it wants to set an upper limit on the number of tokens returned in the model's response. Which of the following inference parameters would you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Response length

    The response length parameter dictates the maximum number of tokens a model generates. Stop sequences halt generation based on specific text patterns, while Top P and Top K control randomness rather than length.

  82. Question 82 of 247A company is using a Large Language Model (LLM) on Amazon Bedrock and it wants to regulate the creativity of the model's output. Which of the following inference parameters would you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Temperature

    Temperature controls the randomness or creativity of a language model's responses. Top P and Top K narrow the token pool for deterministic outputs, while stop sequences simply terminate text generation early.

  83. Question 83 of 247A retail company is building a machine learning model to forecast demand for its products, but the data science team is facing challenges in balancing model complexity and accuracy. They are trying to avoid overfitting as well as underfitting, since understanding the differences between these two issues is crucial for optimizing the model's performance on both historical and unseen data. How would you differentiate between overfitting and underfitting in the context of machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Overfitting occurs when a model performs well on the training data but poorly on new, unseen data, while underfitting occurs when a model performs poorly on both the training data and new, unseen data

    Overfitting happens when a model memorizes training data, performing poorly on unseen data. Underfitting occurs when a model is too simple to capture underlying patterns, performing poorly on both training and unseen data.

  84. Question 84 of 247A telecom company is seeking to improve the efficiency and effectiveness of its customer service operations by integrating generative AI. The goal is to equip customer service agents with AI-driven tools that can assist in generating accurate, context-aware responses to customer inquiries, offer real-time suggestions, and help automate routine tasks. The company is evaluating several generative AI solutions to determine which one best fits their need for enhancing customer service interactions. Which of the following is the best fit for this use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Q in Connect

    Amazon Q in Connect is the correct choice because it uses real-time customer conversations and company content to suggest actions and responses for contact center agents. Amazon Q Business targets enterprise data assistants, while Amazon Q Developer focuses on coding tasks.

  85. Question 85 of 247The development team at a company needs to select the most appropriate large language model (LLM) for the company's flagship application. Given the vast array of LLMs available, the team is uncertain about the best choice. Additionally, since the application will be publicly accessible, the team has concerns about the possibility of generating harmful or inappropriate content. Which AWS solutions should the team implement to address both the selection of the appropriate model and the mitigation of harmful content generation? (Select two).

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Guardrails for Amazon Bedrock · C. Model Evaluation on Amazon Bedrock

    Model Evaluation on Amazon Bedrock helps select the best foundation model for specific use cases. Guardrails for Amazon Bedrock implements safety controls to filter harmful content. Other options like Comprehend or SageMaker Clarify do not directly select models or moderate LLM outputs.

  86. Question 86 of 247A company stores its training datasets on Amazon S3 in the form of tabular data running into millions of rows. The company needs to prepare this data for Machine Learning jobs. The data preparation involves data selection, cleansing, exploration, and visualization using a single visual interface. Which Amazon SageMaker service is the best fit for these requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Data Wrangler

    Amazon SageMaker Data Wrangler provides a single visual interface for data selection, cleansing, exploration, and visualization. Feature Store only manages features, while Clarify detects bias, and neither offers the complete data preparation workflow shown here.

  87. Question 87 of 247A retail company is looking to enable its business analysts to leverage machine learning without needing extensive coding skills. The team wants to solve key business challenges such as demand forecasting and customer segmentation by using a tool that offers a visual, point-and-click interface, allowing them to build, train, and deploy machine learning models easily. To ensure the right solution is chosen, the company is evaluating AWS services that provide this capability. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon SageMaker Canvas

    Amazon SageMaker Canvas provides a visual point-and-click interface allowing business analysts to build ML models without coding. Data Wrangler is only for data preparation, whereas Canvas handles the complete workflow from data to deployment.

  88. Question 88 of 247A financial institution is designing an AI system on AWS to process sensitive customer data for fraud detection. The company's data engineering team is focused on securing the AI pipeline and ensuring that both data access and data integrity are maintained throughout the process. To implement proper security measures, they need to understand the distinction between data access control and data integrity. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Data access control involves authentication and authorization of users, whereas data integrity ensures the data is accurate, consistent, and unaltered

    Data access control handles authentication and authorization to manage user permissions. Data integrity ensures the information remains accurate and unaltered during storage or processing. Distractors fail by confusing encryption tasks with permission management.

  89. Question 89 of 247A machine learning team at a tech company is developing a generative AI model to automate text generation for customer support. As part of optimizing the model's performance, the team needs to adjust both model parameters and hyperparameters but wants to clearly understand the distinctions between the two. Understanding these differences is crucial for fine-tuning the model and improving its output. Which of the following highlights the key differences between model parameters and hyperparameters in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Model parameters are values that define a model and its behavior in interpreting input and generating responses. Hyperparameters are values that can be adjusted for model customization to control the training process

    Model parameters are internal values learned during training that define model behavior, like weights. Hyperparameters are external settings adjusted before training to control the process, like learning rate. The remaining options incorrectly swap these definitions.

  90. Question 90 of 247A retail company is embarking on a machine learning project to enhance customer segmentation and personalize marketing campaigns. As the data science team begins planning the implementation, the team wants to identify the primary challenges in machine learning implementation. Understanding these challenges will help the team anticipate potential roadblocks and develop strategies to overcome them. Which of the following represents the best option for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Difficulty in collecting and preparing high-quality data for training models

    Data collection and preparation are widely recognized as the most time-consuming bottlenecks in machine learning, making high-quality data the primary challenge. The distractors describing a lack of algorithms or use cases are factually incorrect for modern machine learning.

  91. Question 91 of 247A financial services company is exploring Amazon Bedrock to streamline its AI development for use cases such as fraud detection, personalized customer service, and automated reporting. The company is particularly interested in understanding the key features and benefits of Amazon Bedrock, including its ability to simplify access to powerful foundation models, support customizations, and integrate with existing AWS services. To make an informed decision, the company needs to identify which of the following accurately applies to Amazon Bedrock and its capabilities? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. Smaller models are cheaper to use than larger models · E. You can use a customized model in the Provisioned Throughput or On-Demand mode

    Smaller generative models are faster and cheaper to run than larger ones, and Bedrock customized models support both On-Demand and Provisioned Throughput modes. On-Demand pricing does not require time-based term commitments.

  92. Question 92 of 247A healthcare company is evaluating the use of Foundation Models (FMs) in generative AI to automate tasks such as medical report generation, data analysis, and personalized patient communications. The company's data science team wants to better understand the key features and benefits of Foundation Models, particularly how they can be applied to various tasks with minimal fine-tuning and customization. To ensure they choose the right model for their needs, the team is seeking to clarify the essential characteristics of FMs in generative AI. Which of the following is correct regarding Foundation Models (FMs) in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. FMs use unlabeled training data sets for self-supervised learning

    Foundation models are trained on vast amounts of unlabeled data using self-supervised learning techniques to predict missing parts of the input. Supervised learning requires labeled outputs, making those options incorrect.

  93. Question 93 of 247A growing e-commerce company is considering migrating its infrastructure to the cloud to improve operational efficiency and scalability. The leadership team is evaluating the benefits of cloud computing, such as cost savings, flexibility, and enhanced collaboration, but wants to understand the specific advantages that cloud services can offer over traditional on-premises infrastructure. Which of the following are the advantages of cloud computing? (Select three)

    Select 3 answers.

    Show answer & explanation

    Correct answer: D. Benefit from massive economies of scale · E. Trade capital expense for variable expense · F. Go global in minutes and deploy applications in multiple regions around the world with just a few clicks

    Cloud computing provides massive economies of scale, trades capital expenses for variable expenses, and enables rapid global deployment. On-premises infrastructure forces capacity guessing and heavy upfront data center investments.

  94. Question 94 of 247A healthcare company is developing a machine learning model to analyze medical images and patient records to assist with diagnostics. The team has access to a large amount of unlabeled data and a smaller set of labeled data, and they are considering using semi-supervised learning to maximize the utility of both datasets. To make an informed decision on the approach, the data science team wants to understand which methods fall under semi-supervised learning. Which of the following are examples of semi-supervised learning? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. Sentiment analysis · E. Fraud identification

    Semi-supervised learning leverages a small amount of labeled data alongside a large volume of unlabeled data, which fits applications like sentiment analysis and fraud identification. Clustering and dimensionality reduction are strictly unsupervised.

  95. Question 95 of 247A technology company is considering using Amazon Web Services (AWS) to support its growing application infrastructure and is exploring different cloud computing models. The team is particularly interested in Amazon Elastic Compute Cloud (EC2) to handle its scalable compute needs, as understanding this will help them determine how much control they have over the underlying infrastructure and how best to manage their resources. Which type of cloud computing does Amazon Elastic Compute Cloud (EC2) represent?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Infrastructure as a Service (IaaS)

    Amazon EC2 provides virtualized compute resources, categorizing it as Infrastructure as a Service because you manage the operating system and application. PaaS offerings, like Elastic Beanstalk, handle the underlying infrastructure automatically.

  96. Question 96 of 247A company is using the Amazon Titan Text model with Amazon Bedrock. In which of the following scenarios is the model most likely to hallucinate?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. When temperature is set to 1

    Setting the temperature to its maximum value randomizes word selection, increasing the probability of hallucinations in generative text models. A temperature of zero forces deterministic responses, effectively reducing hallucination risks.

  97. Question 97 of 247A healthcare company is considering migrating its on-premises infrastructure to AWS Cloud to enhance data management, improve scalability, and reduce operational costs. The leadership team is new to cloud technologies and wants a clear understanding of what cloud computing entails, specifically how AWS defines and implements it. This understanding is essential for the company to make informed decisions about the benefits and use cases of cloud computing in their operations. Given this context, what is cloud computing, as defined by AWS?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Cloud computing refers to the on-demand delivery of IT resources and applications via the internet with pay-as-you-go pricing

    Cloud computing is defined as the on-demand delivery of IT resources over the internet with pay-as-you-go pricing. For the exam, associate this model with flexibility and scalability instead of owning physical hardware.

  98. Question 98 of 247A robotics company is exploring different machine learning techniques to enhance the decision-making capabilities of its autonomous robots. The team is considering both reinforcement learning and supervised learning but needs to understand the fundamental differences between these approaches, as understanding this distinction will help the team choose the best approach for their specific use case. What is a key difference between reinforcement learning and supervised learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Reinforcement learning focuses on an agent learning optimal actions through interactions with the environment and feedback, while supervised learning involves training models on labeled data to make predictions

    Reinforcement learning uses an agent interacting with an environment to maximize cumulative rewards. Supervised learning, however, maps inputs to outputs using labeled datasets to make accurate predictions.

  99. Question 99 of 247A financial services firm is adopting Amazon Q Business to streamline its data-driven decision-making processes. As part of the implementation, the company needs a robust solution for managing user access, ensuring that employees across various departments have appropriate permissions to interact with dashboards and reports. The team is evaluating options for user management that offer secure, scalable, and easy-to-administer controls within Amazon Q Business. Which of the following would you recommend for user management in Amazon Q Business?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. IAM Identity Center

    IAM Identity Center is the recommended service to manage workforce access to Amazon Q Business applications. Standard IAM users are better suited for administrative AWS resource access rather than end-user application access.

  100. Question 100 of 247A healthcare technology company is developing machine learning models to analyze both structured data, such as patient records, and unstructured data, such as medical images and clinical notes. The data science team is working on feature engineering to extract the most relevant information for the models but is aware that the process differs depending on whether the data is structured or unstructured. To ensure they approach each data type correctly, they need to understand the key differences in feature engineering tasks for structured versus unstructured data in machine learning. What is a key difference in feature engineering tasks for structured data compared to unstructured data in the context of machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Feature engineering for structured data often involves tasks such as normalization and handling missing values, while for unstructured data, it involves tasks such as tokenization and vectorization

    Structured data feature engineering usually involves normalization and handling missing values. Unstructured data requires techniques like tokenization and vectorization to convert text or images into usable numerical formats.

  101. Question 101 of 247A financial services company is deploying AI systems on AWS to analyze customer transactions and detect fraud. To meet stringent regulatory requirements, the company's compliance team needs a tool that can continuously audit AWS usage, automate evidence collection, and streamline risk assessments. This tool should help ensure that the AI systems comply with industry standards and reduce the manual effort involved in compliance reporting. Which AWS tool meets these requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. AWS Audit Manager

    AWS Audit Manager continuously audits your AWS usage by automating evidence collection to simplify risk assessments. AWS Artifact simply provides access to compliance reports and does not actively collect evidence.

  102. Question 102 of 247A software development company is exploring Amazon Q Developer to enhance its internal tools and workflows. The company is particularly interested in leveraging the platform's capabilities to automate code generation, improve task automation, and integrate machine learning features into its applications. To understand how Amazon Q Developer can support these objectives, the development team needs a clear overview of its core functionalities. Which of the following represents the capabilities of Amazon Q Developer? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. Get answers to your AWS account-specific cost-related questions using natural language · E. Understand and manage your cloud infrastructure on AWS

    Amazon Q Developer answers natural language questions about AWS costs and helps manage infrastructure. It cannot visualize cost data or autonomously deploy and modify resources, making those distractors incorrect.

  103. Question 103 of 247An e-commerce company is developing a chatbot to enhance its user experience by allowing customers to submit queries that include both text descriptions and images, such as product photos or screenshots of issues. The company aims for the chatbot to understand these multi-modal inputs and provide accurate and context-aware responses, seamlessly combining visual and textual information to address customer needs effectively. Which approach would be the most cost-effective for enabling the chatbot to process such multi-modal queries effectively?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should use a multi-modal embedding model, which is designed to represent and align different types of data (such as text and images) in a shared embedding space, allowing the chatbot to understand and interpret both forms of input simultaneously

    A multimodal embedding model aligns text and images within a shared vector space for cost-effective search and querying. A generative model is overkill, more expensive, and better suited for creating new content.

  104. Question 104 of 247A retail company is exploring advanced AI solutions to enhance customer experience by integrating both visual and textual data for tasks such as product recommendations, automated image tagging, and customer support. The team is considering using multimodal models, which can process and understand multiple types of input data, but they need a clear understanding of how these models work and their key advantages. To help make an informed decision, the company wants to clarify the capabilities of multimodal models. Which of the following summarizes the capabilities of a multimodal model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. A multimodal model can accept a mix of input types such as audio/text and create a mix of output types such as video/image

    Multimodal models accept diverse inputs like text and audio while generating mixed outputs like images and video. The defining characteristic is handling multiple data formats simultaneously rather than being restricted to a single type.

  105. Question 105 of 247A social media company is implementing an AI-driven content recommendation system to enhance user engagement. During testing, the data science team notices that the AI suggests content differently based on user demographics, leading to concerns about whether the model is treating all users fairly. The team wants to ensure the system avoids any form of bias and complies with ethical AI standards. To better understand this issue, they need a clear example of algorithmic bias to recognize and address it in their system. Which of the following scenarios best illustrates algorithmic bias?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. A hiring algorithm consistently prefers candidates from a particular gender, even though the candidates' qualifications are similar across genders

    Algorithmic bias occurs when a model systematically favors specific groups despite similar qualifications. Human judgment errors or random weather fluctuations fail to represent systematic machine learning bias.

  106. Question 106 of 247A healthcare company is deploying AI models using Amazon SageMaker to predict patient outcomes and ensure compliance with healthcare regulations. The data science team wants to document important details about their models, such as performance, bias assessments, and intended use. They are considering using SageMaker model cards for this purpose but also want to understand how AI service cards fit into the broader documentation of their AI services. Understanding the differences between these two tools will help the team select the right one for tracking and managing their AI models. Given this context, how would you highlight the key differences between SageMaker model cards and AI service cards?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. SageMaker model cards include information about the model such as intended use and risk rating of a model, training details and metrics, evaluation results, and observations. AI service cards provide transparency about AWS AI services' intended use, limitations, and potential impacts

    SageMaker model cards document custom model details like training metrics and risk ratings. AI service cards provide transparency for pre-trained AWS services regarding their intended use and limitations.

  107. Question 107 of 247A company has implemented a chatbot powered by Amazon Bedrock to handle customer inquiries and support requests. While the chatbot is effective at providing automated responses, the company has noticed that some of the replies do not consistently match its desired tone — professional, empathetic, and friendly. To maintain brand consistency and ensure a positive customer experience, the company needs to align the chatbot's responses with its specific communication style and standards. Which approach would be most effective for ensuring that the chatbot's responses are consistently aligned with the company's tone and style?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should iteratively test and adjust the chatbot prompts to ensure that its outputs consistently reflect the company's tone and style

    Prompt engineering iteratively refines responses to match a specific tone or style. Lowering temperature reduces randomness but does not guarantee the desired tone, while batch inferencing and token limits are unrelated.

  108. Question 108 of 247An Internet-of-Things (IoT) company is developing a suite of smart sensors and devices that rely on real-time data processing to enable applications like predictive maintenance, environmental monitoring, and immediate anomaly detection. To provide immediate feedback and actions, the company needs to deploy machine learning models directly on its edge devices, ensuring that these models can perform inference with minimal latency. The company is evaluating different approaches to optimize performance and maintain low-latency inference on these edge devices. Which approach would be the most suitable for meeting this requirement?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should use an optimized small language model (SLM) deployed directly on the edge device, allowing for real-time, low-latency inference

    Deploying an optimized small language model directly on the edge device ensures real-time performance without network latency. Large models exceed edge hardware limits, while central APIs introduce unacceptable network delays.

  109. Question 109 of 247A media company is exploring cutting-edge AI models to automate tasks such as content generation and language translation. The development team is particularly interested in using Transformer models due to their efficiency and performance in natural language processing tasks. To make an informed decision, the team needs to identify which models belong to the Transformer architecture and how they can be applied to their use cases. Which of the following is an example of a Transformer model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. ChatGPT

    ChatGPT relies on the transformer architecture, utilizing self-attention mechanisms for natural language tasks. Stable Diffusion and DALL-E are diffusion models primarily used for image generation rather than text.

  110. Question 110 of 247A technology consulting firm is advising a client on implementing advanced AI-driven solutions for automating business processes and improving decision-making. The client wants to understand the hierarchical relationship between different AI technologies, including Artificial Intelligence (AI), Machine Learning (ML), Deep Learning (DL), and Generative AI (GenAI), to determine how each fits into their broader technology strategy. Gaining clarity on this hierarchy will help the client prioritize investments and understand how these technologies interact. Given this context, what is the correct hierarchical relationship between Artificial Intelligence (AI), Machine Learning (ML), Deep Learning (DL), and Generative AI (GenAI)?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Artificial Intelligence > Machine Learning > Deep Learning > Generative AI

    Artificial intelligence is the broadest category, containing machine learning, which contains deep learning, which enables generative AI. Knowing this nested subset hierarchy is critical for mapping technologies correctly.

  111. Question 111 of 247A healthcare analytics company is exploring the use of Foundation Models to automate the process of labeling vast amounts of medical data, such as patient records and clinical notes, to enhance its machine learning models for diagnosis and treatment recommendations. The company wants to understand the specific techniques that Foundation Models use to generate labels from raw input data, helping streamline the data annotation process without requiring extensive manual effort. Which of the following techniques is used by Foundation Models to create labels from input data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Self-supervised learning

    Foundation models use self-supervised learning to create labels from input data. Supervised learning requires pre-labeled data sets, whereas reinforcement learning uses reward functions rather than autonomously generating labels.

  112. Question 112 of 247An insurance company is transitioning to AWS Cloud and wants to use Amazon Bedrock for product recommendations. The company wants to supplement organization-specific information to the underlying Foundation Model (FM). Which of the following represents the best-fit solution for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Use Knowledge Bases for Amazon Bedrock to supplement contextual information from the company's private data to the FM using Retrieval Augmented Generation (RAG)

    Knowledge Bases for Amazon Bedrock uses Retrieval Augmented Generation to securely inject private company data into prompts. Fine-tuning alters model weights for general behavior rather than dynamically retrieving specific documents.

  113. Question 113 of 247A financial services company is deploying AI models to assess credit risk and make lending decisions. As part of ensuring ethical AI use, the company wants to build models that are both interpretable and explainable to regulators, stakeholders, and customers. The data science team needs to understand the distinction between interpretability and explainability in the context of Responsible AI to choose the right techniques for transparency. This distinction will guide the company in making its AI models more trustworthy and compliant. Which of the following represents the best option for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Interpretability is about understanding the internal mechanisms of a machine learning model, whereas explainability focuses on providing understandable reasons for the model's predictions and behaviors to stakeholders

    Interpretability means a human can understand the internal mechanics driving a model's predictions. Explainability provides stakeholder-friendly justifications for outcomes, especially when the underlying model is too complex to interpret directly.

  114. Question 114 of 247A multinational corporation is building machine learning systems on AWS to analyze customer behavior across different regions. As part of ensuring compliance with local regulations, the team must establish strong data governance practices. They are particularly focused on data residency as well as data retention, since clarifying these concepts is critical for the company to meet both legal and operational requirements. Given this context, what is the primary difference between data residency and data retention?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Data residency is concerned with the physical location of data storage, whereas data retention defines the policies for how long data should be stored and maintained

    Data residency refers to the physical or geographical location where data is stored. Data retention dictates the lifecycle policies determining how long data is kept before eventual deletion or archiving.

  115. Question 115 of 247A technology consulting firm is guiding a client through the process of adopting AI-driven solutions for automating their business operations. The client is trying to understand the broader scope of artificial intelligence (AI) and how machine learning (ML) fits into it, particularly in terms of the distinct roles each plays in decision-making and problem-solving. Clarifying the relationship between AI and ML will help the client make informed decisions on which technologies to invest in. What is the key difference between machine learning and artificial intelligence?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Machine learning is a subset of artificial intelligence that involves training algorithms to learn from data, while artificial intelligence encompasses a wider range of technologies aimed at simulating human intelligence

    Artificial intelligence is the broad discipline of simulating human intelligence, while machine learning is a specific subset focused on algorithms learning from data. A good exam cue is to remember the nesting: machine learning fits inside AI, not the other way around.

  116. Question 116 of 247A logistics company is exploring ways to label large datasets for an upcoming machine learning project focused on optimizing delivery routes. The team is evaluating two AWS services—Amazon Mechanical Turk and Amazon Ground Truth—to assist with the data labeling process. They need to understand the key differences between the two services, particularly in terms of automation, scalability, and workforce management. What is the primary difference between Amazon Mechanical Turk and Amazon Ground Truth?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Mechanical Turk provides a marketplace for outsourcing various tasks to a distributed workforce, while Amazon Ground Truth is specifically designed for creating labeled datasets for machine learning, incorporating both automated and human labeling

    Amazon Mechanical Turk is a general marketplace for outsourcing microtasks to human workers, whereas Amazon Ground Truth is a dedicated machine learning service for building datasets. Ground Truth uses automation and can route tasks to public, vendor, or private workforces.

  117. Question 117 of 247A financial analytics company has deployed a machine learning model using Amazon SageMaker within a Virtual Private Cloud (VPC) to analyze sensitive customer data. To meet security guidelines, the VPC is configured with no internet access. However, the model needs to regularly access and read data stored in Amazon S3. The company is looking for a solution that allows secure data transfer between the SageMaker model in the VPC and Amazon S3 without exposing data traffic to the public internet. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should use a VPC endpoint for Amazon S3 that allows secure, private connectivity between the VPC and Amazon S3, without the need for an internet connection, ensuring data is transferred securely within the AWS network

    A VPC endpoint provides private connectivity between resources inside an isolated VPC and AWS services like Amazon S3. Relying on a NAT gateway or Internet Gateway fails the requirement because those routes still push data traffic over the public internet.

  118. Question 118 of 247A company developing AI-powered customer service chatbots is exploring ways to improve the quality and accuracy of responses using Reinforcement Learning from Human Feedback (RLHF). The data science team is considering using Amazon SageMaker Ground Truth to assist with gathering and processing human feedback during model training. To ensure this solution aligns with their needs, they want to understand how SageMaker Ground Truth supports the key capabilities required for implementing RLHF, such as collecting, labeling, and managing human input effectively. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. SageMaker Ground Truth enables the creation of high-quality labeled datasets by incorporating human feedback in the labeling process, which can be used to improve reinforcement learning models

    SageMaker Ground Truth provides human-in-the-loop capabilities to create high-quality datasets by collecting human feedback, which is essential for reinforcement learning. The other options are incorrect because Ground Truth explicitly relies on human input rather than automated synthetic data generation or real-time decision-making.

  119. Question 119 of 247A retail company is developing a machine learning model to predict customer churn and is in the process of preparing its dataset. The data science team plans to divide the data into a training set, validation set, and test set to ensure the model performs well across different stages of development and evaluation. To proceed effectively, the team needs to fully understand the roles of each of these sets and how they contribute to building a robust model. Which of the following is correct regarding the training set, validation set, and test set used in the context of machine learning? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Validation sets are optional · C. Test set is used to determine how well the model generalizes

    Validation sets are optional and used for hyperparameter tuning during training. Test sets are mandatory for evaluating the final model on unseen data to determine generalization. A strong distractor fails because the test set must never be used for tuning.

  120. Question 120 of 247An app developer is building an educational application to help high-school students understand fundamental concepts in mathematics, such as calculating the probability of drawing a spade from a deck of cards. Which approach would be the most suitable for this purpose?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The developer should create a rule-based application that uses predefined mathematical rules and formulas to answer probability questions accurately

    A rule-based system works best for fundamental math where outcomes rely on strict, predefined formulas. Machine learning is unnecessary here because probability calculations require exact deterministic answers rather than inferred predictions.

  121. Question 121 of 247A healthcare company is deploying AI systems on AWS to manage patient data and improve diagnostic accuracy. To ensure compliance with strict healthcare regulations and to enhance the security of their applications, the company's security team is looking for an AWS service that can automate security assessments. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon Inspector

    Amazon Inspector automatically assesses applications for vulnerabilities and deviations from security best practices. AWS Config tracks resource configuration states, while AWS Artifact supplies compliance reports rather than automated assessments.

  122. Question 122 of 247A legal firm is looking to implement an AI solution that can generate detailed, accurate responses to client queries by retrieving relevant information from its extensive database of legal documents. The firm is considering the use of Retrieval Augmented Generation (RAG) through Amazon Bedrock to enhance the quality and relevance of the generated content. The team wants to understand the best-fit use cases for RAG to determine if it aligns with their needs for knowledge retrieval and content generation. Which of the following represents the best-fit use cases for utilizing Retrieval Augmented Generation (RAG) in Amazon Bedrock? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Medical queries chatbot · B. Customer service chatbot

    Retrieval Augmented Generation powers chatbots needing factual context from private databases, like customer service or medical queries. Creative tasks like original content generation do not require factual data retrieval.

  123. Question 123 of 247A media company is looking to enhance its content creation processes by leveraging cutting-edge technologies and has been exploring the use of generative AI. The leadership team wants to understand the broader significance of generative AI in modern technological applications, including its potential to automate tasks, improve creativity, and optimize workflows across industries. Understanding why generative AI is considered important will help the company make informed decisions about integrating this technology into its operations. Given this context, why is generative AI considered important in modern technological applications?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Generative AI is important because it can autonomously create novel and complex data, enhancing creativity and efficiency in various domains

    Generative AI is valued because it creates novel, complex data, which boosts creativity and efficiency across diverse fields. Distractors fail because sorting data is a trivial task, and generative AI extends well beyond just gaming and entertainment.

  124. Question 124 of 247A logistics company is building machine learning models using Amazon SageMaker to predict delivery times and optimize routes. The data science team needs to clean and preprocess large datasets efficiently but wants to minimize manual coding to speed up development. They are looking for an Amazon SageMaker service that offers built-in data transformations, allowing them to quickly prepare the data without writing code. Which of the following options is the best-fit for these requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon SageMaker Data Wrangler

    Amazon SageMaker Data Wrangler provides a visual interface with hundreds of built-in transformations to prepare data for machine learning without writing code. SageMaker Clarify is used for bias detection, while Feature Store simply stores and manages features.

  125. Question 125 of 247A healthcare company has deployed a machine learning model using Amazon SageMaker to predict patient health outcomes based on various clinical parameters. A data analyst at the company inputs new patient data, such as age, blood pressure, and cholesterol levels, into the SageMaker model to receive a prediction on the likelihood of a cardiovascular event. The analyst needs to understand the specific term for this process, where the trained model uses its learned patterns to provide a prediction or output based on new input data. What is this term called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. This process is called inference, where the model uses its trained parameters to generate a prediction or output based on new input data provided by the user

    Inference is the process of using a trained model to generate predictions or outputs based on new input data. Training involves adjusting model parameters using labeled data, which happens before the model is deployed.

  126. Question 126 of 247A healthcare company is developing a machine learning model to predict patient outcomes based on medical data. To ensure the model generalizes well, the company needs to understand the balance between underfitting and overfitting and how to address these issues. Which of the following would you identify as correct regarding underfitting and overfitting in machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Underfit models experience high bias, whereas, overfit models experience high variance

    Underfit models suffer from high bias because they are too simple to capture the underlying trend, resulting in poor training performance. Overfit models suffer from high variance because they memorize training data but fail to generalize to new data.

  127. Question 127 of 247A financial services company is exploring Amazon Q Business to automate reporting and streamline business insights across departments. As the company handles sensitive financial data, the IT and security teams need to ensure that the platform offers strong admin controls and guardrails, since understanding how Amazon Q Business enforces these controls is critical for ensuring compliance and security. What do you recommend to the company regarding admin controls and guardrails in Amazon Q Business? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Amazon Q Business guardrails support topic-specific controls to determine the web application environment's behavior when it encounters a mention of a blocked topic by an end-user · D. Amazon Q Business chat responses can be generated using model knowledge and enterprise data, or enterprise data only

    Amazon Q Business allows administrators to configure topic-specific guardrails to block unwanted subjects. Additionally, administrators can control whether chat responses rely solely on enterprise data or also use the foundational model's pre-trained knowledge.

  128. Question 128 of 247A retail company is deploying machine learning models to predict customer demand and optimize inventory management. The company needs to decide between using real-time inference vs batch inference. Understanding the key differences between these approaches, including their use cases, latency requirements, and processing needs, is crucial for optimizing the company's operations. Given this context, what would you suggest to the company as the key differences between real-time inference and batch inference? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Real-time inference follows a synchronous execution mode, whereas batch inference follows an asynchronous execution mode · C. Real-time inference is used for applications requiring immediate predictions with low latency, whereas batch inference is used for processing large volumes of data at once, often with higher latency

    Real-time inference operates synchronously to deliver immediate low-latency predictions for interactive applications. Batch inference operates asynchronously to process large volumes of data at once without requiring immediate responses.

  129. Question 129 of 247A retail company is using Amazon Bedrock to enhance its product recommendation system with generative AI. To tailor the AI model to the company's specific needs, the data science team is exploring different model customization methods, since understanding the valid customization options available for Amazon Bedrock is crucial for optimizing the model's performance. Which of the following represent valid model customization methods for Amazon Bedrock? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Continued Pre-training · B. Fine-tuning

    Amazon Bedrock supports model customization through fine-tuning using labeled data and continued pre-training using unlabeled data to adjust model weights. Retrieval Augmented Generation and prompt engineering are context-providing techniques, not weight-updating customization methods.

  130. Question 130 of 247In the context of the AWS Shared Responsibility Model, which statement best describes the security responsibilities of both AWS and the customer when using Amazon Bedrock for generative AI applications?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. AWS is responsible for securing the infrastructure that runs Amazon Bedrock, while the customer is responsible for securing their data and managing access controls

    Under the AWS Shared Responsibility Model, AWS secures the underlying infrastructure hosting Amazon Bedrock. Customers retain responsibility for securing their data, managing identity and access controls, and configuring application guardrails.

  131. Question 131 of 247A retail company wants to leverage machine learning to analyze customer behavior and predict future purchasing trends but lacks in-house coding expertise. The company's goal is to build a model that can identify patterns in customer data and forecast sales, helping to tailor marketing strategies and inventory management. Since the team does not have any programming skills, they are considering different tools or services that would enable them to develop a machine learning model without writing any code. Given this limitation, which of the following tools or services would be most suitable for the company to use?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use SageMaker Canvas, as it enables users to create machine learning models using a visual interface

    Amazon SageMaker Canvas provides a no-code visual interface that allows business analysts to build, train, and deploy machine learning models without programming. Data Wrangler is strictly for data preparation, while built-in algorithms still require coding knowledge.

  132. Question 132 of 247A financial services company is deploying a machine learning model to predict stock market trends in real time. The model must generate predictions quickly to provide timely insights for trading decisions. The team wants to evaluate the runtime efficiency of the model to ensure it meets performance requirements. Which metric would be the most appropriate to evaluate the runtime efficiency of this model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Average Response Time

    Average response time directly measures how quickly the model processes requests and generates predictions, making it the ideal metric for runtime efficiency. Metrics like accuracy and precision evaluate predictive correctness rather than latency.

  133. Question 133 of 247A financial services company is developing a machine learning model to predict credit risk and optimize loan approvals. The data science team is preparing the dataset for model development and needs to understand how to properly split the data into training, validation, and test sets. Each of these sets serves a different purpose in ensuring the model's accuracy and generalization. Understanding the key differences between a training set, validation set, and test set will help the team implement an effective model evaluation strategy. What do you recommend to the company?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The training set is used for training the model, the validation set is used for tuning hyperparameters and model selection, and the test set is used for evaluating the final model performance

    The training set teaches the model patterns, the validation set tunes hyperparameters during development, and the test set evaluates final performance on unseen data. Mixing these roles causes data leakage and results in poor generalization.

  134. Question 134 of 247A software company is looking for tools to help its IT professionals streamline the process of coding, testing, and upgrading applications. The team is evaluating different solutions that can improve efficiency, automate routine tasks, and enhance productivity for its workflow. Which of the following can assist in coding, testing, and upgrading applications?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Q Developer

    Amazon Q Developer accelerates software development by generating code, scanning for vulnerabilities, and upgrading applications within the integrated development environment. Distractors like Amazon Q Business focus on enterprise data retrieval rather than direct coding assistance.

  135. Question 135 of 247A technology company is developing a machine learning model to automatically categorize images for its e-commerce platform, which includes tasks like identifying products in photos uploaded by users. The data science team is exploring various types of neural networks and needs to choose the most effective one for image classification. Understanding which neural network architecture is best suited for handling the complexities of image data will help the team ensure accurate and efficient classification. What do you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Convolutional Neural Networks (CNNs)

    Convolutional Neural Networks are specifically designed to process spatial data like images by automatically learning hierarchical features. Recurrent Neural Networks handle sequential data, while generative models create new content rather than classifying images.

  136. Question 136 of 247A retail company is building multiple machine learning models using Amazon SageMaker to optimize inventory management and customer recommendations. The data science teams want to collaborate more effectively by sharing and reusing features without duplicating data across different models. They are looking for a service within Amazon SageMaker that allows them to maintain a centralized catalog of features, ensuring consistency and efficiency in their machine learning workflows. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon SageMaker Feature Store

    Amazon SageMaker Feature Store provides a centralized repository to store, discover, and share machine learning features securely. This avoids duplicating data pipelines, unlike Clarify which detects bias, or Data Wrangler which primarily prepares raw data.

  137. Question 137 of 247A financial services company manages a machine learning model to assess loan eligibility for its customers. The company wants to migrate to AWS Cloud and is looking at understanding the capabilities of the various SageMaker services to operationalize and manage its Machine Learning workflow. As an AI Practitioner, what would you recommend to the company as the best-fit use case for the SageMaker Clarify service?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. You can use SageMaker Clarify to identify potential bias in data preparation, allowing you to detect and measure bias in datasets and models to ensure fairness and transparency in machine learning applications

    Amazon SageMaker Clarify detects potential bias throughout the machine learning lifecycle, helping teams measure and mitigate bias in datasets and models. Real-time performance monitoring and drift detection belong to SageMaker Model Monitor, while tuning requires separate optimization jobs.

  138. Question 138 of 247A customer support company is using Amazon Bedrock to automate responses to frequently asked questions through its AI-driven chatbot. The development team is adjusting various inference parameters to control the responses. They are particularly interested in the Response length parameter, since this parameter is critical for providing clear, customer-friendly interactions. How does the inference parameter Response length influence the model response for Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Specifies the minimum or maximum number of tokens to return in the generated response.

    The Response length parameter dictates the minimum or maximum number of tokens the model generates. For your exam, remember that Top K and Top P control candidate selection probabilities, while Stop sequences halt generation entirely.

  139. Question 139 of 247Which of the following best describes the Amazon SageMaker Canvas ML tool?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Gives the ability to use machine learning to generate predictions without the need to write any code

    Amazon SageMaker Canvas is a no-code visual interface that lets business analysts generate ML predictions. Use this cue: JumpStart handles pre-built one-click solutions, whereas Canvas focuses on code-free model building and prediction.

  140. Question 140 of 247The product team at a media company needs to understand the key distinctions between the tasks performed by Natural Language Processing (NLP) compared to those performed by Computer Vision. This will help the team apply the right AI tools for different types of content. Which of the following do you suggest to the team?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. NLP is used for analyzing and generating human language, such as text and speech, while Computer Vision is used for interpreting and understanding visual information from images and videos

    Natural Language Processing handles human language like text and speech, whereas Computer Vision interprets visual data like images and video. A practical exam tip is mapping image recognition specifically to Computer Vision, not NLP.

  141. Question 141 of 247A healthcare company is using machine learning to analyze patient data and improve diagnostics. The data science team is considering both supervised and unsupervised machine learning approaches to handle different types of data, as understanding the key differences between these two approaches will help the team determine which method is best suited for tasks like disease prediction versus discovering hidden patterns in patient data. Which of the following would you identify as the key difference between supervised machine learning and unsupervised machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Supervised machine learning involves training models with labeled data to make predictions or classify data, whereas unsupervised machine learning identifies patterns and relationships in unlabeled data

    Supervised learning requires labeled data to predict outcomes, while unsupervised learning finds hidden patterns in unlabeled data. Remember the core exam cue: if the data has a specific target or label, it strictly indicates supervised learning.

  142. Question 142 of 247A customer service company is exploring ways to improve its AI-powered chatbot, seeking to balance automation with human input to ensure high-quality responses. The company is considering two approaches: Reinforcement Learning from Human Feedback (RLHF) and Amazon Augmented AI (A2I). However, the company needs to understand the primary differences between these two approaches, as it will help the company choose the right approach to enhance the chatbot's accuracy and reliability. What would you recommend to the company?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. RLHF is a technique used to train AI models using human feedback to refine their behavior, whereas A2I is an AWS service that provides a human review of machine learning predictions to improve model accuracy and reliability

    Reinforcement Learning from Human Feedback trains models using human input to refine behavior, whereas Amazon A2I provides ongoing human review of ML predictions. Remember A2I specifically handles looping human audits into production workflows.

  143. Question 143 of 247A research lab is exploring various generative AI models for its project on creating realistic images and data simulations. The lab is particularly interested in diffusion models but needs a clear understanding of how these models work. Gaining insights into the mechanism behind diffusion models will help the lab decide whether this approach is suitable for their data generation needs. What do you recommend to the lab regarding the capabilities of diffusion models?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Diffusion models create new data by iteratively making controlled random changes to an initial data sample

    Diffusion models generate new data by adding and then iteratively removing controlled random noise from a sample. For your exam, associate competing neural networks with GANs, and latent space compression specifically with variational autoencoders.

  144. Question 144 of 247Given this context, how would you outline the differences between structured data and unstructured data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Structured data is organized in a predefined manner, often in rows and columns, making it easy to search and analyze, while unstructured data lacks a specific format and includes data like text, images, and videos

    Structured data is organized in predefined formats like rows and columns, whereas unstructured data lacks specific formatting and includes raw text or media. A practical exam cue is mapping tabular spreadsheet data to structured categorization.

  145. Question 145 of 247A tech company is integrating generative AI into its customer support system to automatically answer user queries. During testing, the team notices that the AI occasionally generates responses that sound convincing but contain inaccurate information. To address this issue, the team needs to understand the phenomenon where a generative AI model produces information that may appear plausible but is factually incorrect. What is this phenomenon called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Hallucination

    Hallucination occurs when a generative AI model produces convincing but factually incorrect information. For the exam, distinguish hallucination from explainability or fairness, which respectively deal with understanding model decisions and mitigating bias.

  146. Question 146 of 247A financial services company is developing a machine learning model to predict credit risk. During the model evaluation, the data science team notices that the model performs exceptionally well on the training data but struggles with new, unseen data, indicating overfitting. To address this issue, the team needs to identify the root cause of overfitting. What would you recommend to the team?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Overfitting occurs when the model is overly complex and captures noise or random fluctuations in the training data rather than the underlying patterns

    Overfitting happens when an overly complex model memorizes noise and random fluctuations in the training data instead of learning general patterns. Using fewer features indicates a simpler model, which is typically associated with underfitting rather than overfitting.

  147. Question 147 of 247A company is considering using Reinforcement Learning (RL) to optimize decision-making in dynamic environments. Which of the following would you recommend as the best-fit use case for Reinforcement Learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Reinforcement learning is used for optimizing complex systems such as robotics, game playing, and industrial automation by learning optimal actions through trial and error

    Reinforcement learning optimizes complex systems by using an agent that learns optimal actions through trial and error. Distinguish this from unsupervised learning, which clusters unlabeled data, and supervised learning, which predicts outcomes using historical trends.

  148. Question 148 of 247A financial services company is developing machine learning models to automate credit risk assessments and ensure regulatory compliance. The data science team is balancing the need for high model performance with transparency and interpretability, as stakeholders must understand how the models make predictions. The team is evaluating how these factors — model transparency, interpretability, and performance — interact and affect each other. What do you suggest to the team?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Improving model interpretability and transparency may sometimes involve trade-offs with model performance, as simpler models are often easier to interpret but may not achieve the highest performance

    Increasing model interpretability often involves trade-offs with performance because simpler models are easier to explain but might miss complex patterns. Complex deep learning models generally offer higher accuracy but act as opaque black boxes that reduce transparency.

  149. Question 149 of 247A healthcare company is considering using Amazon Bedrock to develop AI solutions that handle sensitive patient data, such as medical records and diagnostic information. Given the strict regulatory requirements in healthcare, the company needs to ensure that Amazon Bedrock provides robust data security and compliance features. The company is evaluating the platform's capabilities to safeguard data and meet compliance standards like HIPAA. Which of the following is correct regarding the data security and compliance aspects of Amazon Bedrock for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The company's data is not used to improve the base Foundation Models (FMs) and it is not shared with any model providers

    Amazon Bedrock does not use customer prompts or outputs to improve the base foundation models, nor does it share your data with third-party model providers. This data isolation ensures compliance for strict workloads like healthcare.

  150. Question 150 of 247A financial services company is deploying a machine learning model using Amazon Bedrock to predict loan approval risks. The data science team needs to ensure that the model performs effectively before going into production. They are focused on understanding the correct practices and tools for model evaluation on Amazon Bedrock to ensure accuracy, fairness, and reliability in their predictions. Which of the following are correct regarding model evaluation for Amazon Bedrock? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: A. Human model evaluation is valuable for assessing qualitative aspects of the model, whereas, automatic model valuation is valuable for assessing quantitative aspects of the model · E. Automatic model evaluation provides model scores that are calculated using various statistical methods such as BERT Score and F1

    Automatic evaluation assesses quantitative metrics using statistical scoring methods like BERT Score and F1, while human evaluation handles qualitative aspects. Option D fails because human workforces require custom prompt datasets, not built-in ones.

  151. Question 151 of 247A tech company is leveraging generative AI to develop personalized customer experiences and is considering whether to use a pre-built Foundation Model (FM) or to customize a model tailored to their specific needs. The team needs to understand the key differences between using a Foundation Model as-is versus customizing a model with their own data to enhance performance for specific tasks. This distinction will guide their strategy for deploying the most effective AI solution. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. FM is an AI model with a large number of parameters and trained on a massive amount of diverse data, whereas, model customization is the process of using training data to adjust the model parameter values in a base model to create a custom model

    A foundation model is pre-trained on diverse, massive datasets for broad use cases, whereas customization adjusts the model parameters using your specific training data. Options reversing these definitions fail to capture the core distinction.

  152. Question 152 of 247A technology startup is building an AI-powered recommendation system and wants to streamline the development process. The product team is trying to understand the distinction between machine learning (ML) algorithms and ML models. Clarifying this difference will help the team better structure their project workflow. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. An ML algorithm is a set of mathematical instructions for solving a specific type of problem, while an ML model is the output of the algorithm after being trained on data

    An algorithm represents the mathematical instructions or procedures, whereas the model is the specific output generated after training on data. Distractors fail because they confuse mathematical procedures with data storage or network security functions.

  153. Question 153 of 247A financial services company is exploring machine learning to automate credit scoring and fraud detection. The leadership team, new to this technology, needs to understand the core concept behind machine learning. Gaining clarity on this central idea will help them decide how to best apply machine learning to their business operations. The company has tasked you, as an AI Practitioner, to convey the central idea behind machine learning to the leadership team. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Machine learning involves training algorithms on large datasets to identify patterns and make predictions or decisions based on new data

    Machine learning involves training algorithms on large datasets so they can identify patterns and make predictions on new data. Distractors fail because they incorrectly claim the process uses predefined rules, requires no data, or relies strictly on hardware.

  154. Question 154 of 247A retail company is utilizing Amazon Bedrock to generate personalized product descriptions and recommendations. The data science team is experimenting with the Top K inference parameter, since it is crucial to understand how adjusting the Top K parameter impacts the responses for optimizing customer interactions. What do you suggest to the team regarding the Top K parameter?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Influences the number of most-likely candidates that the model considers for the next token

    The Top K parameter limits the token selection pool to the most likely candidates, directly controlling text diversity. Do not confuse this with Top P, which uses a probability percentage cutoff, or Temperature, which scales the overall creativity.

  155. Question 155 of 247A financial services company is exploring the use of AI to improve fraud detection and automate credit risk assessments. The data science team is evaluating whether to use traditional machine learning techniques or deep learning, depending on the complexity of the tasks and the size of the data involved. Understanding the key differences between deep learning and traditional machine learning will help the team choose the right approach. Which of the following would you suggest to the team? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. In traditional machine learning, a data scientist manually determines the set of relevant features that the software must analyze, whereas in deep learning, the data scientist gives only raw data to the software and the deep learning network derives the features by itself · D. Deep learning is a subset of machine learning that uses neural networks with many layers to learn from large amounts of data, while traditional machine learning algorithms often require feature extraction and can use various methods such as decision trees or support vector machines

    Deep learning automatically extracts features from raw data using neural networks, whereas traditional machine learning requires manual feature engineering. Remember that deep learning typically demands large datasets and computational power, unlike simpler traditional models.

  156. Question 156 of 247A technology consulting firm is advising a client on how to integrate AI into their customer service and content creation workflows. The client is particularly interested in using Large Language Models (LLMs) for tasks such as automating customer support, generating marketing content, and processing large volumes of text data. To ensure they choose the right applications, the team needs to understand the potential uses of LLMs across different industries and business functions. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. LLMs are used for generating human-like text, translating languages, summarizing text, and answering questions based on large datasets

    Large language models excel at text-based tasks like summarization, translation, and answering questions. They are not designed to generate multimedia assets like 3D models, video, or audio directly, which require specialized generative architectures.

  157. Question 157 of 247A retail company is exploring machine learning algorithms to improve its customer segmentation systems. The data science team is evaluating both K-Means and K-Nearest Neighbors (KNN) algorithms but needs to understand the key differences between them, since understanding these distinctions will help the team choose the right algorithm for their specific tasks. Given this context, what do you recommend to the company?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. K-Means is an unsupervised learning algorithm used for clustering data points into groups, while KNN is a supervised learning algorithm used for classifying data points based on their proximity to labeled examples

    K-Means is an unsupervised clustering algorithm that groups unlabelled data, whereas K-Nearest Neighbors is a supervised classification technique relying on labeled examples. Avoid confusing these two solely because they both start with the letter K.

  158. Question 158 of 247A legal services company is implementing AI solutions using Amazon Bedrock to improve document analysis and automate responses to client queries. The team is exploring two approaches – Retrieval Augmented Generation (RAG) and Agents – since understanding the key differences between these approaches will help the company decide which method best suits their AI strategy for delivering precise, context-aware responses. Which of the following summarizes the differences between Retrieval augmented generation (RAG) and Agent in the context of Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. RAG refers to querying and retrieving information from a data source to augment a generated response to a prompt, whereas, Agent refers to an application that carries out orchestrations through cyclically interpreting inputs and producing outputs by using a foundation model

    Retrieval Augmented Generation strictly retrieves external data to enhance a prompt, while an agent actively orchestrates multistep tasks by interpreting inputs and executing actions. Agents often utilize data retrieval as just one tool within a broader automated workflow.

  159. Question 159 of 247A media company is considering using generative AI to automate content creation for articles, videos, and marketing campaigns. The team wants to understand the underlying mechanics of generative AI, particularly how these models are able to create entirely new content or data, such as text, images, and music, based on patterns learned from existing datasets. This understanding will help the company determine how to best integrate generative AI into its creative workflows. Given this context, how does generative AI create new content or data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. By learning patterns from existing data and using algorithms to generate new content that mimics those patterns

    Generative AI creates new content by learning underlying patterns from training data and using those learned distributions to generate novel, similar outputs. For the exam, remember that generative AI goes beyond rigid templates or traditional programming; it actively learns from data rather than relying on hard-coded rules.

  160. Question 160 of 247In the context of data governance for AI systems on AWS, what is the primary difference between data residency and data logging?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Data residency refers to where data is physically stored, while data logging tracks data access and changes over time

    Data residency dictates the physical or geographical location where data is stored, ensuring compliance with local regulations. Data logging records access and modifications to that data, creating a necessary audit trail for security and troubleshooting.

  161. Question 161 of 247A social media company is planning to implement a large language model (LLM) for content moderation to automatically flag inappropriate or harmful content. To ensure the model is fair and does not show bias or discrimination against specific groups or individuals, the company needs to evaluate the model's outputs regularly for potential bias. The team is considering different data sources for this evaluation but wants to choose an option that minimizes administrative effort while still providing reliable and comprehensive insights into any biases or discrimination present in the LLM's outputs. Given these requirements, which data source would be most suitable?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The company should use benchmark datasets, which are pre-compiled, standardized datasets specifically designed to test for biases and discrimination in model outputs

    Standardized benchmark datasets provide a reliable, pre-compiled resource to test large language models for bias without requiring extensive manual setup. Generating synthetic data or relying on manual human review demands significantly more administrative effort and resources to maintain.

  162. Question 162 of 247A healthcare company is building a machine learning model to predict patient outcomes based on various health indicators. The data science team is exploring different techniques to improve the model's accuracy by refining the input data, specifically using feature extraction and feature selection. Understanding the key differences between these two approaches will help the team optimize the model's performance. What do you suggest to the company?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Feature extraction reduces the number of features by transforming data into a new space, while feature selection reduces the number of features by selecting the most relevant ones from the existing features

    Feature extraction transforms original data into a completely new set of features, such as using principal component analysis to reduce dimensionality. Feature selection simply chooses the most relevant variables from the existing dataset without altering their underlying structure.

  163. Question 163 of 247A healthcare organization is deploying AI systems on AWS to manage sensitive patient data and support clinical decision-making. To meet strict regulatory requirements, the IT and compliance teams are seeking a service that offers continuous monitoring, tracks changes in resource configurations, and ensures compliance with healthcare standards. The company is evaluating which AWS service can help maintain governance and security throughout the AI system lifecycle. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. AWS Config

    AWS Config continuously monitors and records resource configurations, allowing automated compliance checks against your desired baselines. While AWS Audit Manager and Artifact handle compliance reporting and audits, they lack the active, continuous resource configuration tracking required here.

  164. Question 164 of 247Which of the following AWS services are regional in scope? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: C. AWS Lambda · E. Amazon Rekognition

    AWS Lambda and Amazon Rekognition are regional services, meaning you provision and manage them within a specific AWS region. Distractors like IAM, CloudFront, and Web Application Firewall operate globally to provide consistent security and edge delivery across all regions.

  165. Question 165 of 247A company wants to improve the performance of a Foundation Model (FM) being used in Amazon Bedrock. Which of the following lists the underlying techniques in the increasing order of complexity for implementing a solution?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Prompt engineering, Retrieval Augmented Generation (RAG), Fine-tuning

    Prompt engineering is the simplest customization method, followed by Retrieval Augmented Generation which requires vector stores, while fine-tuning demands deep data science expertise. Fine-tuning alters model weights, making it the most complex and resource-intensive technique of the three.

  166. Question 166 of 247A company wants to implement safeguards for its generative AI application using Amazon Bedrock. Specifically, the company wants to filter undesirable and harmful content as well as redact any personally identifiable information (PII). What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Guardrails for Amazon Bedrock

    Guardrails for Amazon Bedrock is the correct choice because it lets you block harmful content and mask PII directly within your generative AI workflows. Knowledge Bases is for Retrieval Augmented Generation, not content filtering or privacy protection.

  167. Question 167 of 247A healthcare company is integrating AWS AI services to build models for patient data analysis and personalized treatment recommendations. The company is exploring the AWS AI service cards and it would like to know more about use cases relevant to AWS AI service cards. Given this context, what would you identify as the primary purpose of AWS AI service cards?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. To offer transparency and information about the intended use, limitations, and potential impacts of AWS AI services, helping users implement Responsible AI practices

    AWS AI service cards provide transparency by detailing intended uses and limitations to support Responsible AI practices. Distractors about technical documentation or a prepaid marketplace fail because the cards strictly focus on ethical implementation guidance.

  168. Question 168 of 247Is it possible to increase both the bias and variance of a machine learning model simultaneously?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Yes, it is possible to increase both bias and variance, but this typically leads to a model that performs poorly due to both underfitting and overfitting

    Bias and variance can both increase simultaneously, which usually yields a poorly performing model that underfits and overfits. While they often exhibit a tradeoff, removing training data or using a flawed algorithm can incorrectly increase both errors.

  169. Question 169 of 247In the context of security and privacy for AI systems on AWS, what is the primary difference between threat detection and vulnerability management?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Threat detection involves real-time monitoring and identification of active threats, whereas vulnerability management is about identifying, assessing, and mitigating security weaknesses

    Threat detection focuses on identifying active malicious activity in real time, whereas vulnerability management proactively identifies and mitigates security weaknesses. Associate GuardDuty with active threats and Inspector with vulnerability management to eliminate reversed distractors.

  170. Question 170 of 247A biotech company is building machine learning models using Amazon SageMaker to analyze large genomic datasets for research purposes. The team is considering Amazon SageMaker Asynchronous Inference to handle these predictions efficiently. To ensure that this deployment model aligns with their requirements, they need to understand which use cases are best suited for asynchronous inference. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Requests with large payload sizes up to 1GB and long processing times

    Amazon SageMaker Asynchronous Inference specifically handles large payloads up to one gigabyte and long processing times by queueing requests. Remember that batch transform fits offline dataset predictions, while serverless inference suits intermittent traffic.

  171. Question 171 of 247A financial services company relies on several Independent Software Vendors (ISVs) for key operational applications and needs to maintain up-to-date compliance records to meet regulatory requirements. To streamline its compliance management process, the company wants to receive email notifications whenever new ISV compliance reports, such as SOC 2 or ISO certifications, become available, ensuring that its compliance team is promptly informed and can take necessary actions. Which AWS service would be most suitable for automatically providing these notifications?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should use AWS Artifact to facilitate on-demand access to AWS compliance reports and agreements, as well as allow users to receive notifications when new compliance documents or reports, including ISV compliance reports, are available

    AWS Artifact provides on-demand access to security and compliance reports, including third-party Independent Software Vendor reports. You can subscribe to notifications within Artifact, whereas Audit Manager and Config evaluate internal resource configurations.

  172. Question 172 of 247A healthcare company is developing a machine learning model to classify medical conditions based on patient data. The data science team needs to evaluate the model's performance to ensure that it makes correct predictions, particularly for critical diagnoses. To do so, the team is considering various performance metrics commonly used for classification systems. Which of the following performance metrics would you recommend to the team for evaluating the effectiveness of its classification system?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Precision, Recall and F1-Score

    Precision, recall, and the F1 score are the standard metrics for evaluating classification model performance. Mean absolute error and root mean squared error apply to regression problems, while latency and throughput measure infrastructure performance.

  173. Question 173 of 247A consulting firm is considering adopting Amazon Q Business to help its teams automate workflows, generate business insights, and streamline decision-making. To ensure smooth integration with their existing AWS infrastructure, the firm's IT department needs to understand which underlying AWS service powers Amazon Q Business. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon Bedrock

    Amazon Bedrock is the underlying managed service that powers the generative AI capabilities of Amazon Q Business. Remember that Amazon Kendra provides the enterprise search functionality, while Q Apps allows users to build custom AI applications.

  174. Question 174 of 247A hiring platform is developing a machine learning model to help companies screen job candidates. During testing, the data science team notices that the model seems to favor certain demographic groups over others. The team suspects that the training data may reflect historical biases from previous hiring practices, leading to biased predictions. To address this issue, the team wants to understand how human bias can influence machine learning outcomes. Which of the following represents the best-fit explanation for the given scenario?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. A data scientist selects features for a machine learning model based on their personal beliefs about which attributes are important, leading to a biased model

    A data scientist incorporating personal beliefs into feature selection directly illustrates human bias. Option D describes algorithmic bias because the skew originates from historical data trends rather than the developer's subjective choices.

  175. Question 175 of 247A media analytics company utilizes Amazon Bedrock to run inferences with its generative AI models to analyze large volumes of user-generated content and provide insights to its clients. The company frequently processes numerous inference requests and is looking for a way to minimize the costs associated with running these inferences while still maintaining the required level of service. Given that the company can tolerate some delays in receiving responses, it seeks a cost-effective inference method that optimizes resource usage without sacrificing too much on turnaround time. Which inference approach would be the most suitable for the company to use in order to reduce its overall inference costs?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use batch inference, thereby allowing it to run multiple inference requests in a single batch

    Batch inference processes large volumes of data asynchronously, making it the most cost-effective choice when immediate responses are not required. On-demand inference costs more for frequent workloads since it lacks bulk processing discounts.

  176. Question 176 of 247Given this use case, which of the following represents a best practice in generative AI adoption?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Implementing guardrails and enhancing transparency for generative AI applications

    Implementing guardrails and maintaining transparency are core best practices to ensure responsible generative AI deployment and user safety. Ignoring continuous monitoring or prioritizing speed over ethics introduces significant operational and compliance risks.

  177. Question 177 of 247A retail company is exploring machine learning to improve customer segmentation and discover hidden patterns in sales data. The data science team is particularly interested in using unsupervised learning to analyze large volumes of unlabeled customer and product data to identify trends and groupings without predefined categories. To determine the best approach, they need to understand which methods fall under unsupervised learning. Which of the following would you suggest to the company as examples of unsupervised learning? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. Clustering · E. Dimensionality reduction

    Clustering and dimensionality reduction are classic unsupervised learning techniques used to find patterns or reduce features in unlabeled data. Decision trees represent supervised learning, while neural networks can operate across multiple learning paradigms.

  178. Question 178 of 247A retail company is looking to analyze its sales performance over the past 12 months to identify trends, track key performance indicators, and make informed strategic decisions. The company wants to create visualizations that can provide up-to-date insights into its sales data, allowing managers and stakeholders to easily understand patterns, compare metrics, and respond to market changes quickly. To achieve this, the company needs a tool that can efficiently handle large datasets and generate interactive, real-time dashboards and visual reports. Which tool would be most suitable for creating visualizations that meet the company's objectives?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use Amazon QuickSight, a business intelligence (BI) service that allows users to easily create and share interactive dashboards and visualizations from various data sources, including up-to-date sales data, enabling real-time insights and reporting

    Amazon QuickSight is a dedicated business intelligence service for creating interactive dashboards and visualizing business data like sales metrics. CloudWatch monitors infrastructure, while SageMaker tools focus strictly on machine learning data preparation and modeling.

  179. Question 179 of 247A company is using Amazon Bedrock based Foundation Model in a Retrieval Augmented Generation (RAG) configuration to provide tailored insights and responses based on client data stored in Amazon S3. Each team within the company is assigned to different clients and uses the foundation model to generate insights specific to their clients' data. To maintain data privacy and security, the company needs to ensure that each team can only access the model responses generated from the data of their respective clients, preventing any unauthorized access to other teams' client data. What is the most effective approach to implement this access control and maintain data security?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The company should create a service role for Amazon Bedrock for each team, granting access only to the specific team's clients data in Amazon S3

    Creating distinct AWS service roles for each team ensures Amazon Bedrock only accesses the specific client data authorized for that team. Relying on broad identity policies or post-incident logging fails to proactively isolate data at the service level during model inference.

  180. Question 180 of 247Which security discipline in the Generative AI Security Scoping Matrix focuses on identifying potential threats to generative AI solutions and recommending mitigations?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Risk management

    Risk management is the correct answer because it involves proactively identifying threats and applying mitigations to secure generative AI solutions. Governance handles policies and compliance reporting, which differs from the active threat modeling covered by risk management.

  181. Question 181 of 247A healthcare company is implementing a machine learning solution to predict patient outcomes and improve treatment plans. The data science team is working to structure their workflow effectively, ensuring that they follow the correct steps in the machine learning process. Understanding the proper sequence of these steps will help the team streamline their project and ensure a successful implementation. Given this context, which of the following would you recommend as the correct sequence of steps in the machine learning process?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Data collection, Data preprocessing, Model training, Model evaluation

    The standard machine learning pipeline begins with data collection and preprocessing to prepare the dataset, followed by model training and final evaluation. Any sequence placing evaluation or training before data preparation is logically invalid.

  182. Question 182 of 247A technology company is planning to implement machine learning to improve its product recommendation system and optimize supply chain management. The data science team is evaluating different types of machine learning approaches. Gaining a clear understanding of these types will help them choose the right strategy for model development. What of the following option would you suggest to the team as the three main types of machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Supervised learning, Unsupervised learning, Deep Learning

    AWS categorizes the three main machine learning types as supervised learning, unsupervised learning, and deep learning for certification purposes. Although reinforcement learning is a valid ML paradigm, stick with this specific taxonomy for the exam.

  183. Question 183 of 247A video streaming company is developing machine learning models to recommend content and analyze user interactions. The data science team needs to understand the specific capabilities of Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs). Which of the following would you suggest to the team?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. While CNNs are used for single image analysis, RNNs are used for video analysis

    Convolutional neural networks excel at spatial data processing, making them ideal for analyzing single images. Recurrent neural networks process sequential information, making them better suited for video analysis or time-series data. Distractors incorrectly swap these core architectural strengths.

  184. Question 184 of 247A software development company is migrating its operations to the AWS Cloud and is evaluating its security responsibilities under different generative AI use cases as outlined in the Generative AI Security Scoping Matrix. The company wants to identify the scenario where it would have the highest level of security ownership, including managing data protection, overseeing the underlying infrastructure, and ensuring compliance with relevant regulations. Understanding these security implications is critical for the company to implement appropriate controls and safeguard its operations. Which of the following scenarios would require the company to assume the maximum level of security ownership?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Building and training a generative AI model from scratch

    Building a model from scratch places you in Scope 5 of the Generative AI Security Scoping Matrix, requiring full ownership of infrastructure and security. Consuming a public service shifts most security responsibilities to the provider, minimizing your operational burden.

  185. Question 185 of 247A company is creating a custom search solution that will bring together the company's data repositories, FAQs, and support tickets. The support tickets might contain personally identifiable information (PII) that needs to be redacted before the tickets are processed to create the search indexes. Which AWS service will help you redact the PII in support tickets?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Comprehend

    Amazon Comprehend is the correct service because its natural language processing capabilities can automatically detect and redact personally identifiable information in text. Amazon Kendra is an enterprise search service, so it requires clean data rather than serving as the redaction tool itself.

  186. Question 186 of 247A retail company is developing a machine learning model to improve its customer segmentation and targeting strategies. The data science team is working with both labeled and unlabeled customer data to train their models but needs to clearly understand the distinction between these two types of data to decide how best to use them. Understanding this difference is critical for selecting the appropriate machine learning techniques, such as supervised or unsupervised learning, for different stages of the project. What is a key difference between labeled data and unlabeled data in the context of machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Labeled data is annotated with output labels that provide specific information about each data point and is used for supervised learning, whereas, unlabeled data lacks such annotations and is used for unsupervised learning

    Labeled data includes specific annotations or tags used to train supervised learning models for predicting known outcomes. Unlabeled data lacks these tags and is used for unsupervised learning tasks, where the model independently finds hidden patterns or structures within the dataset.

  187. Question 187 of 247A healthcare company wants to extract relevant health information from unstructured clinical data such as physician's notes, discharge summaries, and test results from multiple hospitals. Which ML-powered AWS service is the right fit to extract this data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Comprehend Medical

    Amazon Comprehend Medical uses natural language processing to extract medical conditions, medications, and protected health information from unstructured clinical text. Standard Amazon Comprehend is incorrect because it is built for general text analysis rather than specialized healthcare data.

  188. Question 188 of 247An ecommerce company is transitioning to AWS Cloud and wants to use Amazon Bedrock for product recommendations. The company wants to provide its own labeled training dataset to improve the selected Foundation Model's (FM) performance. Which of the following represents the best-fit solution for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Leverage Amazon Bedrock to make a separate copy of the base FM model and train this private copy of the model using the labeled training dataset

    Amazon Bedrock fine-tuning creates a private, separate copy of the base foundation model trained securely on your labeled data. You cannot alter the original base model for all users, nor can you use Bedrock to train a new model entirely from scratch.

  189. Question 189 of 247A software development team is exploring tools to improve their coding efficiency and streamline their workflow. They are particularly interested in leveraging Amazon Q Developer to support their development processes, but they want to understand its specific capabilities. Which of the following accurately describes what Amazon Q Developer can do to enhance the team's development efforts?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Q Developer can suggest code snippets, providing developers with recommendations for code based on specific tasks or requirements

    Amazon Q Developer accelerates coding by providing real-time code snippets and recommendations directly within your integrated development environment. It is an assistant for writing code, not a deployment pipeline tool or a service for building custom SageMaker machine learning models.

  190. Question 190 of 247A healthcare analytics company is developing machine learning models to predict patient outcomes and improve treatment plans. To enhance these models, conduct rigorous testing, and ensure data privacy when sharing with partners, the company needs to generate synthetic data that closely mirrors its existing patient records without compromising sensitive information. The synthetic data must maintain the statistical properties and patterns of the original dataset to be useful for model training and evaluation. Which of the following methods would be most suitable for generating synthetic data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use a Generative Adversarial Network (GAN) for creating realistic synthetic data while preserving the statistical properties of the original data

    Generative Adversarial Networks, or GANs, excel at creating realistic synthetic data while preserving the statistical properties of the original records. Support Vector Machines and Convolutional Neural Networks are primarily used for classification and feature extraction rather than generation.

  191. Question 191 of 247A financial services company is developing machine learning models using Amazon SageMaker to automate loan approvals and fraud detection. To ensure transparency and compliance with industry regulations, the data science team needs a tool that documents the model's intended uses, performance metrics, and any assumptions made during development. This documentation is crucial for maintaining accountability and ensuring that the models are used appropriately. Which Amazon SageMaker tool meets these requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon SageMaker Model Cards

    Amazon SageMaker Model Cards consolidate critical model details like intended use cases, training metrics, and evaluation observations into a single report. SageMaker Clarify identifies bias, whereas Model Monitor tracks ongoing production performance.

  192. Question 192 of 247A company needs to extract handwritten words and letters from scanned documents. Which ML-powered AWS service is the right fit for this requirement?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Textract

    Amazon Textract uses machine learning to automatically extract text, handwriting, and structured data from scanned documents. For the exam, match Rekognition with image and video analysis, and match Transcribe with converting audio speech into text.

  193. Question 193 of 247A media company is developing generative AI models using Amazon Bedrock for content creation and wants to ensure the responsible use of AI by implementing safeguards to prevent misuse. The data science team is evaluating the use of Guardrails and watermark detection, since understanding the differences between these two approaches will help the company choose the right measures for content security and ethical AI practices. Given this context, which of the following summarizes the differences between Guardrails for Amazon Bedrock and watermark detection for Amazon Bedrock?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Guardrails helps control the interaction between users and FMs by filtering undesirable and harmful content, whereas, watermark detection identifies if an image was created by the Amazon Titan Image Generator model on Bedrock

    Guardrails evaluates and filters harmful user inputs and model outputs within Amazon Bedrock. Watermark detection serves a separate purpose by verifying if an image was generated by the Amazon Titan Image Generator, rather than actively filtering conversational prompts.

  194. Question 194 of 247A large enterprise is looking to implement an AI-powered assistant to help employees across departments streamline their work by answering questions, summarizing reports, generating content, and securely accessing data from internal systems. The company needs a solution that can seamlessly integrate with its enterprise systems while ensuring data privacy and security. The team is exploring various generative AI-powered assistants that can fulfill these requirements. Which of the following is a generative AI–powered assistant that can answer questions, provide summaries, generate content, and securely complete tasks based on data and information in the enterprise systems?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon Q Business

    Amazon Q Business securely connects to enterprise data to answer questions, summarize reports, and generate content. Amazon Q Developer targets coding tasks, whereas Amazon Q in Connect is designed specifically for customer service agent assistance.

  195. Question 195 of 247A retail company needs a solution that can help in forecasting foot traffic, visitor counts, and channel demand to efficiently manage the operating costs. Which AWS ML service is the right fit for this use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon Forecast

    Amazon Forecast uses machine learning to deliver highly accurate time-series forecasts for metrics like foot traffic. Amazon Personalize handles real-time product recommendations, while Amazon Lex builds conversational chatbots rather than predicting future numerical demand.

  196. Question 196 of 247A company needs to support human reviews and audits for its ML model predictions. The solution should be easy to implement and have the facility to add multiple reviewers. Which AWS service do you recommend for this use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Augmented AI (A2I)

    Amazon Augmented AI provides built-in human review workflows to easily audit machine learning predictions and route low-confidence cases to reviewers. SageMaker Ground Truth is primarily used for initial data labeling rather than ongoing prediction validation.

  197. Question 197 of 247Consider a scenario where a fully-managed AWS service needs to be used for automating the extraction of insights from legal briefs such as contracts and court records. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon Comprehend

    Amazon Comprehend uses natural language processing to extract key insights, entities, and phrases from unstructured text like legal documents. Amazon Transcribe converts speech to text, while Amazon Rekognition analyzes images rather than textual data.

  198. Question 198 of 247A financial services company is developing machine learning models to improve fraud detection and credit risk assessment. However, given the complexity of these tasks, the team wants to incorporate human input at key stages of the machine learning lifecycle to ensure that the models are accurate and relevant. The company is looking for an AWS service that allows human input and feedback to be integrated into the model development process, improving the overall performance and trustworthiness of the models. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon SageMaker Ground Truth

    Amazon SageMaker Ground Truth provides comprehensive human-in-the-loop capabilities by allowing human annotators to review, label, and provide feedback on machine learning data. SageMaker Clarify focuses on bias detection, not the active integration of human feedback during model development.

  199. Question 199 of 247A healthcare analytics company is developing a machine learning model to provide patient risk assessments based on incoming medical data. The team needs to deploy the model in a way that supports continuous, low-latency predictions, where each request receives a response immediately, such as during patient check-ins. The team is evaluating deployment options within Amazon SageMaker and needs a solution that offers persistent endpoints to handle these individual prediction requests. What do you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Real-time hosting services

    Real-time hosting services provide persistent endpoints designed for low-latency, interactive predictions required during synchronous patient check-ins. Batch transform handles entire datasets offline, while asynchronous inference is intended for large payloads or long processing times.

  200. Question 200 of 247A financial services company is building machine learning models on AWS to automate loan approval processes. As an AI Practitioner, you have been tasked to build and maintain data lineage in the context of these machine learning models on AWS. Which of the following would you identify as the key reason to maintain data lineage?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. It ensures data privacy and compliance by tracking the flow and transformation of data

    Maintaining data lineage tracks the flow and transformation of data to ensure privacy, security, and regulatory compliance for highly sensitive industries like finance. It does not directly reduce storage costs or optimize machine learning model performance, though it improves auditability.

  201. Question 201 of 247A media company is developing a machine learning model to categorize its vast library of content. The data science team is trying to decide between using multi-class or multi-label classification based on the complexity of the content categories. Understanding the differences between multi-class and multi-label classification will help the team choose the most appropriate approach for organizing their content effectively. What do you recommend to the company?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Multi-class classification assigns each instance to one of several possible classes, while multi-label classification assigns each instance to one or more classes

    Multi-class classification restricts each instance to exactly one category, while multi-label classification allows instances to belong to multiple categories simultaneously. Media content often requires multi-label classification because a single video might be categorized as both sports and technology.

  202. Question 202 of 247Which AWS service is specifically designed for converting medical speech to text, ensuring compliance with healthcare regulations such as HIPAA?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Transcribe medical

    Amazon Transcribe Medical is specifically trained to understand medical terminologies and clinical conversations, making it ideal for healthcare compliance. Standard Amazon Transcribe handles general speech-to-text tasks but lacks the specialized medical vocabulary required for accurate clinical documentation.

  203. Question 203 of 247A company needs a solution that can convert text into human speech so that it can offer audio courses in multiple languages. Which AWS service is the best fit for this use case ?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Polly

    Amazon Polly is a text-to-speech service that uses deep learning to synthesize natural-sounding human speech in multiple languages. Amazon Translate converts text between languages but does not generate audio, while Amazon Lex builds conversational chatbots.

  204. Question 204 of 247A research-focused AI company is developing a suite of machine learning models for tasks such as classification and content generation. The data science team needs to choose between discriminative and generative models depending on the specific use case. To make the right decision, they need to understand the fundamental differences between these two types of models, particularly in the context of generative AI, and how each model type fits into their project goals. What is the primary distinction between discriminative models and generative models in the context of generative AI?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Generative models focus on generating new data from learned patterns, whereas discriminative models classify data by distinguishing between different classes

    Generative models learn underlying data distributions to create entirely new content, whereas discriminative models focus on finding decision boundaries to classify existing data. Discriminative models are strictly used for tasks like classification or prediction, not generating new data.

  205. Question 205 of 247A traffic monitoring application needs to detect license plate numbers for the vehicles that pass a certain location from 11 PM to 7 AM every day. Which ML-powered AWS service is the right fit for this requirement?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon Rekognition

    Amazon Rekognition provides pretrained computer vision APIs to detect objects and text in images or video. Textract is optimized for OCR on structured documents rather than reading text from real-world scenes like license plates.

  206. Question 206 of 247A retail company is exploring the use of generative AI to improve its customer experience by personalizing recommendations and automating product descriptions. The company is interested in leveraging pre-built, high-performing Foundation Models (FMs) to accelerate development but also needs the ability to customize these models with its proprietary data to meet specific business needs. The company is seeking an AWS service that not only provides access to a variety of Foundation Models but also offers the option to privately fine-tune and customize these models for their unique use case. Which AWS service/feature offers a choice of high-performing Foundation Models (FMs) and the ability to privately customize the FMs with your data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Bedrock

    Amazon Bedrock offers managed access to leading foundation models and supports private customization using your proprietary data. AWS Inferentia is hardware for inference acceleration, whereas Amazon Q applications are purpose-built assistants without fine-tuning capabilities.

  207. Question 207 of 247A healthcare company is using machine learning models in Amazon SageMaker to predict patient outcomes based on various health indicators. To comply with regulatory requirements and build trust with medical professionals, the company needs to understand and explain how different input features, such as age, blood pressure, and medical history, contribute to the model's predictions. The company is exploring which Amazon SageMaker service can provide this level of transparency and interpretability for their machine learning models. Which Amazon SageMaker service will help the company understand how an input feature contributes to the predictions of a machine learning model?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Clarify

    Amazon SageMaker Clarify provides feature importance graphs to explain how specific inputs influence model predictions during development and inference. Canvas is a no-code tool, JumpStart deploys models, and Ground Truth handles data labeling.

  208. Question 208 of 247Match the following AWS services to the respective use cases:

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: G. A-2, B-3, C-1

    Textract provides OCR for documents, Forecast predicts business metrics, and Kendra delivers ML-powered enterprise search. Matching these core capabilities correctly helps differentiate purpose-built AWS AI services quickly.

  209. Question 209 of 247A business needs an automated solution that can extract text from thousands of receipts and invoices generated across all its stores. Which AWS Machine Learning (ML) service can offer the most optimal solution for this use case ?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Amazon Textract

    Amazon Textract is optimized to extract printed text, handwriting, and structured data from scanned documents like invoices. Rekognition focuses on identifying sparse text in real-world images rather than processing dense structured forms.

  210. Question 210 of 247Which Amazon SageMaker service aggregates and displays data from Amazon SageMaker Model Cards, SageMaker Model Monitor and SageMaker Endpoint services?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Model Dashboard

    The SageMaker Model Dashboard provides a centralized view by aggregating metadata, endpoint status, and monitoring alerts. Feature Store manages ML inputs, Data Wrangler prepares data, and JumpStart deploys foundation models.

  211. Question 211 of 247A financial services company is developing a machine-learning model to classify loan applications as either "approved" or "denied." To ensure the model performs effectively, the company wants to evaluate how accurately it predicts these outcomes. Specifically, they are interested in knowing the overall percentage of correct predictions, including both approved and denied applications. The company is considering several metrics to assess the model's performance in terms of the number of correct outcomes. Which metric would be most appropriate for this purpose?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The company should use Accuracy, which measures the proportion of correctly predicted instances (both true positives and true negatives) out of the total number of instances

    Accuracy measures the overall proportion of correct binary predictions, fitting the requirement to see correct outcomes. RMSE and R-squared are regression metrics, while F1 Score is typically reserved for evaluating imbalanced datasets.

  212. Question 212 of 247A media production company is looking to enhance its creative workflows by using AI to generate high-quality images from text prompts for marketing materials, storyboards, and content development. The company plans to use Amazon Bedrock for this purpose and wants to identify the most suitable Foundation Model to generate realistic and detailed images based on text descriptions provided by the creative team. Which of the following Foundation Models would you recommend for generating images from text prompts in this use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Stable Diffusion

    Stable Diffusion is the correct choice because it is a foundational image generation model available in Amazon Bedrock that excels at creating photorealistic images from text prompts. Claude, Llama, and Jurassic are large language models built primarily for text generation, reasoning, and summarization tasks.

  213. Question 213 of 247A media company is planning to leverage AWS for its AI and machine learning projects, and the development team is evaluating both Amazon Bedrock and Amazon SageMaker JumpStart to accelerate their workflows. The team needs to understand the primary differences between these two services, particularly in how they provide access to pre-trained models and offer customization options. This knowledge will help the company choose the right tool for their content generation and optimization tasks. Which of the following best addresses these requirements?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon Bedrock provides foundational models for generative AI applications, whereas Amazon SageMaker JumpStart offers pre-built solutions and one-click deployment for various machine learning models

    Amazon Bedrock is a fully managed service that provides access to foundational models from leading AI companies via an API to build generative AI applications. Amazon SageMaker JumpStart provides pre-built solutions and one-click deployment for a broader range of traditional machine learning models.

  214. Question 214 of 247An AI-driven healthcare company is focused on reducing its carbon footprint while running machine learning models to analyze large datasets for patient outcomes and research. To achieve this, the company needs to select an Amazon EC2 instance type that offers the highest energy efficiency for its computational workloads, minimizing environmental impact while still delivering the required performance for training complex machine learning models. Which of the following EC2 instance types would be the most suitable choice for achieving this goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. AWS Trainium instances

    AWS Trainium instances are explicitly designed to offer the highest energy efficiency and performance per watt for deep learning training workloads. Standard accelerated computing instances like P or G types rely on traditional GPUs, which consume significantly more power and lack this specific optimization.

  215. Question 215 of 247A global technology company has deployed several AI systems, including generative AI solutions that range from pre-trained models to fine-tuned, domain-specific models. As part of their commitment to ethical AI practices, the company wants to implement governance strategies to ensure the responsible development, deployment, and usage of these models. The development team is tasked with identifying key governance strategies to address concerns such as data privacy, fairness, and accountability in their AI systems. Which two governance strategies should the team prioritize to meet these objectives? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. Implement robust auditing processes for AI outputs · C. Establish ethical AI guidelines for developers to follow

    Establishing ethical guidelines and implementing robust auditing processes provide the necessary proactive framework for responsible AI development and accountability. The distractors suggest risky practices, like relying solely on user feedback or unrestricted fine-tuning, which fail to ensure proper governance.

  216. Question 216 of 247A company has recently migrated to AWS Cloud and it wants to optimize the hardware used for its AI workflows. Which of the following would you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Leverage AWS Trainium for high-performance, cost-effective Deep Learning training. Leverage AWS Inferentia for the deep learning (DL) and generative AI inference applications

    AWS Trainium is purpose-built for high-performance and cost-effective deep learning model training. Conversely, AWS Inferentia is specifically designed to provide the lowest cost and highest performance for deep learning and generative AI inference workloads on Amazon EC2.

  217. Question 217 of 247Which AWS service helps you set up a cloud contact center in just a few clicks and onboard agents to help customers?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Connect

    Amazon Connect provides an easy-to-use, cloud-based contact center that can be set up in minutes and supports agents anywhere. While Amazon Lex builds conversational chatbots, it is not the contact center platform itself.

  218. Question 218 of 247A company is using a generative AI model to summarize a text based on a given prompt without providing specific examples in the prompt instructions. What type of prompting technique does the given use case represent?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Zero shot Prompting

    Zero-shot prompting asks a model to perform a task without providing specific examples in the prompt. Few-shot prompting is incorrect because it relies on giving the model multiple examples to guide its output.

  219. Question 219 of 247A retail company is seeking to empower its business analysts to create data-driven dashboards without needing technical expertise in coding or data query languages. The company wants a solution that allows analysts to use natural language to generate reports, visualize key metrics, and build Business Intelligence (BI) dashboards to inform decision-making across departments. They are exploring options within AWS that can help streamline this process for non-technical users. Which of the following solutions allows business analysts to use natural language to build BI dashboards?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Amazon Q in QuickSight

    Amazon Q in QuickSight is a generative business intelligence assistant that lets business analysts build dashboards using natural language. Amazon Q Business targets enterprise data search, while Q Developer focuses on coding tasks.

  220. Question 220 of 247A technology company is considering using Large Language Models (LLMs) to enhance its AI-driven customer support system. The development team is particularly interested in understanding the nature of LLMs, as this knowledge will help the team make decisions on how to manage the variability of responses and how best to apply the models in customer-facing applications. Which of the following is correct regarding Large Language Models (LLMs)?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The Large Language Models (LLMs) are non-deterministic

    Large Language Models are non-deterministic, meaning the same prompt can yield different outputs. Temperature controls this variability; lower values make responses more deterministic, while higher values increase creativity.

  221. Question 221 of 247A manufacturing company is developing a machine learning model to optimize its supply chain operations. The data science team needs to prepare the dataset by dividing it into train, test, and validation sets to ensure the model is trained effectively and performs well on unseen data. Which of the following is the best fit to create train, test, and validation splits on your data for machine learning?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon SageMaker Data Wrangler

    Amazon SageMaker Data Wrangler provides a visual interface to prepare data for machine learning, including creating train, validation, and test splits. Ground Truth handles data labeling, whereas Clarify detects bias.

  222. Question 222 of 247A company is using Amazon Personalize to build a recommendations engine for its e-commerce application. As part of the process, the data from ten different sources needs to be processed and imported into Amazon Personalize. Which AWS service will help import, prepare, and transform data before it is fed into Amazon Personalize?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Amazon SageMaker Data Wrangler

    SageMaker Data Wrangler reduces data preparation time by letting you import, clean, and transform tabular data from multiple sources visually. Feature Store only manages ML features, while Ground Truth is strictly for data labeling.

  223. Question 223 of 247A media company is deploying machine learning models using Amazon SageMaker to generate personalized content recommendations. Since the company has intermittent workloads and it does not want to configure or manage the underlying infrastructure, the development team is evaluating different deployment models that offer cost savings by allowing for cold starts. Understanding which deployment model suits this use case will help them balance cost efficiency with operational needs. What do you suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Serverless Inference

    Serverless Inference is ideal for intermittent traffic because it scales to zero and tolerates cold starts, eliminating infrastructure management. Real-time endpoints keep persistent instances running, which costs more during idle periods.

  224. Question 224 of 247An e-learning company is developing a Large Language Model (LLM) chatbot using Amazon Bedrock to enhance the personalized learning experience on its platform. The chatbot needs to dynamically tailor its responses based on the user's age group. By leveraging Amazon Bedrock's foundation models, the company aims to create an adaptive learning tool that delivers relevant, engaging, and age-appropriate support to a diverse user base. As an AI Practitioner, which of the following solutions would you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Implement dynamic prompt engineering to customize responses based on user characteristics like age

    Dynamic prompt engineering lets you alter input instructions on the fly to generate age-appropriate responses without modifying the model. Fine-tuning or retraining is unnecessary and inefficient for simple stylistic adjustments.

  225. Question 225 of 247A tech startup is customizing a Foundation Model using Amazon Bedrock to enhance its machine learning capabilities for analyzing customer behavior and predicting market trends. As part of this customization, the company needs to perform model validation to ensure the model is accurately trained and tuned for its specific use case. To facilitate this, the company must choose an appropriate dataset storage location that is fully supported by Amazon Bedrock for storing and accessing the large datasets required for validation. Which of the following storage options would be the most suitable for this task?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use Amazon S3, which is a scalable object storage service fully integrated with Amazon Bedrock

    Amazon S3 is the primary storage service for Amazon Bedrock model customization, providing scalable and fully integrated dataset access. EBS and EFS are block and file storage services, which are not natively used for Bedrock training data.

  226. Question 226 of 247A healthcare organization is deploying machine learning models to assist in patient diagnosis and treatment planning. To ensure responsible use and compliance with healthcare regulations, the data science team needs a tool that offers clear guidance on how each model should be used, along with an assessment of the potential risks associated with its deployment. Understanding these factors is critical for maintaining transparency and trust in the AI models used in such sensitive applications. Which AWS tool do you recommend for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Model Cards

    Amazon SageMaker Model Cards are used to document critical model details like intended use and risk rating, supporting governance and reporting. Avoid Amazon SageMaker Model Monitor here, as its primary function is tracking production model performance drift rather than establishing usage guidelines.

  227. Question 227 of 247A financial services company is developing several machine learning models to handle fraud detection, credit scoring, and customer segmentation. To ensure consistent use of data and foster collaboration among its data scientists, the company needs an efficient way to share and manage the variables used in these models across different teams and projects. The goal is to create a centralized repository where these variables can be accessed and reused to maintain uniformity, reduce redundancy, and improve productivity. Which of the following AWS tools would be the most suitable for achieving this objective?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. SageMaker Feature Store

    SageMaker Feature Store provides a centralized repository to store, share, and manage machine learning features across teams. Model Monitor handles production drift, Data Wrangler prepares raw data, and Clarify detects bias in datasets and models.

  228. Question 228 of 247A large e-commerce company uses a language model (LLM) to assist its customer service agents by generating responses to customer queries. However, the company is concerned about prompt engineering attacks, where malicious users craft inputs to manipulate the LLM into producing incorrect or harmful responses. What is the best approach to mitigate this issue?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Create a prompt template that teaches the LLM to detect attack patterns

    Using carefully designed prompt templates helps the model recognize malicious patterns and reject inappropriate instructions. Restricting prompt length or disabling inputs fails to address the core issue of adversarial prompt engineering without breaking functionality.

  229. Question 229 of 247A tech startup is developing a new foundation model (FM) for image classification, aiming to deploy it for use in various applications, from identifying product defects to recognizing objects in photos. The team needs to assess the accuracy of the model to ensure it meets performance requirements before deployment. What is the best way to assess the accuracy of the foundation model for image classification?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Use a benchmark dataset for evaluation

    Benchmark datasets provide a standardized, objective baseline to rigorously evaluate model accuracy against broader industry standards. Testing on training data causes overfitting, while deploying untested models into production or relying on random manual checks introduces unnecessary risk.

  230. Question 230 of 247A wildlife research organization has gathered thousands of images from camera traps in natural reserves worldwide, capturing various animal species. To support their research and conservation efforts, the organization wants to build a system that can automatically identify and categorize each animal in these images accurately and efficiently. The organization is evaluating different AI and machine learning techniques to achieve this goal. Which approach would you suggest to effectively recognize and categorize the various animal species in their image dataset?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The company should use object detection, which involves identifying and locating specific objects within an image

    Object detection is the correct technique because it identifies and locates specific objects within images, which fits the animal tracking use case. Face recognition only handles human faces, whereas thermal imaging shows heat rather than visual features needed for precise classification.

  231. Question 231 of 247Which of the following use cases is addressed by Amazon Personalize?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Generate recommendations for items that are similar to an item you specify

    Amazon Personalize is the correct choice because it generates item recommendations based on user behavior and metadata. Amazon Kendra handles enterprise search, while Amazon Textract extracts layout elements from documents, making them incorrect for a recommendation use case.

  232. Question 232 of 247A company is building an image recognition model to automate its quality assurance process. High accuracy in image annotation is critical to ensure the model can correctly identify defective products. To minimize the risk of incorrect annotations, the company needs a reliable labeling solution. What is the best approach to achieve high accuracy and reduce the risk of errors in image annotations?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Use GroundTruth Plus to label the data

    Amazon SageMaker Ground Truth Plus provides an expert managed workforce and quality assurance workflows to ensure high annotation accuracy. Relying solely on pre-trained models or small internal teams risks introducing inconsistencies and biases into the training dataset.

  233. Question 233 of 247Which type of Machine Learning algorithm is used by the models that are trained, evaluated, and tuned on AWS DeepRacer?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Reinforcement Learning

    AWS DeepRacer uses reinforcement learning to train models through trial and error, rewarding correct actions within a simulated environment. Deep learning is a broader machine learning category, whereas reinforcement learning specifically defines the DeepRacer training methodology.

  234. Question 234 of 247A financial services company is scaling its machine learning operations on AWS to automate loan approvals and detect fraud. To ensure compliance with industry regulations and maintain model transparency, the data science team needs to implement governance tools provided by Amazon SageMaker to ensure models are used responsibly. Which of the following would you recommend as governance tools for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon SageMaker Role Manager, Amazon SageMaker Model Cards, Amazon SageMaker Model Dashboard

    Role Manager controls access, Model Cards document model details for transparency, and Model Dashboard tracks production behavior. Clarify evaluates bias and explainability, while Model Monitor detects drift, so neither fits the strict governance documentation need.

  235. Question 235 of 247A legal firm is digitizing a large volume of contracts and other legal documents to streamline document management and analysis. The firm is looking for AWS machine learning services that can automatically detect and extract text from scanned images and photos of these documents. Understanding which services specialize in text extraction from images will help the firm choose the right solution for automating its document processing workflow. Which AWS ML services will you recommend to the firm? (Select two)

    Select 2 answers.

    Show answer & explanation

    Correct answer: B. Amazon Textract · D. Amazon Rekognition

    Amazon Textract and Amazon Rekognition both provide optical character recognition capabilities. Textract is optimized for dense documents, while Rekognition handles sparse text within real-world images. Polly, Lex, and Comprehend process or generate text but cannot extract it from images.

  236. Question 236 of 247A customer support system frequently encounters database errors that result in incomplete sentences in the logs. The company wants to implement a machine learning model to automatically suggest missing words in these sentences to help resolve issues faster. Which type of model should be used to suggest the missing words?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Bidirectional Encoder Representations from Transformers (BERT) based Model

    A BERT-based transformer model uses bidirectional context to accurately predict missing words by analyzing surrounding text. Rule-based models lack contextual awareness, while clustering models group data rather than generating text predictions.

  237. Question 237 of 247A media company is using Amazon Bedrock to generate content such as headlines, articles, and social media posts. The data science team is particularly interested in understanding how adjusting the Temperature parameter can influence the model's behavior to meet the company's content generation goals. What do you recommend to the team regarding the Temperature parameter?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Influences the likelihood of the model selecting lower-probability outputs, thereby impacting the creativity of the model's output

    The temperature parameter controls the randomness or creativity of a model's responses by influencing the likelihood of selecting lower-probability outputs. For the exam, remember that Top K limits the number of candidates considered, while Top P limits the cumulative percentage of candidates.

  238. Question 238 of 247A call center has introduced a chatbot to help employees respond to customer inquiries more efficiently during calls. The goal is to improve overall efficiency and reduce time spent on calls. Which of the following metrics should be monitored to evaluate the success of this initiative?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Average Call Duration

    Average Call Duration is the correct metric because the stated goal is to improve efficiency and reduce the time agents spend on calls. While First-Call Resolution Rate is an important call center metric, it measures overall customer success rather than the direct time savings targeted by the chatbot.

  239. Question 239 of 247A technology company is exploring AWS DeepRacer to introduce its employees to machine learning through an engaging and hands-on platform. The team wants to understand the key features and capabilities of AWS DeepRacer. Which of the following represents the CORRECT statement about AWS DeepRacer?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The AWS DeepRacer vehicle is a Wi-Fi enabled, physical vehicle that can drive itself on a physical track

    AWS DeepRacer is a physical, Wi-Fi-enabled vehicle that uses reinforcement learning to drive autonomously on physical tracks. It relies on reinforcement learning algorithms, not supervised learning.

  240. Question 240 of 247A law firm is handling an increasing volume of legal documents, including contracts, agreements, and case files, and seeks to streamline its document review process by automatically extracting key information such as important clauses, dates, and entities. The firm wants to implement an automated solution that can efficiently handle this task, reducing the time and effort required for manual review while ensuring accuracy in identifying critical details within the documents. Which of the following options would you suggest for achieving this goal? (Select three)

    Select 3 answers.

    Show answer & explanation

    Correct answer: A. Amazon Textract · E. Amazon Comprehend · F. Generative AI powered summarization chatbot

    Amazon Textract extracts raw text from scanned documents, Amazon Comprehend analyzes that text to find entities, and generative AI summarizes the findings. Watch the wording: a generic chatbot is vague, but combining Textract and Comprehend is the definitive AWS approach for intelligent document processing.

  241. Question 241 of 247Which of the following represents the CORRECT statement regarding Amazon SageMaker Model Cards?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Describes how a model should be used in a production environment

    Amazon SageMaker Model Cards document essential model details such as intended uses, risk ratings, and evaluation metrics for governance. The wording is slightly ambiguous because option B is technically true, but option C captures the primary purpose of guiding production usage.

  242. Question 242 of 247A healthcare analytics company has recently migrated to AWS Cloud and it is preparing to build several Machine Learning (ML) models to predict patient outcomes, optimize treatment plans, and analyze health data trends. The company wants to leverage the capabilities of various tools offered by Amazon SageMaker. Which of the following is a key use case addressed by Amazon SageMaker Data Wrangler?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Fix bias by balancing the dataset

    Amazon SageMaker Data Wrangler includes built-in transforms to balance datasets, helping address data skew and mitigate potential bias during data preparation. For the exam, remember that Feature Store shares variables and Model Monitor tracks production drift.

  243. Question 243 of 247A tech company is building machine learning models using Amazon SageMaker Studio and wants to streamline its development process. The data science team prefers using familiar Integrated Development Environments (IDEs) to write, test, and debug code more efficiently. To ensure a smooth workflow, the team is exploring which IDEs are supported within SageMaker Studio to maximize productivity and compatibility with their existing tools. Which of the following address the given requirement?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. All

    Amazon SageMaker Studio supports multiple integrated development environments, including JupyterLab, Code Editor, and RStudio. Choosing individual options fails because the platform provides this comprehensive suite of tools to accommodate diverse data science workflows.

  244. Question 244 of 247A retail company wants to simplify how its employees access and analyze sales data stored in a large database. To achieve this, the company aims to implement a solution that automatically converts plain English text commands, such as "show total sales for the last quarter" or "list top-selling products," into SQL queries. This would allow employees without technical skills to interact with the database seamlessly, improving efficiency and decision-making. Which of the following solutions would be most suitable for this purpose?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should use GPT (Generative Pre-trained Transformer), to interpret natural language inputs and generating coherent outputs, such as SQL queries, by leveraging its understanding of language patterns and structures

    Generative Pre-trained Transformers are specifically designed to process natural language and generate human-like text, making them ideal for translating plain English into SQL queries. Amazon Comprehend is built for extracting insights from existing text, not generating new SQL statements.

  245. Question 245 of 247A healthcare analytics company is using Amazon SageMaker Automatic Model Tuning (AMT) to optimize its machine learning models for predicting patient outcomes. To ensure the models are performing at their best, the data science team is configuring the autotune settings but needs to understand which parameters are mandatory for successful tuning. Properly setting these configurations will allow the team to enhance model accuracy and performance efficiently. Which of the following options is mandatory for the given use case?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. None

    Amazon SageMaker Automatic Model Tuning can automatically choose hyperparameter ranges, search strategy, and the number of jobs based on your objective metric. For the exam, remember that while you can manually configure these parameters, none are strictly mandatory to initiate tuning.

  246. Question 246 of 247A software development company is evaluating Amazon Q Developer to enhance its application development process by leveraging AI-driven tools for automation, code generation, and workflow optimization. The company is looking to understand the key features and capabilities of Amazon Q Developer. Gaining clarity on its core functionalities will help the company decide if it aligns with their development needs. What would you suggest to the company regarding the capabilities of Amazon Q Developer?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Amazon Q Developer can be used in integrated development environments (IDEs) as well as the AWS Management Console

    Amazon Q Developer operates directly within integrated development environments and across the AWS Management Console to assist with coding and AWS queries. Do not assume it is restricted to just the IDE; it also provides architectural guidance directly inside the console dashboard.

  247. Question 247 of 247A global e-commerce company is utilizing a foundation model through Amazon Bedrock to enhance its customer service chatbot, providing automated support and answering user queries. However, the company is concerned about the potential for the model to generate inappropriate, sensitive, or malicious content that could harm its reputation or negatively impact customer experience. To mitigate these risks, the company seeks to implement safety measures that ensure the model consistently produces safe, relevant, and context-appropriate responses. Given this goal, what would be the most effective approach to control these risks and maintain model safety?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The company should instruct the model to stick to the prompt by adding explicit instructions to ignore any unrelated or potentially malicious content

    Adding explicit instructions within the prompt is a straightforward prompt engineering technique to help guide model behavior and reject malicious inputs. However, for robust production workloads on Amazon Bedrock, implementing automated guardrails provides stronger content filtering than prompt instructions alone.

More free practice tests at certpunch.com and new video rounds on @CertPunch.

Scroll to Top