CoStudy

HomeCertificationsAWS Certified Machine Learning Engineer MLA-C01 › ML Model Development

ML Model Development — AWS Certified Machine Learning Engineer MLA-C01 practice questions

54 multiple-choice questions and 41 flashcards on ML Model Development, about 26% of the AWS Certified Machine Learning Engineer MLA-C01 bank. Every one carries a written rationale.

Written and maintained by Nick Burton · last updated 2026-08-22 · how we write and review questions

What this chapter covers

ML Model Development is one of 4 chapters in CoStudy's AWS Certified Machine Learning Engineer — Associate (MLA-C01) bank, and it holds 54 of the bank's 210 multiple-choice questions — roughly 26% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.

Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.

Free ML Model Development practice questions

10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.

To reduce overfitting in gradient boosting, tune which trio first?

  1. Depth, eta, and subsample
  2. Larger learning rate always
  3. More rounds and depth only
  4. Only higher tree depth values

Answer: A — Depth, eta, and subsample

Max_depth, eta, and subsample are the primary regularization knobs; more rounds and depth alone overfit further.

For a long-running one-off scoring of many gigabytes, MOST fit is which?

  1. SageMaker Batch Transform
  2. Serverless inference endpoint
  3. Multi-container endpoint
  4. Real-time endpoint always

Answer: A — SageMaker Batch Transform

Batch Transform is purpose-built for large offline scoring; the others carry payload limits or idle cost.

A tokenizer in NLP MOST directly does which action?

  1. Trains model weights on data
  2. Renders visualization plots
  3. Splits text into token IDs
  4. Encrypts model payload blobs

Answer: C — Splits text into token IDs

Tokenizers produce subword or word IDs; training and encryption are separate concerns.

A multi-model endpoint (MME) is PREFERRED under which condition?

  1. Many similar small shared models
  2. Each model has its own endpoint
  3. Only one active model exists
  4. Only offline batch scoring runs

Answer: A — Many similar small shared models

MME hosts many similar-framework models behind one container; the others do not benefit from MME.

High train accuracy with low validation accuracy MOST OFTEN implies which cause?

  1. Overfitting to training set
  2. Model is too simple overall
  3. Learning rate is too low
  4. Regularization is too high

Answer: A — Overfitting to training set

This divergence is classic overfit; the others describe underfit or convergence issues.

Fine-tuning large LLMs cheaply is BEST done with which method?

  1. Full-weight retrain from scratch
  2. Random init and full retrain
  3. LoRA or adapter fine-tuning
  4. Only prompt-tuning short strings

Answer: C — LoRA or adapter fine-tuning

LoRA and adapters train few extra parameters; full retrain is expensive; prompt-tuning alone is limited.

The bias-variance tradeoff MOST DIRECTLY describes which relationship?

  1. Compute versus memory cost
  2. Batch versus online serving
  3. Underfit versus overfit balance
  4. GPU versus CPU cost gap

Answer: C — Underfit versus overfit balance

Bias-variance is the underfit-versus-overfit balance; the others are infra concepts.

For tabular regression MOST fit SageMaker built-in options include which?

  1. Only BlazingText only supervised
  2. Only Object2Vec pair encoder
  3. XGBoost or Linear Learner
  4. Only K-Means clustering variant

Answer: C — XGBoost or Linear Learner

XGBoost and Linear Learner are standard tabular built-ins; the others fit text, pairs, or clustering.

For a large deep-learning training job, MOST fit instance family is which?

  1. p4 or p5 GPU instances
  2. m5 general-purpose CPU
  3. r5 memory-optimized CPU
  4. t3 burstable CPU family

Answer: A — p4 or p5 GPU instances

P-family GPUs are built for deep learning; CPU-only families are too slow.

Encrypt SageMaker model artifacts at rest using which mechanism?

  1. Local instance disk only
  2. Plaintext S3 object uploads
  3. KMS with customer-managed key
  4. Only IAM role attachment

Answer: C — KMS with customer-managed key

SSE-KMS with a CMK encrypts artifacts; IAM controls access but not encryption; plaintext is unencrypted.

ML Model Development flashcards

4 cards from the 41 in this chapter.

RNN / LSTM best for?

Sequential data (text, time series). LSTM handles long-term dependencies better than vanilla RNN.

Amazon Transcribe?

Speech-to-text. Supports streaming + batch, custom vocabulary, speaker diarization.

SageMaker Hyperparameter Tuning?

Automated search (Bayesian, random, grid, Hyperband) over hyperparameter ranges.

SageMaker for image classification?

Built-in Image Classification (ResNet) or Object Detection. Or BYO with PyTorch/TF.

Practise the full chapter

These are a sample. The full ML Model Development chapter runs 95 items with per-chapter progress tracking, on the web and in the iOS app.

Open AWS Certified Machine Learning Engineer MLA-C01 in CoStudy →

Other AWS Certified Machine Learning Engineer MLA-C01 chapters

All AWS Certified Machine Learning Engineer MLA-C01 practice questions →