nerdexam
Google

PROFESSIONAL-CLOUD-DATABASE-ENGINEER · Question #167

Your company is developing a 24/7, global, real-time analytics platform that needs to store and process large amounts of versioned time-series data. You need to design a platform that is highly…

The correct answer is C. Implement a multi-cluster Bigtable instance across multiple regions with replication. A multi-cluster Bigtable instance spanning regions gives you fully managed replication and multi- cluster routing for global, 24/7 availability. Combined with Bigtable’s autoscaling and a time- series–optimized schema, this meets your needs for versioned data, traffic-spike…

Designing Database Solutions

Question

Your company is developing a 24/7, global, real-time analytics platform that needs to store and process large amounts of versioned time-series data. You need to design a platform that is highly scalable to accommodate traffic spikes and ensure high availability for mission-critical operations. What should you do-

Options

  • AImplement a single-cluster Bigtable instance with autoscaling enabled and row key design.
  • BImplement a multi-cluster Bigtable instance with autoscaling enabled and optimal schema design.
  • CImplement a multi-cluster Bigtable instance across multiple regions with replication.
  • DImplement AlloyDB for PostgreSQL to handle the analytical workload using read replica.

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    84% (37)
  • D
    5% (2)

Explanation

A multi-cluster Bigtable instance spanning regions gives you fully managed replication and multi- cluster routing for global, 24/7 availability. Combined with Bigtable’s autoscaling and a time- series–optimized schema, this meets your needs for versioned data, traffic-spike scalability, and mission-critical HA.

Topics

#Bigtable#Time-series Data#High Availability#Multi-Region Deployment

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DATABASE-ENGINEER Practice