Caching Patterns interview questions

15 real Caching Patterns questions from the Redis bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Cache-aside?

Junior
  1. A.a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  2. B.the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
  3. C.a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  4. D.a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
Reveal the answer + AI explanation — free account

2. Which term means: "a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself"?

Junior
  1. A.Write-behind
  2. B.Cache stampede
  3. C.Cache-aside
  4. D.Write-through
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.Cache-aside — a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  2. B.Cache-aside — using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
  3. C.Cache-aside — a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  4. D.Cache-aside — the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
Reveal the answer + AI explanation — free account

4. What is Write-through?

Mid
  1. A.a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  2. B.a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  3. C.a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  4. D.the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
Reveal the answer + AI explanation — free account

5. Which term means: "a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent"?

Mid
  1. A.Write-through
  2. B.Thundering herd mitigation
  3. C.Cache stampede
  4. D.Cache-aside
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Mid
  1. A.Write-through — a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  2. B.Write-through — a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  3. C.Write-through — a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  4. D.Write-through — using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
Reveal the answer + AI explanation — free account

7. What is Write-behind?

Mid
  1. A.a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  2. B.a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  3. C.using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
  4. D.the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
Reveal the answer + AI explanation — free account

8. Which term means: "a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk"?

Mid
  1. A.Write-through
  2. B.Thundering herd mitigation
  3. C.Cache stampede
  4. D.Write-behind
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Mid
  1. A.Write-behind — using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
  2. B.Write-behind — a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  3. C.Write-behind — a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  4. D.Write-behind — the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
Reveal the answer + AI explanation — free account

10. What is Cache stampede?

Senior
  1. A.a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  2. B.a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  3. C.a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
  4. D.the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
Reveal the answer + AI explanation — free account

11. Which term means: "the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store"?

Senior
  1. A.Thundering herd mitigation
  2. B.Cache stampede
  3. C.Write-through
  4. D.Cache-aside
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Senior
  1. A.Cache stampede — the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
  2. B.Cache stampede — a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  3. C.Cache stampede — a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  4. D.Cache stampede — a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
Reveal the answer + AI explanation — free account

13. What is Thundering herd mitigation?

Senior
  1. A.a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  2. B.using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
  3. C.a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  4. D.a strategy where updates hit the cache immediately and are flushed to the database asynchronously, improving latency at durability risk
Reveal the answer + AI explanation — free account

14. Which term means: "using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data"?

Senior
  1. A.Write-through
  2. B.Thundering herd mitigation
  3. C.Cache-aside
  4. D.Cache stampede
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Senior
  1. A.Thundering herd mitigation — a pattern where the application checks the cache first, loads from the database on a miss, and then populates the cache itself
  2. B.Thundering herd mitigation — a strategy where every update is written to both the cache and the backing store synchronously, keeping them consistent
  3. C.Thundering herd mitigation — the surge of many simultaneous requests recomputing the same expired entry, overwhelming the backing store
  4. D.Thundering herd mitigation — using a short lock or single-flight so only one request rebuilds a missing entry while others wait or serve stale data
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a scored voice mock interview

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.

Practice Caching Patterns free