3.0 Deployment and Orchestration of ML Workflows MLA-C01 Practice Quiz

110 exam-style questions covering 22% of the MLA-C01 exam. Instant feedback on every answer, progress tracking, no signup required.

This domain is part of the AWS Certified Machine Learning Engineer Associate practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.

Sample Questions

Which description best matches SageMaker real-time endpoint in AWS MLA-C01 Domain 3.0 Deployment and Orchestration of ML Workflows?
  • A. SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users.
  • B. SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required.
  • C. SageMaker asynchronous endpoint involves hosting inference requests that can be queued and processed later when payloads are large or processing takes longer.
  • D. SageMaker serverless endpoint involves deploying inference without managing instances when traffic is intermittent or unpredictable.

SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users. This is the correct answer.

Which description best matches SageMaker batch transform in AWS MLA-C01 Domain 3.0 Deployment and Orchestration of ML Workflows?
  • A. Provided container involves using a managed or prebuilt container image that already includes supported inference or training dependencies.
  • B. SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required.
  • C. Custom container involves building a container image when the workload needs custom libraries, frameworks, inference code, or runtime behavior.
  • D. Deployment rollback strategy involves returning a deployment to a previous known-good model or infrastructure version after a failed or risky release.

SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required. This is the correct answer.

An ML engineer must select deployment infrastructure involving SageMaker real-time endpoint. Which answer best describes the choice?
  • A. On-demand resources is the best fit when an ML deployment or orchestration workflow requires this behavior: On-demand resources involves provisioning resources when needed without an upfront long-term capacity commitment.
  • B. SageMaker real-time endpoint is the best fit when an ML deployment or orchestration workflow requires this behavior: SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users.
  • C. Provisioned resources is the best fit when an ML deployment or orchestration workflow requires this behavior: Provisioned resources involves allocating capacity ahead of demand to meet predictable performance or availability requirements.
  • D. SageMaker endpoint auto scaling is the best fit when an ML deployment or orchestration workflow requires this behavior: SageMaker endpoint auto scaling involves automatically adjusting endpoint capacity based on metrics such as invocations, latency, or utilization.

SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users. This matches the ML deployment and orchestration scenario without confusing endpoints, compute, containers, scaling, infrastructure as code, networking, orchestration, or CI/CD services. This is the correct answer.

An ML engineer must select deployment infrastructure involving SageMaker batch transform. Which answer best describes the choice?
  • A. AWS CloudFormation for ML infrastructure is the best fit when an ML deployment or orchestration workflow requires this behavior: AWS CloudFormation for ML infrastructure involves using declarative templates to provision and update ML infrastructure consistently.
  • B. AWS CDK for ML infrastructure is the best fit when an ML deployment or orchestration workflow requires this behavior: AWS CDK for ML infrastructure involves defining ML infrastructure with programming languages that synthesize infrastructure templates.
  • C. SageMaker batch transform is the best fit when an ML deployment or orchestration workflow requires this behavior: SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required.
  • D. Amazon ECR for ML containers is the best fit when an ML deployment or orchestration workflow requires this behavior: Amazon ECR for ML containers involves storing, versioning, and retrieving container images used for ML training or inference.

SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required. This matches the ML deployment and orchestration scenario without confusing endpoints, compute, containers, scaling, infrastructure as code, networking, orchestration, or CI/CD services. This is the correct answer.

An ML engineer must select deployment infrastructure involving SageMaker asynchronous endpoint. Which answer best describes the choice?
  • A. AWS CodePipeline is the best fit when an ML deployment or orchestration workflow requires this behavior: AWS CodePipeline involves automating release pipelines that connect source, build, test, approval, and deployment stages.
  • B. AWS CodeBuild is the best fit when an ML deployment or orchestration workflow requires this behavior: AWS CodeBuild involves building and testing code or artifacts in a managed build environment for ML workflows.
  • C. SageMaker real-time endpoint is the best fit when an ML deployment or orchestration workflow requires this behavior: SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users.
  • D. SageMaker asynchronous endpoint is the best fit when an ML deployment or orchestration workflow requires this behavior: SageMaker asynchronous endpoint involves hosting inference requests that can be queued and processed later when payloads are large or processing takes longer.

