PL-900 Practice Question: Demonstrate the capabilities of Microsoft Copilot Studio
Exhibit
Refer to the exhibit.
Topic: Sales Bot
Trigger: "I want to check order status"
Condition: OrderNumber exists
Action: Send a message "Your order {OrderNumber} is in transit."
Condition: OrderNumber does not exist
Action: Send a message "Please provide your order number."
Then: Redirect to Order Lookup topic.A customer interacts with a Microsoft Copilot Studio bot and says, "I want to check order status." The bot responds with "Please provide your order number." The customer then types their order number, but the bot does not proceed. Which of the following is the most likely cause?
⚠ Common exam trap
Watch out — candidates often assume the bot is stuck in the Fallback topic or that trigger phrases require exact matches, but the real issue is entity extraction failure, which is a common pitfall when building conversational flows in Copilot Studio.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The order number entity is not recognized or extracted from the user's input.
The bot fails to proceed because it cannot extract the order number entity from the user's input. In Microsoft Copilot Studio, entities are used to identify and capture specific data types (like order numbers) from user utterances. If the entity is not configured, not trained, or the user's input format doesn't match the entity pattern, the bot will not recognize the order number and cannot pass it to the next topic or action, causing the conversation to stall.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The order number entity is not recognized or extracted from the user's input.
Why this is correct
If the entity is not captured, the condition for missing OrderNumber is triggered, leading to a loop.
- ✗
The bot is stuck in the Fallback topic.
Why it's wrong here
The bot responded with a relevant message, so it is not in the Fallback topic.
- ✗
The trigger phrase does not match exactly.
Why it's wrong here
The user's phrase matches the trigger phrase, so this is not the issue.
- ✗
The "Redirect to Order Lookup topic" action is placed before the message actions.
Why it's wrong here
The exhibit shows the redirect is after the messages, so order is not the issue.
Go deeper
Related to this question
About these practice questions
This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.