Exam AB-100 Topic 1 Question 92 Discussion
Actual exam question for Microsoft's AB-100 exam
Question #: 92
Topic #: 1
Question #: 92
Topic #: 1
A company has an ecommerce support portal that uses Microsoft Dataverse.
You are designing a Microsoft Copilot Studio agent for the portal. The agent must meet the following requirements:
* Respond with a default help message when the user input is unclear.
* Initiate external processes, such as retrieving the order status, when users make specific requests.
Generative orchestration will be enabled for the solution. You need to recommend a feature for each requirement.
What should you recommend? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

You are designing a Microsoft Copilot Studio agent for the portal. The agent must meet the following requirements:
* Respond with a default help message when the user input is unclear.
* Initiate external processes, such as retrieving the order status, when users make specific requests.
Generative orchestration will be enabled for the solution. You need to recommend a feature for each requirement.
What should you recommend? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Suggested Answer:

Explanation:

In Microsoft Copilot Studio, especially when generative orchestration is enabled, the agent selects the most appropriate capability based on user intent.
For the first requirement, when a user's input is vague, ambiguous, or does not clearly map to a known action, the correct feature is the Fallback topic . This topic is specifically intended to handle situations where the copilot cannot confidently determine the user's intent. It provides a safe default response such as a help message, clarification request, or guidance on what the user can ask next.
For the second requirement, when the user asks for something that requires interacting with an outside system-such as checking order status-the correct feature is a tool (connector) . In Copilot Studio, tools
/connectors are used to call external services, APIs, workflows, or business systems. Since the portal uses Microsoft Dataverse , and the scenario involves starting an external process based on the user's request, a connector-backed tool is the right design choice.
Why the other options are not correct here:
* A trigger phrase is used to help match utterances to a topic, but it does not itself provide the default unclear-input handling or execute external business processes.
* A skill is not the best answer in this context; Copilot Studio commonly uses tools/connectors/actions for external operations.
* The Escalate topic is used when handing off to a human or another escalation path, not for unclear input by default.
by Moses at Jun 19, 2026, 10:34 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).