HOTSPOT -
You have the following code registered on the OnChange event of the parentcustomerid column on a contact table form. The parentcustomerid field is a lookup which can be an account or a contact record.
Line numbering is provided for information only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
No
No
Explanation: If parentcustomerid is null, parent is null and parent[0] throws before the else branch. The retrieveRecord call incorrectly uses parent[0].name instead of the entity logical name (entityType), so it cannot correctly retrieve either account or contact, and therefore telephone1 is not populated from the parent.
Question 163
DRAG DROP
-
The engineering team in a company uses a SharePoint list to manage critical technical issues that are raised by clients. Other departments do not have access to this list. Departments use their own apps for their own processes.
All departments must be able to see the total number of client issues at any point in time.
You need to design a component that can be used in all the departmental apps to display the total number of client issues in bold colors.
Which four 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.
NOTE: Each correct selection is worth one point
Show Answer
Correct Answer: 1. Create a connection to the engineering issues list and retrieve the total number of critical issues.
2. Create a new component in the department app.
3. Create an output parameter and set the value of the parameter to the total number of critical issues.
4. Create and format a label to display the total number of critical issues.
Explanation: Create a reusable component that retrieves the count, exposes it through an output property, and displays it with a formatted label. The prompt asks to design the component, not to import it into other apps.
Question 164
HOTSPOT
-
You are developing a model-driven app by using Microsoft Power Platform.
The app must perform the following functions:
• Automatically receive updates from a purchase order system.
• Only add new purchase orders.
You need to implement the app.
Which components 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: Automatically receive purchase order updates: Connector with webhook trigger
Add new purchase orders: Creation date
Explanation: Webhook triggers allow the external purchase order system to push updates automatically. To add only new purchase orders, using the creation date enables processing only newly created records.
Question 165
DRAG DROP
-
You are creating a model-driven app for users to submit and manage budgets for projects.
You must create a business process flow to ensure any lead with a budget over $10,000 requires approval by a manager. You must add a custom control that allows users to select the estimated budget cost for a project.
You need to add the control to the business process flow.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: 1. Add a control to the Lead form by using the form designer.
2. Export the business process flow and the Lead form as two separate solutions.
3. Copy all control description FormXML from the Lead form of the exported solution.
4. Paste control description FormXML into the correct stage of the business process flow in the exported solution.
5. Import the solution into the system and publish.
Explanation: Custom controls are first added to the form, then their FormXML is copied into the exported business process flow definition, after which the modified solution is reimported and published.
Question 166
You are mapping data from an enterprise resource planning (ERP) system to Microsoft Dataverse.
You must reference the Name and Email from the ERP system during mapping to ensure that records are unique.
You need to create an alternate key that references the Name and Email columns.
How should you create the key?
A. Add a Power Apps command function.
B. Use Power Fx.
C. Add column to the Account table in Dataverse.
D. Create a key in the Account table in Dataverse.
Show Answer
Correct Answer: D
Explanation: Dataverse alternate keys are created by defining a key on a table using one or more existing columns. To ensure uniqueness based on Name and Email, create an alternate key on the Account table that includes those columns. Power Fx and command functions do not create alternate keys, and simply adding a column does not define uniqueness.
Question 167
You are configuring a Microsoft Power Virtual Agents chatbot to use the authenticate option for Microsoft Teams only.
You need to select the variables that will return information about the logged in user.
Which two variables should you use?
Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. AuthToken
B. UserDisplayName
C. UserID
D. IsLoggedIn
Show Answer
Correct Answer: B, C
Explanation: For Microsoft Teams authentication in Power Virtual Agents, the built-in user variables that provide information about the signed-in user include the user's display name and unique user ID. AuthToken is used for authentication flows rather than directly returning user profile information, and IsLoggedIn is a boolean indicating authentication state rather than user identity.
Question 168
You are developing a Power Apps app to manage records in the Account table in Microsoft Dataverse.
You must configure a Web API request to retrieve changes from the table.
You need to configure the preference header for the API request.
What should you include in the request header?
A. odata.nextLink
B. odata.context
C. odata.deltaLink
Show Answer
Correct Answer: C
Explanation: To retrieve changes from a Microsoft Dataverse table using the Web API, delta queries are used. The delta link (odata.deltaLink) represents the URL used to request only changes since the previous query. By contrast, odata.nextLink is used for paging through large result sets, and odata.context provides metadata context for the response, not change tracking.
Question 169
HOTSPOT
-
You are developing a canvas app for a healthcare center.
You need to create custom tables for the solution. You have the following requirements:
You need to create the tables.
Which table type should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Store information about doctors: Standard
Store information about prescription medications: Virtual
Explanation: Doctor data is owned and stored in Dataverse, so use a Standard table. Prescription medication data is referenced from an external database, so use a Virtual table.
Question 170
DRAG DROP -
You are creating a plug-in for a Power Apps app for the human resources department at the company. The app will be used to process new employees and help employees apply for an identification card.
You have the following requirements:
✑ Applications must not be marked as complete if the employee has not completed mandatory drug screening.
✑ Add logic that stores the name of the human resources team member that approves an application. This step must be completed before an ID card is created for the applicant.
✑ Successful validation and ID card printing.
You need to configure the event pipeline.
Select and Place:
Show Answer
Correct Answer: Mandatory drug screening is completed — PreValidation
The application is reviewed and approved — PreOperation
The ID card is printed — PostOperation
Explanation: Use PreValidation to block invalid requests early, PreOperation to set/update approval data before the database operation completes, and PostOperation for actions that should occur only after a successful transaction, such as printing the ID card.
Question 171
DRAG DROP -
You need to recommend solutions to meet the e-commerce automation requirements.
Which platform tools should you recommend? 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.
Select and Place:
Explanation: Logic Apps is the preferred platform for enterprise-scale system integration and scheduled e-commerce/order processing. Power Automate is well suited for business-user workflow automation such as triggering and managing customer survey follow-up processes.
$19
Get all 409 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.