Quiz: Real-Time, Background Work, and Offline Strategies
Test your understanding of Real-Time, Background Work, and Offline Strategies.
We'll cover the following...
Technical Quiz
1
Which approach is best when the server can push updates immediately as they happen?
A)
Polling every 30 seconds
B)
WebSocket (or SSE) push updates
C)
LocalStorage caching only
D)
Debouncing API calls in the UI
Question 1 of 120 attempted
...