nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #52

Your application has repeated data requests of the exact same nature. At the same time, the number of user requests is increasing. Monitoring indicates that the load on the existing database is…

The correct answer is A. Use Cloud Memorystore to improve speed via caching. Cloud Memorystore is an in-memory database that has sub-millisecond latency. This is ideal for caching application data that also changes once in a while. https://cloud.google.com/memorystore

Optimizing Application Performance and Scalability

Question

Your application has repeated data requests of the exact same nature. At the same time, the number of user requests is increasing. Monitoring indicates that the load on the existing database is increasing, and there seems to be a bottleneck. An analysis of the data requested shows us that it is application-managed data and that it changes, but not often. How can you improve the efficiency of the application?

Options

  • AUse Cloud Memorystore to improve speed via caching
  • BIncrease the amount of RAM on the machine hosting the database so that it has higher data
  • CUse Cloud Storage with multi-regional storage so that all users accessing the data will have lower
  • DIncrease the number of CPUs on the machine hosting the database so that it has higher data

How the community answered

(25 responses)
  • A
    72% (18)
  • B
    8% (2)
  • C
    4% (1)
  • D
    16% (4)

Explanation

Cloud Memorystore is an in-memory database that has sub-millisecond latency. This is ideal for caching application data that also changes once in a while. https://cloud.google.com/memorystore

Topics

#Caching#Application Scalability#Database Optimization#Cloud Memorystore

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice