LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


An application utilizing Cloud SQL for accessing infrequently changing data is expected to experience significant growth. What strategy can be employed to enhance capacity for additional read-only clients?

Real Exam



Explanation:

The correct answer is C because read replicas are designed to handle read traffic, thereby reducing the load on the primary database. This approach is scalable and efficient for read-heavy applications.

  • Option A is incorrect as backups are intended for disaster recovery, not for scaling read operations.
  • Option B is incorrect because high availability configurations are aimed at ensuring failover capabilities, not improving read performance.
  • Option D is incorrect due to the complexity and maintenance overhead associated with managing external replicas, making it less ideal for scaling purposes.

For more details, refer to the GCP documentation on Cloud SQL Replication Options.

Powered ByGPT-5