Question 790 of 976

Quick Answer

The correct answer is that the order number entity is not recognized or extracted from the user's input. This happens because Microsoft Copilot Studio relies on entities—predefined or custom data types—to identify and capture specific information like order numbers from what a user types. If the entity is missing, untrained, or the input format doesn’t match its pattern, the bot cannot extract the data and gets stuck, unable to proceed to the next topic or action. On the PL-900 exam, this scenario tests your understanding of how entities drive conversation flow; a common trap is assuming the bot fails due to a missing topic rather than a missing entity. Remember, entities are the “what” (the data), while topics are the “how” (the conversation path)—if the bot can’t grab the data, it can’t move forward. A simple memory tip: “No entity, no continuity.”

PL-900 Practice Question: Demonstrate the capabilities of Microsoft Copilot Studio

This PL-900 practice question tests your understanding of demonstrate the capabilities of microsoft copilot studio. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

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?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →

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.

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.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • 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.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates 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.

Trap categories for this question

  • Keyword trap

    The user's phrase matches the trigger phrase, so this is not the issue.

  • Command / output trap

    The exhibit shows the redirect is after the messages, so order is not the issue.

Detailed technical explanation

How to think about this question

Entities in Copilot Studio can be prebuilt (e.g., PersonName, Email) or custom (e.g., OrderNumber). Custom entities often use regular expressions or list-based matching. If the user types an order number in a format not covered by the entity's pattern (e.g., 'ORD-12345' vs '12345'), the entity extraction fails. Additionally, the bot's dialog flow may require the entity to be present before proceeding, and if it's missing, the topic may loop or hang without advancing.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PL-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Identify foundational components of Power Platform practice questions

Practise PL-900 questions linked to Identify foundational components of Power Platform.

Demonstrate capabilities of Power BI practice questions

Practise PL-900 questions linked to Demonstrate capabilities of Power BI.

Describe complementary Microsoft Power Platform solutions practice questions

Practise PL-900 questions linked to Describe complementary Microsoft Power Platform solutions.

Demonstrate the capabilities of Power Automate practice questions

Practise PL-900 questions linked to Demonstrate the capabilities of Power Automate.

Describe the business value of Microsoft Power Platform practice questions

Practise PL-900 questions linked to Describe the business value of Microsoft Power Platform.

Manage the Microsoft Power Platform environment practice questions

Practise PL-900 questions linked to Manage the Microsoft Power Platform environment.

Identify foundational components of Microsoft Power Platform practice questions

Practise PL-900 questions linked to Identify foundational components of Microsoft Power Platform.

Demonstrate the capabilities of Power BI practice questions

Practise PL-900 questions linked to Demonstrate the capabilities of Power BI.

Demonstrate the capabilities of Power Apps practice questions

Practise PL-900 questions linked to Demonstrate the capabilities of Power Apps.

Demonstrate the capabilities of Microsoft Copilot Studio practice questions

Practise PL-900 questions linked to Demonstrate the capabilities of Microsoft Copilot Studio.

Demonstrate the capabilities of Power Pages practice questions

Practise PL-900 questions linked to Demonstrate the capabilities of Power Pages.

PL-900 fundamentals practice questions

Practise PL-900 questions linked to PL-900 fundamentals.

Practice this exam

Start a free PL-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PL-900 question test?

Demonstrate the capabilities of Microsoft Copilot Studio — This question tests Demonstrate the capabilities of Microsoft Copilot Studio — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: 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.

What should I do if I get this PL-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.