SageMaker asynchronous endpoint involves hosting inference requests that can be queued and processed later when payloads are large or processing takes longer. This matches the ML deployment and orchestration scenario without confusing endpoints, compute, containers, scaling, infrastructure as code, networking, orchestration, or CI/CD services. This is the correct answer.

A model must be deployed with the right latency, compute, container, or inference pattern. Which scenario best matches SageMaker real-time endpoint?
  • A. A workflow points to VPC configuration for SageMaker endpoints when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: VPC configuration for SageMaker endpoints involves placing SageMaker endpoints in VPC networking so access to resources can be controlled through private network paths.
  • B. A workflow points to SageMaker Pipelines when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: SageMaker Pipelines involves orchestrating ML workflow steps such as processing, training, evaluation, registration, and deployment.
  • C. A workflow points to SageMaker real-time endpoint when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users.
  • D. A workflow points to Amazon MWAA when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: Amazon MWAA involves using managed Apache Airflow to orchestrate scheduled or dependency-based workflows, including ML pipeline tasks.

SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users. This distinction matters because choosing a nearby concept would lead to the wrong endpoint type, compute target, scaling signal, infrastructure method, container workflow, or pipeline stage. This is the correct answer.

A model must be deployed with the right latency, compute, container, or inference pattern. Which scenario best matches SageMaker batch transform?
  • A. A workflow points to SageMaker serverless endpoint when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: SageMaker serverless endpoint involves deploying inference without managing instances when traffic is intermittent or unpredictable.
  • B. A workflow points to Multi-model endpoint when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: Multi-model endpoint involves hosting multiple models behind one endpoint to improve operational efficiency when models can share infrastructure.
  • C. A workflow points to CPU inference environment when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: CPU inference environment involves using CPU-based compute when model latency, cost, and workload characteristics do not require GPU acceleration.
  • D. A workflow points to SageMaker batch transform when endpoint selection, infrastructure scripting, scaling, CI/CD, or orchestration depends on this distinction: SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required.

SageMaker batch transform involves running offline inference against a batch dataset when immediate responses are not required. This distinction matters because choosing a nearby concept would lead to the wrong endpoint type, compute target, scaling signal, infrastructure method, container workflow, or pipeline stage. This is the correct answer.

An ML engineer must select the deployment pattern that matches latency, traffic, cost, and release-risk requirements. Which answer applies SageMaker real-time endpoint most accurately?
  • A. SageMaker Neo is the correct ML engineering choice when the deployment and orchestration decision depends on this exact behavior: SageMaker Neo involves optimizing models for deployment on edge devices or specific hardware targets.
  • B. Provided container is the correct ML engineering choice when the deployment and orchestration decision depends on this exact behavior: Provided container involves using a managed or prebuilt container image that already includes supported inference or training dependencies.
  • C. Custom container is the correct ML engineering choice when the deployment and orchestration decision depends on this exact behavior: Custom container involves building a container image when the workload needs custom libraries, frameworks, inference code, or runtime behavior.
  • D. SageMaker real-time endpoint is the correct ML engineering choice when the deployment and orchestration decision depends on this exact behavior: SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users.

SageMaker real-time endpoint involves hosting a model for low-latency predictions that must return responses immediately to applications or users. This applies the concept at the point where an ML engineer must deploy, automate, scale, and operate ML workflows while balancing latency, cost, reliability, and maintainability. This is the correct answer.

Key Terms in This Domain

Link to this quiz

Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:

https://quizbuffet.com/aws-ml-engineer-associate/deployment-and-orchestration-of-ml-workflows/

<a href="https://quizbuffet.com/aws-ml-engineer-associate/deployment-and-orchestration-of-ml-workflows/">AWS ML Engineer Associate Deployment and Orchestration of ML Workflows practice quiz on QuizBuffet</a>

Other MLA-C01 Domains

← Back to MLA-C01 practice test overview

Questions are written against the published MLA-C01 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.