Free NVIDIA NCP-AIO Actual Exam Questions - Question 14 Discussion

Question No. 14
A Slurm user needs to submit a batch job script for execution tomorrow.
Which command should be used to complete this task?
Select one option, then reveal solution.
US
WE
Will E.
2026-02-19

It’s definitely A because sbatch is the only command designed specifically for submitting batch job scripts. The others—submit isn’t a Slurm command, and salloc and srun are for interactive allocation and running tasks immediately, not scheduling batch jobs. Even if the -begin=tomorrow flag varies in support, the question’s focus is on submitting a batch script for later execution, which sbatch handles. So D or C can be ruled out since they don’t submit batch scripts.

0
AK
Ahmed K.
2026-02-12

A definitely fits best since sbatch is the command used to submit batch jobs. The others aren’t really for submitting scripts—they’re more about running or allocating resources directly. Even if the -begin=tomorrow syntax isn’t perfect, the question is about submitting a batch job for later execution, so sbatch makes the most sense here.

0
UI
Usman I.
2026-01-28

A. sbatch is definitely the go-to for batch submissions. The others are either for interactive allocation or running jobs directly, so they don’t fit submitting a batch job script for later execution.

0
UI
Usman I.
2026-01-28

A vs D? Only sbatch submits batch scripts, srun runs tasks interactively.

0
SK
Sam K.
2026-01-22

Option A makes the most sense since sbatch is designed for submitting batch scripts, and it’s the only command here that really fits the “submit batch job” requirement. The others—submit, salloc, srun—are either not real commands or meant for different interactive or immediate runs. Even if there’s doubt about “tomorrow” as a value, -begin is definitely an option with sbatch, so it’s the closest match overall.

0
MT
Mohammad T.
2026-01-21

It’s A because sbatch handles batch scripts and supports scheduling with -begin. The other commands are for interactive runs or don’t support scheduling like that, so they’re out.

0
MT
Mohammad T.
2026-01-20

A vs C? sbatch is for batch jobs, but I’m not sure salloc even supports a -begin flag. So C can probably be crossed out, making A the right fit here.

0
TF
Tom F.
2026-01-19

It’s A because sbatch is strictly for batch job submissions. The other commands either don’t exist or serve different purposes like interactive jobs, so they can be ruled out quickly.

0
PO
Peter O.
2026-01-15

It’s A. sbatch is the command for batch job scripts, while srun and salloc are more for interactive or allocation tasks. B isn’t a valid Slurm command at all.

0