10/198 questions · Unlock full access
Q1

A financial services firm is using a model-driven app to manage client portfolios. A business rule is configured on the Portfolio table to set a 'Review Required' flag if the portfolio's risk score exceeds 80. The business rule is scoped to 'All Forms'. A junior developer creates a new Power Automate cloud flow that updates the risk score of multiple portfolios in bulk using the Dataverse connector's 'Update a row' action. Testers report that the 'Review Required' flag is not being set by the flow. What is the most likely cause of this issue?

Q2Multiple answers

A university is building a Power Pages website for student course registration. The site must allow authenticated students to view their own enrolled courses and available courses for their major. The data is stored in Dataverse tables: 'Student', 'Course', and a many-to-many relationship table 'Enrollment'. Which combination of Power Pages security components is required to meet this requirement? (Select TWO)

Q3

A logistics company is deploying a core Power Platform solution containing shared tables (e.g., 'Vehicle', 'Shipment') to multiple regional environments. Each regional environment will have its own unmanaged solution with region-specific apps and flows that depend on the core tables. The company needs to update a shared choice column in the 'Shipment' table within the core solution. What is the correct application lifecycle management (ALM) process to deploy this update without breaking regional dependencies?

Q4

You are designing a data model for a non-profit organization. You have a 'Donation' table and a 'Donor' table. You need to create a column on the 'Donor' table that displays the date of their most recent donation. This value must be updated automatically whenever a new donation is recorded for that donor and must be available for sorting and filtering in views. Which type of column should you create on the 'Donor' table?

Q5

A consultant is building a model-driven app for an insurance company. The main 'Claim' form needs to display a read-only summary of the related 'Policyholder' information, including their name, policy number, and contact details, without requiring the user to navigate away from the claim form. Which form component should the consultant use to achieve this?

Q6

A Power Automate cloud flow is designed to process new rows in a 'Service Request' Dataverse table. The flow includes several actions, including sending an email and creating a task. During testing, the flow fails intermittently at the 'Send an email' action due to a transient issue with the mail server. The business requirement is that if the email fails, the flow should log the error to a 'Flow Errors' table and then proceed to the 'Create a task' action. How should the functional consultant configure this error handling?

Q7

True or False: When you embed a canvas app into a model-driven app's form, the canvas app automatically inherits the security permissions of the parent model-driven app and the underlying Dataverse record.

Q8

A project management office (PMO) uses Dataverse to track projects and associated risks. The 'Project' table and the 'Risk' table have a one-to-many relationship. The PMO director wants to prevent users from deleting a 'Project' record if there are any associated 'Risk' records with a status of 'Active'. How can this be enforced with minimal custom logic?

Q9

You need to add a button to the command bar of a model-driven app's main grid for the Account table. This button should only be visible if the currently logged-in user belongs to the 'Sales Managers' security role. Which is the recommended, modern approach to implement this conditional visibility?

Q10Multiple answers

A functional consultant needs to configure Dataverse search for a custom app. Users must be able to search for records across the 'Customer', 'Order', and 'Product' tables from a single search bar. Which steps must be performed to enable this? (Select ALL that apply)