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.


Your company is planning to deploy a globally accessible web application on Google Cloud, hosted on a custom Linux distribution. The application must scale to meet demand. Which two components are essential to achieve this goal?

Real Exam



Explanation:

The correct answers are A (HTTP Load Balancer) and B (Managed Instance Group on Compute Engine).

  • HTTP Load Balancer is chosen because it supports global access, enabling your application to be available worldwide through a single global IP address. It also provides scalability, fault tolerance, and content-based load balancing without the need for pre-warming.

  • Managed Instance Group on Compute Engine is selected as it supports custom Linux distributions, a requirement for your deployment.

App Engine Standard environment (C) is incorrect as it does not support custom Linux distributions.

Network Load Balancer (D) is incorrect because it does not support global access, limiting its suitability for your globally accessible application.

Powered ByGPT-5