Summer Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

PL-400 Questions and Answers

Question # 6

You need to add the script for the registration form event handling.

Which code segment should you use?

A.

formContext.data.entity.addOnSave(myFunction)

B.

formContext.data.addOnLoad(myFunction)

C.

formContext.data.removeOnLoad(myFunction)

D.

addOnPreProcessStatusChange

E.

formContext.data.isValid()

Full Access
Question # 7

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.

Question # 7

Full Access
Question # 8

You need to configure the system to support automation for referrals.

What are two possible ways to achieve the goal? Each correct selection presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Azure Function that uses the Discovery service

B.

workflow extension

C.

Azure Function that uses a listener

D.

Power Automate flow

Full Access
Question # 9

You need to assign security roles to groups of users.

Which security roles should you use? To answer, drag the appropriate security types to the correct roles. Each security type 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.

Question # 9

Full Access
Question # 10

You need to determine how to implement rules for players who register for a soccer tournament.

Which business rule actions should you use? To answer, drag the appropriate business rule actions to the correct fields. Each business rule action 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.

Question # 10

Full Access
Question # 11

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()

Full Access
Question # 12

You need to determine the primary cause of the issue reported by interns when they use the app.

What is the primary cause?

A.

Interns have the System Customizer security role but need the Environment Maker security role.

B.

Interns have the Common Data Service User security role but need the Environment Maker security role.

C.

Interns have the Environment Maker security role but need the Common Data Service User security role.

D.

Interns have the Environment Maker security role but need the System Customizer security role.

E.

Interns have the Environment Maker security role but need the Delegate security role.

Full Access
Question # 13

You need to select connectors for the app.

Which types of connectors should you use? To answer, drag the appropriate connectors to the correct requirements. Each connector 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.

Question # 13

Full Access
Question # 14

A company needs to illustrate the relationships of the entities in Dynamics 365 Sales.

You need to select the appropriate tool to show this graphic.

Which tool should you select?

A.

Metadata diagram

B.

Sales Insights

C.

Power Automate

D.

Security model

Full Access
Question # 15

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.

Full Access
Question # 16

You are developing a Power Platform solution.

You must add a custom control slider to a specific step in a business process flow.

You need to add the custom control.

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.

Question # 16

Full Access
Question # 17

You are creating a canvas app that will create rows in a Dataverse table-When a row is created, additional business logic must be performed on a related row. A cloud flow triggered by the canvas app must perform the business logic. You need to create the cloud flow. Which trigger should you use?

A.

Power Apps (V2)

B.

Dataverse - When an action is performed

C.

Manually trigger a flow

D.

Dataverse - When a row is added

Full Access
Question # 18

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one 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 Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.

A JavaScript library is used with these custom entities and fields to apply complex logic.

You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.

Solution: In form properties of the consolidated form, add the JavaScript library in the events tab and add the two custom fields to the dependent fields section of the non-event dependencies tab.

Does the solution meet the goal?

A.

Yes

B.

No

Full Access
Question # 19

You need to synchronize pharmacy names and ensure that Dynamics 365 Sales data propagates correctly to the Cerner system.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 19

Full Access
Question # 20

A Microsoft Dataverse database contains two custom tables named TableA and TableB. The tables are configured with the following:

• A one-To-many relationship is configured between TableA and TableB.

• A lookup to TableA appears on a form in TableB.

• Both tables are components of an unmanaged solution.

• Both tables are components in a Power Bl report.

You receive an error when attempting to delete TableA. You need to delete the table.

What should you do?

A.

Remove TableA from the unmanaged solution.

B.

Remove the relationship between TableA and TableB.

C.

Remove the lookup field to TableA on the TableB form.

D.

Remove TableA from the Power Bl report.

Full Access
Question # 21

You have two tables, account and contact, with a parent-child relationship. Records in the account table can be created in the Ul or from an external system integrated with Dataverse by using an Azure Function.

When a user creates a record in the account table, a default record in the contact table must be created automatically.

You need to implement a process to create the contact records.

Solution: Create a custom API bound to the account table that uses a plug-in. Use the Organization service to create the contact record.

Does the solution meet the goal?

