Free AWS-CERTIFIED-MACHINE-LEARNING-ENGINEER-ASSOCIATE-MLA-C01 Amazon AWS-CERTIFIED-MACHINE-LEARNING-ENGINEER-ASSOCIATE-MLA-C01 Practice Test Question

Loading demo links...

Showing 4–6 of 24 questions

Question 4 (Topic 1)

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?

Select an option, then click Submit answer.

  • Create a SageMaker real-time inference endpoint. Configure auto scaling. Configure the endpoint to present the existing model.
  • Deploy the model on an Amazon Elastic Container Service (Amazon ECS) cluster. Use ECS scheduled scaling that is based on the CPU of the ECS cluster.
  • Install SageMaker Operator on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. Deploy the model in Amazon EKS. Set horizontal pod auto scaling to scale replicas based on the memory metric.
  • Use Spot Instances with a Spot Fleet behind an Application Load Balancer (ALB) for inferences. Use the ALBRequestCountPerTarget metric as the metric for auto scaling.
Question 5 (Topic 1)

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?

Select an option, then click Submit answer.

  • AWS::SageMaker::Model
  • AWS::SageMaker::Endpoint
  • AWS::SageMaker::NotebookInstance
  • AWS::SageMaker::Pipeline
Question 6 (Topic 1)

An advertising company uses AWS Lake Formation to manage a data lake. The data lake contains structured data and unstructured data. The company's ML engineers are assigned to specific advertisement campaigns. The ML engineers must interact with the data through Amazon Athena and by browsing the data directly in an Amazon S3 bucket. The ML engineers must have access to only the resources that are specific to their assigned advertisement campaigns. Which solution will meet these requirements in the MOST operationally efficient way?

Select an option, then click Submit answer.

  • Configure IAM policies on an AWS Glue Data Catalog to restrict access to Athena based on the ML engineers' campaigns.
  • Store users and campaign information in an Amazon DynamoDB table. Configure DynamoDB Streams to invoke an AWS Lambda function to update S3 bucket policies.
  • Use Lake Formation to authorize AWS Glue to access the S3 bucket. Configure Lake Formation tags to map ML engineers to their campaigns.
  • Configure S3 bucket policies to restrict access to the S3 bucket based on the ML engineers' campaigns.