Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam NCP-AIO Topic 2 Question 41 Discussion

Actual exam question for NVIDIA's NCP-AIO exam
Question #: 41
Topic #: 2
An administrator needs to submit a script named "my_script.sh" to Slurm and specify a custom output file named "output.txt" for storing the job's standard output and error.
Which `sbatch' option should be used?

Suggested Answer: A Vote an answer

The correct sbatch option to specify a custom output file for both standard output and error is -o output.txt (or --output=output.txt). This option directs Slurm to write the job's standard output and error streams to the specified file. The -e option is for standard error only, and -output-output is not a valid option.

by Duncan at May 25, 2026, 12:35 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.