A.

Yes

B.

No

Full Access
Question # 22

You are creating a Power Apps Component Framework (PCF) component.

You add the following markup to the component manifest. (Line numbers are included for reference only.)

Question # 22

You need to complete the component manifest.

Which XML markup segment should you insert at line 03?

A.

B.

C.

D.

E.

Full Access
Question # 23

You need to resolve the issue with the new command button. What should you do?

A.

Pass the value PrimaryControl to the function in the action definition.

B.

Pass ExecutionContext To The function in the action definition.

C.

Pass the value SclcctcdControl to the function in the action definition.

D.

Select the Pass execution context as first parameter option on the event registration form.

Full Access
Question # 24

A company uses Common Data Service rollup fields to calculate insurance exposure and risk profiles for customers.

Users report that the system does not update values for the rollup fields when new insurance policies are written.

You need to recalculate the value of the rollup fields immediately after a policy is created.

What should you do?

A.

Create a plug-in that uses the update method for the rollup field. Configure a step on the Create event for the policy entity for this plug-in.

B.

Update the Mass Calculate Rollup Field job to trigger when a new policy record is created.

C.

Change the frequency of the Calculate Rollup Field recurring job from every hour to every five minutes.

D.

Create new fields on the customer entity for insurance exposure and risk. Write a plug-in that is triggered

whenever a new policy record is created.

Full Access
Question # 25

You need to create the model driven app for accounts designated as referrals.

What should you add to the app?

A.

Workflow

B.

Subgrid

C.

Business rule

D.

Flow

E.

Chart

Full Access
Question # 26

You need to create an application to deploy to other pharmacies. What should you do?

A.

Navigate to Customize the System and export everything to a managed solution.

B.

Recreate customizations in a new environment.

C.

Export the solution as a managed solution.

D.

Write a Web API to move customizations.

Full Access
Question # 27

You need to select a process to create each function.

Which process should you use? To answer, drag the appropriate processes to the correct functions. Each process 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.

Question # 27

Full Access
Question # 28

You need to create an application to deploy to other pharmacies.

What should you do?

A.

Recreate customizations in a new environment.

B.

Create a customer connector to connect the pharmacies ' systems to the company ' s systems.

C.

Export the solution as a managed solution.

D.

Write a Web API to move customizations.

Full Access
Question # 29

You need to configure the trigger for account records.

Which expression should you use?

A.

ADDWEEKS(1, CreatedOn)

B.

ADDDAYS(10, CreateOn)

C.

SUBTRACTDAYS(10, Now())

D.

DIFFINDAYS(CreatedOn, now())

E.

DIFFINWEEKS(now, 1)

Full Access
Question # 30

You need to configure the fields with the appropriate type.

Which type should you use? To answer, select the appropriate options in the answer area.

NOTE : Each correct selection is worth one point.

Question # 30

Full Access
Question # 31

You need to set up security to meet the requirements.

How should you configure security? To answer, drag the appropriate security mechanisms to the correct users. Each security mechanism 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.

Question # 31

Full Access
Question # 32

You need to create the customer mobile app.

Which type of function expression should you use?

A.

Filter

B.

Find

C.

LookUp

Full Access
Question # 33

You need to prevent the field used by the PCF control from updating the record.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Disable existing event handlers on the field.

B.

