Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

Which design choice is required when a signal is delivered to a multithreaded process?

Choose an option to check your answer.

What happens to the other threads when one thread successfully calls exec()?

Choose an option to check your answer.

After fork() is called by one thread in a multithreaded process, which child behavior is common in POSIX systems?

Choose an option to check your answer.

Which standardized thread API is widely used on UNIX-like systems?

Choose an option to check your answer.

What is the role of a thread library?

Choose an option to check your answer.

What distinguishes the two-level threading model from a basic many-to-many model?

Choose an option to check your answer.

A web server creates a separate execution flow for each incoming request while sharing cached data. Which design is this?

Choose an option to check your answer.