Free NCP-OUSD Questions for NVIDIA-Certified Professional: OpenUSD Development (NCP-OUSD) NCP-OUSD Exam as PDF & Practice Test Engine
Suppose you had the following layer:
#usda 1.0
(
defaultPrim = "ParentXform"
)
def Xform "ParentXform"
{
def Mesh "ChildMesh"
{
}
}
If you wanted to add a property to "ParentXform" such that it would automatically propagate to "ChildMesh" without having to add the same property to "ChildMesh", which of the following changes to "ParentXform" would make this work?
#usda 1.0
(
defaultPrim = "ParentXform"
)
def Xform "ParentXform"
{
def Mesh "ChildMesh"
{
}
}
If you wanted to add a property to "ParentXform" such that it would automatically propagate to "ChildMesh" without having to add the same property to "ChildMesh", which of the following changes to "ParentXform" would make this work?
Correct Answer: A
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
What is a way to utilize both USDA and USDC as part of a scene?
Correct Answer: A
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
If you have a Usd.Prim object named my_prim and you want to specifically retrieve an attribute named
"size", which method would you typically use?
"size", which method would you typically use?
Correct Answer: B
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
What is the only reliable way in OpenUSD of encoding the motion of primitives whose topology is varying over time?
Correct Answer: B
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following statements about debugging complex LIVRPS scenarios are correct?
Correct Answer: B
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following sentences are correct when converting between .usda, .usdc, .usd and .usdz files?
Choose two.
Choose two.
Correct Answer: B,C
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
In the context of UsdGeomMesh, which statement is true about mesh normals?
Correct Answer: A
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
When prioritizing ease of interchange and reducing dependencies between different applications in a pipeline, why might codeless schemas, schemas defined purely in .usda files, be preferred over codeful schemas, schemas with generated classes using usdGenSchema?
Correct Answer: C
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10
