create-and-manage-agents
Microsoft Certified: AI Agent Builder Associate · 10 questions
- A developer is designing trigger phrases for a 'Check Order Status' topic in Copilot Studio. Which set of trigger phrases best reflects recommended practice for maximizing topic recognition accuracy?
- A Copilot Studio agent needs to collect a customer's order number (format: ORD-followed by 6 digits) before looking up order status. The developer wants the agent to automatically validate the format and re-prompt the user if they provide an invalid input. Which approach should the developer use?
- Users of a Copilot Studio agent are reporting that when they ask questions the agent cannot answer, they receive a generic 'I'm sorry, I don't understand' message that doesn't provide any guidance on what the agent can help with. The developer wants to improve this experience. What should the developer modify?
- A Copilot Studio developer is building an agent where a customer's account number, collected in the 'Authenticate Customer' topic, needs to be used in multiple subsequent topics ('Check Balance', 'Transfer Funds', 'View Transactions'). Which variable type should the developer use for the account number?
- A developer wants to collect a customer's preferred contact method (Phone, Email, or Chat) and their availability time using a structured form within a Copilot Studio topic, rather than through sequential text question nodes. The agent runs in Microsoft Teams. What is the best approach?
- A Copilot Studio agent needs to transfer unresolved conversations to a live customer service representative using Dynamics 365 Customer Service. Which node type should the developer add to the escalation topic, and what must be configured for the handoff to work?
- A developer wants the Copilot Studio agent to display a welcome message and a set of suggested action buttons whenever a new conversation begins — without requiring the user to send a message first. Which system topic handles this behavior?
- A developer sets the Copilot Studio agent to 'Generative' orchestration mode. How does this change the agent's topic selection behavior compared to 'Classic' mode?
- A Copilot Studio developer has an 'Authenticate User' topic that collects and verifies a user's credentials. Three other topics ('Check Balance', 'Transfer Funds', 'View History') all need to run authentication before their main logic. What is the most maintainable way to implement this?
- A Copilot Studio developer wants a message node to display a formatted response that includes bold text, a bulleted list of three steps, and a hyperlink to a documentation page. The agent is deployed on Microsoft Teams. Which approach should the developer use?