15 real Cache Problems questions from the Caching 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 stampede?
Mid
A.a single popular entry receiving disproportionate traffic, overwhelming the one node responsible for it
B.a failure where many concurrent requests all miss for the same expired key and simultaneously hammer the backing store to recompute it
C.a surge of backend load caused when a large set of entries expire at nearly the same moment
D.repeated lookups for keys that do not exist anywhere, bypassing the fast store and overloading the database every time
2. Which term means: "a failure where many concurrent requests all miss for the same expired key and simultaneously hammer the backing store to recompute it"?
A.Cache stampede — repeated lookups for keys that do not exist anywhere, bypassing the fast store and overloading the database every time
B.Cache stampede — a single popular entry receiving disproportionate traffic, overwhelming the one node responsible for it
C.Cache stampede — a failure where many concurrent requests all miss for the same expired key and simultaneously hammer the backing store to recompute it
D.Cache stampede — a surge of backend load caused when a large set of entries expire at nearly the same moment
A.Thundering herd — a surge of backend load caused when a large set of entries expire at nearly the same moment
B.Thundering herd — a failure where many concurrent requests all miss for the same expired key and simultaneously hammer the backing store to recompute it
C.Thundering herd — many waiters waking and competing at once when a single contended resource becomes available or its entry is regenerated
D.Thundering herd — a single popular entry receiving disproportionate traffic, overwhelming the one node responsible for it
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.