Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

MLA-C01 AWS Certified Machine Learning Engineer - Associate is now Stable and With Pass Result | Test Your Knowledge for Free

MLA-C01 Practice Questions

AWS Certified Machine Learning Engineer - Associate

Last Update 3 hours ago
Total Questions : 149

Dive into our fully updated and stable MLA-C01 practice test platform, featuring all the latest AWS Certified Associate exam questions added this week. Our preparation tool is more than just a Amazon Web Services study aid; it's a strategic advantage.

Our free AWS Certified Associate practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about MLA-C01. Use this test to pinpoint which areas you need to focus your study on.

MLA-C01 PDF

MLA-C01 PDF (Printable)
$43.75
$124.99

MLA-C01 Testing Engine

MLA-C01 PDF (Printable)
$50.75
$144.99

MLA-C01 PDF + Testing Engine

MLA-C01 PDF (Printable)
$63.7
$181.99
Question # 1

An ML engineer is tuning an image classification model that performs poorly on one of two classes. The poorly performing class represents an extremely small fraction of the training dataset.

Which solution will improve the model’s performance?

Options:

A.  

Optimize for accuracy. Use image augmentation on the less common images.

B.  

Optimize for F1 score. Use image augmentation on the less common images.

C.  

Optimize for accuracy. Use SMOTE to generate synthetic images.

D.  

Optimize for F1 score. Use SMOTE to generate synthetic images.

Discussion 0
Question # 2

Case study

An 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.

Before the ML engineer trains the model, the ML engineer must resolve the issue of the imbalanced data.

Which solution will meet this requirement with the LEAST operational effort?

Options:

A.  

Use Amazon Athena to identify patterns that contribute to the imbalance. Adjust the dataset accordingly.

B.  

Use Amazon SageMaker Studio Classic built-in algorithms to process the imbalanced dataset.

C.  

Use AWS Glue DataBrew built-in features to oversample the minority class.

D.  

Use the Amazon SageMaker Data Wrangler balance data operation to oversample the minority class.

Discussion 0
Question # 3

An ML engineer is training a simple neural network model. The ML engineer tracks the performance of the model over time on a validation dataset. The model's performance improves substantially at first and then degrades after a specific number of epochs.

Which solutions will mitigate this problem? (Choose two.)

Options:

A.  

Enable early stopping on the model.

B.  

Increase dropout in the layers.

C.  

Increase the number of layers.

D.  

Increase the number of neurons.

E.  

Investigate and reduce the sources of model bias.

Discussion 0
Question # 4

An ML engineer needs to implement a solution to host a trained ML model. The rate of requests to the model will be inconsistent throughout the day.

The ML engineer needs a scalable solution that minimizes costs when the model is not in use. The solution also must maintain the model's capacity to respond to requests during times of peak usage.

Which solution will meet these requirements?

Options:

A.  

Create AWS Lambda functions that have fixed concurrency to host the model. Configure the Lambda functions to automatically scale based on the number of requests to the model.

B.  

Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster that uses AWS Fargate. Set a static number of tasks to handle requests during times of peak usage.

C.  

Deploy the model to an Amazon SageMaker endpoint. Deploy multiple copies of the model to the endpoint. Create an Application Load Balancer to route traffic between the different copies of the model at the endpoint.

D.  

Deploy the model to an Amazon SageMaker endpoint. Create SageMaker endpoint auto scaling policies that are based on Amazon CloudWatch metrics to adjust the number of instances dynamically.

Discussion 0
Question # 5

A company has significantly increased the amount of data stored as .csv files in an Amazon S3 bucket. Data transformation scripts and queries are now taking much longer than before.

An ML engineer must implement a solution to optimize the data for query performance with the LEAST operational overhead.

Which solution will meet this requirement?

Options:

A.  

Configure an AWS Lambda function to split the .csv files into smaller objects.

B.  

Configure an AWS Glue job to drop string-type columns and save the results to S3.

C.  

Configure an AWS Glue ETL job to convert the .csv files to Apache Parquet format.

D.  

Configure an Amazon EMR cluster to process the data in S3.

Discussion 0
Question # 6

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?

Options:

A.  

Apply label encoding to the color categories. Automatically assign each color a unique integer.

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.

Discussion 0
Question # 7

A company is using an AWS Lambda function to monitor the metrics from an ML model. An ML engineer needs to implement a solution to send an email message when the metrics breach a threshold.

Which solution will meet this requirement?

Options:

A.  

Log the metrics from the Lambda function to AWS CloudTrail. Configure a CloudTrail trail to send the email message.

B.  

Log the metrics from the Lambda function to Amazon CloudFront. Configure an Amazon CloudWatch alarm to send the email message.

C.  

Log the metrics from the Lambda function to Amazon CloudWatch. Configure a CloudWatch alarm to send the email message.

D.  

Log the metrics from the Lambda function to Amazon CloudWatch. Configure an Amazon CloudFront rule to send the email message.

Discussion 0
Question # 8

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?

Options:

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.

Discussion 0
Question # 9

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?

Options:

A.  

Spot Instances

B.  

Reserved Instances

C.  

On-Demand Instances

D.  

Dedicated Instances

Discussion 0
Question # 10

A company regularly receives new training data from the vendor of an ML model. The vendor delivers cleaned and prepared data to the company's Amazon S3 bucket every 3-4 days.

The company has an Amazon SageMaker pipeline to retrain the model. An ML engineer needs to implement a solution to run the pipeline when new data is uploaded to the S3 bucket.

Which solution will meet these requirements with the LEAST operational effort?

Options:

A.  

Create an S3 Lifecycle rule to transfer the data to the SageMaker training instance and to initiate training.

B.  

Create an AWS Lambda function that scans the S3 bucket. Program the Lambda function to initiate the pipeline when new data is uploaded.

C.  

Create an Amazon EventBridge rule that has an event pattern that matches the S3 upload. Configure the pipeline as the target of the rule.

D.  

Use Amazon Managed Workflows for Apache Airflow (Amazon MWAA) to orchestrate the pipeline when new data is uploaded.

Discussion 0
Get MLA-C01 dumps and pass your exam in 24 hours!

Free Exams Sample Questions