DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Free AWS MLA-C01 Practice Questions & Answers 2026 Part1

Are you preparing for the AWS MLA-C01 certification exam? SPOTO offers the AWS MLA-C01 Premium File; all questions are aligned with the latest exam content and come with expert-provided answers. Our question banks cover the latest question types, core concepts, and detailed explanations, helping you familiarize yourself with the exam format and difficulty level. Whether you are reviewing core concepts or simulating a real exam environment, these resources will rapidly boost your confidence and readiness.
For over two decades, SPOTO has successfully helped numerous IT professionals secure their ideal positions at Fortune 500 companies. Download now to start practicing efficiently and ensure a high score on the actual exam. Don't miss this opportunity to pass your certification exam with ease!
Take other online exams

Question #1
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #2
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #3
A company has used Amazon SageMaker to deploy a predictive ML model in production. The company is using SageMaker Model Monitor on the model. After a model update, an ML engineer notices data quality issues in the Model Monitor checks. What should the ML engineer do to mitigate the data quality issues that Model Monitor has identified? When Model Monitor identifies data quality issues, it might be due to a shift in the data distribution compared to the original baseline. By creating a new baseline using the most recent production data and updating Model Monitor to evaluate against this baseline, the ML engineer ensures that the monitoring is aligned with the current data patterns. This approach mitigates false positives and reflects the updated data characteristics without immediately retraining the model.
A. Adjust the model's parameters and hyperparameters
B. Initiate a manual Model Monitor job that uses the most recent production data
C. Create a new baseline from the latest dataset
D. Include additional data in the existing training set for the model
View answer
Correct Answer: C
Question #4
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #5
A company is gathering audio, video, and text data in various languages. The company needs to use a large language model (LLM) to summarize the gathered data that is in Spanish.Which solution will meet these requirements in the LEAST amount of time?
A. rain and deploy a model in Amazon SageMaker to convert the data into English text
B. se Amazon Transcribe and Amazon Translate to convert the data into English text
C. se Amazon Rekognition and Amazon Translate to convert the data into English text
D. se Amazon Comprehend and Amazon Translate to convert the data into English text
View answer
Correct Answer: B
Question #6
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #7
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #8
An ML engineer needs to use data with Amazon SageMaker Canvas to train an ML model. The data is stored in Amazon S3 and is complex in structure. The ML engineer must use a file format that minimizes processing time for the data.Which file format will meet these requirements?
A. SV files compressed with Snappy
B. SON objects in JSONL format
C. SON files compressed with gzip
D. pache Parquet files
View answer
Correct Answer: D
Question #9
A company is using ML to predict the presence of a specific weed in a farmer's field. The company is using the Amazon SageMaker linear learner built-in algorithm with a value of multiclass_dassifier for the predictorjype hyperparameter.What should the company do to MINIMIZE false positives?
A. et the value of the weight decay hyperparameter to zero
B. ncrease the number of training epochs
C. ncrease the value of the target_precision hyperparameter
D. hange the value of the predictorjype hyperparameter to regressor
View answer
Correct Answer: C
Question #10
Which methods can reduce the training time of a deep learning model?​(Choose two)
A. Reducing the number of epochs
B. Increasing the batch size
C. Implementing distributed training
D. Using dropout during training
View answer
Correct Answer: bc
Question #11
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #12
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #13
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #14
A company wants to predict the success of advertising campaigns by considering the color scheme of each advertisement. An ML engineer is preparing data for a neural network model. The dataset includes color information as categorical data.Which technique for feature engineering should the ML engineer use for the model?
A. Apply label encoding to the color categories
B. Implement padding to ensure that all color feature vectors have the same length
C. Perform dimensionality reduction on the color categories
D. One-hot encode the color categories to transform the color scheme feature into a binary matrix
View answer
Correct Answer: D
Question #15
A company is using ML to predict the presence of a specific weed in a farmer's field. The company is using the Amazon SageMaker linear learner built-in algorithm with a value of multiclass_classifier for the predictor_type hyperparameter.What should the company do to MINIMIZE false positives?
A. Set the value of the weight decay hyperparameter to zero
B. Increase the number of training epochs
C. Increase the value of the target_precision hyperparameter
D. Change the value of the predictor_type hyperparameter to regressor
View answer
Correct Answer: C
Question #16
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #17
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #18
A company intends to deploy a machine learning model for production inference on an Amazon SageMaker endpoint. The inference payload size will range from 100 MB to 300 MB, and each inference request must be processed within 60 minutes or less.
A. Serverless inference
B. Asynchronous inference
C. Real-time inference
D. Batch transform
View answer
Correct Answer: B
Question #19
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #20
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #21
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #22
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #23
A company is using ML to predict the presence of a specific weed in a farmer's field. The company is using the Amazon SageMaker linear learner built-in algorithm with a value of multiclass_classifier for the predictor_type hyperparameter.What should the company do to MINIMIZE false positives?
A. Set the value of the weight decay hyperparameter to zero
B. Increase the number of training epochs
C. Increase the value of the target_precision hyperparameter
D. Change the value of the predictor_type hyperparameter to regressor
View answer
Correct Answer: C
Question #24
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #25
Case StudyA company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring.The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3.The company needs to run an on-demand workflow to monitor bias drift for models that are deployed to real- time endpoints from the application.Which action will meet this requirement?
A. Configure the application to invoke an AWS Lambda function that runs a SageMaker Clarify job
B. Invoke an AWS Lambda function to pull the sagemaker-model-monitor-analyzer built-in SageMaker image
C. Use AWS Glue Data Quality to monitor bias
D. Use SageMaker notebooks to compare the bias
View answer
Correct Answer: A
Question #26
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #27
An ML engineer needs to use AWS CloudFormation to create an ML model that an Amazon SageMaker endpoint will host.Which resource should the ML engineer declare in the CloudFormation template to meet this requirement?
A. WS::SageMaker::Model
B. WS::SageMaker::Endpoint
C. WS::SageMaker::NotebookInstance
D. WS::SageMaker::Pipeline
View answer
Correct Answer: A
Question #28
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #29
An ML engineer needs to create data ingestion pipelines and ML model deployment pipelines on AWS. All the raw data is stored in Amazon S3 buckets.Which solution will meet these requirements?
A. Use Amazon Data Firehose to create the data ingestion pipelines
B. Use AWS Glue to create the data ingestion pipelines
C. Use Amazon Redshift ML to create the data ingestion pipelines
D. Use Amazon Athena to create the data ingestion pipelines
View answer
Correct Answer: B
Question #30
A company is gathering audio, video, and text data in various languages. The company needs to use a large language model (LLM) to summarize the gathered data that is in Spanish.Which solution will meet these requirements in the LEAST amount of time?
A. Train and deploy a model in Amazon SageMaker to convert the data into English text
B. Use Amazon Transcribe and Amazon Translate to convert the data into English text
C. Use Amazon Rekognition and Amazon Translate to convert the data into English text
D. Use Amazon Comprehend and Amazon Translate to convert the data into English text
View answer
Correct Answer: B
Question #31
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #32
Case studyAn ML engineer is developing a fraud detection model on AWS. The training dataset includes transaction logs, customer profiles, and tables from an on-premises MySQL database. The transaction logs and customer profiles are stored in Amazon S3.The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally, many of the features have interdependencies. The algorithm is not capturing all the desired underlying patterns in the data.Which AWS service or feature can aggregate the data from the various data sources?
A. Amazon EMR Spark jobs
B. Amazon Kinesis Data Streams
C. Amazon DynamoDB
D. AWS Lake Formation
View answer
Correct Answer: D
Question #33
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #34
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #35
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #36
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. se Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. se Amazon SageMaker Ground Truth for data labeling
C. eploy models by using AWS Lambda functions
D. se AWS Trainium instances for training
E. se PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #37
A company has trained and deployed an ML model by using Amazon SageMaker. The company needs to implement a solution to record and monitor all the API call events for the SageMaker endpoint. The solution also must provide a notification when the number of API call events breaches a threshold.Use SageMaker Debugger to track the inferences and to report metrics. Create a custom rule to provide a notification when the threshold is breached.Which solution will meet these requirements?
A. Use SageMaker Debugger to track the inferences and to report metrics
B. Use SageMaker Debugger to track the inferences and to report metrics
C. Log all the endpoint invocation API events by using AWS CloudTrail
D. Add the Invocations metric to an Amazon CloudWatch dashboard for monitoring
View answer
Correct Answer: D
Question #38
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #39
An ML engineer trained an ML model on Amazon SageMaker to detect automobile accidents from dosed-circuit TV footage. The ML engineer used SageMaker Data Wrangler to create a training dataset of images of accidents and non-
A. Collect more images from all the cameras
B. Recreate the training dataset by using the Data Wrangler corrupt image transform
C. Recreate the training dataset by using the Data Wrangler enhance image contrast transform
D. Recreate the training dataset by using the Data Wrangler resize image transform
View answer
Correct Answer: B
Question #40
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #41
A company is using ML to predict the presence of a specific weed in a farmer's field. The company is using the Amazon SageMaker linear learner built-in algorithm with a value of multiclass_classifier for the predictor_type hyperparameter.What should the company do to MINIMIZE false positives?
A. Set the value of the weight decay hyperparameter to zero
B. Increase the number of training epochs
C. Increase the value of the target_precision hyperparameter
D. Change the value of the predictor_type hyperparameter to regressor
View answer
Correct Answer: C
Question #42
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. un the primary node, core nodes, and task nodes on On-Demand Instances
B. un the primary node, core nodes, and task nodes on Spot Instances
C. un the primary node on an On-Demand Instance
D. un the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #43
A company wants to predict the success of advertising campaigns by considering the color scheme of each advertisement. An ML engineer is preparing data for a neural network model. The dataset includes color information as categorical data.Which technique for feature engineering should the ML engineer use for the model?
A. Apply label encoding to the color categories
B. Implement padding to ensure that all color feature vectors have the same length
C. Perform dimensionality reduction on the color categories
D. One-hot encode the color categories to transform the color scheme feature into a binary matrix
View answer
Correct Answer: D
Question #44
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #45
An ML engineer is training an ML model to identify medical patients for disease screening. The tabular dataset for training contains 50,000 patient records: 1,000 with the disease and 49,000 without the disease. The ML engineer splits the dataset into a training dataset, a validation dataset, and a test dataset. What should the ML engineer do to transform the data and make the data suitable for training? This dataset shows severe class imbalance, with only 2% of records representing patients with the disease. AWS ML best practices recommend correcting imbalance only in the training dataset, while keeping validation and test sets representative of real-world distributions. Synthetic Minority Oversampling Technique (SMOTE) generates synthetic samples of the minority class by interpolating between existing minority examples. This improves the model's ability to learn disease-related patterns without discarding data. PCA is a dimensionality reduction method, not an oversampling technique. Oversampling the majority class worsens imbalance. Altering the test dataset would invalidate evaluation results. Therefore, applying SMOTE to the training dataset is the correct approach.
A. Apply principal component analysis (PCA) to oversample the minority class in the training dataset
B. Apply Synthetic Minority Oversampling Technique (SMOTE) to generate new synthetic samples of the minority class in the training dataset
C. Randomly oversample the majority class in the validation dataset
D. Apply k-means clustering to undersample the minority class in the test dataset
View answer
Correct Answer: B
Question #46
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #47
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #48
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #49
A company that has hundreds of data scientists is using Amazon SageMaker to create ML models. The models are in model groups in the SageMaker Model Registry.The data scientists are grouped into three categories: computer vision, natural language processing (NLP), and speech recognition. An ML engineer needs to implement a solution to organize the existing models into these groups to improve model discoverability at scale. The solution must not affect the integrity of the model artifacts and their existing groupings.Which solution will meet these requirements?
A. Create a custom tag for each of the three categories
B. Create a model group for each category
C. Use SageMaker ML Lineage Tracking to automatically identify and tag which model groups should contain the models
D. Create a Model Registry collection for each of the three categories
View answer
Correct Answer: D
Question #50
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #51
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #52
A company has deployed an XGBoost prediction model in production to predict if a customer is likely to cancel a subscription. The company uses Amazon SageMaker Model Monitor to detect deviations in the F1 score.During a baseline analysis of model quality, the company recorded a threshold for the F1 score. After several months of no change, the model's F1 score decreases significantly.What could be the reason for the reduced F1 score?
A. Concept drift occurred in the underlying customer data that was used for predictions
B. The model was not sufficiently complex to capture all the patterns in the original baseline data
C. The original baseline data had a data quality issue of missing values
D. Incorrect ground truth labels were provided to Model Monitor during the calculation of the baseline
View answer
Correct Answer: A
Question #53
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #54
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #55
Case StudyA company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring.The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3.The company must implement a manual approval-based workflow to ensure that only approved models can be deployed to production endpoints.Which solution will meet this requirement?
A. Use SageMaker Experiments to facilitate the approval process during model registration
B. Use SageMaker ML Lineage Tracking on the central model registry
C. Use SageMaker Model Monitor to evaluate the performance of the model and to manage the approval
D. Use SageMaker Pipelines
View answer
Correct Answer: D
Question #56
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #57
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #58
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #59
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #60
Which feature engineering technique involves transforming skewed numerical data to approximate a normal distribution?
A. Log transformation
B. One-hot encoding
C. Standardization
D. Feature binning
View answer
Correct Answer: a
Question #61
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #62
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #63
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #64
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. se zero buffering in the Firehose stream
B. eplace the Firehose stream with an AWS DataSync task
C. ncrease the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. eplace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #65
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #66
Case studyAn ML engineer is developing a fraud detection model on AWS. The training dataset includes transaction logs, customer profiles, and tables from an on-premises MySQL database. The transaction logs and customer profiles are stored in Amazon S3.The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally, many of the features have interdependencies. The algorithm is not capturing all the desired underlying patterns in the data.The ML engineer needs to use an Amazon SageMaker built-in algorithm to train the model.Which algorithm should the ML engineer use to meet this requirement?
A. LightGBM
B. Linear learner
C. K-means clustering
D. Neural Topic Model (NTM)
View answer
Correct Answer: A
Question #67
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #68
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A
Question #69
A company wants to improve its customer retention ML model. The current model has 85% accuracy and a new model shows 87% accuracy in testing. The company wants to validate the new model's performance in production. Which solution will meet these requirements? AWS ML best practices recommend A/B testing to validate model improvements in production while minimizing risk. By routing a controlled portion of live traffic (for example, 20%) to the new model and keeping the majority of traffic on the existing model, the company can directly compare real-world performance using the same data distribution. This approach allows statistically meaningful comparison of business metrics such as customer retention, rather than relying solely on offline accuracy. It also limits potential negative impact if the new model underperforms in production. Deploying the new model to 100% of traffic (Option A) introduces unnecessary risk. Offline analysis (Option C) does not reflect live user behavior. Alternating deployments (Option D) introduces confounding factors such as time-based effects. Therefore, A/B testing is the correct solution.
A. Deploy the new model for 4 weeks across all production traffic
B. Run A/B testing on both models for 4 weeks
C. Run both models in parallel for 4 weeks
D. Implement alternating deployments for 4 weeks between the current model and the new model
View answer
Correct Answer: B
Question #70
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #71
Which of the following is a built-in algorithm in Amazon SageMaker suitable for clustering problems?
A. K-Means
B. XGBoost
C. DeepAR
D. Linear Learner
View answer
Correct Answer: a
Question #72
Case StudyA company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring.The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3.The company is experimenting with consecutive training jobs.How can the company MINIMIZE infrastructure startup times for these jobs?
A. Use Managed Spot Training
B. Use SageMaker managed warm pools
C. Use SageMaker Training Compiler
D. Use the SageMaker distributed data parallelism (SMDDP) library
View answer
Correct Answer: B
Question #73
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #74
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #75
A company uses Amazon SageMaker for its ML workloads. The company's ML engineer receives a 50 MB Apache Parquet data file to build a fraud detection model. The file includes several correlated columns that are not required.What should the ML engineer do to drop the unnecessary columns in the file with the LEAST effort?
A. Download the file to a local workstation
B. Create an Apache Spark job that uses a custom processing script on Amazon EMR
C. Create a SageMaker processing job by calling the SageMaker Python SDK
D. Create a data flow in SageMaker Data Wrangler
View answer
Correct Answer: D
Question #76
A company has a team of data scientists who use Amazon SageMaker AI notebook instances to test ML models. When the data scientists need new permissions, the company attaches the permissions to each individual role that was created during the creation of the SageMaker AI notebook instance.The company needs to centralize management of the team's permissions.Which solution will meet this requirement?
A. Create a single IAM role that has the necessary permissions
B. Create a single IAM group
C. Create a single IAM user
D. Create a single IAM group
View answer
Correct Answer: A
Question #77
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #78
A company runs an Amazon SageMaker domain in a public subnet of a newly created VPC. The network is configured properly, and ML engineers can access the SageMaker domain.Recently, the company discovered suspicious traffic to the domain from a specific IP address. The company needs to block traffic from the specific IP address.Which update to the network configuration will meet this requirement?
A. Create a security group inbound rule to deny traffic from the specific IP address
B. Create a network ACL inbound rule to deny traffic from the specific IP address
C. Create a shadow variant for the domain
D. Create a VPC route table to deny inbound traffic from the specific IP address
View answer
Correct Answer: B
Question #79
A company uses Amazon Athena to query a dataset in Amazon S3. The dataset has a target variable that the company wants to predict.The company needs to use the dataset in a solution to determine if a model can predict the target variable.Which solution will provide this information with the LEAST development effort?
A. Create a new model by using Amazon SageMaker Autopilot
B. Implement custom scripts to perform data pre-processing, multiple linear regression, and performance evaluation
C. Configure Amazon Macie to analyze the dataset and to create a model
D. Select a model from Amazon Bedrock
View answer
Correct Answer: A
Question #80
An ML engineer needs to use an Amazon EMR cluster to process large volumes of data in batches. Any data loss is unacceptable.Which instance purchasing option will meet these requirements MOST cost-effectively?
A. Run the primary node, core nodes, and task nodes on On-Demand Instances
B. Run the primary node, core nodes, and task nodes on Spot Instances
C. Run the primary node on an On-Demand Instance
D. Run the primary node and core nodes on On-Demand Instances
View answer
Correct Answer: D
Question #81
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #82
A company has a Retrieval Augmented Generation (RAG) application that uses a vector database to store embeddings of documents. The company must migrate the application to AWS and must implement a solution that provides semantic search of text files. The company has already migrated the text repository to an Amazon S3 bucket.Which solution will meet these requirements?
A. se an AWS Batch job to process the files and generate embeddings
B. se a custom Amazon SageMaker AI notebook to run a custom script to generate embeddings
C. se the Amazon Kendra S3 connector to ingest the documents from the S3 bucket into Amazon Kendra
D. se an Amazon Textract asynchronous job to ingest the documents from the S3 bucket
View answer
Correct Answer: C
Question #83
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #84
A travel company wants to create an ML model to recommend the next airport destination for its users. The company has collected millions of data records about user location, recent search history on the company's website, and 2,000 available airports. The data has several categorical features with a target column that is expected to have a high-dimensional sparse matrix.The company needs to use Amazon SageMaker AI built-in algorithms for the model. An ML engineer converts the categorical features by using one-hot encoding.Which algorithm should the ML engineer implement to meet these requirements?
A. Use the CatBoost algorithm to recommend the next airport destination
B. Use the DeepAR forecasting algorithm to recommend the next airport destination
C. Use the Factorization Machines algorithm to recommend the next airport destination
D. Use the k-means algorithm to cluster users into groups and map each group to the next airport destination
View answer
Correct Answer: C
Question #85
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #86
A company is using ML to predict the presence of a specific weed in a farmer's field. The company is using the Amazon SageMaker linear learner built-in algorithm with a value of multiclass_classifier for the predictor_type hyperparameter.What should the company do to MINIMIZE false positives?
A. Set the value of the weight decay hyperparameter to zero
B. Increase the number of training epochs
C. Increase the value of the target_precision hyperparameter
D. Change the value of the predictor_type hyperparameter to regressor
View answer
Correct Answer: C
Question #87
A company has a large collection of chat recordings from customer interactions after a product release. An ML engineer needs to create an ML model to analyze the chat data. The ML engineer needs to determine the success of the product by reviewing customer sentiments about the product.Which action should the ML engineer take to complete the evaluation in the LEAST amount of time?
A. Use Amazon Rekognition to analyze sentiments of the chat conversations
B. Train a Naive Bayes classifier to analyze sentiments of the chat conversations
C. Use Amazon Comprehend to analyze sentiments of the chat conversations
D. Use random forests to classify sentiments of the chat conversations
View answer
Correct Answer: C
Question #88
An ML engineer needs to use an ML model to predict the price of apartments in a specific location.Which metric should the ML engineer use to evaluate the model's performance?
A. Accuracy
B. Area Under the ROC Curve (AUC)
C. F1 score
D. Mean absolute error (MAE)
View answer
Correct Answer: D
Question #89
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #90
A company needs to run a batch data-processing job on Amazon EC2 instances. The job will run during the weekend and will take 90 minutes to finish running. The processing can handle interruptions. The company will run the job every weekend for the next 6 months.Which EC2 instance purchasing option will meet these requirements MOST cost-effectively?
A. Spot Instances
B. Reserved Instances
C. On-Demand Instances
D. Dedicated Instances
View answer
Correct Answer: A
Question #91
What is the best storage solution for temporary storage of large intermediate datasets generated during a machine learning process?
A. Amazon S3
B. Amazon EBS
C. Amazon Glacier
D. Amazon DynamoDB
View answer
Correct Answer: b
Question #92
A company has a conversational AI assistant that sends requests through Amazon Bedrock to an Anthropic Claude large language model (LLM). Users report that when they ask similar questions multiple times, they sometimes receive different answers. An ML engineer needs to improve the responses to be more consistent and less random.Which solution will meet these requirements?
A. Increase the temperature parameter and the top_k parameter
B. Increase the temperature parameter
C. Decrease the temperature parameter
D. Decrease the temperature parameter and the top_k parameter
View answer
Correct Answer: D
Question #93
A company has implemented a data ingestion pipeline for sales transactions from its ecommerce website. The company uses Amazon Data Firehose to ingest data into Amazon OpenSearch Service. The buffer interval of the Firehose stream is set for 60 seconds. An OpenSearch linear model generates real-time sales forecasts based on the data and presents the data in an OpenSearch dashboard.The company needs to optimize the data ingestion pipeline to support sub-second latency for the real-time dashboard.Which change to the architecture will meet these requirements?
A. Use zero buffering in the Firehose stream
B. Replace the Firehose stream with an AWS DataSync task
C. Increase the buffer interval of the Firehose stream from 60 seconds to 120 seconds
D. Replace the Firehose stream with an Amazon Simple Queue Service (Amazon SQS) queue
View answer
Correct Answer: A
Question #94
Case studyAn ML engineer is developing a fraud detection model on AWS. The training dataset includes transaction logs, customer profiles, and tables from an on-premises MySQL database. The transaction logs and customer profiles are stored in Amazon S3.The dataset has a class imbalance that affects the learning of the model's algorithm. Additionally, many of the features have interdependencies. The algorithm is not capturing all the desired underlying patterns in the data.After the data is aggregated, the ML engineer must implement a solution to automatically detect anomalies in the data and to visualize the result.Which solution will meet these requirements?
A. Use Amazon Athena to automatically detect the anomalies and to visualize the result
B. Use Amazon Redshift Spectrum to automatically detect the anomalies
C. Use Amazon SageMaker Data Wrangler to automatically detect the anomalies and to visualize the result
D. Use AWS Batch to automatically detect the anomalies
View answer
Correct Answer: C
Question #95
A company is planning to create several ML prediction models. The training data is stored in Amazon S3. The entire dataset is more than 5 TB in size and consists of CSV, JSON, Apache Parquet, and simple text files.The data must be processed in several consecutive steps. The steps include complex manipulations that can take hours to finish running. Some of the processing involves natural language processing (NLP) transformations. The entire process must be automated.Which solution will meet these requirements?
A. Process data at each step by using Amazon SageMaker Data Wrangler
B. Use Amazon SageMaker notebooks for each data processing step
C. Process data at each step by using AWS Lambda functions
D. Use Amazon SageMaker Pipelines to create a pipeline of data processing steps
View answer
Correct Answer: D
Question #96
Case Study -A company is building a web-based AI application by using Amazon SageMaker. The application will provide the following capabilities and features: ML experimentation, training, a central model registry, model deployment, and model monitoring.The application must ensure secure and isolated use of training data during the ML lifecycle. The training data is stored in Amazon S3.The company needs to run an on-demand workflow to monitor bias drift for models that are deployed to real-time endpoints from the application.Which action will meet this requirement?
A. onfigure the application to invoke an AWS Lambda function that runs a SageMaker Clarify job
B. nvoke an AWS Lambda function to pull the sagemaker-model-monitor-analyzer built-in SageMaker image
C. se AWS Glue Data Quality to monitor bias
D. se SageMaker notebooks to compare the bias
View answer
Correct Answer: A
Question #97
A company uses a batching solution to process data analytics each day. The company wants to build an analytics platform to provide near real-time updates. The company wants to use open source technology and does not want to manage or scale the infrastructure.Which solution will meet these requirements?
A. reate data streams in Amazon Kinesis Data Streams
B. reate Amazon Managed Streaming for Apache Kafka (Amazon MSK) Provisioned clusters
C. reate self-hosted Apache Flink applications on Amazon EC2
D. reate Amazon Managed Streaming for Apache Kafka (Amazon MSK) Serverless clusters to process the data
View answer
Correct Answer: D
Question #98
A company wants to improve the sustainability of its ML operations.Which actions will reduce the energy usage and computational resources that are associated with the company's training jobs? (Choose two.)
A. Use Amazon SageMaker Debugger to stop training jobs when non-converging conditions are detected
B. Use Amazon SageMaker Ground Truth for data labeling
C. Deploy models by using AWS Lambda functions
D. Use AWS Trainium instances for training
E. Use PyTorch or TensorFlow with the distributed training option
View answer
Correct Answer: AD
Question #99
A company has trained an ML model in Amazon SageMaker. The company needs to host the model to provide inferences in a production environment.The model must be highly available and must respond with minimum latency. The size of each request will be between 1 KB and 3 MB. The model will receive unpredictable bursts of requests during the day. The inferences must adapt proportionally to the changes in demand.How should the company deploy the model into production to meet these requirements?
A. Create a SageMaker real-time inference endpoint
B. Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster
C. Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster
D. Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences
View answer
Correct Answer: A

View The Updated AWS Exam Questions

SPOTO Provides 100% Real AWS Exam Questions for You to Pass Your AWS Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number:
Contact Us