{"id":16174,"date":"2026-09-19T06:00:25","date_gmt":"2026-09-19T06:00:25","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=16174"},"modified":"2026-09-19T06:00:25","modified_gmt":"2026-09-19T06:00:25","slug":"amazon-aws-certified-ai-practitioner-aif-c01-practice-test-questions-and-exam-dumps-part9-q161-180","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-ai-practitioner-aif-c01-practice-test-questions-and-exam-dumps-part9-q161-180\/","title":{"rendered":"Amazon AWS Certified AI Practitioner AIF-C01 Practice Test Questions and Exam Dumps Part9 Q161-180"},"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 161<\/b><\/h3>\n<p><b>A machine learning model performs poorly on both its training data and unseen data because it is too simple to capture important patterns. What problem does this describe?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Underfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data leakage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Overfitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data poisoning<\/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;\">Underfitting occurs when a machine learning model is too simple to adequately learn the important patterns in its training data. As a result, the model can perform poorly on both training and unseen data. Underfitting may result from an overly simple model, insufficient training, overly restrictive assumptions, or inadequate features. Increasing model complexity, improving feature representation, providing better training data, or adjusting training procedures may help address the problem. This differs from overfitting, where a model learns training data too closely and performs poorly when presented with new data.<\/span><\/p>\n<h3><b>Question 162<\/b><\/h3>\n<p><b>Which technique divides available training data into multiple subsets so that a model can be trained and evaluated repeatedly using different portions of the data?<\/b><\/p>\n<ol>\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;\">Cross-validation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Quantization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embedding<\/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;\">Cross-validation is a model evaluation technique that divides a dataset into multiple subsets, commonly called folds. The model is trained on some folds and evaluated on another, with the process repeated so different portions of the data serve as validation data. The resulting measurements can provide a more robust estimate of model performance than relying on a single split. Cross-validation is especially useful when available data is limited. Care must be taken to prevent information leakage between training and validation portions, and a separate test dataset may still be retained for final evaluation.<\/span><\/p>\n<h3><b>Question 163<\/b><\/h3>\n<p><b>During neural network training, which parameter controls the size of the updates made to model parameters during optimization?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Batch size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Epoch count<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Learning rate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Context window<\/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;\">The learning rate controls the magnitude of parameter updates during model optimization. A learning rate that is too large can cause training to become unstable or overshoot useful solutions, while a rate that is too small can make training unnecessarily slow. The appropriate value depends on the model, optimizer, dataset, and training configuration. Learning-rate schedules can also adjust the rate during training. The learning rate is different from batch size, which determines how many training examples are processed in one update. Proper training configuration typically requires experimentation and validation.<\/span><\/p>\n<h3><b>Question 164<\/b><\/h3>\n<p><b>A data scientist wants to transform numerical features so that differences in their original measurement scales have less influence on a model. Which preprocessing approach is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data labeling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature extraction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model pruning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Feature scaling<\/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;\">Feature scaling transforms numerical variables so their magnitudes are placed on comparable scales. This can be particularly useful for algorithms that are sensitive to feature magnitude or rely on distance calculations. Common approaches include normalization and standardization. For example, a feature measured in thousands could otherwise have a much larger numerical influence than another feature measured between zero and one. Scaling parameters should generally be calculated from training data and then consistently applied to validation, test, and production data. Proper scaling can support more stable and effective model training.<\/span><\/p>\n<h3><b>Question 165<\/b><\/h3>\n<p><b>An ML dataset contains missing values in a numerical field. Which action can be used to prepare the data before training, depending on the application&#8217;s requirements?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace or otherwise handle missing values using an appropriate imputation strategy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatically delete the entire machine learning system<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert every numerical value into an image<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the model&#8217;s output temperature<\/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;\">Missing numerical values can be handled using an appropriate imputation strategy or another method suitable for the dataset and application. Common approaches may include replacing missing values with statistical estimates such as a mean or median, although the best method depends on the data distribution and business meaning. In some cases, records with missing values may be removed or a model may support missing values directly. The chosen approach should be determined using training data and applied consistently. Teams should also investigate why values are missing because missingness itself can contain useful information.<\/span><\/p>\n<h3><b>Question 166<\/b><\/h3>\n<p><b>What is the primary purpose of gradient descent in machine learning training?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To encrypt model parameters<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To adjust model parameters in a direction that reduces the training loss<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To convert text into speech<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase the number of input tokens<\/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;\">Gradient descent is an optimization method used to adjust model parameters with the goal of reducing a selected loss function. The algorithm uses information about the gradient of the loss to determine the direction in which parameters should be changed. Repeated updates can move the model toward parameter values that produce lower loss on the training objective. Variants such as stochastic and mini-batch gradient descent are commonly used in machine learning. The learning rate influences the size of these updates and therefore plays an important role in training behavior.<\/span><\/p>\n<h3><b>Question 167<\/b><\/h3>\n<p><b>An organization wants to maintain approved versions of machine learning models and track which version is ready for deployment. Which capability is most directly suited to this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon S3 Glacier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon SageMaker Model Registry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Direct Connect<\/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 SageMaker Model Registry is designed to help organizations manage machine learning model versions and organize models through a controlled lifecycle. Teams can register models, associate metadata and evaluation information, and manage which versions are approved for deployment. This supports governance and reproducibility by providing a structured way to track model artifacts and lifecycle status. Model management is especially useful when multiple versions are tested or deployed across environments. Organizations can combine model registry capabilities with evaluation, monitoring, access controls, and deployment workflows to establish a more controlled machine learning lifecycle.<\/span><\/p>\n<h3><b>Question 168<\/b><\/h3>\n<p><b>A company uses a generative AI application to retrieve information from several sources. It wants to improve results by combining keyword matching with semantic similarity. Which search approach can support this requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hybrid search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image segmentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regression 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;\">Hybrid search combines different retrieval approaches, such as traditional keyword-based search and semantic or vector-based search. Keyword matching can perform well when users provide specific terms, names, or identifiers, while semantic search can help retrieve content based on meaning even when exact wording differs. Combining these methods can improve retrieval quality for applications that need to find relevant information from large document collections. The appropriate balance depends on the data and workload. Retrieval results should still be evaluated using representative queries to determine whether the approach provides sufficiently relevant context.<\/span><\/p>\n<h3><b>Question 169<\/b><\/h3>\n<p><b>In a retrieval-augmented generation application, what is the purpose of a reranking step after an initial retrieval operation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To encrypt all retrieved documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace the foundation model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To reorder retrieved results so the most relevant items appear first<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove user authentication<\/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;\">Reranking is used to improve the ordering of results returned by an initial retrieval stage. A retrieval system may first identify a broader set of potentially relevant documents efficiently. A reranker can then evaluate those candidates in greater detail and place the most relevant items near the top. This can help a generative AI model receive higher-quality context when only a limited amount of retrieved information can be included. Reranking does not replace authentication or encryption, and it does not itself generate the final response. Its primary role is improving retrieval relevance.<\/span><\/p>\n<h3><b>Question 170<\/b><\/h3>\n<p><b>Which AWS capability is specifically designed to help applications use foundation models together with organizational data stored in knowledge sources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Bedrock Knowledge Bases<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon EC2 Auto Scaling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Route 53 Resolver<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AWS Elastic Beanstalk<\/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 Bedrock Knowledge Bases provides capabilities for connecting generative AI applications with organizational information so relevant content can be retrieved and supplied to a foundation model. This supports retrieval-augmented generation patterns in which responses can be grounded using information from configured data sources. Knowledge retrieval can help applications use current organizational content without requiring all information to be encoded directly into a model&#8217;s parameters. Organizations should still manage permissions, data quality, synchronization, retrieval relevance, and evaluation to ensure that generated responses are based on appropriate source information.<\/span><\/p>\n<h3><b>Question 171<\/b><\/h3>\n<p><b>A development team wants to make a smaller model perform a task using knowledge or behavior learned from a larger model. Which technique can support this goal?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data masking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Knowledge distillation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data deletion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network segmentation<\/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;\">Knowledge distillation is a technique in which a smaller student model learns behavior from a larger teacher model. The goal can be to produce a model that requires fewer computational resources while retaining useful capabilities of the larger model. The student may learn from outputs or other information produced by the teacher. Distillation can be useful when deployment constraints require lower latency, reduced resource consumption, or a smaller model footprint. The resulting model should still be evaluated against the intended workload because reducing model size can affect performance and capability.<\/span><\/p>\n<h3><b>Question 172<\/b><\/h3>\n<p><b>Which concern is particularly important when an organization uses personally identifiable information as input to an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choosing a larger monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing screen brightness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Protecting the information through appropriate privacy and access controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Changing the application&#8217;s font<\/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;\">Personally identifiable information, or PII, requires appropriate protection because its disclosure or misuse can create privacy and compliance risks. Organizations should determine whether collecting the information is necessary, restrict access to authorized users and systems, and apply suitable security controls. Depending on the use case, techniques such as masking, redaction, anonymization, or pseudonymization may also be appropriate. Data should be handled according to applicable policies and legal requirements. AI applications require the same careful data governance principles as other systems, with additional consideration for how prompts, retrieved context, outputs, and logs are handled.<\/span><\/p>\n<h3><b>Question 173<\/b><\/h3>\n<p><b>What is the main purpose of model checkpointing during a machine learning training process?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To save intermediate model states so training can be resumed or selected states can be retained<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To convert numerical data into text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To assign IAM permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase network bandwidth<\/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;\">Model checkpointing saves the state of a model during training at selected points. A checkpoint can contain model parameters and, depending on the training configuration, additional information needed to continue training. Checkpoints can help recover from interruptions and allow teams to retain useful intermediate model states. They can also support experimentation by enabling developers to evaluate different points in the training process. Checkpoint management should consider storage requirements, versioning, security, and retention policies. Checkpointing does not itself guarantee that a saved model performs well; saved states still require appropriate evaluation.<\/span><\/p>\n<h3><b>Question 174<\/b><\/h3>\n<p><b>An organization wants to determine whether an AI model has been trained using data that may contain unauthorized or inappropriate content. Which governance activity is most relevant?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing inference temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reviewing data provenance and lineage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing the model&#8217;s context window<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling audit logs<\/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;\">Data provenance and lineage help organizations understand where data originated, how it was obtained, and how it moved or was transformed throughout a data workflow. Reviewing provenance can support governance decisions about whether data was collected and used appropriately. It can also help organizations investigate problems involving data quality, licensing, privacy, or unauthorized sources. For AI workloads, understanding training and retrieval data sources can be important when assessing compliance and responsible use. Provenance information should be maintained through appropriate processes and documentation so organizations can trace important datasets and transformations.<\/span><\/p>\n<h3><b>Question 175<\/b><\/h3>\n<p><b>Which statement best describes reinforcement learning from human feedback (RLHF)?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A method that uses human preference information to help optimize model behavior<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A technique used only to compress image files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A database indexing method<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A network routing protocol<\/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;\">Reinforcement learning from human feedback, commonly called RLHF, uses human preference information to help guide a model toward desired behavior. Human reviewers may compare or rank candidate responses, and this information can be incorporated into a training or optimization process. RLHF is one approach used in developing and aligning certain generative AI systems. It does not mean that humans manually write every model response. Human feedback provides signals about preferred behavior, while the underlying training process uses those signals to optimize the model. The specific implementation can vary between model-development workflows.<\/span><\/p>\n<h3><b>Question 176<\/b><\/h3>\n<p><b>A company wants to use a model for an application that requires both text and image inputs. Which model-selection factor should receive particular attention?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The model&#8217;s supported input modalities<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The color of the application dashboard<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of office printers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The database table naming convention<\/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;\">Model selection should consider whether the model supports the input and output modalities required by the application. A workload requiring both text and image inputs needs a model with appropriate multimodal capabilities. Selecting a model solely based on general performance or size may result in an incompatible solution. Organizations should also evaluate factors such as quality, latency, cost, safety, context requirements, and supported features. Model capabilities can differ significantly, so teams should verify the documentation for the specific model version and test it using representative application inputs before deployment.<\/span><\/p>\n<h3><b>Question 177<\/b><\/h3>\n<p><b>Which practice can help an organization maintain traceability when multiple versions of an AI model are deployed over time?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Recording model versions and associated deployment information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing all deployment records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allowing unidentified model artifacts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reusing the same version identifier for every release<\/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;\">Recording model versions and associated deployment information supports traceability across the AI lifecycle. Organizations can use version identifiers, artifact records, deployment timestamps, evaluation results, and related metadata to determine which model was used at a particular time. This can help with troubleshooting, audits, reproducibility, and controlled rollback. Reusing identifiers or deleting deployment records makes it more difficult to investigate historical behavior. Model versioning is particularly important when models are updated frequently or when AI outputs influence significant business processes. Traceability should be integrated into the organization&#8217;s broader governance practices.<\/span><\/p>\n<h3><b>Question 178<\/b><\/h3>\n<p><b>A generative AI application is designed to perform actions in external systems. Which design principle is most appropriate before allowing a model-generated action to execute?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allow every action automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validate the requested action and enforce authorization before execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all identity controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Give the model unrestricted administrative privileges<\/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;\">Model-generated actions should be validated and authorized before they are executed against external systems. A generative model can produce incorrect, unexpected, or manipulated instructions, so applications should not treat generated content as inherently trustworthy commands. The application should verify that the requested operation is valid, confirm that the user or service is authorized, and apply appropriate safeguards. High-impact actions may also require additional approval or human review. This design separates generation from execution and places security controls in the application and infrastructure layers rather than relying solely on model behavior.<\/span><\/p>\n<h3><b>Question 179<\/b><\/h3>\n<p><b>Which AWS service can help organizations analyze and identify sensitive data such as personally identifiable information stored in Amazon S3?<\/b><\/p>\n<ol>\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 Polly<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Lex<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Amazon Translate<\/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 Macie is an AWS service designed to help discover and protect sensitive data stored in Amazon S3. It can identify and provide findings related to sensitive information, including certain types of personally identifiable information, helping organizations understand where sensitive data exists. This visibility can support data governance and security programs for AI workloads that use S3 data. Organizations can use the findings to investigate storage configurations, access patterns, and data-handling practices. Macie does not replace access controls or encryption; it complements broader security and data-protection measures.<\/span><\/p>\n<h3><b>Question 180<\/b><\/h3>\n<p><b>A company wants an AI assistant to answer employees&#8217; business questions while respecting the access permissions associated with corporate information. What capability is particularly important?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permission-aware retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unrestricted document access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anonymous data retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Global administrator privileges<\/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;\">Permission-aware retrieval ensures that an AI assistant retrieves information only from sources the requesting user is authorized to access. This is especially important for enterprise assistants because corporate repositories can contain confidential information belonging to different teams or roles. Without appropriate authorization filtering, a model could potentially expose information through an otherwise valid response. Access controls should therefore be enforced by the application or retrieval system rather than relying solely on the model to decide what information is appropriate. Organizations should test permission boundaries carefully to verify that unauthorized content cannot enter generated responses.<\/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 161 A machine learning model performs poorly on both its training data and unseen data because it is too simple to capture important patterns. What problem does this describe? Underfitting Data leakage Overfitting Data poisoning Correct Answer: 1 Explanation [&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\/16174"}],"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=16174"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16174\/revisions"}],"predecessor-version":[{"id":16235,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/16174\/revisions\/16235"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=16174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=16174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=16174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}