ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 166 - Professional Cloud Developer discussion

Report
Export

Your application is composed of a set of loosely coupled services orchestrated by code executed on Compute Engine. You want your application to easily bring up new Compute Engine instances that find and use a specific version of a service. How should this be configured?

A.
Define your service endpoint information as metadata that is retrieved at runtime and used to connect to the desired service.
Answers
A.
Define your service endpoint information as metadata that is retrieved at runtime and used to connect to the desired service.
B.
Define your service endpoint information as label data that is retrieved at runtime and used to connect to the desired service.
Answers
B.
Define your service endpoint information as label data that is retrieved at runtime and used to connect to the desired service.
C.
Define your service endpoint information to be retrieved from an environment variable at runtime and used to connect to the desired service.
Answers
C.
Define your service endpoint information to be retrieved from an environment variable at runtime and used to connect to the desired service.
D.
Define your service to use a fixed hostname and port to connect to the desired service. Replace the service at the endpoint with your new version.
Answers
D.
Define your service to use a fixed hostname and port to connect to the desired service. Replace the service at the endpoint with your new version.
Suggested answer: A

Explanation:

https://cloud.google.com/service-infrastructure/docs/service-metadata/reference/rest#service-endpoint

asked 18/09/2024
Rocco Cristofaro
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first