PL-900 Practice Question: Describe the business value of Microsoft Power Platform
Exhibit
Refer to the exhibit.
```json
{
"property": "CopilotStudioBot",
"schema": {
"topics": [
{
"name": "Greeting",
"triggerPhrases": ["hello", "hi", "good morning"]
},
{
"name": "CheckOrderStatus",
"triggerPhrases": ["order status", "where is my order", "track order"]
}
]
}
}
```Refer to the exhibit. You see a configuration snippet for a Microsoft Copilot Studio bot. What is the purpose of 'triggerPhrases'?
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
✓
They identify which topics the bot should use when a user says those phrases.
Trigger phrases are the phrases that activate a specific topic in a Copilot Studio bot.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
They define the bot's fallback behavior.
Why it's wrong here
Fallback is handled by a separate system topic.
- ✓
They identify which topics the bot should use when a user says those phrases.
Why this is correct
Trigger phrases map user input to topics.
- ✗
They define the responses the bot will give.
Why it's wrong here
Responses are defined separately in topic nodes.
- ✗
They are used for analytics reporting.
Why it's wrong here
They are for topic matching, not analytics.
Go deeper
Related to this question
About these practice questions
One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.