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 4 Question 13 Discussion

Actual exam question for NVIDIA's NCP-AIO exam
Question #: 13
Topic #: 4
When troubleshooting Slurm job scheduling issues, a common source of problems is jobs getting stuck in a pending state indefinitely.
Which Slurm command can be used to view detailed information about all pending jobs and identify the cause of the delay?

Suggested Answer: A Vote an answer

Comprehensive and Detailed Explanation From Exact Extract:
The Slurm commandscontrolprovides detailed job control and information capabilities. Usingscontrol(e.g., scontrol show job <jobid>) can reveal comprehensive details about jobs, including pending jobs, and the specific reasons why they are delayed or blocked. It is the go-to command for in-depth troubleshooting of job states. Whilesacctprovides accounting information andsinfodisplays node and partition status, neither provides as detailed or actionable information on pending job causes asscontrol.

by liutao272 at Nov 07, 2025, 06:09 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
liutao272
2025-11-07 18:09:37
The correct answer is B.
sacct
Why sacct is the only command that actually tells you why jobs are stuck pending
When jobs hang in “PENDING” forever, every single Slurm admin in the world types this first:
bashsacct -j <jobid> --format=JobID,JobName,Partition,State,Reason,Priority,ReqMem,TimeLimit,NodeList -p
upvoted 1 times
...
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.