DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
System Design
What frontend pattern is most directly relevant when consuming data from an AP backend?
A
Assuming all data received is always perfectly fresh
B
Optimistic UI updates and visible staleness indicators (e.g. 'last synced at'), since the data may occasionally be stale or need reconciliation
C
Never displaying any data until a network partition is fully confirmed resolved
D
Disabling the feature entirely whenever the backend is AP
Check Answer