Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Cloud Digital Leader All Questions

View all questions & answers for the Cloud Digital Leader exam

Exam Cloud Digital Leader topic 1 question 19 discussion

Actual exam question from Google's Cloud Digital Leader
Question #: 19
Topic #: 1
[All Cloud Digital Leader Questions]

You are a program manager for a team of developers who are building an event-driven application to allow users to follow one another's activities in the app. Each time a user adds himself as a follower of another user, a write occurs in the real-time database.
The developers will develop a lightweight piece of code that can respond to database writes and generate a notification to let the appropriate users know that they have gained new followers. The code should integrate with other cloud services such as Pub/Sub, Firebase, and Cloud APIs to streamline the orchestration process. The application requires a platform that automatically manages underlying infrastructure and scales to zero when there is no activity.
Which primary compute resource should your developers select, given these requirements?

  • A. Google Kubernetes Engine
  • B. Cloud Functions
  • C. App Engine flexible environment
  • D. Compute Engine
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mickeyadlg
Highly Voted 2 years, 10 months ago
B is correct, app engine flexible doesn't scale to zero
upvoted 13 times
...
cookieMr
Highly Voted 1 year, 5 months ago
Selected Answer: B
Given the requirements of automatically managing underlying infrastructure, scaling to zero when there is no activity, and integrating with other cloud services like Pub/Sub, Firebase, and Cloud APIs, the appropriate compute resource for your developers to select would be Cloud Functions in Google Cloud Platform (GCP). Cloud Functions is a serverless compute service that allows you to run event-driven code in a fully managed environment. It is designed to execute short-lived functions in response to various events, such as database writes, file uploads, HTTP requests, and Pub/Sub messages.
upvoted 8 times
...
Rastra
Most Recent 1 week, 4 days ago
Isn't it the entire re can be catered by GKE?
upvoted 1 times
...
chai_gpt
1 year ago
Selected Answer: B
Bis correct
upvoted 1 times
...
mdsarfraz69
1 year, 1 month ago
Selected Answer: B
B is correct, app engine flexible doesn't scale to zero
upvoted 1 times
...
afeff
1 year, 2 months ago
Selected Answer: B
Cloud Function caut App Engine flexible cannot run atzero scale (standard configuraiton does)
upvoted 1 times
...
Rafa_M
1 year, 7 months ago
Selected Answer: B
B. "Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests"
upvoted 2 times
...
star2anand
1 year, 8 months ago
B. Cloud Functions
upvoted 1 times
...
adityanarayan
1 year, 9 months ago
But companies are using AKS/GKE/EKS for that also.
upvoted 1 times
...
Saptarsi_Mondal
2 years ago
Cloud Function scale from 0 to global level. Is Serverless. Compute for event driven apps. App engine flexible minimum have 1 instance not 0, So answer is B.
upvoted 5 times
...
ravikiran37
2 years, 1 month ago
infrastructure and scales to zero when there is no activity. is key point to select B
upvoted 1 times
...
haroldbenites
2 years, 5 months ago
Go for B
upvoted 1 times
...
Monicaarg
2 years, 6 months ago
Selected Answer: B
Cloud Function scale from 0 to global level. Is Serverless. Compute for event driven apps.
upvoted 2 times
...
albert_kuo
2 years, 7 months ago
Selected Answer: B
Because of event-driven application, it should be B.
upvoted 1 times
...
NU_1234
2 years, 7 months ago
Selected Answer: B
Cloud function - Event driven, light weight..
upvoted 1 times
...
RonRon512
2 years, 8 months ago
Selected Answer: B
Lightweight code- Cloud functions
upvoted 2 times
...
leyunjohn
2 years, 9 months ago
Selected Answer: B
B. Cloud Functions
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...