Answer
Node optimizes concurrency using the non-blocking event loop, internal thread pool, keep-alive agents, and efficient memory handling. Scaling further requires clustering, load balancers, event-driven design, and stream-based processing.