Child Process
Child Process is a Node.js topic. In plain words you use it for use all CPU cores in production box. Don’t start with a slogan — start with that picture.
Smallest example: cluster.fork or PM2. Type it, run it, and say what you see. If you can do that from memory, you know Child Process.
From the example next to this theory — Child Process: find user 2, then list names.
Trap — in-memory session without sticky. Fix that before you talk about advanced Node.js.
Viva — what is Child Process? Then show cluster.fork or PM2. Then name the trap.
What is Child Process? Show this: cluster.fork or PM2. Trap: in-memory session without sticky.