Topic 1 Question 8
You are a program manager within a Software as a Service (SaaS) company that offers rendering software for animation studios. Your team needs the ability to allow scenes to be scheduled at will and to be interrupted at any time to restart later. Any individual scene rendering takes less than 12 hours to complete, and there is no service-level agreement (SLA) for the completion time for all scenes. Results will be stored in a global Cloud Storage bucket. The compute resources are not bound to any single geographical location. This software needs to run on Google Cloud in a cost-optimized way. What should you do?
Deploy the application on Compute Engine using preemptible instances
Develop the application so it can run in an unmanaged instance group
Create a reservation for the minimum number of Compute Engine instances you will use
Start more instances with fewer virtual centralized processing units (vCPUs) instead of fewer instances with more vCPUs
ユーザの投票
コメント(17)
A for me - Can be interrupted at any time to restart later, software needs to run on Google Cloud in a cost-optimized way
👍 15shamg2022/01/03- 正解だと思う選択肢: A
Because:
- be interrupted at any time to restart later.
- needs to run on Google Cloud in a cost-optimized way
Therefore, it should be A
👍 4albert_kuo2022/04/24 - 正解だと思う選択肢: A
A in my opinion
👍 2beginnercloud2022/02/21
シャッフルモード