Call the setsubnitMode(‘never ' ) function on the field.

C.

Create a business rule to clear the field value.

D.

Make the field read-only.

Full Access
Question # 34

You need to determine the cause for the issue reported by the interviewers. What is the root cause of the issue?

A.

The plug-in used to synchronize the Person of Interest field from Contact to Interview was not triggered.

B.

There was an error in the event pipeline and the entire transaction was rolled back.

C.

There is no plug-in registered to run when an interview record is created.

Full Access
Question # 35

You need to implement ribbon display rules to control availability for the scoring command button. Which rule types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Question # 35

Full Access
Question # 36

You need to configure the PCF control to display team members for interview scheduling. Which two inputs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

identifier for the job candidate

B.

identifier for the job posting

C.

time-zone offset for the hiring manager

D.

time-zone offset for the job candidate

E.

identifier for the hiring manager

Full Access
Question # 37

You need to assign the minimum environmental security role to the appropriate users.

Which security roles should you use? To answer, drag the appropriate security roles to the correct users. Each security role 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.

Question # 37

Full Access
Question # 38

You need to select a process to create each function.

Which process should you use? To answer, drag the appropriate processes to the correct functions. Each process 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.

Question # 38

Full Access
Question # 39

You need to create the model-driven app for referral.

Which function should you add?

A.

Flow

B.

Workflow

C.

Business rule

D.

Chart

E.

Subgrid

Full Access
Question # 40

You need to assign the minimum environment security role to the appropriate users.

Which security roles should you use? To answer, drag the appropriate security roles to the correct users. Each security role 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.

Question # 40

Full Access
Question # 41

You need to configure the trigger for the priority field in the Account entity.

Which expression should you use?

A.

DIFFINWEEKS(now,1)

B.

SUBTRACTDAYS(10, Now())

C.

ADDWEEKS(1, CreatedOn)

D.

DIFFINDAYS(Createdon, now())

E.

ADDDAYS(10, CreatedOn)

Full Access
Question # 42

You need to ensure that users can create the required charts.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Create a quick view form to show the Accounts entity.

B.

Configure filter fields in the Annual revenue field.

C.

Add the Facility field to the account form.

D.

Delete the Annual revenue field from the account form.

E.

Create a view with annual revenue sorted lowest value to highest value.

Full Access
Question # 43

You need to resolve the performance issue with the Total Billed customer plug-in.

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.

Question # 43

Full Access
Question # 44

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

Full Access
Question # 45

You need to select the visualization component.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 45

Full Access
Question # 46

You need to reduce response time for the information email on the website.

What should you create?

A.

a flow that creates a SharePoint item for each email response

B.

a flow that creates a notification in Microsoft Teams

C.

a Power Apps app that displays the number of email received in a dashboard

D.

a logic app that moves all emails received to Azure Blob storage

Full Access
Question # 47

You need to reduce response time for the information email on the website.

What should you create?

A.

A flow that create a notification in Microsoft Teams

B.

A power Apps app that displays the number of emails received in a dashboard

C.

A flow that creates a SharePoint item for each email response

D.

Logic app that moves all emails received to Azure Blob storage.

Full Access
Question # 48

You need to modify the Power Automate flow to resolve CustomerC’s issue.

What should you do?

A.

Add a configure run that is set to is successful .

B.

Add a data operation that specifies the false conditions.

C.

Add a condition containing approval hierarchy.

D.

Add a timeout setting to the approval flow.

Full Access
Question # 49

You need to improve warehouse counting efficiency.

What should you create?

A.

a flow that updates the warehouse counts as the worker performs the count

B.

a model-driven app that allows the user to key in inventory counts

C.

A Power BI dashboard that shows the inventory counting variances

D.

a canvas app that scans barcodes to allow a warehouse worker to select inventory counts

Full Access
Question # 50

You need to replace the bicycle inspection forms.

Which two solutions should you use? Each answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

a flow that maps inspection data to Dynamics 365 Field Service

B.

a logic app that guides the technician through the inspection

C.

a canvas app that guides the technician through the inspection

D.

a model-driven app based on customer service entities

Full Access
Question # 51

You need to modify Microsoft flow to resolve CustornerCs issue. What should you do?

A.

Add a data operation that specifies the false conditions.

B.

Add a configure run that is set to Is successful.

C.

Add a timeout setting to the approval flow.

D.

Add b condition containing approval hierarchy.

Full Access
Question # 52

You need to ensure that Adventure Works Cycle can track information from visitors to bike fairs.

What should you create?

A.

A workflow in Dynamics 365 Sales Engagement for capabilities leads

B.

A flow to capture customer data from the bike fair Power Apps in SharePoint and create a lead in Microsoft Teams.

C.

A flow that connects with the bike fair Power Apps to create a lead in Dynamic 365 Sales

D.

A Microsoft flow that generates a new customer record in SharePoint

Full Access
Question # 53

You need to resolve CustomerB’s issues with the check-in application.

Which two options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

LookUp to Filter

B.

Filter to LookUp

C.

Search to LookUp

D.

LookUp to Search

Full Access
Question # 54

You need to select visualization components.

What should you use? To answer, select the appropriate options from the answer area.

NOTE: Each correct selection is worth one point.

Question # 54

Full Access
Question # 55

You need to reduce the number of Azure consumption API calls for User2.

Which markup segment should you use?

A)

