Online Access Free NCP-OUSD Exam Questions
| Exam Code: | NCP-OUSD |
| Exam Name: | NVIDIA-Certified Professional: OpenUSD Development (NCP-OUSD) |
| Certification Provider: | NVIDIA |
| Free Question Number: | 72 |
| Posted: | Aug 03, 2026 |
As part of a data exchange workflow, you have exported the following file from your DCC tool, and notice that the displayed extents box of the sphere is too large:
#usda 1.0
(
defaultPrim = "Model1"
)
def Sphere "MySphere"
{
double radius = 0.5
float3[] extent = [(-3.0, -3.0, -3.0), (3.0, 3.0, 3.0)]
}
Your tool, and also the final consumer of the scene data, would like best-fit correct extents. Which of the following could the export process do to address this problem for any exported boundable prim?
Referring to dining_room.usda, which of the following best describes the role of the references composition arc on the /Root/Chair prim?
#usda 1.0
def Xform "Root"
{
def Xform "Chair" (
references = @chair.usda@
)
{
float3 xformOp:scale = (1.5, 1.5, 1.5)
}
}
When constructing an OpenUSD scene, in which scenario is it most appropriate to use a payload instead of a reference?
Which of the following sentences are correct when converting between .usda, .usdc, .usd and .usdz files?
Choose two.