ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 114 - CV0-004 discussion

Report
Export

A cloud solutions architect needs to design a solution that will collect a report and upload it to an object storage service every time a virtual machine is gracefully or non-gracefully stopped. Which of the following will best satisfy this requirement?

A.
An event-driven architecture that will send a message when the VM shuts down to a log-collecting function that extracts and uploads the log directly from the storage volume
Answers
A.
An event-driven architecture that will send a message when the VM shuts down to a log-collecting function that extracts and uploads the log directly from the storage volume
B.
Creating a webhook that will trigger on VM shutdown API calls and upload the requested files from the volume attached to the VM into the object-defined storage service
Answers
B.
Creating a webhook that will trigger on VM shutdown API calls and upload the requested files from the volume attached to the VM into the object-defined storage service
C.
An API of the object-defined storage service that will scrape the stopped VM disk and self-upload the required files as objects
Answers
C.
An API of the object-defined storage service that will scrape the stopped VM disk and self-upload the required files as objects
D.
A script embedded on the stopping VM's OS that will upload the logs on system shutdown
Answers
D.
A script embedded on the stopping VM's OS that will upload the logs on system shutdown
Suggested answer: A

Explanation:

An event-driven architecture is suited for this scenario, where an event (like a VM shutdown) triggers a function to execute specific tasks (log collection and upload). This approach is efficient and ensures that the logs are collected and uploaded to an object storage service every time the VM is stopped, regardless of whether it is a graceful or non-graceful shutdown.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Delivery Implementations

asked 02/10/2024
ftere yagoglu
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first