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 246 discussion

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

Your company wants to migrate their on-premises workloads to Google Cloud. The current on-premises workloads consist of:

• A Flask web application
• A backend API
• A scheduled long-running background job for ETL and reporting

You need to keep operational costs low. You want to follow Google-recommended practices to migrate these workloads to serverless solutions on Google Cloud. What should you do?

  • A. Migrate the web application to App Engine and the backend API to Cloud Run. Use Cloud Tasks to run your background job on Compute Engine.
  • B. Migrate the web application to App Engine and the backend API to Cloud Run. Use Cloud Tasks to run your background job on Cloud Run.
  • C. Run the web application on a Cloud Storage bucket and the backend API on Cloud Run. Use Cloud Tasks to run your background job on Cloud Run.
  • D. Run the web application on a Cloud Storage bucket and the backend API on Cloud Run. Use Cloud Tasks to run your background job on Compute Engine.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
interesting_owl
Highly Voted 10 months, 3 weeks ago
Selected Answer: B
it's asking for a serverless solution so A and D are automatically out due to the inclusion of Compute Engine (server-based solution). you would use App engine to run a web app, not cloud storage. That's why it's B
upvoted 8 times
...
joao_01
Most Recent 1 year, 2 months ago
Selected Answer: B
Its B, it's serveless and low cost
upvoted 3 times
...
scanner2
1 year, 3 months ago
Selected Answer: B
Since the question is asking about serverless solutions. Here, B is the correct answer. Migrate web application to the App Engine. Migrate backend API to Cloud Run. Migrate scheduled long-running job to Cloud Task that will run the background job using Cloud Run.
upvoted 3 times
...
[Removed]
1 year, 3 months ago
Selected Answer: B
Serverless
upvoted 3 times
...
3arle
1 year, 3 months ago
Selected Answer: B
B is most reasonable
upvoted 2 times
...
qannik
1 year, 4 months ago
Selected Answer: B
https://cloud.google.com/architecture/migration-to-gcp-deploying-your-workloads
upvoted 3 times
...
gpais
1 year, 4 months ago
Selected Answer: B
B seems the best option
upvoted 2 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 ...