
Answer-first summary for fast verification
Answer: Job B relies on the successful completion of Job A to begin.
The scenario describes a dependency where Job B cannot start until Job A has successfully completed and produced its output. This is because Job B requires the output of Job A as its input. If Job A fails, Job B cannot proceed until Job A is fixed and rerun successfully. Therefore, the correct answer is that Job B has a dependency on Job A to get completed.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a scenario where Job A must complete successfully before Job B can start, and Job B uses the output of Job A as its input, which statement accurately describes the relationship between these two jobs?
A
Job A cannot complete without Job B finishing first.
B
Job B relies on the successful completion of Job A to begin.
C
Both jobs are interdependent and must complete simultaneously.
D
The jobs operate independently and can be executed in any order.
E
None of the above statements are correct.
No comments yet.