Courseiva
Monitoring and TroubleshootinghardMultiple ChoiceObjective-mapped

DBS-C01 Monitoring and Troubleshooting Practice Question

A company is running a MongoDB-compatible Amazon DocumentDB cluster with one writer and two readers. The application writes a large amount of data during batch processing, and after a batch completes, the writer's CPU is high, and the readers have significant replica lag. The team wants to reduce replica lag without affecting the batch performance. What should they do?

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 instance size of the readers to improve apply throughput

Replica lag in Amazon DocumentDB occurs when readers are unable to apply writes from the writer's oplog quickly enough. Increasing the instance size of the readers provides more CPU and memory resources, improving their apply throughput and reducing lag without affecting the writer's batch performance. Option A is incorrect because changing the storage type to Provisioned IOPS may improve I/O but does not directly address the reader's apply capacity. Option C is incorrect because reducing batch size would lower the write rate and degrade batch performance, which the team wants to avoid. Option D is incorrect because increasing the writer's instance size may help the writer handle more writes, but it does not help readers apply those writes faster; it could even increase the write rate and worsen replica lag.

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 storage type to Provisioned IOPS on all instances

    Why it's wrong here

    DocumentDB uses a shared storage volume; IOPS affect both writer and readers.

  • Increase the instance size of the readers to improve apply throughput

    Why this is correct

    Larger readers can apply oplog entries faster, reducing lag.

  • Reduce the batch size to lower the write rate

    Why it's wrong here

    This would affect batch processing performance.

  • Increase the instance size of the writer to handle the batch faster

    Why it's wrong here

    The writer is already fast enough; the bottleneck is on the readers.

About these practice questions

This DBS-C01 question is part of Courseiva's 1,663-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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 DBS-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 DBS-C01 exam.