Free preview mode

Enjoy the free questions and consider upgrading to gain full access!

PL-400Free trialFree trial

By microsoft
Aug, 2025

Verified

25Q per page

Question 51

You need to add the script to populate event data on the form.
Which code segment should you use?

  • A: formContext.data.addOnLoad(myFunction)
  • B: formContext.data.removeOnLoad(myFunction)
  • C: formContext.data.entity.addOnSave(myFunction)
  • D: addOnPreProcessStatusChange
  • E: formContext.data.isValid()

Question 52

You need to configure that the mobile app meets the requirements for phone entries.
Which expression should you use?

  • A: IsBlank
  • B: IsType
  • C: PlainText
  • D: IsNumeric

Question 53

HOTSPOT -
You need to correct the portal query issues.
Which code should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 54

You need to ensure that Adventure Works Cycles can track information from visitors to bike fairs.
What should you create?

  • A: a Power Automate flow that connects with the bike fair Power Apps app to create a lead in Dynamics 365 Sales
  • B: a Power Automate flow that generates a new customer record in SharePoint.
  • C: a Power Automate flow to capture customer data from the bike fair Power Apps app in SharePoint and create a lead in Microsoft Teams.
  • D: a business process flow in Dynamics 365 Sales for capturing leads.

Question 55

You need to reduce the number of Azure consumption API calls for User2.
Which markup segment should you use?
A.

Image 1

B.

Image 2

C.

Image 3

D.

Image 4

Question 56

You need to create the customer mobile app.
Which type of function expression should you use?

  • A: Filter
  • B: Find
  • C: LookUp

Question 57

You need to identify the execution mode that is being used for the ISV solution reported by User5.
Which type of execution mode is in use?

  • A: asynchronous
  • B: atomicity
  • C: transfer
  • D: synchronous

Question 58

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A university implements Dynamics 365 Sales. Several departments use opportunity records to bid for funding for projects within their own departments. You configure the system to ensure that each department can only work on their own records.
Employees in multiple departments often need to work together on an opportunity. Employees report that they are not able to see opportunities from other departments.
You need to ensure that employees from more than one department can work on the same opportunities when necessary.
Solution: Use position hierarchy security and define the two departments as positions.
Does the solution meet the goal?

  • A: Yes
  • B: No

Question 59

DRAG DROP -
A company is creating a new system based on Microsoft Dataverse.
You need to select the features that meet the company's requirements.
Which options should you use? To answer, drag the appropriate options to the correct requirements. 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.
Select and Place:

Image 1

Question 60

HOTSPOT -
A school district wants to standardize student information and student performance records. Students in the district are assigned to a specific school. Students are evaluated using class records.
When students move between schools in the middle of a school year, the student's current class history must be available to the administrators at the new school.
You need to configure Microsoft Dataverse tables to connect the class history records to their respective class records.
How should you configure the table? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 61

HOTSPOT -
You are developing an app for a sales team to record contact details in Microsoft Dataverse.
The app must handle loss of network and save the data to Dataverse when reconnected.
The main screen of the app has a form to collect contact data and a button. The OnSelect property for the button has the following expression:

Image 1

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 2

Question 62

You are creating a new page for a Power Apps portal.
You need to display data from Microsoft Dataverse on the page.
What should you use?

  • A: Liquid
  • B: CSS
  • C: iFrame
  • D: Bootstrap

Question 63

DRAG DROP -
You are creating a canvas app for a company. A security role has been created for sales representatives and a second security role has been created for sales managers.
The canvas app has the following requirements:
✑ Sales managers must be able to view the records of the salespeople in their business unit.
✑ Sales managers must be the only people who can view sales probability data in opportunity records.
✑ Sales representatives and new hires assigned to the same territory share access to sales records.
You need to assign permissions for the app.
Which security options should you use? To answer, drag the appropriate security options to the correct scenarios. Each security 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.
Select and Place:

Image 1

Question 64

HOTSPOT -
You are synchronizing company data from a SQL Server-based .NET application into a Common Data Service (CDS) environment.
The data is entered in both the SQL Server and CDS systems.
You have a program that includes the following code:

Image 1

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 2

Question 65

