{"id":13713,"date":"2026-09-16T10:32:17","date_gmt":"2026-09-16T10:32:17","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13713"},"modified":"2026-09-16T10:32:17","modified_gmt":"2026-09-16T10:32:17","slug":"amazon-aws-certified-machine-learning-engineer-associate-mla-c01-practice-test-questions-and-exam-dumps-part-6-q101-120","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-6-q101-120\/","title":{"rendered":"Amazon AWS Certified Machine Learning Engineer &#8211; Associate MLA-C01 Practice Test Questions and Exam Dumps Part 6 Q101-120"},"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 101. Which deployment approach allows a new model version to replace the existing version while maintaining the ability to quickly return to the previous version?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Rolling deployment<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Shadow deployment<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Canary testing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Blue\/green deployment<\/span><\/p>\n<p><b>Answer: 4) Blue\/green deployment<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Blue\/green deployment maintains two environments: the current production environment and a separate environment containing the new model version. Traffic can be shifted to the new environment after validation. If unexpected problems occur, traffic can be redirected to the previous environment. This approach helps reduce deployment risk because the existing version remains available during the transition. In machine learning workflows, blue\/green deployment can be useful when a new model needs production validation without immediately removing the currently serving model. It also provides a straightforward rollback mechanism because the previous environment can remain intact until the deployment is considered stable.<\/span><\/p>\n<h3><b>Question 102. Which SageMaker capability can help identify issues such as abnormal model behavior and problematic training conditions during model development?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> SageMaker Ground Truth<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> SageMaker Debugger<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> SageMaker Model Registry<\/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: 2) SageMaker Debugger<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker Debugger is designed to help developers inspect training jobs and identify problems in model training. It can collect information about training processes and monitor tensors, metrics, and other relevant signals. Rules can be configured to detect conditions that may indicate issues during training, such as stalled optimization or unusual metric behavior. This capability is useful when a training job completes but the resulting model performs poorly, or when developers need greater visibility into what happened during training. Debugging information can help practitioners investigate training behavior instead of relying only on the final model evaluation results.<\/span><\/p>\n<h3><b>Question 103. Which SageMaker feature can reduce training costs by using spare AWS compute capacity when appropriate?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Managed Spot Training<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Serverless Inference<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Batch Transform<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Multi-Model Endpoints<\/span><\/p>\n<p><b>Answer: 1) Managed Spot Training<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Managed Spot Training allows SageMaker training jobs to use EC2 Spot Instances, which can cost less than on-demand instances. Spot capacity can be interrupted when AWS needs the capacity for other workloads, so training workflows must be designed to tolerate interruptions. Checkpointing can help preserve intermediate training progress so that a restarted job does not necessarily need to begin from the beginning. This approach is particularly useful for long-running training workloads where occasional interruption is acceptable. It is less suitable when a workload requires uninterrupted compute availability or cannot efficiently recover after an interruption.<\/span><\/p>\n<h3><b>Question 104. Why is checkpointing useful when training machine learning models with interruptible compute resources?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> It permanently prevents training failures<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> It increases the number of training labels<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> It saves intermediate training state for recovery<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> It automatically improves model accuracy<\/span><\/p>\n<p><b>Answer: 3) It saves intermediate training state for recovery<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Checkpointing periodically saves the current state of a training process, such as model parameters and optimizer information. If an interruption occurs, the training job can potentially resume from a recent checkpoint rather than restarting from the beginning. This is especially useful when using interruptible resources such as Spot Instances. Checkpointing does not guarantee that training will never fail, nor does it directly improve the model&#8217;s accuracy. Its primary purpose is resilience and recovery. The frequency and location of checkpoints should be selected according to the training workload, recovery requirements, and acceptable amount of repeated computation.<\/span><\/p>\n<h3><b>Question 105. Which AWS service is designed to help create labeled datasets using human workers?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Amazon Athena<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Amazon Kinesis<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> AWS Glue Data Catalog<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> SageMaker Ground Truth<\/span><\/p>\n<p><b>Answer: 4) SageMaker Ground Truth<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker Ground Truth supports the creation of labeled datasets by combining automated labeling capabilities with human annotation workflows. It can be used for tasks such as image classification, object detection, text classification, and other labeling requirements. High-quality labeled data is important when training supervised machine learning models because the model learns relationships between input examples and their target labels. Ground Truth can help organizations manage labeling workflows while incorporating human review where necessary. Depending on the task, automated labeling can also reduce the amount of manual work required when sufficiently reliable labels can be generated.<\/span><\/p>\n<h3><b>Question 106. What is the primary purpose of active learning in a machine learning labeling workflow?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Select the most informative examples for labeling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Increase the storage capacity of the training dataset<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Replace model evaluation with human judgment<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Remove all human involvement from data preparation<\/span><\/p>\n<p><b>Answer: 1) Select the most informative examples for labeling<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Active learning focuses labeling effort on examples that are expected to provide significant value to the model. Instead of sending every available data point for manual annotation, a system can identify uncertain, representative, or otherwise informative examples and prioritize them. Human annotators can then label those selected samples, and the newly labeled data can be used to improve the model. This can reduce annotation effort when large datasets contain many examples that provide limited additional information. Active learning does not eliminate human involvement entirely; rather, it attempts to use human labeling resources more efficiently.<\/span><\/p>\n<h3><b>Question 107. Which table is most directly useful for determining true positives, false positives, true negatives, and false negatives for a binary classification model?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> ROC curve<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Confusion matrix<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Learning curve<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Feature importance table<\/span><\/p>\n<p><b>Answer: 2) Confusion matrix<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A confusion matrix summarizes classification predictions by comparing predicted classes with actual classes. For binary classification, it commonly contains four categories: true positives, false positives, true negatives, and false negatives. These values provide the foundation for calculating several evaluation metrics, including precision, recall, specificity, and accuracy. For example, false positives represent cases where the model predicted the positive class even though the actual class was negative. Examining the confusion matrix helps practitioners understand the types of classification errors a model makes rather than relying only on a single overall accuracy value.<\/span><\/p>\n<h3><b>Question 108. Which metric measures the proportion of actual negative examples that a classification model correctly identifies?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Precision<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Recall<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Specificity<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> F1 score<\/span><\/p>\n<p><b>Answer: 3) Specificity<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Specificity measures how effectively a classification model identifies negative examples. It is calculated as true negatives divided by the total number of actual negative examples, which includes true negatives and false positives. A model with high specificity produces relatively few false-positive predictions among negative cases. Specificity can be particularly important when incorrectly classifying a negative case as positive has significant consequences. It should be considered alongside other metrics because improving specificity may affect sensitivity or recall depending on the selected classification threshold. The confusion matrix provides the values required to calculate specificity for a binary classifier.<\/span><\/p>\n<h3><b>Question 109. Which metric is particularly useful for evaluating a classifier on an imbalanced dataset when performance on the positive class is important?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Precision-recall AUC<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Mean squared error<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> R-squared<\/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: 1) Precision-recall AUC<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Precision-recall AUC summarizes the relationship between precision and recall across different classification thresholds. It can provide useful information when the positive class is relatively rare and the cost of missing positive examples or generating incorrect positive predictions matters. Unlike accuracy, precision-recall analysis focuses more directly on positive-class performance. A classifier can have high accuracy on an imbalanced dataset simply because it predicts the majority class frequently. Precision-recall AUC helps practitioners examine how precision and recall behave as the decision threshold changes. The appropriate metric should ultimately reflect the business or operational consequences of classification errors.<\/span><\/p>\n<h3><b>Question 110. Which metric evaluates how well a classification model assigns high probability to the correct class while penalizing confident incorrect predictions?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Recall<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Specificity<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Log loss<\/span><\/p>\n<p><b>Answer: 4) Log loss<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Log loss evaluates the quality of predicted probabilities rather than only whether the predicted class is correct. It strongly penalizes predictions that assign very high probability to the wrong class. For example, a model that predicts an incorrect class with probability close to one receives a much larger penalty than a model that makes the same incorrect classification with a probability closer to the decision boundary. Lower log loss indicates better probabilistic predictions. This metric is useful when probability estimates themselves are important, such as ranking risk, prioritizing cases, or making decisions based on predicted likelihoods.<\/span><\/p>\n<h3><b>Question 111. Which regression metric represents the square root of the average squared prediction errors?<\/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;\"> RMSE<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> R-squared<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Accuracy<\/span><\/p>\n<p><b>Answer: 2) RMSE<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Root Mean Squared Error, or RMSE, is calculated by taking the square root of the mean squared differences between predicted and actual values. Because the errors are squared before averaging, larger errors receive greater weight than smaller errors. Taking the square root returns the metric to the same general units as the target variable, making the result easier to interpret. RMSE is useful when large prediction errors are especially undesirable. However, because it emphasizes larger errors, it may respond strongly to outliers. It is commonly considered alongside MAE and other regression metrics when evaluating model performance.<\/span><\/p>\n<h3><b>Question 112. Which regression metric indicates the proportion of variance in the target variable that is explained by the model?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> RMSE<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> MAE<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> R-squared<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Precision<\/span><\/p>\n<p><b>Answer: 3) R-squared<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">R-squared, often written as R\u00b2, describes how much of the variation in the target variable is explained by a regression model relative to a baseline based on the target&#8217;s mean. A higher R\u00b2 can indicate that the model explains more of the observed variation under the metric&#8217;s assumptions and evaluation conditions. However, R\u00b2 should not be interpreted as a direct measure of prediction accuracy in every situation. It is useful to examine it alongside error-based measures such as MAE or RMSE. Evaluation should also be performed on appropriate validation or test data rather than only on training data.<\/span><\/p>\n<h3><b>Question 113. Which technique can help a classification algorithm give greater importance to examples from an underrepresented class during training?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Feature hashing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Dimensionality reduction<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Random shuffling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Class weights<\/span><\/p>\n<p><b>Answer: 4) Class weights<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Class weights assign different importance to examples belonging to different classes during model training. When a dataset is imbalanced, increasing the weight of the minority class can make errors involving that class more costly to the learning algorithm. This can encourage the model to pay greater attention to minority-class examples without physically duplicating those records. Class weighting does not guarantee improved performance on every metric, and the appropriate weights depend on the problem and algorithm. After training, practitioners should evaluate metrics such as precision, recall, specificity, and the confusion matrix to understand the effect of the weighting strategy.<\/span><\/p>\n<h3><b>Question 114. Which sampling strategy helps preserve approximately the same class proportions in training and validation datasets?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Stratified sampling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Random deletion<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Sequential sampling<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Feature sampling<\/span><\/p>\n<p><b>Answer: 1) Stratified sampling<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Stratified sampling divides data into subsets while attempting to preserve the distribution of important groups, such as class labels. For a classification problem, stratifying by the target class helps ensure that training and validation datasets contain representative proportions of each class. This is especially useful when classes are imbalanced because a simple random split could produce a validation set with too few minority-class examples. Stratification does not prevent other forms of data leakage, so the overall splitting process still needs to respect the problem structure. Proper sampling helps make model evaluation more representative of the population being modeled.<\/span><\/p>\n<h3><b>Question 115. During neural network training, which technique can stop training when validation performance stops improving?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Feature hashing<\/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;\"> Early stopping<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> One-hot encoding<\/span><\/p>\n<p><b>Answer: 3) Early stopping<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Early stopping monitors model performance on validation data during training and stops the training process when improvement has stalled according to a defined criterion. This can help prevent unnecessary training and may reduce overfitting when additional training causes validation performance to deteriorate. A patience setting is often used so that training does not stop because of a single temporary fluctuation. Early stopping does not modify the input features or labels. It is a training-control technique that can be especially useful for iterative algorithms and neural networks where many training epochs may otherwise be performed.<\/span><\/p>\n<h3><b>Question 116. What is the primary advantage of transfer learning when developing a model for a related task?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> It guarantees zero training time<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> It allows a model to reuse knowledge learned from another task<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> It removes the need for evaluation data<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> It guarantees higher accuracy on every dataset<\/span><\/p>\n<p><b>Answer: 2) It allows a model to reuse knowledge learned from another task<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Transfer learning starts with a model that has already learned useful representations from a source task or dataset and adapts that model to a related target task. Instead of learning everything from randomly initialized parameters, the new model can reuse existing learned features and fine-tune them for the target problem. This can be valuable when the target dataset is relatively small or when training a complex model from scratch would require substantial resources. Transfer learning does not guarantee improved accuracy, because its effectiveness depends on how closely the source and target tasks are related and how the model is adapted.<\/span><\/p>\n<h3><b>Question 117. Which type of machine learning problem specifically models observations collected at successive time intervals?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Time-series forecasting<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Image segmentation<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Association mining<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Static clustering<\/span><\/p>\n<p><b>Answer: 1) Time-series forecasting<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Time-series forecasting uses historical observations ordered by time to estimate future values. Examples include forecasting sales, demand, energy consumption, or other measurements collected sequentially. Time order is important because future information should not improperly influence the training process. For this reason, randomly shuffling time-series observations can create evaluation problems when it allows information from later periods to influence earlier predictions. Appropriate evaluation methods often use earlier observations for training and later observations for validation or testing. The modeling approach depends on the characteristics of the series, including trend, seasonality, autocorrelation, and external variables.<\/span><\/p>\n<h3><b>Question 118. Which SageMaker capability provides access to a broad collection of pre-trained models and machine learning solutions that can be adapted for different use cases?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> SageMaker Processing<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> SageMaker Ground Truth<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> SageMaker Model Monitor<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> SageMaker JumpStart<\/span><\/p>\n<p><b>Answer: 4) SageMaker JumpStart<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">SageMaker JumpStart provides access to a range of pre-trained models, solution templates, and machine learning resources that can be used as starting points for development. Instead of building every model from the beginning, practitioners can select an appropriate model or solution and adapt it to their specific requirements. This can accelerate experimentation and reduce some of the work involved in model setup. The available models and capabilities vary by use case. Users should still evaluate the selected model using data appropriate to their application and verify that its behavior meets the project&#8217;s functional and operational requirements.<\/span><\/p>\n<h3><b>Question 119. Which Amazon S3 feature can help preserve previous versions of objects when files are overwritten?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> S3 Transfer Acceleration<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> S3 Versioning<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> S3 Inventory<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> S3 Select<\/span><\/p>\n<p><b>Answer: 2) S3 Versioning<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Amazon S3 Versioning maintains multiple versions of an object when it is overwritten or deleted. This can help protect important datasets, configuration files, and model artifacts from accidental changes or deletion. For machine learning workflows, versioning can support reproducibility by allowing teams to identify or retrieve earlier versions of stored artifacts. Versioning should be combined with appropriate lifecycle and access-management practices because storing many historical versions can increase storage usage. It is also important to maintain clear naming and metadata conventions so that teams can identify which dataset or model artifact version was used for a particular training or deployment workflow.<\/span><\/p>\n<h3><b>Question 120. Which security measure protects data from being exposed while it travels between a machine learning client and an AWS service?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Encryption at rest<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Data compression<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Encryption in transit<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Data partitioning<\/span><\/p>\n<p><b>Answer: 3) Encryption in transit<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Encryption in transit protects information while it moves between systems, such as an application and an AWS service. Transport encryption commonly uses secure protocols such as TLS to reduce the risk of unauthorized parties reading network traffic. This protection is different from encryption at rest, which protects stored data on disks or other persistent storage. Machine learning workloads can involve sensitive datasets, model artifacts, credentials, and prediction requests, making protection during transmission an important security consideration. Organizations should also apply appropriate authentication, authorization, and storage encryption controls so that data is protected throughout its lifecycle.<\/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 101. Which deployment approach allows a new model version to replace the existing version while maintaining the ability to quickly return to the previous version? 1) Rolling deployment 2) Shadow deployment 3) Canary testing 4) Blue\/green [&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\/13713"}],"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=13713"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13713\/revisions"}],"predecessor-version":[{"id":13742,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13713\/revisions\/13742"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}