Amazon AWS

AWS Certified Machine Learning Engineer – Associate

MLA-C01

The AWS Certified Machine Learning Engineer – Associate (MLA-C01) exam validates your skills in building, training, and deploying machine learning models on AWS. It is ideal for those looking to specialize in machine learning.

486 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 371–380 of 486

Q371

A company needs to predict customer churn based on historical data. Which AWS service is best suited for this task?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon Athena
  • D Amazon SNS
Explanation Amazon SageMaker provides a comprehensive environment for building, training, and deploying machine learning models, unlike the other services listed.
Q372

You are configuring a machine learning model in Amazon Sagemaker and encounter a hyperparameter tuning job. What happens if the maximum number of training jobs is reached?

  • A Training stops automatically
  • B Jobs continue until manually stopped
  • C Jobs are queued until space available
  • D New jobs overwrite existing ones
Explanation Once the maximum is reached, the training stops automatically; new jobs cannot continue until tuned parameters are adjusted.
Q373

A company needs to improve model predictions by training with additional data. Which AWS service can streamline model training with automatic scaling and distributed computing?

  • A Amazon SageMaker
  • B AWS Glue
  • C Amazon Athena
  • D AWS Lambda
Explanation Amazon SageMaker simplifies model training and scales automatically; AWS Glue is for data preparation, Athena is for querying data, and Lambda is serverless computing not focused on training models.
Q374

What happens when you use Amazon S3 Intelligent-Tiering storage class for infrequently accessed data?

  • A Data is archived immediately
  • B Costs are reduced automatically
  • C Data is deleted immediately
  • D Data is inaccessible until tiered
Explanation Amazon S3 Intelligent-Tiering optimizes costs by moving data based on access patterns; options A, C, and D misrepresent its functionality.
Q375

You are configuring an Amazon SageMaker endpoint. Which parameter helps you manage variations in incoming request traffic to maintain performance?

  • A Instance Type
  • B Endpoint Configuration
  • C Auto Scaling
  • D Model Training
Explanation Auto Scaling allows dynamic adjustment of resources for varying traffic; the other options do not specifically address performance management for request variations.
Q376

A company needs to analyze the sentiment of customer reviews using machine learning. Which AWS service is best suited for this task?

  • A Amazon Comprehend
  • B Amazon Rekognition
  • C Amazon Lex
  • D Amazon Polly
Explanation Amazon Comprehend is designed for natural language processing tasks like sentiment analysis, while others are for different functionalities.
Q377

What happens when you use a very small batch size for training a deep learning model on Amazon SageMaker?

  • A Faster convergence
  • B Too much overfitting
  • C Increased training time
  • D Lower memory consumption
Explanation Using a small batch size can lead to higher variance in parameter updates, resulting in overfitting. The other options are not typically true.
Q378

You are configuring AWS IAM roles for a machine learning application. How can you ensure least privilege access?

  • A Apply broad permissions to all services
  • B Give full access for simplicity
  • C Limit actions to only what is necessary
  • D Use root account for all operations
Explanation Limiting actions to what is necessary ensures least privilege, while the other options compromise security.
Q379

Which service facilitates data labeling for machine learning models?

  • A Amazon SageMaker Ground Truth
  • B AWS Glue
  • C Amazon Athena
  • D AWS Step Functions
Explanation Amazon SageMaker Ground Truth offers data labeling services, while the others pertain to data processing and orchestration.
Q380

A company needs to store large datasets with frequent updates for real-time queries. Which storage solution is the most suitable?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon DynamoDB
  • D Amazon EFS
Explanation Amazon DynamoDB is designed for high-velocity updates and queries, whereas the others do not handle such usage effectively.