Courseiva
Question 556 of 1,446

PCDE Practice Question: Manage a solution that can span multiple database technologies

A Cloud Bigtable instance is experiencing high read latency. The team suspects hot spotting on a single node. Which tool should they use to identify the hotspot?

⚠ Common exam trap

The exam often tests the distinction between general-purpose monitoring tools (Cloud Monitoring, Cloud Logging) and purpose-built diagnostic tools (Key Visualizer), trapping candidates who assume any monitoring tool can identify row-key-level hotspots.

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

Key Visualizer

Key Visualizer is the correct tool because it is specifically designed to analyze access patterns in Cloud Bigtable and identify hot spotting—where a small range of row keys receives a disproportionate amount of traffic. It visualizes read and write heatmaps across row key space and time, allowing teams to pinpoint the exact keys causing the hotspot. Unlike general-purpose monitoring tools, Key Visualizer provides row-key-level granularity essential for diagnosing hot spotting.

Answer analysis

Option-by-option breakdown

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

  • Cloud Logging to review request logs

    Why it's wrong here

    Logs don't provide aggregate heatmaps.

  • Key Visualizer

    Why this is correct

    Key Visualizer provides heatmaps of reads/writes to detect hot spots.

  • Bigtable Admin API to list tables

    Why it's wrong here

    Not a diagnostic tool.

  • Cloud Monitoring (Stackdriver) to check CPU utilization

    Why it's wrong here

    Monitors general metrics but not key-level hot spotting.

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

Same concept, more angles

3 more ways this is tested on PCDE

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Your Cloud Bigtable instance is experiencing high latency for certain row key ranges. You suspect a hotspot is developing. Which Google Cloud tool should you use to visualize and diagnose the hotspot?

easy
  • A.Key Visualiser
  • B.Cloud Monitoring dashboard to check CPU utilization per node
  • C.Bigtable's built-in 'hotspot detection' alert in Cloud Monitoring
  • D.Cloud Logging to review request logs and identify slow queries

Why A: Key Visualiser is a tool specifically designed for Bigtable to identify hotspots and access patterns by visualizing row key distribution and traffic. It helps pinpoint uneven load distribution.

Variation 2. A company is using Bigtable for real-time analytics and notices that some queries are experiencing high latency. They suspect a hot spot due to a row key design that uses a monotonically increasing value. Which two actions should they take to diagnose and mitigate the hot spottedness? (Choose TWO.)

hard
  • A.Increase the number of nodes to spread the load
  • B.Redesign the row key to include a hash prefix or a field that distributes writes evenly
  • C.Create a Bigtable table with a different column family
  • D.Use Key Visualiser in the Google Cloud console to analyse row key distribution
  • E.Switch from HDD to SSD storage type

Why B: Key Visualiser helps identify hot spots by showing row key distribution. Prefixing the row key with a field that distributes writes (like a hash prefix) is a common mitigation strategy.

Variation 3. A Cloud Bigtable instance is experiencing high latency on reads. The operations team suspects a hot spot. Which tool should they use to identify the hot spot?

medium
  • A.Stackdriver Debugger
  • B.Bigtable cbt tool
  • C.Key Visualiser
  • D.Cloud Monitoring dashboard

Why C: Key Visualizer is the correct tool because it is specifically designed to visualize access patterns in Cloud Bigtable and identify hot spots—regions of a table that receive disproportionate read/write traffic. It generates heatmaps of row key access, allowing operators to pinpoint uneven load distribution that causes high latency.

Last reviewed: Jul 4, 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 PCDE practice question is part of Courseiva's free Google Cloud 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 PCDE exam.