- A
Deploy the endpoint in a VPC with subnets in at least two Availability Zones.
Provides AZ redundancy.
- B
Use a single instance type with the largest size to handle capacity.
Why wrong: Single instance is a single point of failure.
- C
Configure the endpoint with an initial instance count of at least 2.
Multiple instances provide redundancy.
- D
Use a single Availability Zone for simplicity.
Why wrong: Single AZ is not resilient.
- E
Enable auto-scaling to automatically replace unhealthy instances.
Auto-scaling maintains desired instance count.
Quick Answer
The correct answer involves deploying across multiple Availability Zones, using multiple instances, and enabling auto-scaling to replace unhealthy instances. This combination ensures that your SageMaker endpoint remains highly available and cost-effective by distributing traffic across redundant infrastructure and automatically scaling resources based on demand. On the AWS Certified Machine Learning Specialty MLS-C01 exam, this question tests your understanding of resilience patterns for real-time inference endpoints, often appearing as a multi-select trap where a single instance in one Availability Zone or a single-AZ deployment is a common distractor. The key technical concept is that high availability requires both horizontal redundancy (multiple instances across zones) and automated recovery (auto-scaling), while cost-effectiveness comes from right-sizing instance counts rather than over-provisioning. A useful memory tip is to think of the three pillars: zones, instances, and scaling—without all three, your endpoint is one failure away from downtime.
MLS-C01 Practice Question: Machine Learning Implementation and Operations
This MLS-C01 practice question tests your understanding of machine learning implementation and operations. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company is deploying a machine learning model to a SageMaker endpoint and wants to ensure that the endpoint is resilient to instance failures. Which THREE steps should the company take to achieve high availability? (Choose THREE.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Deploy the endpoint in a VPC with subnets in at least two Availability Zones.
Option A is correct because deploying across multiple Availability Zones provides zone redundancy. Option C is correct because using multiple instances in the endpoint configuration ensures that if one instance fails, others handle traffic. Option D is correct because enabling auto-scaling can replace failed instances. Option B is wrong because a single instance in one AZ is not resilient. Option E is wrong because a single AZ does not protect against AZ failure.
Key principle: Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Deploy the endpoint in a VPC with subnets in at least two Availability Zones.
Why this is correct
Provides AZ redundancy.
Related concept
CIDR notation defines the prefix length.
- ✗
Use a single instance type with the largest size to handle capacity.
Why it's wrong here
Single instance is a single point of failure.
- ✓
Configure the endpoint with an initial instance count of at least 2.
Why this is correct
Multiple instances provide redundancy.
Related concept
CIDR notation defines the prefix length.
- ✗
Use a single Availability Zone for simplicity.
Why it's wrong here
Single AZ is not resilient.
- ✓
Enable auto-scaling to automatically replace unhealthy instances.
Why this is correct
Auto-scaling maintains desired instance count.
Related concept
CIDR notation defines the prefix length.
Common exam traps
Common exam trap: usable hosts are not the same as total addresses
Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.
Detailed technical explanation
How to think about this question
Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.
KKey Concepts to Remember
- CIDR notation defines the prefix length.
- Block size helps identify subnet boundaries.
- Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
- The required host count determines the smallest suitable subnet.
TExam Day Tips
- Write the block size before choosing the subnet.
- Check whether the question asks for hosts, subnets or a specific address range.
- Do not confuse /24, /25, /26 and /27 host counts.
Key takeaway
Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related MLS-C01 subnetting questions on CIDR, address ranges, and subnet selection.
- →
Machine Learning Implementation and Operations — study guide chapter
Learn the concepts, then practise the questions
- →
Machine Learning Implementation and Operations practice questions
Targeted practice on this topic area only
- →
All MLS-C01 questions
1,755 questions across all exam domains
- →
AWS Certified Machine Learning Specialty MLS-C01 study guide
Full concept coverage aligned to exam objectives
- →
MLS-C01 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MLS-C01 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Data Engineering practice questions
Practise MLS-C01 questions linked to Data Engineering.
Machine Learning Implementation and Operations practice questions
Practise MLS-C01 questions linked to Machine Learning Implementation and Operations.
Modeling practice questions
Practise MLS-C01 questions linked to Modeling.
Exploratory Data Analysis practice questions
Practise MLS-C01 questions linked to Exploratory Data Analysis.
MLS-C01 fundamentals practice questions
Practise MLS-C01 questions linked to MLS-C01 fundamentals.
MLS-C01 scenario practice questions
Practise MLS-C01 questions linked to MLS-C01 scenario.
MLS-C01 troubleshooting practice questions
Practise MLS-C01 questions linked to MLS-C01 troubleshooting.
Practice this exam
Start a free MLS-C01 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this MLS-C01 question test?
Machine Learning Implementation and Operations — This question tests Machine Learning Implementation and Operations — CIDR notation defines the prefix length..
What is the correct answer to this question?
The correct answer is: Deploy the endpoint in a VPC with subnets in at least two Availability Zones. — Option A is correct because deploying across multiple Availability Zones provides zone redundancy. Option C is correct because using multiple instances in the endpoint configuration ensures that if one instance fails, others handle traffic. Option D is correct because enabling auto-scaling can replace failed instances. Option B is wrong because a single instance in one AZ is not resilient. Option E is wrong because a single AZ does not protect against AZ failure.
What should I do if I get this MLS-C01 question wrong?
Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related MLS-C01 subnetting questions on CIDR, address ranges, and subnet selection.
What is the key concept behind this question?
CIDR notation defines the prefix length.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on MLS-C01
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company is deploying a SageMaker model for real-time inference. The endpoint must be highly available and cost-effective. Which TWO actions should the company take? (Select TWO.)
medium- A.Use managed spot training for inference
- ✓ B.Deploy the endpoint with at least two instances in different Availability Zones
- C.Use GPU instances for all models even if not required
- ✓ D.Configure automatic scaling based on latency or request count
- E.Use a single large instance to handle peak load
Why B: Options A and C are correct. A: Multiple instances across AZs ensures HA. C: Auto-scaling adjusts capacity based on demand, improving cost. B (single instance) lacks HA. D (spot instances) are cheaper but not for real-time HA. E (GPU) is not necessarily cost-effective.
Last reviewed: Jun 20, 2026
This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.