Back to Google Professional Cloud Database Engineer questions

Scenario-based practice

Troubleshooting Scenario Questions

Practise Google Professional Cloud Database Engineer practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

5
scenario questions
PCDE
exam code
Google Cloud
vendor

Scenario guide

How to approach troubleshooting scenario questions

These questions describe a network symptom and ask you to identify the root cause or the correct fix. They appear across all certification exams and reward systematic thinking over memorisation. The best candidates follow a consistent troubleshooting framework even under time pressure.

Quick answer

Troubleshooting Scenario Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related PCDE topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1mediumdrag order
Full question →

Order the steps to troubleshoot a connection timeout from an application to Cloud SQL.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 2mediummulti select
Full question →

You are troubleshooting a slow-performing query on Cloud Spanner. The query scans a large table with a secondary index. Which TWO metrics from the Query Insights dashboard would most directly indicate the source of the performance issue?

Question 3mediummulti select
Full question →

A BI team is troubleshooting a slow BigQuery query. Which TWO actions can help identify the bottleneck?

Question 4hardmulti select
Full question →

Which TWO of the following are valid approaches when troubleshooting a slow BI query in BigQuery that includes a complex JOIN between a large fact table and multiple dimension tables?

Question 5easymultiple choice
Full question →

A database engineer is reviewing the configuration of a Cloud SQL for MySQL instance. The backup configuration shows binaryLogEnabled and pointInTimeRecoveryEnabled set to true. However, the engineer is unable to perform a point-in-time recovery (PITR) to a specific second within the last 30 days. What is the most likely reason?

Exhibit

Refer to the exhibit.

```
gcloud sql instances describe my-instance --format=json
{
  "kind": "sql#instance",
  "name": "my-instance",
  "databaseVersion": "MYSQL_8_0",
  "state": "RUNNABLE",
  "region": "us-central1",
  "settings": {
    "tier": "db-n1-standard-2",
    "activationPolicy": "ALWAYS",
    "backupConfiguration": {
      "enabled": true,
      "binaryLogEnabled": true,
      "pointInTimeRecoveryEnabled": true,
      "startTime": "07:00",
      "retentionSettings": {
        "retentionUnit": "COUNT",
        "retainedBackupsCount": 7
      }
    }
  },
  "ipAddresses": [
    {
      "ipAddress": "34.71.123.45",
      "type": "PRIMARY"
    }
  ]
}
```

These PCDE practice questions are part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style PCDE questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.