LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


A financial organization conducts nightly analysis of daily transactions, requiring a three-hour processing window between midnight and 5am. Currently, this analysis runs on standard Compute Engine instances with OS-level guardrails for compliance, capable of handling interruptions. With the project extending for six more months, which option would optimize the cost?

Real Exam



Explanation:

Preemptible instances offer the lowest cost and are ideal for batch processing tasks like this one. While committed-use instances provide cost savings, they require a 1 or 3-year commitment, which doesn't align with the project's six-month timeline. Standard instances, though reliable, are more expensive and not the optimal choice for cost reduction in this scenario. Preemptible VM instances and resource-based committed use discounts are key references for understanding these options.

Powered ByGPT-5