What is the difference between concurrency and parallelism?

technical-conceptual · Junior level · software-engineering

What the interviewer is really asking

Tests understanding of fundamental execution models that affect how engineers write and reason about multi-threaded or async code.

What to say

What to avoid

Example answers

Strong: A web server handling 1,000 simultaneous requests on a single thread via async I/O is concurrent — it interleaves progress without running them truly at the same time. If it used a thread pool across 8 cores, it's also parallel.

Weak: Concurrency is when your program uses multiple threads. Parallelism is the same thing.

Want questions matched to your role? Paste a job title, job description, or CV and get a personalized set, or go Pro to unlock the full bank.