Courseiva
mediumMultiple ChoiceObjective-mapped

DP-203 Practice Question: Monitoring an Azure Cosmos DB account using Azure…

You are monitoring an Azure Cosmos DB account using Azure Monitor. The 'Normalized RU Consumption' metric for a container is consistently above 90%. You need to ensure that the container can handle the load without throttling. What should you do?

⚠ Common exam trap

Watch out — candidates often confuse optimizing RU consumption (e.g., indexing or partition key changes) with the need to increase capacity when the metric already shows the system is at its limit, leading them to choose options that reduce per-request cost rather than addressing the throughput ceiling.

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

Increase the provisioned throughput (RU/s) for the container.

The 'Normalized RU Consumption' metric indicates the percentage of provisioned throughput (RU/s) being used. Consistently above 90% means the container is operating near its capacity limit, risking throttling (HTTP 429 errors) during traffic spikes. Increasing the provisioned throughput (RU/s) directly raises the capacity, allowing the container to handle the load without throttling.

Answer analysis

Option-by-option breakdown

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

  • Change the partition key to a different property.

    Why it's wrong here

    Partition key affects data distribution but does not change total provisioned throughput.

  • Increase the provisioned throughput (RU/s) for the container.

    Why this is correct

    Increasing RU/s provides more capacity, lowering the normalized RU consumption percentage for the same workload.

  • Switch the account to serverless mode.

    Why it's wrong here

    Serverless mode has its own scaling limits and may still throttle if consumption exceeds max RU/s.

  • Modify the indexing policy to exclude unused paths.

    Why it's wrong here

    Reducing indexing cost per operation may help but the normalized RU consumption is about capacity utilization, not per-operation cost.

About these practice questions

Courseiva writes every DP-203 question from scratch — 760 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 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 DP-203 exam.