Microsoft Power Platform Fundamentals Microsoft Copilot Studio 1 — Questions and Answers
Question 1: What was Microsoft Copilot Studio previously called?
- Power Virtual Agents (Correct answer)
- Azure Bot Service
- Bot Framework Composer
- Microsoft Bot Builder
Correct answer: Power Virtual Agents
Microsoft Copilot Studio is the rebranded and expanded version of Power Virtual Agents, combining chatbot and generative AI copilot capabilities.
Question 2: In Copilot Studio, what is a 'topic' used for?
- Categorizing knowledge base articles for search
- Defining a conversational flow that is triggered when a user asks about a specific subject (Correct answer)
- Grouping related copilots into a shared workspace
- Setting the language and locale of the chatbot
Correct answer: Defining a conversational flow that is triggered when a user asks about a specific subject
A topic is a self-contained conversation path that the copilot follows when it detects that a user's message relates to that subject.
Question 3: Which node type in a Copilot Studio topic allows the bot to ask the user a question and store their response?
- Send a message node
- Ask a question node (Correct answer)
- Condition node
- Go to another topic node
Correct answer: Ask a question node
The 'Ask a question' node sends a prompt to the user, waits for their reply, and saves the input to a variable for use later in the conversation.
Question 4: What is the purpose of the 'Fallback' topic in Copilot Studio?
- Handling the first message a user sends when starting a chat
- Responding when the copilot cannot match the user's input to any existing topic (Correct answer)
- Escalating every conversation to a human agent automatically
- Displaying an error message when an API call fails
Correct answer: Responding when the copilot cannot match the user's input to any existing topic
The Fallback topic is triggered when no other topic matches the user's message, providing a graceful response for unrecognized inputs.
Question 5: How does Copilot Studio integrate with Power Automate?
- By importing Power Automate flows as topics
- By calling Power Automate flows as actions within a topic to retrieve data or perform operations (Correct answer)
- By automatically generating flows from conversation transcripts
- By deploying the copilot via a Power Automate scheduled flow
Correct answer: By calling Power Automate flows as actions within a topic to retrieve data or perform operations
Within a topic, makers can add an 'Action' node that calls a Power Automate cloud flow, allowing the copilot to fetch live data or trigger backend processes.
Question 6: Which channel can a Copilot Studio copilot be published to for use within Microsoft Teams?
- Microsoft Teams channel (built-in Teams integration) (Correct answer)
- Azure Bot Service Teams channel only
- SharePoint Web Part only
- Outlook Add-in only
Correct answer: Microsoft Teams channel (built-in Teams integration)
Copilot Studio has a built-in Teams channel that lets makers publish their copilot directly as a Teams app for internal employee use.
What was Microsoft Copilot Studio previously called?