Signal Handling Question:
Download Questions PDF

When real interval timer expires which signal is generated?
a) SIGINT
b) SIGCHLD
c) SIGKILL
d) SIGALRM

Linux Signal Handling Interview Question
Linux Signal Handling Interview Question

Answer:

d) SIGALRM

Download Linux Signal Handling Interview Questions And Answers PDF

Previous QuestionNext Question
Another signal that cannot be caught is:
a) SIGPIPE
b) SIGHUP
c) SIGSTOP
d) SIGUSR1
Signals are handled using which system call?
a) kill
b) signal
c) both
d) none