Interview question
Redis caching strategy: cache-aside vs write-through
Asked in Pfizer Backend Engineer interviews
Asked by
58% candidates
Difficulty
Medium
Round
Technical Round
AI synthesized from candidate reports
Question 3 of 5
Redis caching strategy: cache-aside vs write-through
Medium57% Candidate ReportsTECHNICALPfizerBackend Engineer
Question
Redis caching strategy: cache-aside vs write-through
High-Level Approach
Cache-aside with TTL + explicit invalidation on writes; monitor hit ratio.