Signal Handling Question:
Download Questions PDF

If a signal is received by a process, when will it be processed?
a) It is processed immediately
b) It is processed when process is switching to kernel mode
c) It is processsed in the next timeslice given to the process

Answer:

b) It is processed when process is switching to kernel mode

Download Linux Signal Handling Interview Questions And Answers PDF

Previous QuestionNext Question
Which signal is generated when we press control-C?
a) SIGINT
b) SIGTERM
c) SIGKILL
d) SIGSEGV
Which signal is generated when we press ctrl-Z?
a) SIGKILL
b) SIGSTOP
c) SIGABRT
d) SIGINT