UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 82


In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

Show Answer
Correct Answer: C

In the context of the REFramework, if an asset is missing in Orchestrator but referenced in the Settings and Assets sheets, an exception will typically be thrown during the initialization phase. Specifically, the InitAllSettings workflow would throw an exception because it cannot find the specified asset in Orchestrator, preventing the workflow from proceeding further.

Discussion

3 comments
Sign in to comment
R1turajOption: C
Jan 22, 2024

An exception will be thrown Get Orchestrator asset: Could not find the asset 'OrchestratorQueueName'. Error code: 1002; Asset name: OrchestratorQueueName

AndresPCOption: C
Feb 13, 2024

C is the correct one

milindkumarOption: C
Feb 29, 2024

C is the correct one