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

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

You are planning to migrate a database and a backend application to a Standard Google Kubernetes Engine (GKE) cluster. You need to prevent data loss and make sure there are enough nodes available for your backend application based on the demands of your workloads. You want to follow Google-recommended practices and minimize the amount of manual work required. What should you do?

  • A. Run your database as a StatefulSet. Configure cluster autoscaling to handle changes in the demands of your workloads.
  • B. Run your database as a single Pod. Run the resize command when you notice changes in the demands of your workloads.
  • C. Run your database as a DaemonSet. Run the resize command when you notice changes in the demands of your workloads.
  • D. Run your database as a Deployment. Configure cluster autoscaling to handle changes in the demands of your workloads.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
MohannadSamir
1 month ago
Selected Answer: A
Prevent data loss --> StatefulSet
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 ...