GoogleGoogle
PROFESSIONAL-CLOUD-DEVELOPER · Question #229
PROFESSIONAL-CLOUD-DEVELOPER Question #229: Real Exam Question with Answer & Explanation
The correct answer is D: Create three Cloud Functions as three backend services exposed using an HTTPS load balancer.. https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-serverless
Developing and Deploying Applications
Question
You are responsible for deploying a new API. That API will have three different URL paths: - https://yourcompany.com/students - https://yourcompany.com/teachers - https://yourcompany.com/classes You need to configure each API URL path to invoke a different function in your code. What should you do?
Options
- ACreate one Cloud Function as a backend service exposed using an HTTPS load balancer.
- BCreate three Cloud Functions exposed directly.
- CCreate one Cloud Function exposed directly.
- DCreate three Cloud Functions as three backend services exposed using an HTTPS load balancer.
Explanation
https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-serverless
Topics
#Cloud Functions#HTTPS Load Balancer#API Deployment#Path-based Routing
Community Discussion
No community discussion yet for this question.