Question # 55

B)

Question # 55

C)

Question # 55

D)

Question # 55

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 56

You need to improve the efficiency of counting warehouse inventory.

What should you create?

A.

a model-driven app that allows the user to key in inventory counts

B.

a Power BI dashboard that shows the inventory counting variances

C.

a flow that updates the warehouse counts as the worker performs the count

D.

a canvas app that scans barcodes to allow a warehouse worker to select inventory counts

Full Access
Question # 57

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.

Question # 57

Full Access
Question # 58

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.

Full Access
Question # 59

You need to handle errors in UpdateRecord.js .

Which code segment should you add at line UR06?

A.

catch(error) {

alert( " Caught error: " + error.message);}

B.

Exception exception = Server.GetLastError() ;

if(exception != null)}

C.

catch(exception e){

console.writeline(e)}

D.

function (error){

console.log(error.message)}

Full Access
Question # 60

You need to identify the Azure service to use for the Planning Hub application.

Which service should you use?

A.

Logic App

B.

Function

C.

Service Bus

D.

Key Vault

Full Access
Question # 61

You need to resolve the issue with the eligibility assessment tool.

Which two commands should you run? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

pac pcf version —strategymanifest

B.

pac solution import

C.

pac solution version

D.

pac pcf push

Full Access
Question # 62

You need to resolve the funding application issue.

Which component should you use?

A.

settings

B.

secure config

C.

environment variable

D.

unsecure config

Full Access
Question # 63

You need to create the eligibility assessment app. Which command should you run?

A.

pac application install

B.

pac solution init

C.

pac plugin init

D.

pac pcf init

Full Access
Question # 64

You need to design the Planning Hub data model.

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.

Question # 64

Full Access
Question # 65

You need to configure the Web API and create the custom connector.

Which action should you perform for each step? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 65

Full Access
Question # 66

You need to determine which component to add to the solution to resolve the account records import error. Which component should you add?

A.

connection

B.

service endpoint

C.

custom connector

D.

Accoun table

Full Access
Question # 67

You need to implement a reusable solution to encapsulate the parameterized Dataverse queries.

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.

Question # 67

Full Access
Question # 68

You need to configure a Dataverse trigger and action in a Power Automate flow so researchers can update account records with data from the Web API even if they do not have edit privileges on the record.

What should you configure for each trigger and action requirement? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point

Question # 68

Full Access
Question # 69

You need to configure the custom connector to incorporate the environment name and Datald in the Web API URL

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: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Question # 69

Full Access
Question # 70

You need to configure the row filter on the Dataverse trigger. Which filter should you use?

A.

not contains(new_dataid, " )

B.

new_dataid eq null

C.

Dataldnenull

D.

new dataid ne null

Full Access
Question # 71

You need to choose a technology to access the Web API. Which technology should you select?

A.

Canvas app that uses the custom connector

B.

Plug-in that contacts the Web API

C.

Power Automate flow that uses the custom connector

D.

Webhook that contacts the Web API

Full Access
Question # 72

You need to ensure data returned from the Web API corresponds to the correct environment What should you use?

A.

system settings

B.

plug-in secure configurations

C.

records in a new configuration table

D.

environment variables

Full Access
Question # 73

You need to configure security for the Azure Function and custom connector.

Which security tool should you configure for each item? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question # 73

Full Access
Question # 74

You need to determine the cause of the 404 error when connecting to the production instance of the Web API.

What do you identify?

A.

The web service lacks data for the record.

B.

An authentication error occurred.

C.

The request timed-out.

D.

The host name in the URL is missing a valid value.

Full Access
Question # 75

You need to configure a Power Automate flow to update account records by using the response from the Web API.

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.

Question # 75

Full Access