Skip to main content
Exam Question PL-400 Associate
You can preview the first five questions of this PL-400 practice exam.

MDFT Pro, a well-known training agency, is developing a homework bot using Power Virtual Agents. The bot helps students manage their assignments and deadlines.

The agency has multiple classes, each with specialized skill bots that handle subject-specific interactions. Each class has its own skill bot that can answer questions about the class subject matter.

You need to incorporate the skill bot for each class into the homework bot so that students can interact with the appropriate skill bot based on their class enrollment.

Which two actions should you perform?

Options

Create a manifest for the skill bot.

Register the skill bot in Azure Active Directory.

Create a manifest for the homework bot

Register the homework bot in Azure Active Directory

Register the skill bot in Power Virtual Agents.

Register the homework bot inPower Virtual Agents

Answers
Please select at least one answer!
Correct answers

1 Create a manifest for the skill bot. comes first. A manifest defines the skill bot's endpoints and capabilities for integration.

2 Register the skill bot in Azure Active Directory. comes second. The skill bot must be registered in Azure AD to enable authentication for the homework bot to call it.

Incorrect answers

Create a manifest for the homework bot is incorrect. The homework bot is the consumer, not a skill. Only skill bots need manifests to expose their capabilities.

Register the homework bot in Azure Active Directory is incorrect. The homework bot doesn't need Azure AD registration - only the skill bot does.

Register the skill bot in Power Virtual Agents. is incorrect. Power Virtual Agents registration is not part of the skill bot integration process.

Register the homework bot inPower Virtual Agents is incorrect. The homework bot doesn't need to be registered in Power Virtual Agents for skill integration.

Learn More
Next Question