{"id":13711,"date":"2026-09-16T10:33:50","date_gmt":"2026-09-16T10:33:50","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13711"},"modified":"2026-09-16T10:33:50","modified_gmt":"2026-09-16T10:33:50","slug":"amazon-aws-certified-machine-learning-engineer-associate-mla-c01-practice-test-questions-and-exam-dumps-part-4-q61-80","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/amazon-aws-certified-machine-learning-engineer-associate-mla-c01-practice-test-questions-and-exam-dumps-part-4-q61-80\/","title":{"rendered":"Amazon AWS Certified Machine Learning Engineer &#8211; Associate MLA-C01 Practice Test Questions and Exam Dumps Part 4 Q61-80"},"content":{"rendered":"<h1><\/h1>\n<p><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/aws-certified-machine-learning-engineer-associate-mla-c01-exam-dumps\"><b>Amazon AWS Certified Machine Learning Engineer &#8211; Associate MLA-C01 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/p>\n<p>&nbsp;<\/p>\n<h3><b>Question 61. Which SageMaker Feature Store storage option is designed for low-latency feature retrieval during online inference?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Offline store<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> S3 Glacier<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Online store<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Model Registry<\/span><\/p>\n<p><b>Answer: 3) Online store<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SageMaker Feature Store online store is designed for low-latency retrieval of features during real-time inference. When an application needs current feature values quickly, the online store can provide access without requiring a large analytical query. The offline store serves different purposes, such as historical data analysis and model training. Using the appropriate store depends on the workload requirements. For real-time applications, latency is particularly important because delays in retrieving features can directly affect the overall inference response time.<\/span><\/p>\n<h3><b>Question 62. A company wants to prevent unauthorized users from changing a production model&#8217;s deployment configuration. Which AWS security mechanism should be used?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> IAM policies and permissions<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> CloudWatch metrics<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> S3 lifecycle rules<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Model Monitor constraints<\/span><\/p>\n<p><b>Answer: 1) IAM policies and permissions<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">AWS Identity and Access Management provides permissions that determine which users, roles, and services can perform actions on AWS resources. By applying least-privilege IAM policies, an organization can restrict who is allowed to modify SageMaker endpoints or deployment configurations. This helps protect production machine learning resources from unauthorized changes. CloudWatch is primarily used for monitoring, while Model Monitor focuses on production data and model monitoring. Proper IAM design should separate development and production permissions where appropriate and should avoid granting broad administrative access when narrower permissions are sufficient.<\/span><\/p>\n<h3><b>Question 63. Which metric is especially useful when the cost of false positives and false negatives must both be considered for a binary classification model?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Mean absolute error<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> F1 score<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Mean squared error<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Root mean squared error<\/span><\/p>\n<p><b>Answer: 2) F1 score<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The F1 score combines precision and recall into a single classification metric. Precision reflects the proportion of predicted positive cases that are actually positive, while recall measures how many actual positive cases the model successfully identifies. The F1 score is useful when both types of classification errors matter and a balance between precision and recall is required. It can be especially informative when class distributions are uneven. However, teams should select evaluation metrics according to business requirements because a single metric may not capture every operational consequence of false positives and false negatives.<\/span><\/p>\n<h3><b>Question 64. Which SageMaker deployment strategy allows a new model version to receive a small portion of production traffic while the previous version continues serving most requests?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Batch deployment<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Canary deployment<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Offline processing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Data preprocessing<\/span><\/p>\n<p><b>Answer: 2) Canary deployment<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A canary deployment introduces a new model version to a limited portion of production traffic before expanding its usage. This allows the team to observe metrics such as latency, errors, and model performance while keeping the previous version available for most requests. If problems are detected, the organization can reduce or stop traffic to the new version. Canary deployments are useful when teams want to reduce the exposure associated with a new release. The exact traffic allocation and monitoring criteria should be defined according to the application&#8217;s operational requirements.<\/span><\/p>\n<h3><b>Question 65. Which metric measures the average absolute difference between predicted and actual values in a regression problem?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> MAE<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Precision<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Recall<\/span><\/p>\n<p><b>Answer: 1) MAE<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Mean Absolute Error, or MAE, calculates the average absolute difference between predicted values and actual target values. Because it uses absolute differences, positive and negative errors do not cancel each other out. MAE is expressed in the same general units as the target variable, which can make it relatively easy to interpret. It is useful for understanding the typical magnitude of prediction errors. Compared with metrics that square errors, MAE gives less additional weight to very large errors. The appropriate regression metric should depend on the consequences of different error sizes.<\/span><\/p>\n<h3><b>Question 66. A model produces predictions with different levels of confidence. Which technique helps determine whether predicted probabilities correspond well to actual outcome frequencies?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Tokenization<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Binning<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Feature hashing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Calibration<\/span><\/p>\n<p><b>Answer: 4) Calibration<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Calibration evaluates whether predicted probabilities correspond reasonably well to observed outcome frequencies. For example, among predictions assigned a probability of approximately 0.8, a well-calibrated classifier would produce the positive outcome at roughly that frequency over a sufficiently large representative sample. Calibration is particularly useful when prediction probabilities are consumed directly for decision-making, prioritization, or risk estimation. A model can have good classification discrimination while still having poorly calibrated probabilities. Therefore, calibration provides information that is different from metrics such as accuracy, precision, recall, or ROC-AUC.<\/span><\/p>\n<h3><b>Question 67. Which SageMaker capability can help explain how individual input features contribute to a model&#8217;s predictions?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> SageMaker Clarify<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> SageMaker Batch Transform<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> SageMaker Processing only<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> SageMaker Model Registry<\/span><\/p>\n<p><b>Answer: 1) SageMaker Clarify<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker Clarify provides model explainability capabilities that can help identify the contribution of input features to predictions. Understanding feature contributions can help data scientists investigate unexpected results and communicate how models use available information. Explainability is especially valuable in applications where model decisions require review or justification. Feature attribution does not necessarily prove that a feature causes an outcome; it describes how the model&#8217;s prediction is associated with the input features according to the selected explanation method. Teams should therefore interpret attribution results within the context of the model and dataset.<\/span><\/p>\n<h3><b>Question 68. Which AWS service can store custom Docker container images used by SageMaker training or inference workloads?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Amazon S3<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Amazon ECR<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> AWS CloudTrail<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Amazon EventBridge<\/span><\/p>\n<p><b>Answer: 2) Amazon ECR<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon Elastic Container Registry, or ECR, is a managed registry for storing and managing container images. Machine learning teams can build custom Docker images containing specific libraries, frameworks, dependencies, or application code and push those images to ECR. SageMaker can then use the appropriate container image for supported training or inference workloads. ECR also integrates with AWS identity and access controls. Using a managed container registry helps organizations maintain consistent environments and version their custom machine learning images across development, testing, and production workflows.<\/span><\/p>\n<h3><b>Question 69. What is a primary advantage of using SageMaker Asynchronous Inference for suitable workloads?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> It eliminates all inference latency<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> It requires every request to complete synchronously<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> It supports workloads that may take longer to process<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> It is exclusively designed for model training<\/span><\/p>\n<p><b>Answer: 3) It supports workloads that may take longer to process<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker Asynchronous Inference is intended for inference requests that do not require an immediate synchronous response. It can be useful for workloads involving larger inputs or processing operations that may take longer to complete. Instead of forcing the client to wait for a traditional synchronous response, the request can be processed asynchronously and the result delivered after processing. This architecture can be appropriate for applications such as document processing or other computationally intensive predictions. Teams should still evaluate latency requirements and workload characteristics before selecting the inference mode.<\/span><\/p>\n<h3><b>Question 70. Which type of drift occurs when the statistical distribution of input features changes over time?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Data drift<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Label encoding<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Model serialization<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Hyperparameter tuning<\/span><\/p>\n<p><b>Answer: 1) Data drift<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Data drift occurs when the distribution or characteristics of input data change compared with the data used to establish a baseline or train the model. For example, customer behavior, seasonal patterns, or external conditions can cause production feature distributions to change. Data drift does not automatically mean that model accuracy has decreased, but it can be an important warning signal. Monitoring production inputs can help identify significant changes that deserve investigation. Teams may then evaluate whether the model requires updated training data, revised features, or another form of maintenance.<\/span><\/p>\n<h3><b>Question 71. A machine learning pipeline should deploy a model only if its evaluation accuracy exceeds a predefined threshold. Which SageMaker Pipelines step is appropriate?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Processing step<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Condition step<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Training step<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Model step<\/span><\/p>\n<p><b>Answer: 2) Condition step<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Condition step in SageMaker Pipelines allows a workflow to make decisions based on specified conditions. For example, a pipeline can evaluate a model&#8217;s accuracy and continue toward registration or deployment only when the result exceeds a defined threshold. This supports automated quality gates within machine learning workflows. Instead of deploying every newly trained model automatically, organizations can use conditions to enforce evaluation requirements. This approach can improve consistency in automated ML operations because deployment decisions become part of the pipeline rather than relying entirely on manual intervention.<\/span><\/p>\n<h3><b>Question 72. Which AWS service is commonly used to collect and visualize operational metrics and logs associated with AWS workloads?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Amazon CloudWatch<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Amazon ECR<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> AWS KMS<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> SageMaker Feature Store<\/span><\/p>\n<p><b>Answer: 1) Amazon CloudWatch<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon CloudWatch provides monitoring and observability capabilities for AWS resources and applications. It can collect metrics, logs, and other operational information that teams can use to understand system behavior. In machine learning deployments, CloudWatch can help monitor endpoint-related metrics such as invocation activity, errors, and resource utilization. Teams can also create alarms based on selected metrics so that operational issues can trigger notifications or automated actions. CloudWatch does not replace model-quality monitoring, but it can complement services such as SageMaker Model Monitor by providing infrastructure and application-level visibility.<\/span><\/p>\n<h3><b>Question 73. Which measure is commonly used to evaluate the ranking ability of a binary classification model across different classification thresholds?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> MAE<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> ROC-AUC<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> MAPE<\/span><\/p>\n<p><b>Answer: 3) ROC-AUC<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">ROC-AUC measures the area under the receiver operating characteristic curve and evaluates how effectively a binary classifier separates positive and negative examples across different classification thresholds. A higher AUC generally indicates stronger ranking discrimination between the two classes. Unlike accuracy, ROC-AUC does not depend on selecting one particular classification threshold. However, it should be interpreted according to the dataset and business context. For highly imbalanced problems, teams may also examine precision-recall behavior because ROC-AUC alone may not fully represent the operational importance of positive-class performance.<\/span><\/p>\n<h3><b>Question 74. A team wants to perform training using historical feature values without introducing information that would only have become available after the prediction time. What concept should they consider?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Point-in-time correctness<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Model serialization<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Container scaling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Endpoint routing<\/span><\/p>\n<p><b>Answer: 1) Point-in-time correctness<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Point-in-time correctness ensures that training data contains only information that would have been available at the time the prediction was supposed to occur. This is important when historical features are retrieved from a feature store or other data source. If future information accidentally appears in the training dataset, the model may receive information that would not have been available during real-world inference. Such leakage can produce overly optimistic evaluation results. Maintaining correct timestamps and feature availability is therefore important when constructing historical training datasets for time-dependent machine learning problems.<\/span><\/p>\n<h3><b>Question 75. Which deployment architecture can expose multiple model versions through one endpoint while assigning different traffic percentages to them?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> SageMaker endpoint variants<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> S3 lifecycle configuration<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> AWS CloudTrail<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> SageMaker Processing jobs<\/span><\/p>\n<p><b>Answer: 1) SageMaker endpoint variants<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker endpoint variants allow multiple model configurations to operate behind an endpoint and can support traffic distribution between them. This capability is useful for controlled model testing, staged deployments, and comparing model versions under production conditions. For example, an organization can direct a smaller portion of traffic to a new model while maintaining service through an existing version. The traffic allocation can be adjusted based on observed operational and model metrics. Endpoint variants therefore provide a mechanism for managing multiple inference configurations without requiring every model version to have a completely separate application interface.<\/span><\/p>\n<h3><b>Question 76. What is the main purpose of a model card in a machine learning governance process?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> To increase GPU memory<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> To document important information about a model<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> To replace model training data<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> To automatically retrain the model<\/span><\/p>\n<p><b>Answer: 2) To document important information about a model<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A model card is used to document important information about a machine learning model, such as its intended use, limitations, evaluation information, and relevant considerations. Documentation supports transparency and helps stakeholders understand how a model was developed and where it may or may not be appropriate. Model cards do not directly improve computational performance or automatically retrain a model. Instead, they contribute to governance and responsible model management by providing structured information that can be reviewed before and during deployment.<\/span><\/p>\n<h3><b>Question 77. A model&#8217;s input data changes significantly after deployment, but the model&#8217;s relationship between inputs and the target also changes. What concept describes the changing relationship?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Data serialization<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Feature scaling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Concept drift<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Data compression<\/span><\/p>\n<p><b>Answer: 3) Concept drift<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Concept drift occurs when the relationship between input features and the target variable changes over time. This differs from simple data drift, where the distribution of input features changes without necessarily indicating that the underlying relationship with the target has changed. Concept drift can reduce model effectiveness because the patterns learned during training may no longer represent current conditions. Detecting it may require monitoring predictions, outcomes, or other relevant signals over time. When meaningful drift is identified, organizations may need to reassess training data, features, model assumptions, or retraining schedules.<\/span><\/p>\n<h3><b>Question 78. Which SageMaker capability is designed to test a new model version against a production model without sending the new model&#8217;s predictions to end users?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Batch Transform<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Shadow testing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Feature Store<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Model Registry<\/span><\/p>\n<p><b>Answer: 2) Shadow testing<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Shadow testing allows a new model version to process copies of production requests while the existing production model continues serving responses to users. The new model&#8217;s outputs can then be evaluated without directly affecting the user-facing result. This provides an opportunity to compare operational behavior, latency, errors, and prediction characteristics before making the new model the active production version. Shadow testing is useful when teams want realistic production workload information while minimizing the risk associated with exposing an unvalidated model directly to customers.<\/span><\/p>\n<h3><b>Question 79. Which regression metric gives greater weight to larger prediction errors because the errors are squared?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Mean squared error<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Recall<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Precision<\/span><\/p>\n<p><b>Answer: 1) Mean squared error<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Mean Squared Error, or MSE, calculates the average of squared differences between predicted and actual values. Because the errors are squared, larger errors contribute disproportionately to the final metric. This makes MSE useful when large prediction mistakes should receive greater emphasis during model evaluation. However, the resulting value is expressed in squared units, which can make direct interpretation less intuitive than metrics such as MAE. Teams should select regression metrics according to the business impact of errors and should consider multiple evaluation measures when analyzing model performance.<\/span><\/p>\n<h3><b>Question 80. A team wants to create a repeatable machine learning workflow that can automatically process data and train a new model when updated data becomes available. Which approach is most appropriate?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Manual notebook execution only<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> SageMaker Pipelines with automated triggering<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> CloudWatch dashboard creation only<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Model Registry without pipeline steps<\/span><\/p>\n<p><b>Answer: 2) SageMaker Pipelines with automated triggering<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker Pipelines can define repeatable machine learning workflows containing steps for data processing, training, evaluation, registration, and deployment. When combined with an appropriate event or automation mechanism, a pipeline can be triggered when new data or another defined condition occurs. This reduces the need for developers to manually execute every stage of the workflow. Automated pipelines also improve consistency because the same defined sequence can be reused for subsequent model updates. Organizations should still include validation and quality controls so that automation does not deploy models that fail required evaluation criteria.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Amazon AWS Certified Machine Learning Engineer &#8211; Associate MLA-C01 Exam Dumps and Practice Test Dumps &nbsp; Question 61. Which SageMaker Feature Store storage option is designed for low-latency feature retrieval during online inference? 1) Offline store 2) S3 Glacier 3) Online store 4) Model Registry Answer: 3) Online store Explanation: The SageMaker Feature [&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\/13711"}],"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=13711"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13711\/revisions"}],"predecessor-version":[{"id":13744,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13711\/revisions\/13744"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}