AI-201 Question Preview

Safe Public Question Preview 2

Only the demo-safe public version is shown here. Correct answers, full explanations, internal IDs, and paid-only content stay protected.

Multi SelectAI Agents
Question 2. Universal Containers is designing an agent to assist with order management and dealer support automation. The agent must verify a dealer’s credentials before granting access to order details. The team has already: Declared a variable is_verified to track verification status. Configured an action that verifies the dealer’s credentials. They plan to restrict access to the order details subagent using a guard condition based on is_verified. What must the team do to ensure the order details subagent becomes available only after a dealer is successfully verified?
A. Add an available when: @variables.is_verified == true condition to the order details subagent.
B. Declare the is_verified variable as immutable so it cannot be modified during the session.
C. Update the is_verified variable to true after the verification action succeeds using @utils.setVariables.
Explanation is locked. Start the demo or unlock full access to review explanations inside the protected test engine.

Related Safe Previews

FAQ

Does this page show the answer?

No. Answers and explanations are protected inside the private test engine.