ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 136 - Associate Cloud Engineer discussion

Report
Export

Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runs monthly, can be performed offline, and must be restarted if interrupted. You want to migrate this workload to the cloud while minimizing cost. What should you do?

A.
Migrate the workload to a Compute Engine Preemptible VM.
Answers
A.
Migrate the workload to a Compute Engine Preemptible VM.
B.
Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.
Answers
B.
Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.
C.
Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.
Answers
C.
Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.
D.
Create an Instance Template with Preemptible VMs On. Create a Managed Instance Group from the template and adjust Target CPU Utilization. Migrate the workload.
Answers
D.
Create an Instance Template with Preemptible VMs On. Create a Managed Instance Group from the template and adjust Target CPU Utilization. Migrate the workload.
Suggested answer: D

Explanation:

Install the workload in a compute engine VM, start and stop the instance as needed, because as per the question the VM runs for 30 hours, process can be performed offline and should not be interrupted, if interrupted we need to restart the batch process again. Preemptible VMs are cheaper, but they will not be available beyond 24hrs, and if the process gets interrupted the preemptible VM will restart.

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

Leave a comment first