Topic 1 Question 218
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?
Create an Instance Template with Spot VMs On. Create a Managed Instance Group from the template and adjust Target CPU Utilization. Migrate the workload.
Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.
Migrate the workload to a Google Kubernetes Engine cluster with Spot nodes.
Migrate the workload to a Compute Engine Spot VM.
ユーザの投票
コメント(13)
- 正解だと思う選択肢: B
B. Migrating the workload to a Compute Engine VM and starting and stopping the instance as needed allows you to control when the task runs. This approach provides flexibility in terms of when to initiate the batch process, and it can be easily scheduled to run monthly. By stopping the instance when the task is not running, you can save on compute costs.
👍 5shreykul2023/07/23 another repeated question.
👍 3Ell892023/10/12- 正解だと思う選択肢: B
I had this question in my exam. There was Spot VM option available, but I still picked manual starting/stopping as job is not fault tolerant.
👍 3VijKall2023/11/07
シャッフルモード