PL-900 Demonstrate the capabilities of Microsoft Copilot Studio • Complete Question Bank
Complete PL-900 Demonstrate the capabilities of Microsoft Copilot Studio question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
{
"knowledgeSources": [
{
"type": "sharepoint",
"url": "https://contoso.sharepoint.com/sites/HRDocs",
"refreshInterval": "weekly"
},
{
"type": "publicWebsite",
"url": "https://www.example.com/policies",
"refreshInterval": "daily"
}
],
"generativeAI": {
"enabled": true,
"moderation": "medium"
},
"authentication": {
"type": "azuread",
"tenantId": "tenant123"
}
}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.You are a Power Platform administrator for Contoso Ltd. The company uses Microsoft Copilot Studio to build a customer support copilot. The copilot has several topics for common issues. Recently, users report that when they ask about "refund policy," the copilot responds with unrelated information about shipping. You review the copilot and find that: - There is a topic called "Refund Policy" with trigger phrases: "refund policy", "return policy", "money back". - There is a topic called "Shipping Information" with trigger phrases: "shipping", "delivery", "refund policy". - Both topics are active and have similar confidence thresholds. - The "Shipping Information" topic was created last week by a new team member. - The "Fallback" topic responds with "I'm sorry, I didn't understand."
You need to ensure that when users say "refund policy," the correct topic is triggered. You want to minimize changes to existing configurations. What should you do?