Nutanix Certified Services – Core v6.8 (NCS-Core) — Question 30
How should a consultant validate the installed version of an NVIDIA driver in a Nutanix VDI deployment?
Answer options
- A. nutar.ix@cvm~$ rpm -qa | grep -i nvidia
- B. admin.@cvm~S rpm -qa | grep -i nvidia
- C. [root@ahv ~]# rpm -qa | grep -i nvidia
- D. [root@esxi ~]# rpm -qa | grep -i nvidia
Correct answer: C
Explanation
The correct answer is C because it specifies the correct command syntax to check the NVIDIA driver version while logged in as root on an AHV host. Options A and B are incorrect as they reference the CVM context, which is not the appropriate environment for validating the NVIDIA driver. Option D is also incorrect since it pertains to the ESXi context, which is not relevant for checking the NVIDIA driver in a Nutanix VDI setup.