Coordination interview questions

15 real Coordination questions from the Concurrency bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Condition variable?

Mid
  1. A.a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  2. B.a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  3. C.a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
  4. D.a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
Reveal the answer + AI explanation — free account

2. Which term means: "a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting"?

Mid
  1. A.Latch
  2. B.Producer-consumer
  3. C.Condition variable
  4. D.Barrier
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Mid
  1. A.Condition variable — a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
  2. B.Condition variable — a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  3. C.Condition variable — a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
  4. D.Condition variable — a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
Reveal the answer + AI explanation — free account

4. What is Barrier?

Mid
  1. A.a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
  2. B.an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  3. C.a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  4. D.a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Mid
  1. A.Barrier — a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  2. B.Barrier — an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  3. C.Barrier — a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  4. D.Barrier — a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
Reveal the answer + AI explanation — free account

7. What is Latch?

Mid
  1. A.a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
  2. B.a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
  3. C.a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  4. D.an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
Reveal the answer + AI explanation — free account

8. Which term means: "a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset"?

Mid
  1. A.Latch
  2. B.Condition variable
  3. C.Spurious wakeup
  4. D.Producer-consumer
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Mid
  1. A.Latch — a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  2. B.Latch — an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  3. C.Latch — a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  4. D.Latch — a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
Reveal the answer + AI explanation — free account

10. What is Producer-consumer?

Junior
  1. A.an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  2. B.a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  3. C.a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  4. D.a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
Reveal the answer + AI explanation — free account

11. Which term means: "a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer"?

Junior
  1. A.Barrier
  2. B.Condition variable
  3. C.Latch
  4. D.Producer-consumer
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Junior
  1. A.Producer-consumer — an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  2. B.Producer-consumer — a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
  3. C.Producer-consumer — a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  4. D.Producer-consumer — a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
Reveal the answer + AI explanation — free account

13. What is Spurious wakeup?

Mid
  1. A.an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  2. B.a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  3. C.a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
  4. D.a one-shot gate that holds threads until a count reaches zero, after which it stays open permanently and cannot be reset
Reveal the answer + AI explanation — free account

14. Which term means: "an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop"?

Mid
  1. A.Barrier
  2. B.Spurious wakeup
  3. C.Condition variable
  4. D.Latch
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Mid
  1. A.Spurious wakeup — a synchronization point where each participating thread must arrive and wait until all others reach it before any may proceed
  2. B.Spurious wakeup — an event where a waiting thread resumes without being signaled, which is why waits should re-check their predicate inside a loop
  3. C.Spurious wakeup — a primitive that lets a thread sleep until notified that some predicate over shared state may have become true, releasing its lock while waiting
  4. D.Spurious wakeup — a pattern where one set of tasks generates items into a shared buffer while another set removes and processes them, decoupled by that buffer
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a scored voice mock interview

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.

Practice Coordination free