
Answer-first summary for fast verification
Answer: An intimement caching system that can scale.
Preemptible VMs are suitable for applications that can tolerate disruptions and are not mission-critical. They are a good option for cost-sensitive workloads that can be interrupted and restarted without causing any major problems. An intimement caching system is a good example of a workload that is suitable for preemptible VMs. Caching systems are designed to store frequently accessed data in memory, so that it can be retrieved more quickly. This makes them ideal for applications that require high performance, such as web applications. If a caching system is preempted, the data that it is caching will be lost. However, this is not a major problem, as the data can be retrieved from the underlying database. The other options are not suitable for preemptible VMs. A video rendering platform is a mission-critical application that cannot tolerate disruptions. The public-facing website of an organization is also a mission-critical application. A distributed NoSQL database cluster is not suitable for preemptible VMs, as it requires a quorum of nodes to be available in order to function properly. Therefore, the best option for preemptible VMs is an intimement caching system.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
After evaluating different possibilities to reduce costs of virtual machines (VMs) for your organization, you have decided to opt for preemptible VM instances. What kind of application is suitable for this type of VMs?
A
A distributed NoSQL database cluster with eventual consistency and a sufficient quorum.
B
An intimement caching system that can scale.
C
The public-facing website of the organization.
D
A video rendering platform accelerated by GPUs that retrieving and preserving videos in a storage bucket.