Hard1 markMultiple Choice
AZ-900 · Question 46 · Domain 3.1: Cost Management in Azure
A developer needs to run a batch processing job that takes 4 hours to complete. The job can be interrupted and restarted without losing progress. Which compute purchasing option provides the lowest cost for this specific workload?
A developer needs to run a batch processing job that takes 4 hours to complete. The job can be interrupted and restarted without losing progress. Which compute purchasing option provides the lowest cost for this specific workload?
Answer options:
A.
Pay-as-you-go Virtual Machines
B.
1-year Azure Reservation
C.
Azure Spot Virtual Machines
D.
Azure Dedicated Host
How to approach this question
Match the requirement 'can be interrupted' with the corresponding discounted compute option.
Full Answer
C.Azure Spot Virtual Machines✓ Correct
Azure Spot Virtual Machines allow you to take advantage of unused capacity at a significant cost savings. However, if Azure needs the capacity back, it will evict the Spot VM. This is ideal for batch jobs that can handle interruptions.
Common mistakes
Selecting Reservations. Reservations are for continuous, long-term workloads.
Practice the full Azure Fundamentals AZ-900 Practice Exam 1
60 questions · hints · full answers · grading
More questions from this exam
Q01Which of the following best describes cloud computing?EasyQ02True or False: In an Infrastructure as a Service (IaaS) model, the cloud provider is responsible ...EasyQ03Which TWO of the following are recognized cloud deployment models? (Select TWO)MediumQ04What is the primary benefit of high availability in cloud computing?EasyQ05Which financial model allows a company to pay only for the computing resources they use, rather t...Easy
Expert