{"id":16177,"date":"2026-09-19T05:59:52","date_gmt":"2026-09-19T05:59:52","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16177"},"modified":"2026-09-19T05:59:52","modified_gmt":"2026-09-19T05:59:52","slug":"amazon-aws-certified-ai-practitioner-aif-c01-practice-test-questions-and-exam-dumps-part12-q221-240","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-ai-practitioner-aif-c01-practice-test-questions-and-exam-dumps-part12-q221-240\/","title":{"rendered":"Amazon AWS Certified AI Practitioner AIF-C01 Practice Test Questions and Exam Dumps Part12 Q221-240"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/aws-certified-ai-practitioner-aif-c01-exam-dumps\"><b>Amazon AWS Certified AI Practitioner AIF-C01 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 221<\/b><\/h3>\n<p><b>Which machine learning technique is used to identify natural groupings within a dataset when the groups are not predefined?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clustering<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reinforcement learning<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Clustering is an unsupervised learning technique that groups data points according to similarities or patterns without requiring predefined labels. It can be useful for customer segmentation, document grouping, anomaly investigation, or exploratory data analysis. The algorithm attempts to identify meaningful structures within the available data rather than learning from known target categories. Different clustering methods use different definitions of similarity and may produce different groupings. Organizations should evaluate whether the resulting clusters have meaningful business interpretations before using them for decisions or downstream processes.<\/span><\/p>\n<h3><b>Question 222<\/b><\/h3>\n<p><b>A data scientist wants to determine how much each input variable contributes to a model&#8217;s prediction. Which concept is most directly related to this goal?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data residency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature importance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tokenization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model quantization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Feature importance describes the relative contribution or influence of input features on a model&#8217;s predictions, depending on the model and interpretation technique being used. Understanding feature importance can help teams investigate model behavior, identify influential variables, and detect potentially problematic relationships. However, feature importance should not automatically be interpreted as proof of causation. Different models and explanation methods can produce different interpretations. Organizations should consider the model type, evaluation method, and application context when interpreting feature importance, particularly when predictions are used in sensitive or high-impact workflows.<\/span><\/p>\n<h3><b>Question 223<\/b><\/h3>\n<p><b>Which situation is an example of regression rather than classification?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Determining whether a transaction is fraudulent<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Predicting whether a customer will cancel a service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Estimating the future monthly electricity consumption of a building<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Determining whether an image contains a vehicle<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Regression predicts a continuous numerical value rather than selecting a discrete category. Estimating future electricity consumption is therefore a regression task because the output could be a numerical quantity such as kilowatt-hours. Classification, by contrast, predicts categories such as fraudulent or legitimate, canceled or retained, or vehicle or no vehicle. The choice between regression and classification depends on the type of target variable and the intended prediction. Regression models should be evaluated using suitable numerical metrics and representative data that reflects the conditions under which predictions will be made.<\/span><\/p>\n<h3><b>Question 224<\/b><\/h3>\n<p><b>A company wants to determine whether an AI system consistently identifies objects in images despite changes in lighting and image quality. What type of evaluation is most relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permission testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Robustness testing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Robustness testing examines whether an AI system maintains appropriate performance when inputs vary from ideal conditions. For an image recognition system, changes in lighting, resolution, background, camera angle, or image quality may reveal weaknesses that are not visible in standard testing. Evaluating these variations can help determine whether the system is reliable under realistic operating conditions. The specific tests should reflect the application&#8217;s expected environment. Robustness testing should complement normal accuracy evaluation because an overall performance score may not reveal failures associated with particular input conditions.<\/span><\/p>\n<h3><b>Question 225<\/b><\/h3>\n<p><b>Which practice can help reduce the risk that sensitive information is unintentionally included in prompts sent to a generative AI model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Applying data filtering or redaction before sending the prompt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing the model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Expanding the output token limit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling authentication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Filtering or redacting sensitive information before sending prompts can reduce the risk of unintentionally exposing confidential data to a model. Organizations should first determine what information is necessary for the requested task and remove unnecessary sensitive fields where possible. Depending on the use case, techniques such as masking, pseudonymization, or automated PII detection may be appropriate. Prompt protection should be combined with access controls, secure transmission, logging policies, and appropriate data-retention practices. Redaction strategies should also be tested to ensure that removing sensitive information does not make the application unusable.<\/span><\/p>\n<h3><b>Question 226<\/b><\/h3>\n<p><b>A model&#8217;s training dataset contains many more examples from one class than another. What issue should the team investigate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model quantization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Class imbalance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Context overflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token sampling<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Class imbalance occurs when one or more classes have substantially more examples than other classes in a dataset. This can cause a classification model to favor the majority class and perform poorly on less represented categories. Accuracy alone may hide this problem, particularly when the majority class dominates the dataset. Teams can investigate metrics such as precision, recall, and F1 score and consider appropriate data or modeling strategies. The correct response depends on the application and data. Evaluation should specifically examine performance across relevant classes rather than relying only on aggregate results.<\/span><\/p>\n<h3><b>Question 227<\/b><\/h3>\n<p><b>An organization needs to convert scanned forms into machine-readable text and extract fields such as names and dates. Which AWS service is designed for this type of workload?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Transcribe<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Translate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Textract<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Polly<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Textract is designed to extract text and structured information from documents. It can process scanned forms and other documents and identify information such as text, forms, and tables. This makes it useful for workflows involving invoices, applications, financial documents, and other structured or semi-structured content. Textract differs from Amazon Transcribe, which focuses on speech-to-text, and Amazon Translate, which translates languages. Organizations should evaluate extraction quality using representative documents because scan quality, layout complexity, handwriting, and document variations can affect results.<\/span><\/p>\n<h3><b>Question 228<\/b><\/h3>\n<p><b>Which approach can help an AI application avoid repeatedly sending the same large prompt or context when supported by the selected service?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing model size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt caching<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing the database schema<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling monitoring<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Prompt caching can help reduce repeated processing of identical or reusable prompt content when the selected model and service support this capability. This can be useful for applications that repeatedly send a large static system instruction, document context, or other reusable information. Potential benefits can include reduced latency or cost depending on the service&#8217;s pricing and implementation. Caching must be designed carefully because cached information may become outdated or inappropriate for a particular request. Organizations should verify service-specific caching behavior, eligibility, retention, and pricing before incorporating it into an application architecture.<\/span><\/p>\n<h3><b>Question 229<\/b><\/h3>\n<p><b>An AI application must select an appropriate tool based on a user&#8217;s request and then use the tool&#8217;s result to continue the task. Which agent capability is most relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool selection and orchestration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data encryption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature normalization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Tool selection and orchestration allow an AI agent to determine which available capability can help complete a user&#8217;s request and coordinate the resulting workflow. For example, an agent may decide whether it needs to retrieve information, query a business system, or perform another supported operation. The model should not receive unrestricted authority simply because it can select tools. Applications should enforce authentication, authorization, input validation, and action-specific safeguards. Proper orchestration separates the agent&#8217;s reasoning and tool-selection behavior from the controlled execution of external operations.<\/span><\/p>\n<h3><b>Question 230<\/b><\/h3>\n<p><b>Which characteristic of a dataset is especially important when training a model intended for use across different demographic groups?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Low storage capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Representative diversity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random file naming<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum compression<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Representative diversity is important when a model is intended to serve users from different demographic groups or operating conditions. A dataset that adequately represents relevant populations can help the model learn patterns that are applicable across those groups. Insufficient representation can contribute to uneven performance or unwanted bias. Dataset diversity should be considered alongside data quality, labeling accuracy, relevance, and the actual population expected during deployment. Organizations should also evaluate model performance across relevant groups rather than assuming that a diverse training dataset automatically guarantees fair outcomes.<\/span><\/p>\n<h3><b>Question 231<\/b><\/h3>\n<p><b>A company wants to determine whether its model&#8217;s predictions change substantially when small, reasonable variations are made to otherwise similar inputs. What should it evaluate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model sensitivity and robustness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage encryption<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data residency<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Evaluating model sensitivity and robustness can reveal whether small and reasonable input changes cause inappropriate or unexpected changes in predictions. This type of testing can be useful for identifying models that are overly sensitive to irrelevant variations. For example, an application may test slight changes in wording, image conditions, or numerical inputs while keeping the underlying meaning unchanged. The appropriate tolerance depends on the use case. Results should be interpreted alongside accuracy, safety, fairness, and other evaluation dimensions to determine whether the observed behavior is acceptable.<\/span><\/p>\n<h3><b>Question 232<\/b><\/h3>\n<p><b>Which AWS service is primarily designed to provide scalable object storage that can be used for datasets, documents, and model artifacts?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SQS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon VPC<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon S3 provides scalable object storage that can be used to store datasets, documents, model artifacts, logs, and other files used by AI and machine learning workloads. S3 supports features for access management, lifecycle policies, encryption, versioning, and other storage requirements. AI applications frequently use S3 as a durable storage layer for training and evaluation data or supporting documents. Organizations should configure appropriate permissions and security controls because storing data in S3 does not automatically make it accessible only to authorized users.<\/span><\/p>\n<h3><b>Question 233<\/b><\/h3>\n<p><b>A team wants to identify whether an AI model produces systematically different error rates for relevant groups. Which analysis is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fairness analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage analysis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network routing analysis<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Fairness analysis can help identify whether a model behaves differently across relevant groups, including whether error rates or other outcomes differ systematically. The appropriate fairness criteria depend on the application&#8217;s purpose, population, and potential impact. Teams should define which groups and outcomes are relevant before performing the analysis. Differences do not automatically establish a cause, so organizations may need additional investigation into data quality, sampling, features, or model behavior. Fairness assessment is part of responsible AI evaluation and should be considered alongside accuracy, robustness, privacy, safety, and other requirements.<\/span><\/p>\n<h3><b>Question 234<\/b><\/h3>\n<p><b>A model generates technically valid text but repeatedly ignores an application&#8217;s required response structure. Which improvement is most directly relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase network bandwidth<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Strengthen prompt instructions and output constraints<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change the storage class<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable model evaluation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Clear prompt instructions and output constraints can help a generative model follow a required response structure. The prompt can explicitly define the expected fields, ordering, formatting, and restrictions. Providing examples may also help communicate the desired structure when appropriate. However, generated output should still be validated by the application because a model can occasionally produce malformed or incomplete responses. If strict machine-readable behavior is required, application-level schema validation should complement prompting. Changing unrelated infrastructure settings would not directly address a model&#8217;s tendency to ignore the requested output format.<\/span><\/p>\n<h3><b>Question 235<\/b><\/h3>\n<p><b>Which metric measures the proportion of predicted positive results that are actually positive?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accuracy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Precision<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mean absolute error<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Precision measures the proportion of predicted positive results that are actually positive. It is calculated as true positives divided by the sum of true positives and false positives. Precision is useful when false positive predictions are particularly important to the application. For example, a system that flags transactions as suspicious may need to limit the number of legitimate transactions incorrectly flagged. Precision differs from recall, which measures how many actual positive cases were successfully identified. Organizations should select evaluation metrics according to the consequences of different types of errors in the specific application.<\/span><\/p>\n<h3><b>Question 236<\/b><\/h3>\n<p><b>A model evaluation requires comparing predicted numerical values with actual numerical values. Which metric measures the average magnitude of prediction errors without squaring them?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Accuracy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mean absolute error<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Precision<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Mean absolute error, or MAE, measures the average absolute difference between predicted numerical values and their corresponding actual values. Because the errors are converted to absolute values before averaging, positive and negative errors do not cancel each other out. MAE is commonly used for regression problems and is expressed in the same units as the target variable. This can make it relatively intuitive to interpret. Other metrics, such as mean squared error, penalize larger errors more strongly. The appropriate metric depends on the business consequences and evaluation requirements of the regression task.<\/span><\/p>\n<h3><b>Question 237<\/b><\/h3>\n<p><b>Which approach is most useful when an AI application needs to search documents based on meaning rather than requiring an exact keyword match?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS lookup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data encryption<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semantic search retrieves information based on the meaning or conceptual similarity of a query rather than requiring exact keyword matches. It commonly uses vector representations or embeddings to compare the meaning of queries and documents. This can help retrieve relevant information when the wording used by the user differs from the wording in the source material. Semantic search can be combined with keyword search in a hybrid approach. Retrieval quality should be evaluated with representative queries because semantic similarity alone does not guarantee that the retrieved document is the most useful source for a particular question.<\/span><\/p>\n<h3><b>Question 238<\/b><\/h3>\n<p><b>A company wants to determine whether a model&#8217;s performance remains acceptable after a new version of the model is introduced. What should the team perform?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the previous model immediately<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compare the new version against defined evaluation criteria<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant the new model unrestricted permissions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A new model version should be evaluated against defined criteria before or during controlled deployment. The team can compare relevant quality, safety, performance, cost, latency, and robustness measurements with established requirements or an existing baseline. Using consistent evaluation procedures helps make the comparison meaningful. The previous model should not necessarily be deleted immediately because it may be needed for rollback or comparison. Organizations should also maintain version information and deployment records. Model updates can change behavior in unexpected ways, so testing should use representative production-like inputs.<\/span><\/p>\n<h3><b>Question 239<\/b><\/h3>\n<p><b>Which AWS service can convert synthesized text into natural-sounding speech for applications such as voice assistants?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Polly<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Macie<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Kendra<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SageMaker<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Polly is an AWS service that converts text into spoken audio using speech synthesis capabilities. It can be used in applications such as voice assistants, accessibility solutions, announcements, and other systems that need generated speech. The service supports different voices and languages, depending on the capabilities available for the selected configuration. Organizations should evaluate pronunciation, language support, voice characteristics, latency, and output quality for their particular use case. Polly is distinct from Amazon Transcribe, which converts spoken audio into text rather than generating speech from text.<\/span><\/p>\n<h3><b>Question 240<\/b><\/h3>\n<p><b>A team wants to ensure that an AI application can explain which source documents contributed to a generated answer. Which design practice can improve this capability?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove document metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preserve source references and provide citations or attribution with retrieved information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hide all source information from the application<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Preserving source references and providing citations or attribution can improve traceability in applications that generate answers from retrieved information. When a response is grounded in documents, maintaining metadata about the source can help users verify where relevant information came from. This can also support troubleshooting and governance by allowing teams to investigate the material used to construct an answer. Source attribution does not guarantee that a generated response is correct, so organizations should still evaluate retrieval quality and model behavior. Appropriate access controls must also be maintained when exposing source information to users.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Amazon AWS Certified AI Practitioner AIF-C01 Exam Dumps and Practice Test Dumps. &nbsp; Question 221 Which machine learning technique is used to identify natural groupings within a dataset when the groups are not predefined? Clustering Classification Regression Reinforcement learning Correct Answer: 1 Explanation Clustering is an unsupervised learning technique that groups data points [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16177"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=16177"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16177\/revisions"}],"predecessor-version":[{"id":16232,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16177\/revisions\/16232"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}