Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
What command sequence is used to identify the exact name of the server that runs as the master SM in a multi-node fabric?
In an InfiniBand fabric, the Subnet Manager (SM) is the 'brain' of the network, responsible for discovering the topology, assigning Local Identifiers (LIDs), and calculating routing tables. In a multi-node fabric, there is typically one Master SM and several Standby SMs for high availability. To identify the master, the sminfo command is first used; it queries the fabric and returns the LID of the current Master SM. Once the LID is obtained, the engineer must map that numerical LID to a physical server name or Node Description. The smpquery ND (Node Description) command is then executed, targeting that specific LID. This sequence is vital for troubleshooting fabric-wide issues, as logs on the Master SM server provide the definitive record of sweeps, traps, and topology changes. Using smpquery NI (Node Info) would provide hardware-level details like the GUID and device ID, but it does not return the human-readable string (server name) defined in the Node Description, which is necessary for rapid identification in a crowded data center.
A network engineer is tasked with configuring the management, storage, and compute networks for a new DGX BasePOD deployment. Which statement best describes the network segmentation required for optimal operation?
NVIDIA DGX BasePOD and SuperPOD reference architectures mandate strict network segmentation to ensure performance, security, and manageability.
Compute Network: Typically InfiniBand (or high-speed Spectrum-X Ethernet), dedicated solely to GPU-to-GPU collective communications (NCCL).
Storage Network: A high-bandwidth Ethernet or InfiniBand fabric specifically for data ingestion and model checkpointing, often utilizing GPUDirect Storage (GDS).
Management Network: Used for standard cluster administration, SSH, and software orchestration (e.g., Bright Cluster Manager or Kubernetes control plane traffic).
Out-of-Band (OOB) Network: A physically isolated network connected to the BMC ports for low-level system monitoring, power control, and remote console access, even when the OS is down.
A single VLAN (Option A) would cause massive congestion during training, as storage and management traffic would compete with high-frequency compute packets. The four-network model ensures that a 'storm' in the storage fabric does not prevent an administrator from accessing the system via the management or OOB networks, which is essential for maintaining an AI Factory at scale.
A systems engineer is updating firmware across a large DGX cluster using automation. What is the best practice for minimizing risk and ensuring cluster health during and after the process?
Updating firmware on an NVIDIA DGX cluster is a critical operation that involves multiple sensitive components, including the GPU baseboard, the BMC, the motherboard tray (SBC), and the InfiniBand HCAs. In a production environment, 'Batching' is the industry standard to prevent a single corrupted firmware image or update failure from taking down the entire AI factory. The process must begin with 'Draining' the nodes in the workload scheduler (like Slurm or Kubernetes) to ensure no active training jobs are interrupted. Running pre-update diagnostics---using tools like nvsm show health or dcgmi diag---is vital to establish a baseline and ensure the hardware is stable before applying changes. Once the firmware is applied in a controlled batch, post-update verification is required to confirm the system returns to a 'Healthy' state and that all versions match the target manifest. This 'Rolling Update' strategy allows the engineer to pause the automation if a specific node fails to return to service, protecting the overall availability of the cluster. Skipping diagnostics (Option D) or leaving nodes on mismatched versions (Option C) creates 'configuration drift,' which leads to unpredictable performance in collective communication libraries.
A system administrator needs to configure a BlueField DPU and enable RShim on the baseboard management controller (BMC). Which command should be executed?
In NVIDIA BlueField DPU architectures, the RShim (Remote-Shim) interface provides a vital communication channel between the DPU and the host or BMC, typically used for early-stage provisioning, console access, and firmware loading. While the DPU is usually managed via the host's PCIe bus, certain data center configurations require the DPU to be managed out-of-band via the server's Baseboard Management Controller (BMC). To enable this capability, a specific low-level command must be sent to the BMC to toggle the RShim functionality over the internal USB-to-BMC bridge. The command ipmitool raw 0x32 0x6a 1 is the verified raw IPMI hex code used in NVIDIA DGX and certified systems to enable the BMC-to-DPU RShim path. Once enabled, the BMC can 'see' the DPU as a USB device, allowing the administrator to push a BlueField Boot (BFB) image to /dev/rshim0/boot for OS installation even if the host CPU is powered off or unresponsive. Option B and C are host-side service commands that assume the driver is already loaded and the hardware path is active, whereas the raw IPMI command is required to enable the hardware path itself.
A system engineer needs to set the vGPU scheduling behavior for all GPUs to share the scheduling equally with the default time slice length. What command should be used?
When deploying NVIDIA vGPU on VMware ESXi, the NVIDIA driver provides several scheduling policies to determine how GPU physical resources are shared among multiple virtual machines. The default behavior is often the 'Best Effort' scheduler, but for environments requiring predictable performance across all users, the 'Equal Share' scheduler is preferred. This scheduler gives each vGPU an equal 'time slice' of the physical GPU's engines. The configuration is managed via module parameters passed to the nvidia kernel driver during host boot. The specific registry key for this behavior is RmPVMRL. Setting RmPVMRL=0x01 enables the Equal Share scheduler (Option A). Conversely, 0x00 would revert to the default time-sliced behavior. It is critical to use system module parameters set to ensure the setting persists across reboots and is applied globally to the NVIDIA driver stack. This ensures that no single 'noisy neighbor' VM can monopolize the GPU cycles, which is a common requirement in shared AI research labs or virtual desktop infrastructures where consistency is more important than raw peak throughput of a single task.
71 questions covering all exam domains, starting from $20
Exam domains verified against: Official NVIDIA NCP-AII exam guide, last checked September 2026.
Covers deployment sequence validation and network topology design for AI factories. Includes BMC, OOB, and TPM configuration plus firmware upgrades, power and cooling validation, GPU installation via SMI, and hardware operation verification for workloads.
Focuses on BlueField network platform configuration and management. Includes Multi-Instance GPU (MIG) configuration for both AI and HPC workloads.
Covers Base Command Manager (BCM) deployment with HA configuration and OS installation. Includes cluster setup with Slurm, Enroot, and Pyxis, plus GPU driver and DOCA driver installation, container toolkit deployment, and NGC CLI usage.
Largest domain covering single-node stress testing and HPL execution. Includes NCCL validation with NVLink verification, cable signal quality assessment, firmware confirmation on switches and BlueField-3, ClusterKit multifaceted assessment, and burn-in testing for NCCL, HPL, and NeMo.
Sample question from this domain above: Q5
Addresses hardware fault identification and replacement including GPUs, fans, and power supplies. Covers performance optimization for AMD and Intel servers plus storage optimization.
Common questions about the exam itself