ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 214 - Associate Cloud Engineer discussion

Report
Export

You have a number of applications that have bursty workloads and are heavily dependent on topics to decouple publishing systems from consuming systems. Your company would like to go serverless to enable developers to focus on writing code without worrying about infrastructure. Your solution architect has already identified Cloud Pub/Sub as a suitable alternative for decoupling systems. You have been asked to identify a suitable GCP Serverless service that is easy to use with Cloud Pub/Sub. You want the ability to scale down to zero when there is no traffic in order to minimize costs. You want to follow Google recommended practices. What should you suggest?

A.
Cloud Run for Anthos
Answers
A.
Cloud Run for Anthos
B.
Cloud Run
Answers
B.
Cloud Run
C.
App Engine Standard
Answers
C.
App Engine Standard
D.
Cloud Functions.
Answers
D.
Cloud Functions.
Suggested answer: D

Explanation:

Cloud Functions is Google Cloud's event-driven serverless compute platform that lets you run your code locally or in the cloud without having to provision servers. Cloud Functions scales up or down, so you pay only for compute resources you use. Cloud Functions have excellent integration with Cloud Pub/Sub, lets you scale down to zero and is recommended by Google as the ideal serverless platform to use when dependent on Cloud Pub/Sub. 'If you're building a simple API (a small set of functions to be accessed via HTTP or Cloud Pub/Sub), we recommend using Cloud Functions.' Ref:https://cloud.google.com/serverless-options

asked 18/09/2024
Juy Juy
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first