Home › Certifications › AWS Certified Machine Learning Engineer MLA-C01 › ML Model Development
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.
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.
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?
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?
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?
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?
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?
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?
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?
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?
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?
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?
Answer: C — KMS with customer-managed key
SSE-KMS with a CMK encrypts artifacts; IAM controls access but not encryption; plaintext is unencrypted.
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.
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 →
All AWS Certified Machine Learning Engineer MLA-C01 practice questions →