exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 74 discussion

Actual exam question from CompTIA's CV0-003
Question #: 74
Topic #: 1
[All CV0-003 Questions]

A company is currently running a website on site. However, because of a business requirement to reduce current RTO from 12 hours to one hour, and the RPO from one day to eight hours, the company is considering operating in a hybrid environment. The website uses mostly static files and a small relational database.
Which of the following should the cloud architect implement to achieve the objective at the LOWEST cost possible?

  • A. Implement a load-balanced environment in the cloud that is equivalent to the current on-premises setup and use DNS to shift the load from on premises to cloud.
  • B. Implement backups to cloud storage and infrastructure as code to provision the environment automatically when the on-premises site is down. Restore the data from the backups.
  • C. Implement a website replica in the cloud with auto-scaling using the smallest possible footprint. Use DNS to shift the load from on premises to the cloud.
  • D. Implement a CDN that caches all requests with a higher TTL and deploy the IaaS instances manually in case of disaster. Upload the backup on demand to the cloud to restore on the new instances.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
reto1
10 months, 3 weeks ago
B. Implement backups to cloud storage and infrastructure as code to provision the environment automatically when the on-premises site is down. Restore the data from the backups. Explanation: Cost Efficiency: This approach avoids the expense of running a continuously active cloud environment by utilizing cloud storage for backups, which is generally cheaper than maintaining a fully replicated environment. Automated Provisioning: Using infrastructure as code allows for quick and efficient deployment of resources when needed, reducing the RTO to the required one hour by automating the recovery process. Backup Restoration: By performing regular backups to cloud storage, the RPO can be met at eight hours by ensuring that data is up to date within that timeframe.
upvoted 2 times
...
uzey
11 months, 3 weeks ago
Selected Answer: C
This option provides a balance of cost-effectiveness, performance, and disaster recovery capabilities. While other options might address some aspects of the requirements, they either incur higher costs or do not fully meet the RTO and RPO objectives
upvoted 1 times
...
kuzummjakk
1 year, 4 months ago
Selected Answer: B
C is more expensive than B. With C, you're paying for two operational websites 100% of the time.
upvoted 4 times
...
FasterN8
1 year, 5 months ago
Selected Answer: B
Option B is the only one that deals with recovery from a failure of the application (RPO/RTO). Auto-scaling and load balancing and CDNs are about performance and availability, not recovery.
upvoted 2 times
...
alittlesmarternow
1 year, 6 months ago
Selected Answer: C
Option A: Creates a full cloud replica, duplicating on-premises costs. Option B: Incurs regular backup costs and requires manual infrastructure provisioning, increasing complexity and potential human error. Option D: While CDNs reduce load on the origin server, manually deploying instances and uploading backups on demand can be labor-intensive and expensive.
upvoted 1 times
...
Sunshine_boy38
2 years ago
C. Implement a website replica in the cloud with auto-scaling using the smallest possible footprint. Use DNS to shift the load from on-premises to the cloud.
upvoted 1 times
...
Alizadeh
2 years, 3 months ago
Selected Answer: C
C: Implement a website replica in the cloud with auto-scaling using the smallest possible footprint.
upvoted 3 times
...
maelo
2 years, 3 months ago
Key is static files and small DB, can be easily backed up very frequently. Infrastructure as code is used to efficiently raise new instances for getting back to service, thus reducing the RTO and RPO.
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 ...