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

Google Professional Cloud Developer

Get started today

Ultimate access to all questions.


How should you configure the deployment parameters for a microservices application on Google Kubernetes Engine (GKE) that broadcasts livestreams, given the requirements of automatic scaling during unpredictable traffic spikes, high availability, and resilience to hardware failures? (Select two.)

Exam-Like




Explanation:

The requirements are high availability, resilience to hardware failures, and automatic scaling.

  • Option A is correct because using a multi-zonal node pool distributes nodes across multiple zones, ensuring resilience during zone-specific hardware failures and maintaining high availability.
  • Option C is correct because combining the Cluster Autoscaler (to adjust nodes) and Horizontal Pod Autoscaler (to adjust pods) ensures the application scales automatically to handle traffic spikes and resource demands.

Other options:

  • Option B (multiple zonal node pools) is less efficient than a single multi-zonal pool for even distribution.
  • Option D conflicts with GKE's native Cluster Autoscaler, which handles node scaling.
  • Option E relies on manual intervention, violating the requirement for automatic scaling.
Powered ByGPT-5