Home > Linux > Quizzes > Linux Basics Practice Test: IPC
Linux Basics Practice Test: IPC
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 73% Most missed: “A server which is handling one client at a time is called as”
Inter-process communication (IPC) is a set of mechanisms that allow processes in an operating system to communicate with each other. In Linux, IPC allows processes to: Synchronize with other processes using semaphores, Send messages to other processes, Receive messages from other processes, and Share a memory area with other processes.  IPC is a crucial part of any Linux system.  Linux has several IPC mechanisms, including: Pipes: A simple form of IPC that allows two related processes to communicate Named pipes: Similar to regular pipes, but they are given a name and are accessed via the... Show more
Linux Basics Practice Test: IPC
Time left 00:00
20 Questions

1. Race condition can be avoided by using
2. Which is Fastest IPC?
3. One process requires M resource to complete a job. What should be the minimum number of resources available for N processes so that at least one process can continue to execute without blocking/waiting?
4. Which system call is used to create Sys V message Queue.
5. A communication end-point is identified by
6. What is the persistancy level of Shared memory segments?
7. Command used to check shared memory is
8. Message queues are created in
9. The structure which keeps the information about shared memory in the kernel is
10. Which is not the correct option for removing a message queue
11. Which one of the following is not system V IPC ?
12. A server which is handling many clients at a time is called as
13. What mkfifo() creats?
14. Which is not the correct option for removing a message queue
15. What is the persistancy level of Shared memory segments?
16. Advantage of FIFO over pipe is
17. The structure which keeps the information about shared memory in the kernel is
18. A server which is handling one client at a time is called as
19. Which is true regarding pipes?
20. Advantage of FIFO over pipe is