Operating and managing AI compute platforms (GPUs, CPUs, DPUs)Provisioning and managing AI workloads and virtualization in data centersBuilding and maintaining InfiniBand and Ethernet networks for AI workloadsStorage architecture and performance optimization for AI data centersVirtualization technologies (VMs, containers, GPU partitioning)
You are deploying AI applications at the edge and need to ensure they keep running even if a server at an edge location fails.
How can NVIDIA Fleet Command be configured to accomplish this?
AUse Secure NFS support for data redundancy.
BSet up over-the-air updates to automatically restart failed applications.
CEnable high availability for edge clusters.
DConfigure Fleet Command's multi-instance GPU (MIG) to handle failover.
You are managing multiple edge AI deployments with NVIDIA Fleet Command. You must ensure that every AI application running on the same GPU is isolated from the others to prevent interference.
Which Fleet Command feature should you use to accomplish this?
ARemote Console
BSecure NFS support
CMulti-Instance GPU (MIG) support
DOver-the-air updates
You manage a Slurm cluster with multiple GPU nodes, each containing different GPU types. Some jobs are being assigned GPUs that should be reserved for other uses, such as display rendering.
How can you ensure that jobs are allocated only the intended GPUs?
AVerify that the GPUs are correctly listed in both gres.conf and slurm.conf, and ensure that unconfigured GPUs are excluded.
BUse nvidia-smi to manually assign GPUs to each job before submission.
CReinstall the NVIDIA drivers to ensure proper GPU detection by Slurm.
DIncrease the number of GPUs requested in the job script to avoid using unconfigured GPUs.
What must occur before you install new versions of DOCA drivers on a BlueField DPU?
AUninstall any previous versions of DOCA drivers.
BRe-flash the firmware every time.
CDisable network interfaces during installation.
DReboot the host system.
QuestionQ7
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ8
Storage architecture and performance optimization for AI data centers
QuestionQ9
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ10
Provisioning and managing AI workloads and virtualization in data centers
QuestionQ11
Provisioning and managing AI workloads and virtualization in data centers
QuestionQ12
Provisioning and managing AI workloads and virtualization in data centers
QuestionQ13
Provisioning and managing AI workloads and virtualization in data centers
QuestionQ15
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ16
Building and maintaining InfiniBand and Ethernet networks for AI workloads
QuestionQ17
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ18
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ19
Storage architecture and performance optimization for AI data centers
QuestionQ20
Building and maintaining InfiniBand and Ethernet networks for AI workloads
QuestionQ21
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ22
Building and maintaining InfiniBand and Ethernet networks for AI workloads
QuestionQ23
Operating and managing AI compute platforms (GPUs, CPUs, DPUs)
QuestionQ24
Provisioning and managing AI workloads and virtualization in data centers
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Users can access every GPU on a node even when their job script requests only one GPU with --gres=gpu:1, causing resource contention and inefficient GPU use.
Which configuration change would restrict users to only the GPUs allocated to their jobs?
AIncrease the memory allocation per job to limit access to other resources on the node.
BEnable cgroup enforcement in cgroup.conf by setting ConstrainDevices=yes.
CSet a higher priority for Jobs requesting fewer GPUs, so they finish faster and free up resources sooner.
DModify the job script to include additional resource requests for CPU cores alongside GPUs.
A data scientist is training a deep-learning model and observes training times that are slower than expected. The data scientist notifies a system administrator to investigate. The system administrator suspects disk I/O is causing the issue.
Which command should be used?
Atcpdump
Biostat
Cnvidia-smi
Dhtop
A new researcher requires access to GPU resources but must not be allowed to change cluster settings or manage other users.
Which Run:ai role should be assigned?
AL1 Researcher
BDepartment Administrator
CApplication Administrator
DResearch Manager
While troubleshooting Slurm job-scheduling issues, jobs that remain pending indefinitely are a frequent source of trouble.
Which Slurm command can display detailed information for all pending jobs and help identify the cause of the delay?
Ascontrol
Bsacct
Csinfo
A Slurm user needs to view real-time details about the running processes and resource utilization of a Slurm job.
Which command should be used?
Asmap -j <jobid></jobid>
Bscontrol show job <jobid></jobid>
Csstat -j <job(.step)></job(.step)>
Dsinfo -j <jobid></jobid>
A Slurm user frequently encounters an issue in which a Slurm job remains in the “PENDING” state and cannot advance to the “RUNNING” state.
Which Slurm command can help the user determine the reason for the job’s pending status?
Asinfo -R
Bscontrol show job <jobid></jobid>
Csacct -j <job[.step]></job[.step]>
Dsqueue -u <user_list></user_list>
You are an administrator responsible for a large-scale, Kubernetes-based GPU cluster that uses Run:AI.
To automate recurring administrative work and manage resources efficiently across multiple nodes, what is essential when using the Run:AI Administrator CLI in environments that require automation or scripting?
AUse the runai-adm command to directly update Kubernetes nodes without requiring kubectl.
BUse the CLI to manually allocate specific GPUs to individual jobs for better resource management.
CEnsure that the Kubernetes configuration file is set up with cluster administrative rights before using the CLI.
DInstall the CLI on Windows machines to take advantage of its scripting capabilities.
Which two (2) aspects distinguish the pre-configured GPU Operator in the NVIDIA Enterprise Catalog from the GPU Operator in the public NGC catalog?
Choose two
AIt is configured to use a prebuilt vGPU driver image.
BIt supports Mixed Strategies for Kubernetes deployments.
CIt automatically installs the NVIDIA Datacenter driver.
DIt is configured to use the NVIDIA License System (NLS).
EIt additionally installs Network Operator.
You are setting up networking for a new AI cluster in your data center. The cluster will run large-scale distributed training jobs that need fast communication among servers.
What type of networking architecture can maximize performance for these AI workloads?
AImplement a leaf-spine network topology using standard Ethernet switches to ensure scalability as more nodes are added.
BPrioritize out-of-band management networks over compute networks to ensure efficient job scheduling across nodes.
CUse standard Ethernet networking with a focus on increasing bandwidth through multiple connections per server.
DUse InfiniBand networking to provide low-latency, high-throughput communication between servers in the cluster.
You are a Solutions Architect designing data center infrastructure for a cloud-based AI application that needs high-performance networking, storage, and security. You must select a software framework for programming the NVIDIA BlueField DPUs used in the infrastructure. The framework must support developing custom applications and services and enable tailored solutions for particular workloads. It must also support integration of storage services, including NVMe over Fabrics (NVMe-oF) and elastic block storage.
Which framework should you select?
ANVIDIA TensorRT
BNVIDIA CUDA
CNVIDIA NSight
DNVIDIA DOCA
A system administrator needs to optimize delivery of AI applications to the edge.
Which NVIDIA platform should be used?
ABase Command Platform
BBase Command Manager
CFleet Command
DNetQ
An administrator is troubleshooting issues with NVIDIA GPUDirect Storage and must ensure optimal data-transfer performance.
What action should be taken first?
AIncrease the GPU's core clock frequency.
BUpgrade the CPU to a higher clock speed.
CCheck for compatible RDMA-capable network hardware and configurations.
DInstall additional GPU memory (VRAM).
What should an administrator verify when GPU-to-GPU communication is slow in a distributed system that uses Magnum IO?
ALimit the number of GPUs used in the system to reduce congestion.
BIncrease the system's RAM capacity to improve communication speed.
CDisable InfiniBand to reduce network complexity.
DVerify the configuration of NCCL or NVSHMEM.
An NVIDIA Fabric Manager service instance is running on an HGX system with KVM. A System Administrator is troubleshooting NVLink partitioning.
By default, what interval is the GPU polling subsystem set to?
AEvery 1 second
BEvery 30 seconds
CEvery 60 seconds
DEvery 10 seconds
An administrator is investigating problems with an NVIDIA Unified Fabric Manager Enterprise (UFM) installation and finds that the UFM server cannot communicate with InfiniBand switches.
What action should be taken to resolve the problem?
AReboot the UFM server to refresh network connections.
BInstall additional GPUs in the UFM server to boost connectivity.
CDisable the firewall on the UFM server to allow communication.
DVerify the subnet manager configuration on the InfiniBand switches.
An administrator must submit a script named “my_script.sh” to Slurm and set a custom output file named “output.txt” to store the job’s standard output and error.
Which sbatch option should be used?
A=-o output.txt
B=-e output.txt
C=-output-output output.txt
You manage a deep-learning workload on a Slurm cluster containing multiple GPU nodes, but jobs that request multiple GPUs wait for long periods despite resources being available on some nodes.
How would you optimize scheduling for multi-GPU workloads?
AReduce memory allocation per job so more jobs can run concurrently, freeing up resources faster for multi-GPU workloads.
BEnsure that job scripts use --gres=gpu:<number> and configure Slurm’s backfill scheduler to prioritize multi-GPU jobs efficiently.
CSet UP separate partitions for single-GPU and multi-GPU jobs to avoid resource conflicts between them.
DIncrease time limits for smaller jobs so they don’t interfere with multi-GPU job scheduling.
An organization has several containers and needs to view the STDIN, STDOUT, and STDERR I/O streams for a particular container.
Which command should it use?
Adocker top CONTAINER-NAME
Bdocker stats CONTAINER-NAME
Cdocker logs CONTAINER-NAME
Ddocker inspect CONTAINER-NAME
You manage a high-performance computing environment. Users report degraded storage performance, especially during peak-use periods when small, metadata-intensive operations and large sequential I/O operations occur at the same time. You suspect the mixed workload is creating contention in the storage system.
Which of the following actions would most likely improve overall storage performance in this mixed-workload environment?
AReducing stripe count for large files would decrease parallelism, likely worsening performance for large sequential I/O operations.
BSeparate metadata-intensive operations and large sequential I/O operations by using different storage pools for each type of workload.
CIncrease the number of Object Storage Targets (OSTs) to handle more metadata operations.
DDisable GPUDirect Storage (GDS) during peak hours to reduce I/O load on the Lustre file system.
An administrator needs full access to the NGC Base Command Platform CLI.
Community Discussion