CLOUD-DIGITAL-LEADER · Question #140
Your customer has a reporting tool that is only occasionally used by the leadership team. Usage of it is frequent -once a week, once a month, or once the quarter. They want to run this application…
The correct answer is A. Cloud Run B. Cloud App Engine Standard. Cloud Run and Cloud App Engine Standard are both correct because they are serverless compute options that scale to zero when not in use - meaning you pay nothing when the application is idle. This is ideal for an infrequently used reporting tool (weekly, monthly, quarterly)…
Question
Your customer has a reporting tool that is only occasionally used by the leadership team. Usage of it is frequent -once a week, once a month, or once the quarter. They want to run this application in a cost-effective manner. What are the compute options available on Google Cloud which would be suitable? (Choose Two answer)
Options
- ACloud Run
- BCloud App Engine Standard
- CCompute Engine
- DKubernetes Engine
How the community answered
(40 responses)- A80% (32)
- C15% (6)
- D5% (2)
Explanation
Cloud Run and Cloud App Engine Standard are both correct because they are serverless compute options that scale to zero when not in use - meaning you pay nothing when the application is idle. This is ideal for an infrequently used reporting tool (weekly, monthly, quarterly). Cloud Run is a fully managed serverless container platform that automatically scales based on HTTP requests. Cloud App Engine Standard also scales to zero and charges only for actual request handling time. Compute Engine and Kubernetes Engine both require always-on infrastructure (or at minimum, persistent cluster nodes), making them costly and operationally heavy for a rarely used tool.
Topics
Community Discussion
No community discussion yet for this question.