CORRECT TEXT
Which process has a PID of 1.
Type in the process name?
Answer: init 1
Explanation:
init process has 1 process ID so init is called the parent of all process. You can check the process tree using pstree and using top command PID, memory stats, nice value etc.