Concurrency

0%
  • What are the benefits of multi-threading?

    Junior
  • What is concurrency?

    Junior
  • What is context-switching?

    Junior
  • What is parallelism?

    Junior
  • What is the difference between multi-programming, multi-threading, and multi-processing?

    Junior
  • What is the difference between process and thread?

    Junior
  • What is thread priority?

    Junior
  • How do threads communicate with each other?

    Mid
  • What is a blocking queue?

    Mid
  • What is a daemon thread?

    Mid
  • What is a Mutex?

    Mid
  • What is a thread pool?

    Mid
  • What is an atomic operation?

    Mid
  • What is Deadlock?

    Mid
  • What is starvation?

    Mid
  • Compare the Actor Model and Threading Model in the context of concurrency?

    Senior
  • Describe what is meant by thread-safe.

    Senior
  • Name the different types of semaphores.

    Senior
  • What is a Race Condition?

    Senior
  • What is a semaphore?

    Senior