Bird
0
0

Given this Cloud Spanner instance configuration:

medium📝 service behavior Q13 of 15
GCP - Cloud SQL and Databases
Given this Cloud Spanner instance configuration:
instance_config = "nam3"
nodes = 3

What is the expected behavior of this setup?
AData is globally distributed across North America with 3 nodes handling requests.
BData is stored in a single region with 3 nodes for processing.
CData is stored only in Europe with 3 nodes.
DData is stored in Asia with 3 nodes but no replication.
Step-by-Step Solution
Solution:
  1. Step 1: Interpret instance_config "nam3"

    "nam3" is a multi-region config for North America, so data is distributed across multiple regions there.
  2. Step 2: Understand nodes setting

    3 nodes means the instance has 3 processing units to handle workload.
  3. Final Answer:

    Data is globally distributed across North America with 3 nodes handling requests. -> Option A
  4. Quick Check:

    nam3 = North America multi-region + 3 nodes [OK]
Quick Trick: Multi-region config + nodes = distributed data with processing power [OK]
Common Mistakes:
  • Assuming single region storage with multi-region config
  • Ignoring the meaning of nodes
  • Confusing region names with multi-region configs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes