You plan to create a Power Virtual Agents bot.
The bot must support single sign-on.
You need to publish the bot.
Which two locations should you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. Mobile app developed for iOS and Android
B. Website developed using pro developer tools
C. Microsoft Teams
D. Azure Bot Service channels
Show Answer
Correct Answer: B, C
Explanation: Power Virtual Agents single sign-on is supported only on specific publishing channels. According to Microsoft documentation, SSO is supported on a custom website built using pro developer tools and on Microsoft Teams. Mobile apps and Azure Bot Service channels do not support native PVA SSO, so they are not valid choices.
Question 122
A company sells all types of bicycles, bicycle parts, and accessories. You are creating a chatbot by using Microsoft Power Virtual Agent for the bicycle shop.
When someone types in a bicycle brand name or terms such as helmet or shoes, the chatbot must automatically go to the accessories section of the chatbot.
You need to configure the chatbot functions.
Which two functions should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Entities
B. Fallback topic
C. Smart matching
D. Synonyms
E. Slot filling
Show Answer
Correct Answer: A, D
Explanation: To automatically route users to the accessories section when they type brand names or items like helmet or shoes, the bot must recognize specific terms in free text. Entities are required to categorize and detect product-related terms (brands, accessories). Synonyms are needed so different words (e.g., helmet, shoes, brand variations) are all mapped to the same entity value, ensuring correct recognition and routing. Smart matching, fallback topics, and slot filling are not required to trigger this automatic navigation.
Question 123
A company uses a model-driven app. The app uses a Power Virtual Agents chatbot.
The company has two locations in different countries/regions with separate environments for each location. Each location has a development environment, a testing environment, and a production environment. The company uses the Application Lifecycle Management (ALM) process for the environments.
You need to create the different Power Virtual Agents bot environments.
How many Power Virtual Agents bot environments are required?
A. 1
B. 2
C. 3
D. 6
Show Answer
Correct Answer: D
Explanation: Each location requires its own set of environments to support ALM. There are two locations, and each location has three environments: development, testing, and production. Therefore, the total number of required Power Virtual Agents bot environments is 2 × 3 = 6.
Question 124
A company creates a Power Automate cloud flow for a Power Apps app.
The cloud flow must send a daily email that contains a list of year-to-date (YTD) totals.
You need to configure the flow.
Which feature should you use?
A. Loop
B. Wait
C. Condition
D. Parallel branch
Show Answer
Correct Answer: A
Explanation: The flow must compile and process a list of year-to-date totals before sending the email. In Power Automate, iterating through a list of records or values requires a Loop (Apply to each) to calculate or collect the YTD totals. Wait, Condition, and Parallel branch do not iterate over a list.
Question 125
DRAG DROP
-
You create a canvas app that uses data from a Microsoft SQL Server database.
You use a dataflow to move some of the data from the database to Microsoft Dataverse. Users will filter the data by using the app.
You need to filter data in the dataflow and in the canvas app.
Which tools should you use? To answer, drag the appropriate tools to the correct requirements. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Filter data in the dataflow:
Power Query
Filter data in the canvas app:
Power Fx
Explanation: Dataflows use Power Query for transforming and filtering data before loading into Dataverse. Canvas apps use Power Fx formulas to filter and manipulate data at runtime based on user interaction.
Question 126
DRAG DROP
-
A company is updating a Power Apps solution that contains two tables named Services and Equipment.
The company is creating a new solution to update the current solution for the following requirements:
• The Services table must be updated to include change tracking.
• The Equipment table must be updated to include four new columns.
• The solution must update only the components that need to be added or changed.
You need to create the solution.
Which table option should you use? To answer, drag the appropriate options to the correct tables. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Services:
Include entity metadata
Equipment:
Select components
Explanation: Change tracking is an entity-level setting, which is part of table (entity) metadata, so the Services table must be added with entity metadata. The Equipment table only needs four new columns, so selecting specific components ensures only those changes are included without bringing in unnecessary components.
Question 127
DRAG DROP
-
A company uses a model-driven app with Microsoft Dataverse in a single environment.
The company requires a canvas app that includes the same data as the model-driven app.
You need to create the canvas app.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: Sign into the Power Apps Maker portal.
Select the Dataverse option.
Select the data source and tables to include in the canvas app and then save the app.
Explanation: To reuse the same Dataverse data as the model-driven app, you create a canvas app in the Maker portal, choose Dataverse as the data source, and then select the required tables before saving.
Question 128
A company creates a bot by using Power Virtual Agents.
The company requires the bot to transfer callers to an agent if the bot is unable to recognize a customer’s request.
You need to configure the bot for the unrecognized information from the customer.
Which feature should you use?
A. Fallback skill
B. Fallback topic
C. Fallback workstream
D. Fallback entity
E. Fallback queue
Show Answer
Correct Answer: B
Explanation: In Power Virtual Agents, the system fallback topic is triggered when the bot cannot recognize or match a user’s input to any existing topic. This fallback topic is specifically designed to handle unrecognized utterances and can be configured to retry, clarify, or escalate the conversation to a live agent when the bot fails to understand the customer’s request.
Question 129
HOTSPOT
-
You use Power Virtual Agents to create a bot that will answer and transfer help desk calls.
You create topics that contain nodes and functions. The company has the following requirements for the bot:
• When a caller states the word issue, help, or problem, the bot must respond with the question, “How can we help you today?”
• When the bot responds with the question, “How can we help you today?”, the bot must provide the caller with the choices of hardware, software, or other.
• When the caller asks a question, the bot must save the response so that it can perform an action on the response.
You need to configure the bot.
Which nodes or functions should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Caller states issue, help, or problem:
Trigger phrase
Bot provides choices:
Question
Responses are temporarily saved:
Variable
Explanation: Trigger phrases start the topic when keywords are detected. A Question node asks “How can we help you today?” and presents selectable options. Saving the response to a Variable allows later actions to use the caller’s input.
Question 130
HOTSPOT -
You create a model-driven app for an automobile parts help desk.
A help desk agent uses a form to gather information about customers’ automobiles in two custom tables. The names of the tables are Client and Automobile.
The form must prepopulate the following information about the customer from the client table:
• First name
• Last name
The agent must be able to type the following information about the automobile:
• Automobile make
• Automobile model
You need to implement the form.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Prepopulate client information: Relationship
Enter automobile information: Table
Explanation: A relationship between Client and Automobile allows the form to display (prepopulate) first and last name from the related Client record via a lookup. Automobile make and model are entered by the agent, which requires fields on a Dataverse table and a form bound to that table.
$19
Get all 296 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.