Google Cloud Professional Cloud Developer — Question 309

Your team currently uses Bigtable as their database backend. In your application's app profile, you notice that the connection to the Bigtable cluster is specified as single-cluster routing, and the cluster’s connection logic is configured to conduct manual failover when the cluster is unavailable. You want to optimize the application code to have more efficient and highly available Bigtable connectivity. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because configuring the app profile for multi-cluster routing allows for automatic failover and improved availability across multiple clusters. Options A and B may enhance performance but do not address the availability aspect as effectively. Option C is related to data streaming rather than optimizing connectivity to Bigtable.