Exam CV0-003 All QuestionsBrowse all questions from this exam
Question 181

A cloud administrator is monitoring a database system and notices an unusual increase in the read operations, which is causing a heavy load in the system. The system is using a relational database and is running in a VM. Which of the following should the administrator do to resolve the issue with minimal architectural changes?

    Correct Answer: B

    To address the heavy load caused by an increase in read operations with minimal architectural changes, implementing a cache system to store read operations is the most effective solution. Caching frequently accessed data can significantly reduce the load on the database by serving data from the cache rather than querying the database each time. This can enhance performance without the need for a major overhaul of the current system architecture.

Discussion
BeauChateauOption: B

To resolve the issue with minimal architectural changes, the cloud administrator should implement option B: use a cache system to store read operations. Caching is a technique that stores frequently used data in a cache, which is faster to access than retrieving the data from the original data source. By caching frequently accessed read operations, the load on the system can be significantly reduced, resulting in improved performance.

davidsvidaOption: B

AustinKelley is incorrect. caching has to do with read

CXSSPOption: B

B. Use a cache system to store reading operations

bagsik89Option: B

Definitely B.

DaymeyonOption: B

Chosen answer looks correct: Database Caching - AWS - database-caching A database cache supplements your primary database by removing unnecessary pressure on it, typically in the form of frequently accessed read data.

AustinKelleyNetOption: C

I think a standby database would be better.