
Answer-first summary for fast verification
Answer: Deploy Cloud Run services to multiple regions. Create serverless network endpoint groups pointing to the services. Add the serverless NEGs to a backend service that is used by a global HTTP(S) Load Balancing instance.
The correct answer is B. Deploying Cloud Run services to multiple regions ensures high availability and low latency to customers by allowing traffic to be served from the nearest region. Creating serverless network endpoint groups (NEGs) that point to the Cloud Run services and adding them to a backend service used by a global HTTP(S) Load Balancing instance enables efficient load distribution. Cloud Run is a regional service, and using a global HTTP(S) Load Balancer with NEGs facilitates this multi-region deployment, thereby optimizing performance and reliability. This approach aligns with best practices as described in the documentation for high availability and low latency requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Referring to the TerramEarth case study, the company manufactures heavy equipment for mining and agricultural industries. They have over 500 dealers and service centers across 100 countries. There are over 2 million vehicles in operation, collecting and transmitting critical telemetry data in real-time. You have broken down a legacy monolithic application used for fleet management into several containerized RESTful microservices and plan to run them on Cloud Run. Your goal is to ensure these services are highly available and have low latency for your global customers. What should you do?
A
Deploy Cloud Run services to multiple availability zones. Create Cloud Endpoints that point to the services. Create a global HTTP(S) Load Balancing instance and attach the Cloud Endpoints to its backend.
B
Deploy Cloud Run services to multiple regions. Create serverless network endpoint groups pointing to the services. Add the serverless NEGs to a backend service that is used by a global HTTP(S) Load Balancing instance.
C
Deploy Cloud Run services to multiple regions. In Cloud DNS, create a latency-based DNS name that points to the services.
D
Deploy Cloud Run services to multiple availability zones. Create a TCP/IP global load balancer. Add the Cloud Run Endpoints to its backend service.
No comments yet.