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...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
A team notices their cluster-based server reports wildly inconsistent request counts from an in-memory counter variable when hit repeatedly by the same client. What's the most likely explanation?
A
A bug in Node.js's cluster module
B
Different requests are being routed to different workers, each with its own SEPARATE copy of the counter variable
C
The client's network connection is unstable
D
cluster mode disables variables entirely
Check Answer