- A
Rapid elasticity
Why wrong: Rapid elasticity refers to the ability to scale resources up or down automatically. While the scenario mentions adding/removing VMs, the key aspect is self-provisioning without provider contact, not automatic scaling.
- B
On-demand self-service
The ability to provision and de-provision VMs via a web portal without interacting with the provider exemplifies on-demand self-service. Combined with consumption-based billing, this is the primary characteristic demonstrated.
- C
Measured service
Why wrong: Measured service is about metering and billing based on usage, which is present, but the scenario focuses on the self-provisioning capability. Measured service alone does not imply self-service.
- D
Resource pooling
Why wrong: Resource pooling means the provider’s resources are shared among multiple customers. The scenario does not mention multi-tenancy or physical resource sharing.
MS-900 Describe cloud concepts Practice Question
This MS-900 practice question tests your understanding of describe cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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 uses a cloud service where administrators can add or remove virtual machine instances through a web portal without contacting the provider. The provider bills only for the exact resources consumed. Which cloud computing characteristic does this scenario best demonstrate?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
On-demand self-service
On-demand self-service allows users to provision compute capabilities without requiring human interaction with the service provider. Measured service refers to metering resource usage; rapid elasticity is about scaling; resource pooling is about multi-tenancy. The combination of self-provisioning and usage-based billing points primarily to on-demand self-service.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Rapid elasticity
Why it's wrong here
Rapid elasticity refers to the ability to scale resources up or down automatically. While the scenario mentions adding/removing VMs, the key aspect is self-provisioning without provider contact, not automatic scaling.
- ✓
On-demand self-service
Why this is correct
The ability to provision and de-provision VMs via a web portal without interacting with the provider exemplifies on-demand self-service. Combined with consumption-based billing, this is the primary characteristic demonstrated.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Measured service
Why it's wrong here
Measured service is about metering and billing based on usage, which is present, but the scenario focuses on the self-provisioning capability. Measured service alone does not imply self-service.
- ✗
Resource pooling
Why it's wrong here
Resource pooling means the provider’s resources are shared among multiple customers. The scenario does not mention multi-tenancy or physical resource sharing.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Trap categories for this question
Scenario analysis trap
Rapid elasticity refers to the ability to scale resources up or down automatically. While the scenario mentions adding/removing VMs, the key aspect is self-provisioning without provider contact, not automatic scaling.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related MS-900 NAT questions on configuration and troubleshooting.
- →
Describe cloud concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Describe cloud concepts practice questions
Targeted practice on this topic area only
- →
All MS-900 questions
985 questions across all exam domains
- →
Microsoft 365 Fundamentals MS-900 study guide
Full concept coverage aligned to exam objectives
- →
MS-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MS-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe Microsoft 365 apps and services practice questions
Practise MS-900 questions linked to Describe Microsoft 365 apps and services.
Describe Microsoft 365 pricing, licensing, and support practice questions
Practise MS-900 questions linked to Describe Microsoft 365 pricing, licensing, and support.
Describe cloud concepts practice questions
Practise MS-900 questions linked to Describe cloud concepts.
Describe security, compliance, privacy, and trust in Microsoft 365 practice questions
Practise MS-900 questions linked to Describe security, compliance, privacy, and trust in Microsoft 365.
Describe Microsoft 365 pricing and support practice questions
Practise MS-900 questions linked to Describe Microsoft 365 pricing and support.
MS-900 fundamentals practice questions
Practise MS-900 questions linked to MS-900 fundamentals.
MS-900 scenario practice questions
Practise MS-900 questions linked to MS-900 scenario.
MS-900 troubleshooting practice questions
Practise MS-900 questions linked to MS-900 troubleshooting.
Practice this exam
Start a free MS-900 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 MS-900 question test?
Describe cloud concepts — This question tests Describe cloud concepts — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: On-demand self-service — On-demand self-service allows users to provision compute capabilities without requiring human interaction with the service provider. Measured service refers to metering resource usage; rapid elasticity is about scaling; resource pooling is about multi-tenancy. The combination of self-provisioning and usage-based billing points primarily to on-demand self-service.
What should I do if I get this MS-900 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related MS-900 NAT questions on configuration and troubleshooting.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Keep practising
More MS-900 practice questions
- A compliance-aware administrator is selecting the right Microsoft 365 capability to use Microsoft 365 and another public…
- A company currently has Microsoft 365 E3 licenses for all users. They need to retain all Exchange Online mailbox data fo…
- A nonprofit organization with 50 users needs to use Microsoft 365 for email, file storage, and online versions of Office…
- A legal firm must ensure that all documents containing a specific project code are automatically retained for 7 years af…
- A legal team needs to preserve all data related to a specific user involved in litigation, including Exchange emails, Sh…
- A project manager wants to automate the process of sending a welcome email to new team members when they are added to a…
Last reviewed: May 17, 2026
This MS-900 practice question is part of Courseiva's free Microsoft 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 MS-900 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.