nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #132

You are a program manager in a company and handling a project and you need to create a virtual machine on google cloud console that will be very simple to set up, by flipping a bit via command, API…

The correct answer is B. Preemptible Virtual Machines. Preemptible VMs are low-cost Compute Engine instances that cost 70-80% less than standard VMs, can be reclaimed by Google with a 30-second shutdown notice, and are ideal for fault-tolerant batch workloads.

Understanding Core Google Cloud Services and Cost Management

Question

You are a program manager in a company and handling a project and you need to create a virtual machine on google cloud console that will be very simple to set up, by flipping a bit via command, API, or with developer console that gives you 30 seconds to shut down when you're preempted, allow you to save your work that also helps in the company budget upto 70-80% of less charges than the regular VMs.

Options

  • ABare Metal Solutions
  • BPreemptible Virtual Machines.
  • CGoogle Cloud VM Instances
  • DNone of the above.

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    73% (24)
  • C
    15% (5)
  • D
    3% (1)

Why each option

Preemptible VMs are low-cost Compute Engine instances that cost 70-80% less than standard VMs, can be reclaimed by Google with a 30-second shutdown notice, and are ideal for fault-tolerant batch workloads.

ABare Metal Solutions

Bare Metal Solutions provide dedicated physical servers for specialized workloads like SAP HANA and do not offer preemption mechanics or the described discount pricing model.

BPreemptible Virtual Machines.Correct

Preemptible Virtual Machines are a specific Compute Engine instance type that Google can terminate (preempt) when capacity is needed elsewhere, providing a 30-second preemption notice via an ACPI G2 soft off signal so workloads can checkpoint state. In exchange, they are priced at 60-91% less than equivalent on-demand VMs, directly matching the scenario description of 30-second shutdown warning and 70-80% cost savings.

CGoogle Cloud VM Instances

Standard Google Cloud VM Instances are regular on-demand VMs with no preemption behavior and no built-in 70-80% discount over themselves.

DNone of the above.

None of the above is incorrect because Preemptible Virtual Machines exactly match every characteristic described in the scenario.

Concept tested: Preemptible VM pricing and preemption behavior

Source: https://cloud.google.com/compute/docs/instances/preemptible

Topics

#Google Cloud Compute Engine#Virtual Machines#Cost Optimization#Preemptible VMs

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice