C_AIG_2412 · Question #64
Which of the following steps is NOT a requirement to use the Orchestration service?
The correct answer is D. Modify the underlying Al models. D is correct because the Orchestration service is designed to use AI models as-is - you interact with them through deployments and APIs, but you never need to modify the underlying model weights or configurations themselves. Why the distractors are wrong: A (auth token) is…
Question
Which of the following steps is NOT a requirement to use the Orchestration service?
Options
- AGet an auth token for orchestration
- BCreate an instance of an Al model
- CCreate a deployment for orchestration
- DModify the underlying Al models
How the community answered
(47 responses)- A4% (2)
- B2% (1)
- C2% (1)
- D91% (43)
Explanation
D is correct because the Orchestration service is designed to use AI models as-is - you interact with them through deployments and APIs, but you never need to modify the underlying model weights or configurations themselves.
Why the distractors are wrong:
- A (auth token) is required - you must authenticate before the orchestration service will accept your requests.
- B (AI model instance) is required - orchestration needs an actual model to route tasks to; without one, there's nothing to orchestrate.
- C (deployment) is required - a deployment is the bridge that exposes your model instance to the orchestration layer, making it callable.
Memory tip: Think of it like a restaurant - you need a reservation (auth token), a kitchen (model instance), and a menu (deployment) to serve food. You don't need to grow the ingredients yourself (modify the underlying model). Orchestration is about using models, not changing them.
Topics
Community Discussion
No community discussion yet for this question.