Signal Handling Question: Which signal is generated when we press ctrl-Z? a) SIGKILL b) SIGSTOP c) SIGABRT d) SIGINT Linux Signal Handling Interview QuestionAnswer: d) SIGINT Previous QuestionNext QuestionIf 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 processWhich signal is sent when the Child process terminates? a) SIGINIT b) SIGKILL c) SIGSTOP d) SIGCHLD