Courseiva

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

A company is using Cloud Spanner and wants to back up a database to Cloud Storage for long-term retention. They also need to restore the database to a specific point in time within the last 7 days. Which two features should they use? (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

Use Spanner's point-in-time recovery feature to restore to a specific timestamp

Spanner supports creating backups and restoring from them. Backups can be stored in Cloud Storage (as part of the backup process) and can be used for point-in-time recovery within a configurable retention period (up to 7 days by default).

Answer analysis

Option-by-option breakdown

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

  • Set up a cross-region replica for backup

    Why it's wrong here

    Cross-region replicas are for HA, not backups.

  • Use Spanner's point-in-time recovery feature to restore to a specific timestamp

    Why this is correct

    Spanner allows restoring to a specific time within the retention period.

  • Enable version management on the Spanner instance

    Why it's wrong here

    Version management is not a backup feature.

  • Export the database using gcloud spanner databases export

    Why it's wrong here

    Export is for data portability, not for PITR.

  • Create a backup of the Spanner database using gcloud spanner backups create

    Why this is correct

    This creates a full backup.

About these practice questions

This PCDE question is part of Courseiva's 1,446-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 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.