- A
Increase the default TTL
Why wrong: TTL controls item expiry, not partition distribution.
- B
Enable analytical store only
Why wrong: Analytical store supports analytics but does not correct transactional hot partitions.
- C
Choose a partition key with higher cardinality and even request distribution
A good partition key spreads storage and throughput across logical partitions.
- D
Use a stored procedure for every write
Why wrong: Stored procedures do not fix a hot partition key.
AZ-204 Develop for Azure storage Practice Question
This AZ-204 practice question tests your understanding of develop for azure storage. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: a Cosmos DB partition key determines the logical partition for an item.. 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 Cosmos DB container for session records receives hot-partition throttling because the partition key has only five possible values. What should the developer change? The design must avoid adding custom operational scripts.
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
Choose a partition key with higher cardinality and even request distribution
Option C is correct because hot-partition throttling occurs when a partition key has low cardinality (few distinct values), causing uneven request distribution and exceeding the physical partition's throughput limits. Choosing a partition key with higher cardinality and even request distribution spreads operations across more physical partitions, eliminating throttling without custom scripts.
Key principle: A Cosmos DB partition key determines the logical partition for an item.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Increase the default TTL
Why it's wrong here
TTL controls item expiry, not partition distribution.
- ✗
Enable analytical store only
Why it's wrong here
Analytical store supports analytics but does not correct transactional hot partitions.
- ✓
Choose a partition key with higher cardinality and even request distribution
Why this is correct
A good partition key spreads storage and throughput across logical partitions.
Related concept
A Cosmos DB partition key determines the logical partition for an item.
- ✗
Use a stored procedure for every write
Why it's wrong here
Stored procedures do not fix a hot partition key.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse throughput scaling mechanisms (TTL, analytical store, stored procedures) with partition key design, which is the only way to resolve hot-partition throttling without custom scripts.
Detailed technical explanation
How to think about this question
Cosmos DB uses the partition key to hash documents into logical partitions, which are mapped to physical partitions each with a fixed throughput capacity (e.g., 10,000 RU/s). With only five partition key values, all requests hash to at most five physical partitions, causing throttling when aggregate RU exceeds that limit. A high-cardinality key (e.g., userId with millions of values) ensures each physical partition handles a fraction of the total load, avoiding throttling without manual sharding.
KKey Concepts to Remember
- A Cosmos DB partition key determines the logical partition for an item.
- Low cardinality partition keys lead to hot partitions and throttling.
- High cardinality partition keys distribute data and requests more evenly.
- Choosing an effective partition key is crucial for Cosmos DB scalability and performance.
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
A Cosmos DB partition key determines the logical partition for an item.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. A Cosmos DB partition key determines the logical partition for an item. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Review a Cosmos DB partition key determines the logical partition for an item., then practise related AZ-204 questions on the same topic to reinforce the concept.
- →
Develop for Azure storage — study guide chapter
Learn the concepts, then practise the questions
- →
Develop for Azure storage practice questions
Targeted practice on this topic area only
- →
All AZ-204 questions
997 questions across all exam domains
- →
Microsoft Azure Developer Associate AZ-204 study guide
Full concept coverage aligned to exam objectives
- →
AZ-204 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-204 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Develop Azure compute solutions practice questions
Practise AZ-204 questions linked to Develop Azure compute solutions.
Develop for Azure storage practice questions
Practise AZ-204 questions linked to Develop for Azure storage.
Implement Azure security practice questions
Practise AZ-204 questions linked to Implement Azure security.
Connect to and consume Azure services and third-party services practice questions
Practise AZ-204 questions linked to Connect to and consume Azure services and third-party services.
Monitor, troubleshoot, and optimize Azure solutions practice questions
Practise AZ-204 questions linked to Monitor, troubleshoot, and optimize Azure solutions.
AZ-204 fundamentals practice questions
Practise AZ-204 questions linked to AZ-204 fundamentals.
AZ-204 scenario practice questions
Practise AZ-204 questions linked to AZ-204 scenario.
AZ-204 troubleshooting practice questions
Practise AZ-204 questions linked to AZ-204 troubleshooting.
Practice this exam
Start a free AZ-204 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-204 question test?
Develop for Azure storage — This question tests Develop for Azure storage — A Cosmos DB partition key determines the logical partition for an item..
What is the correct answer to this question?
The correct answer is: Choose a partition key with higher cardinality and even request distribution — Option C is correct because hot-partition throttling occurs when a partition key has low cardinality (few distinct values), causing uneven request distribution and exceeding the physical partition's throughput limits. Choosing a partition key with higher cardinality and even request distribution spreads operations across more physical partitions, eliminating throttling without custom scripts.
What should I do if I get this AZ-204 question wrong?
Review a Cosmos DB partition key determines the logical partition for an item., then practise related AZ-204 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A Cosmos DB partition key determines the logical partition for an item.
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 →
Last reviewed: Jun 11, 2026
This AZ-204 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-204 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.