Courseiva
Question 849 of 1,663
Monitoring and TroubleshootingmediumMultiple ChoiceObjective-mapped

DBS-C01 Monitoring and Troubleshooting Practice Question

A company is using Amazon Redshift for data warehousing. The data engineering team notices that queries are running slower than expected. CloudWatch shows that 'CPUUtilization' is high and 'DiskSpaceUsage' is also high. The cluster has 4 dc2.large nodes. What is the most likely cause of the performance degradation?

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

Queries are spilling to disk due to insufficient memory

High CPU and high disk space usage on dc2.large nodes are classic signs of queries spilling to disk due to insufficient memory. When there isn't enough memory for query processing, Redshift resorts to writing intermediate results to disk, which increases disk space usage and also causes high CPU as the system manages the spill. Option A is insufficient network bandwidth: network bandwidth issues would typically manifest as increased network throughput or latency metrics, not high CPU and disk usage. Option B is CPU bottleneck: while CPU is high, the simultaneous high disk usage suggests the root cause is memory spilling, not CPU exhaustion alone. Adding compute nodes would not address the memory spilling if the workload is memory-intensive; instead, increasing the node size or using a different instance type with more memory per node would help. Option C is WLM queue: WLM queue waits would be visible in CloudWatch metrics like 'WLMQueueLength' or 'QueryWaitTime', not in CPU or disk usage.

Answer analysis

Option-by-option breakdown

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

  • Insufficient network bandwidth between nodes

    Why it's wrong here

    Network bandwidth is not indicated by high disk usage.

  • CPU is the bottleneck and needs more compute nodes

    Why it's wrong here

    High CPU alone does not explain high disk usage.

  • Workload management (WLM) queue is causing query waits

    Why it's wrong here

    WLM waits would not cause high disk usage.

  • Queries are spilling to disk due to insufficient memory

    Why this is correct

    High disk usage suggests memory pressure causing disk-based operations.

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 20, 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 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.