DRAG DROP -
A company is creating a new system based on the Microsoft Dataverse.
You need to select the Dataverse features that meet the company's requirements.
Which features should you select? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may needs to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Image 1

Question 66

DRAG DROP -
A company implements Dynamics 365 Sales.
Only sales managers must be able to perform the approval to move high value sales on in the opportunity qualification process. A new field must be created to capture the approval.
You need to create and secure the new field.
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.
Select and Place:

Image 1

Question 67

HOTSPOT -
A company delivers packages to businesses and consumers. A custom entity named Package captures the package details.
You need to add the following sets of fields to the entity and leverage the built-in operations of the platform:
✑ A set of fields to represent the package length, width, depth, and weight. The maximum value for any dimension is 100 centimeters.
✑ A set of fields for time-sensitive attributes to calculate the efficiency of a delivery. The calculation must be based on a delivery is entered in the system and the value for a custom field named Delivery time.
Which constructs should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 68

A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances.
You need to move solutions from the development instance to the production instance.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A: In the development instance, make changes to the solutions that are deployed in the production instance, export the solutions as managed solutions, and import the managed solutions into the production instance.
  • B: In the development instance, highlight the solution you want to make changes to, select Clone a Patch, make changes, export the solution, and import the solution into the production instance.
  • C: Export all managed solutions from the development instance and import the solutions into the production instance.
  • D: In the production instance, import solutions with the same version number or higher when updating solutions.

Question 69

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A university implements Dynamics 365 Sales. Several departments use opportunity records to bid for funding for projects within their own departments. You configure the system to ensure that each department can only work on their own records.
Employees in multiple departments often need to work together on an opportunity. Employees report that they are not able to see opportunities from other departments.
You need to ensure that employees from more than one department can work on the same opportunities when necessary.
Solution: Create a security role that has organization-level access to opportunities. Give this security role to all members of the two departments who need access.
Does the solution meet the goal?

  • A: Yes
  • B: No

Question 70

DRAG DROP -
A company uses Common Data Service (CDS) and manages their engineers using a model-driven app.
You create a new reusable custom component named Component1 by using the Power Apps component framework (PCF).
You need to package Component1 for deployment into the model-driven app.
Which three commands should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Image 1

Question 71

You are developing a model-driven app. The app uses data from two custom tables. The tables have a parent-child relationship. The parent record form contains a subgrid that displays the child records.
When creating a new child record from the parent form, data must automatically populate in the child record form to reduce data input errors.
You need to implement the solution.
What should you do?

  • A: Use a Power Automate flow to read data from the parent record and update the child record upon creation.
  • B: Map table columns from the parent record to the child record.
  • C: Create a business rule that sets the default values on the child record fields to values from the parent record.
  • D: Include a quick view form on the child record showing the data from the parent record.

Question 72

DRAG DROP -
A company has a Common Data Service (CDS) environment.
All accounts in the system with a relationship type of Customer set must have an account number. A plug-in has been developed.
When a Customer is updated with a relationship type, the plug-in sets the account number if not provided by the user.
You need to register the plug-in.
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.
Select and Place:

Image 1

Question 73

You are developing a Power Platform solution for a medical practice. You create a custom table named Doctors to record details about the doctors who work at the medical practice.
You must be able to attach a PDF copy of a doctor's medical license to the row for each doctor.
You need to configure the table.
What should you do?

  • A: Create a Power Automate flow to add attachments.
  • B: Navigate to Table options and enable attachments.
  • C: Navigate to Column options and enable attachments.
  • D: Create relationships between the Doctor table and the Notes table.

Question 74

HOTSPOT -
You are creating a package for a Power Platform solution. The package will include custom code and sample data.
The package must include all files that need to be installed.
You need to configure the package.
Which setting should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Image 1

Question 75

You plan to populate records in a Microsoft Dataverse entity containing an option set field.
The source system has the label for the option set but not the corresponding integer value.
You are using a non .NET programming language.
You need to find the integer value for the option set.
What should you do?

  • A: Use Web API and use a PicklistAttibuteMetadata request.
  • B: Use the Organization service and execute a RetrieveOptionSetRequest request.
  • C: Use Web API and use an InsertOptionValue action.
  • D: Use the Organization service and execute a RetrieveAttributeRequest request.
Page 3 of 16 • Questions 51-75 of 393

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!