Topic 1 Question 44
You need to select and configure compute resources for a set of batch processing jobs. These jobs take around 2 hours to complete and are run nightly. You want to minimize service costs. What should you do?
Select Google Kubernetes Engine. Use a single-node cluster with a small instance type.
Select Google Kubernetes Engine. Use a three-node cluster with micro instance types.
Select Compute Engine. Use preemptible VM instances of the appropriate standard machine type.
Select Compute Engine. Use VM instance types that support micro bursting.
ユーザの投票
コメント(17)
As everyone has said the answer is C but here is the source for the information. "For example, batch processing jobs can run on preemptible instances. If some of those instances stop during processing, the job slows but does not completely stop. Preemptible instances complete your batch processing tasks without placing additional workload on your existing instances and without requiring you to pay full price for additional normal instances."
srouce: https://cloud.google.com/compute/docs/instances/preemptible
👍 53gcper2020/10/14I woud say C is the correct answer
👍 29vnxt2020/05/02- 正解だと思う選択肢: C
ANSWER C. Select Compute Engine. Use preemptible VM instances of the appropriate standard machine type.
Preemptible VM instances offer the lowest cost for batch processing jobs in the Google Cloud Platform. Preemptible VM instances are computed instances that can run for a maximum of 24 hours and provide no availability guarantees. Preemptible VM instances are up to 80% cheaper than standard compute instances, making them an excellent choice for batch-processing workloads that can be interrupted.
The small instance type in a single-node cluster (ANSWER A) would not provide enough resources for batch processing jobs, and the micro instance types in a three-node cluster (ANSWER B) may not provide enough resources for the batch processing jobs to complete within the allotted time. VM instance types that support micro-bursting (ANSWER D) may not provide enough sustained CPU performance to complete batch processing jobs within the desired time frame.
👍 5Buruguduystunstugudunstuy2023/02/19
シャッフルモード