SD Prep
Home
Topics
Quizzes
Guide
All quizzes
Caching Patterns
System Design Primer
1 / 12
1-4 to answer · Arrow keys to navigate
In cache-aside (lazy loading), what happens on a cache miss?
A
The cache fetches the data from the database automatically
B
The application loads data from the database, writes it to the cache, and returns it
C
The request fails with a 404 error
D
The cache returns a stale version from a backup store
0 / 0 correct