Question 409 of 999
Design data storage solutionsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is autoscale provisioned throughput. This configuration is correct because it enables Cosmos DB to automatically scale up to a maximum of ten times the base request units per second during sudden write spikes, preventing HTTP 429 throttling errors while maintaining performance. For the AZ-305 exam, this scenario tests your understanding of how autoscale handles unpredictable traffic patterns without manual intervention, often appearing alongside multi-region write requirements for global low-latency reads. A common trap is confusing autoscale with manual throughput—autoscale is ideal for variable workloads, not steady-state traffic. Remember the memory tip: “Auto for spikes, manual for steady.”

AZ-305 Design data storage solutions Practice Question

This AZ-305 practice question tests your understanding of design data storage solutions. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 gaming company stores player session data in Azure Cosmos DB. They need to handle sudden spikes in write traffic without throttling and ensure low-latency reads globally. Which configuration should they use?

Question 1mediummultiple choice
Full question →

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

Autoscale provisioned throughput

Autoscale provisioned throughput (A) is correct because it allows Cosmos DB to automatically scale up to the maximum throughput (up to 10x the base RU/s) during sudden write spikes, preventing throttling (HTTP 429 errors). Combined with multi-region writes (which is a separate configuration), it ensures low-latency global reads by enabling writes to be accepted in any region and replicated asynchronously. This meets both the spike-handling and global read latency requirements.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Autoscale provisioned throughput

    Why this is correct

    Autoscale automatically scales RU/s to handle spikes without throttling.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Serverless capacity mode

    Why it's wrong here

    Serverless is for intermittent traffic, not sustained spikes.

  • Multi-region writes

    Why it's wrong here

    Multi-region writes improve write throughput but do not automatically handle spikes.

  • Manual provisioned throughput

    Why it's wrong here

    Manual throughput can cause throttling during spikes.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is confusing 'multi-region writes' (which handles global write availability) with 'autoscale' (which handles traffic spikes), leading candidates to pick C because they think global writes are needed for low-latency reads, when in fact reads can be served from any region without multi-region writes.

Detailed technical explanation

How to think about this question

Autoscale in Cosmos DB uses a 'scaling factor' of 10x the base RU/s (e.g., setting a max of 10,000 RU/s allows scaling from 1,000 to 10,000 RU/s). The scaling is reactive based on the 'consumed RU/s' metric over a 5-second window, so extremely rapid spikes may still experience brief throttling before scaling completes. For global low-latency reads, multi-region writes are not required; instead, enabling Cosmos DB's multi-region reads (with a single write region) suffices, as reads are served from the nearest region using the same throughput pool.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-305 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-305 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 AZ-305 question test?

Design data storage solutions — This question tests Design data storage solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Autoscale provisioned throughput — Autoscale provisioned throughput (A) is correct because it allows Cosmos DB to automatically scale up to the maximum throughput (up to 10x the base RU/s) during sudden write spikes, preventing throttling (HTTP 429 errors). Combined with multi-region writes (which is a separate configuration), it ensures low-latency global reads by enabling writes to be accepted in any region and replicated asynchronously. This meets both the spike-handling and global read latency requirements.

What should I do if I get this AZ-305 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

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.

Loading comments…

Sign in to join the discussion.

This AZ-305 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 AZ-305 exam.