ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 240 - Professional Cloud Developer discussion

Report
Export

You are working on a new application that is deployed on Cloud Run and uses Cloud Functions Each time new features are added, new Cloud Functions and Cloud Run services are deployed You use ENV variables to keep track of the services and enable interservice communication but the maintenance of the ENV variables has become difficult. You want to implement dynamic discovery in a scalable way. What should you do?

A.
Create a Service Directory Namespace Use API calls to register the services during deployment, and query during runtime.
Answers
A.
Create a Service Directory Namespace Use API calls to register the services during deployment, and query during runtime.
B.
Configure your microservices to use the Cloud Run Admin and Cloud Functions APIs to query for deployed Cloud Run services and Cloud Functions in the Google Cloud project.
Answers
B.
Configure your microservices to use the Cloud Run Admin and Cloud Functions APIs to query for deployed Cloud Run services and Cloud Functions in the Google Cloud project.
C.
Deploy Hashicorp Consul on a single Compute Engine Instance Register the services with Consul during deployment and query during runtime
Answers
C.
Deploy Hashicorp Consul on a single Compute Engine Instance Register the services with Consul during deployment and query during runtime
D.
Rename the Cloud Functions and Cloud Run services endpoints using a well-documented naming convention
Answers
D.
Rename the Cloud Functions and Cloud Run services endpoints using a well-documented naming convention
Suggested answer: B
asked 18/09/2024
Lance Herbst
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first