Models interview questions

12 real Models 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 Shared memory model?

Junior
  1. A.a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
  2. B.a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  3. C.a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  4. D.a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
Reveal the answer + AI explanation — free account

2. Which term means: "a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization"?

Junior
  1. A.Message passing
  2. B.Actor model
  3. C.Communicating sequential processes
  4. D.Shared memory model
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.Shared memory model — a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
  2. B.Shared memory model — a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
  3. C.Shared memory model — a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  4. D.Shared memory model — a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
Reveal the answer + AI explanation — free account

4. What is Message passing?

Mid
  1. A.a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  2. B.a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  3. C.a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
  4. D.a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
Reveal the answer + AI explanation — free account

5. Which term means: "a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state"?

Mid
  1. A.Message passing
  2. B.Actor model
  3. C.Shared memory model
  4. D.Communicating sequential processes
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Mid
  1. A.Message passing — a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  2. B.Message passing — a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  3. C.Message passing — a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
  4. D.Message passing — a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
Reveal the answer + AI explanation — free account

7. What is Actor model?

Mid
  1. A.a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
  2. B.a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  3. C.a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
  4. D.a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
Reveal the answer + AI explanation — free account

8. Which term means: "a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time"?

Mid
  1. A.Communicating sequential processes
  2. B.Shared memory model
  3. C.Actor model
  4. D.Message passing
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Mid
  1. A.Actor model — a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  2. B.Actor model — a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  3. C.Actor model — a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
  4. D.Actor model — a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
Reveal the answer + AI explanation — free account

10. What is Communicating sequential processes?

Senior
  1. A.a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  2. B.a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
  3. C.a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  4. D.a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
Reveal the answer + AI explanation — free account

11. Which term means: "a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels"?

Senior
  1. A.Communicating sequential processes
  2. B.Shared memory model
  3. C.Actor model
  4. D.Message passing
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Senior
  1. A.Communicating sequential processes — a paradigm in which isolated entities own private state and interact solely by sending asynchronous messages handled one at a time
  2. B.Communicating sequential processes — a concurrency approach where tasks communicate by exchanging discrete data through channels or mailboxes instead of touching common state
  3. C.Communicating sequential processes — a concurrency approach where tasks communicate by reading and writing common mutable state, requiring explicit synchronization
  4. D.Communicating sequential processes — a formal model where independent processes coordinate by synchronous handoffs over named channels, the basis of Go's goroutines and channels
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 Models free