Beginner System Design
Q6 / 100

What is "caching" in system design?

Correct! Well done.

Incorrect.

The correct answer is A) Temporarily storing frequently accessed data in a fast-access location to reduce latency and load on the primary data source

A

Correct Answer

Temporarily storing frequently accessed data in a fast-access location to reduce latency and load on the primary data source

Explanation

Caching stores copies of data (e.g., in memory) closer to where it's needed, reducing repeated expensive computations or database queries and improving response times.

Progress
6/100