| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which one of the following is not shared by threads?

Correct Answer is : both program counter and stack

2. A process can be

Correct Answer is : both single threaded and multithreaded

3. If one thread opens a file with read privileges then

Correct Answer is : other threads in the same process can also read from that file

4. The time required to create a new thread in an existing process is

Correct Answer is : less than the time required to create a new process

5. When the event for which a thread is blocked occurs,

Correct Answer is : thread moves to the ready queue