Courseiva
Monitoring and TroubleshootingmediumMultiple SelectObjective-mapped

DBS-C01 Monitoring and Troubleshooting Practice Question

A company is using Amazon Redshift and notices that queries are running slowly. Which TWO system views should be used to identify the cause of the slow queries? (Choose TWO.)

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

STL_QUERY

The correct answers are C and E. STL_QUERY contains detailed logs of all queries, including execution times, enabling identification of slow queries after execution. SVV_QUERY_STATE shows currently running queries, helping identify those that are running slowly. Option A (STV_TBL_PERM) is for table permissions, not performance. Option B (PG_TABLE_DEF) shows table definitions. Option D (STL_LOAD_COMMITS) shows load commit information.

Answer analysis

Option-by-option breakdown

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

  • STV_TBL_PERM

    Why it's wrong here

    STV_TBL_PERM shows table permissions and is not used for query performance analysis.

  • PG_TABLE_DEF

    Why it's wrong here

    PG_TABLE_DEF shows table definitions, not query execution information.

  • STL_QUERY

    Why this is correct

    STL_QUERY logs all queries with execution details, useful for identifying slow queries after they have run.

  • STL_LOAD_COMMITS

    Why it's wrong here

    STL_LOAD_COMMITS provides information about data load commits, not query performance.

  • SVV_QUERY_STATE

    Why this is correct

    SVV_QUERY_STATE displays currently running queries, including their state and duration, helping identify queries that are running slowly.

About these practice questions

Courseiva writes every DBS-C01 question from scratch — 1,663 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 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.