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, which needs to scale to meet demand. Select all the necessary components to achieve this goal. (Choose TWO)
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 is scalable, fault-tolerant, and supports content-based load balancing.
Managed Instance Group on Compute Engine is selected as it supports custom Linux distributions, which is a requirement for your application.
App Engine Standard environment is not suitable as it does not support custom Linux distributions.
Network Load Balancer is incorrect because it does not support global access, making it unsuitable for your globally accessible application.