01. What is the role of the AI Gateway in watsonx Orchestrate?
a) Block all external AI models
b) Route requests to third-party AI models
c) Distribute agent tasks through AI Gateway
d) Facilitate communication between AI Agents
02. Which option provides authentication, retries, and observability for MCP?
a) Governance MCP Gateway
b) Orchestrate MCP Connect
c) ContextForge MCP Gateway
d) Observability MCP Gateway
03. AI assistants added as collaborator agents support which mode of interaction?
a) Text-based interactions
b) Interactive UI widgets only
c) Voice and text interactions
d) Text-based and UI widget interactions
04. Which scenario is most suitable for a watsonx Orchestrate implementation?
a) Creating a custom ERP system with AI infused business logic
b) Building a custom machine learning model from scratch
c) Curating data for trading workflows in financial markets
d) Automating HR, IT, and finance use cases
05. How can watsonx Orchestrate be installed without GPUs?
a) By using small language models
b) By performing reasoning with Granite 4.0
c) By disabling inference through configuration
d) By using AI Gateway to route to external models
06. Why is the "fallback" strategy often considered a last line of defense for mission-critical agents?
a) It automatically diverts traffic to a faster, low-latency model if the primary model's response time exceeds a defined threshold.
b) It performs a consistency check by comparing the outputs of two models and selecting the one with the highest confidence score.
c) It allows the agent to maintain service availability even if a primary model provider experiences a complete regional outage.
d) It enforces air-gapped security protocols by routing sensitive queries to a private, on-premises model when the public cloud model fails.
07. When configuring a new channel connection for an existing agent, what is the first deployment choice that must be made to proceed with configuration?
a) Enabling Voice Mode or the Home page display for the channel
b) Selecting the specific environment where the connection will be created
c) Choosing the appropriate Twilio or Genesys account to authenticate the external service
d) Selecting which other agents will be connected to collaborate in the unified conversation flow
08. A developer needs to automate a process that registers new agents dynamically during a deployment pipeline. Which API endpoint enables programmatic registration of agents?
a) POST /v1/traces/search
b) GET /v1/orchestrate/tools
c) GET /catalog/applications
d) POST /v1/orchestrate/agents
09. When should an agentic workflow tool be chosen rather than a simple tool?
a) When the task involves a predictable, complex, and long-running sequence of steps or people.
b) When a concise, single-step response that only calls a single tool or agent needs to be provided.
c) When the agent is designed to serve as a collaborator to assist other agents with simple tasks.
d) When the goal is to define the agent's core style, such as using the Default, ReAct, or Plan-Act styles.
10. Which statement is true regarding agentic workflows in watsonx Orchestrate?
a) watsonx Orchestrate uses embedded IBM workflow engines to process tasks.
b) An LLM model must be available to run agentic workflows.
c) watsonx Orchestrate runs agentic workflows using embedded hard coded LLMs.
d) An external workflow engine must be configured to allow users to choose a workflow engine.