ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 218 - Professional Cloud Developer discussion

Report
Export

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?

A.
Create one Cloud Function as a backend service exposed using an HTTPS load balancer.
Answers
A.
Create one Cloud Function as a backend service exposed using an HTTPS load balancer.
B.
Create three Cloud Functions exposed directly.
Answers
B.
Create three Cloud Functions exposed directly.
C.
Create one Cloud Function exposed directly.
Answers
C.
Create one Cloud Function exposed directly.
D.
Create three Cloud Functions as three backend services exposed using an HTTPS load balancer.
Answers
D.
Create three Cloud Functions as three backend services exposed using an HTTPS load balancer.
Suggested answer: D

Explanation:

https://cloud.google.com/load-balancing/docs/https/setup-global-ext-https-serverless

asked 18/09/2024
Matthew Farrington
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first