Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Cloud Digital Leader All Questions

View all questions & answers for the Cloud Digital Leader exam

Exam Cloud Digital Leader topic 1 question 8 discussion

Actual exam question from Google's Cloud Digital Leader
Question #: 8
Topic #: 1
[All Cloud Digital Leader Questions]

You are a program manager within a Software as a Service (SaaS) company that offers rendering software for animation studios. Your team needs the ability to allow scenes to be scheduled at will and to be interrupted at any time to restart later. Any individual scene rendering takes less than 12 hours to complete, and there is no service-level agreement (SLA) for the completion time for all scenes. Results will be stored in a global Cloud Storage bucket. The compute resources are not bound to any single geographical location. This software needs to run on Google Cloud in a cost-optimized way.
What should you do?

  • A. Deploy the application on Compute Engine using preemptible instances
  • B. Develop the application so it can run in an unmanaged instance group
  • C. Create a reservation for the minimum number of Compute Engine instances you will use
  • D. Start more instances with fewer virtual centralized processing units (vCPUs) instead of fewer instances with more vCPUs
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
shamg
Highly Voted 2 years, 10 months ago
A for me - Can be interrupted at any time to restart later, software needs to run on Google Cloud in a cost-optimized way
upvoted 18 times
...
cookieMr
Highly Voted 1 year, 5 months ago
Selected Answer: A
Preemptible VMs are cost-effective instances that can be used for short-lived and non-critical workloads. Since the rendering of individual scenes takes less than 12 hours and can be interrupted and restarted, you can leverage preemptible VMs to perform the rendering tasks. Preemptible VMs are available at a significantly lower cost compared to regular instances but can be preempted by GCP with a 30-second notice. By designing your rendering workflow to handle interruptions gracefully, such as checkpointing and resuming, you can take advantage of the cost savings provided by preemptible VMs.
upvoted 13 times
...
Swollenbadger
Most Recent 3 months ago
Selected Answer: A
I had no idea what to say, but chose A because "there is no service level agreement" and because preemptible instances are both cost-effective and would likely lend themselves well to a situation where support is limited.
upvoted 1 times
...
Surek
11 months ago
Answer is A
upvoted 1 times
...
Lakshvenkat
11 months ago
Selected Answer: A
A is the correct answer
upvoted 1 times
...
GCPHERO1234
11 months, 2 weeks ago
A is correct
upvoted 1 times
...
chai_gpt
1 year ago
Selected Answer: A
A is correct
upvoted 1 times
...
mdsarfraz69
1 year, 2 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
zambonini
1 year, 6 months ago
Selected Answer: A
Can be interrupted at any time to restart later.
upvoted 1 times
...
Rafa_M
1 year, 7 months ago
Selected Answer: A
Answer A: "Preemptible VM instances are available at much lower price—a 60-91% discount—compared to the price of standard VMs. However, Compute Engine might stop (preempt) these instances if it needs to reclaim the compute capacity for allocation to other VMs"
upvoted 1 times
...
Sp4nner
1 year, 7 months ago
Selected Answer: A
can be interrupted = preemptible
upvoted 2 times
...
MHx1
1 year, 8 months ago
Selected Answer: A
A - Instances with deep savings but at the cost of being interrupted
upvoted 1 times
...
star2anand
1 year, 8 months ago
A. Deploy the application on Compute Engine using preemptible instances
upvoted 1 times
...
gviolant
1 year, 10 months ago
Selected Answer: A
Preemptible VMs are highly affordable, short-lived compute instances suitable for batch jobs and fault-tolerant workloads. Preemptible VMs offer the same machine types and options as regular compute instances and last for up to 24 hours.
upvoted 1 times
...
ucsdmiami2020
1 year, 11 months ago
Selected Answer: A
Per Google docs, "Preemptible VM instances are available at much lower price—a 60-91% discount—compared to the price of standard VMs. However, Compute Engine might stop (preempt) these instances if it needs to reclaim the compute capacity for allocation to other VMs" https://cloud.google.com/compute/docs/instances/preemptible#what_is_a_preemptible_instance
upvoted 1 times
...
Pou1ze
1 year, 12 months ago
Selected Answer: A
12h ok, is compatible with the restart time palnned for premptible VMs (24H), and also unpredictable stop of VMs
upvoted 1 times
...
allannvictor
2 years, 2 months ago
Selected Answer: A
A in my opiniion
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...