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

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 65 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 65
Topic #: 1
[All Associate Cloud Engineer Questions]

You need to deploy an application, which is packaged in a container image, in a new project. The application exposes an HTTP endpoint and receives very few requests per day. You want to minimize costs. What should you do?

  • A. Deploy the container on Cloud Run.
  • B. Deploy the container on Cloud Run on GKE.
  • C. Deploy the container on App Engine Flexible.
  • D. Deploy the container on GKE with cluster autoscaling and horizontal pod autoscaling enabled.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Gurnoor
Highly Voted 4 years, 5 months ago
A should be cheapest as no infra needed.
upvoted 72 times
spudleymcdudley
4 years, 4 months ago
Listen to this guy. Google says "Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously—depending on traffic. Cloud Run only charges you for the exact resources you use."
upvoted 33 times
...
...
ESP_SAP
Highly Voted 4 years, 3 months ago
Correct Answer should be A: Cloud Run takes any container images and pairs great with the container ecosystem: Cloud Build, Artifact Registry, Docker. ... No infrastructure to manage: once deployed, Cloud Run manages your services so you can sleep well. Fast autoscaling. Cloud Run automatically scales up or down from zero to N depending on traffic. https://cloud.google.com/run
upvoted 27 times
...
nubelukita45852
Most Recent 2 months ago
Selected Answer: A
Cloud Run es una plataforma serverless que permite ejecutar contenedores de manera altamente escalable y a un costo muy bajo, ya que solo se paga por las solicitudes recibidas y el tiempo de ejecución. Dado que la aplicación recibe pocas solicitudes por día, Cloud Run es la opción más rentable, ya que no incurre en costos cuando no hay tráfico. Además, es fácil de implementar y mantiene la infraestructura al mínimo, lo que optimiza tanto costos como administración.
upvoted 1 times
...
Mohammed52
5 months, 1 week ago
Selected Answer: A
A is correct
upvoted 1 times
...
MUNHU
5 months, 2 weeks ago
A is the correct answer
upvoted 1 times
...
subha.elumalai
6 months ago
Correct Answer: B
upvoted 1 times
...
BAofBK
1 year ago
The correct answer is A
upvoted 1 times
...
BAofBK
1 year ago
The correct answer is A
upvoted 1 times
...
Captain1212
1 year, 2 months ago
Selected Answer: A
A, as it does not include the infra services and its cheaper
upvoted 1 times
...
sthapit
1 year, 3 months ago
Should be A
upvoted 1 times
...
yash_901
1 year, 6 months ago
Can anyone confirm these questions are the exact questions that would come in the exam? I can see there are 201 questions mentioned but I got only 197. Also, with each question, its mentioned topic 1. Does that mean there are more topics for ACE exam?
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 9 months ago
Selected Answer: A
Definitely the correct answer is A, which is deploying the container on Cloud Run, is the most cost-effective option to deploy a container image that exposes an HTTP endpoint and receives very few requests per day. Cloud Run is a fully managed serverless platform that allows you to run stateless containers and automatically scales up or down based on incoming requests. With Cloud Run, you only pay for the actual usage, so if your application receives very few requests per day, your costs will be minimal.
upvoted 7 times
...
cslince
1 year, 11 months ago
Selected Answer: A
Correct Answer should be A
upvoted 1 times
...
Zoze
2 years ago
Selected Answer: A
A is correct, it's scaled automatically and service-lees and more cheaper than GKE.
upvoted 2 times
...
leogor
2 years ago
Selected Answer: A
Serverless option: Cloud Run is the cheapest
upvoted 1 times
...
Cornholio_LMC
2 years, 2 months ago
had this question today
upvoted 7 times
...
xharf
2 years, 3 months ago
Don't forget that cloud run invoking rules "Cloud Run redirects all HTTP requests to HTTPS but terminates TLS before they reach your web service." in last case when i use cloud run with POST request and HTTP method, it will generate bug which redirect the request to GET https header :) https://cloud.google.com/run/docs/triggering/https-request#
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 ...