DumpExams is an authorized company offering valid and latest dump exams & dumps VCE materials. Our dump exams & dumps VCE materials are high-quality; our passing rate is higher than others.

[Q102-Q122] PASS PL-400 exam with Microsoft Real Exam Questions - 100% Valid!

Share

PASS PL-400 exam with Microsoft Real Exam Questions - 100% Valid!

Actual PL-400 Exam Recently Updated Questions with Free Demo


Microsoft PL-400 exam, also known as the Microsoft Power Platform Developer exam, is a certification exam designed for developers who want to demonstrate their skills and knowledge in building and deploying solutions using Microsoft Power Platform technologies. The Power Platform encompasses a suite of tools and services that enable users to create custom business applications, automate workflows, and analyze data. The PL-400 exam tests a candidate's ability to design, develop, secure, and troubleshoot Power Platform solutions.

 

NEW QUESTION # 102
You are creating a model-driven app.
Users need to see only the entities in the app navigation that are relevant to their role and their method of accessing the app.
You need to restrict entities on the sub-areas in the SiteMap.
Which properties should you use? To answer, drag the appropriate properties to the correct requirements. Each property 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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-site-map-app


NEW QUESTION # 103
A travel company has a Common Data Service (CDS) environment.
The company requires the following:
Custom entities that track which countries/regions their clients have traveled.
The dates their clients traveled to these countries/regions.
You need to create the entities and relationships to meet the requirements.
Which three actions should 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 order you select.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/sub-grid-properties-legacy


NEW QUESTION # 104
You work for a staffing company that helps employees fill temporary jobs. Available temporary jobs are categorized and listed on a secure area of the company's website.
The company wants to eliminate manual work that relates to job and candidate management. The company plans to invite employers with available jobs and job candidates to view jobs by sending personalized invitations. The company identifies the following requirements:
Human resources team members from the staffing company must be able to access the jobs listing and post available positions.
Employers seeking temporary employees must also be able to access the jobs listing and post available positions.
Approved job candidates must be notified about new positions for which they are qualified.
Approved job candidate must have an option to accept a job assignment directly from a notification.
You need to perform a gap analysis against the features and capabilities of the Power Platform.
Which features should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation


Box 1: Custom self-service portal for both employers and job candidates If you select an environment that contains customer engagement, you can create the following portals:
Customer self-service portal: A customer self-service portal enables customers to access self-service knowledge, support resources, view the progress of their cases, and provide feedback.
Partner portal: A partner portal allows every organization with resellers, distributors, suppliers, or partners to have real-time access to every stage of shared activities.
Employee self-service portal: An employee self-service portal creates an efficient and well-informed workforce by streamlining common tasks and empowering every employee with a definitive source of knowledge.
Box 2: Model-driven app with push notifications
Compared to canvas apps, model-driven apps in PowerApps are based on underlying data - specifically, the data stored in Common Data Service (CDS).
Box 3: Webform with target set to the job custom entity
Box 4: Configure a value for the Execute Workflow on Redeeming Contact option only.
Execute Workflow on Redeeming Contact: A workflow process to be executed when the invite is redeemed.
The workflow will be passed the redeeming contact as the primary entity.
Box 5: Configure the value for the Assigned to Account option only.
Assign to Account: An account record to be associated as the redeeming contact's parent customer when the invite is redeemed.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/portals/portal-templates
https://global.hitachi-solutions.com/blog/canvas-vs-model-driven-apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/invite-contacts#invitation-attributes


NEW QUESTION # 105
A company has a model-driven app that captures applications from prospective students.
You are asked to create a new re-usable custom component using the Power Apps component framework (PCF).
The custom component must allow entry of a date of birth and validate that the applicant is not a minor.
You create the class AuditDatePicker in the TypeScript file Index.ts and the style sheet DatePicker.css.
You need to define the component to be available only for relevant fields and its properties when used in a form.
How should you complete the manifest? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box 1: AuditDatePicker
Constructor: Constructor of the code component.
Box 2:DateandTime.DateOnly
Box 3: bound
usage: Has two properties, bound and input. Bound properties are bound only to the value of the field. Input properties are either bound to a field or allow a static value.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/manif
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-type


NEW QUESTION # 106
A travel agency has a Dynamics 365 Customer Engagement.
Customers are allowed to add up to three countries/regions to their travel preferences from the website. Their preferences must be stored in the Contact entity.
You need to register the plug-in to meet the requirements.
Which value should you apply for each parameter? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/tutorial-write-plug-in


NEW QUESTION # 107
You are troubleshooting Power Apps solutions.
You need to determine the cause for the identified issues.
What is the root cause for each issue? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/common-issues-resolutions-solution-checker


NEW QUESTION # 108
A company develops a new Microsoft Dataverse plug-in that manages the Update message of an entity.
The plug-in logic requires access to the record columns before the operation starts and must compare the columns to post-update values.
You need to modify the design of the solution to access the information.
What should you do?

  • A. Register a post-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PostEntitylmages collection.
  • B. Register a pre-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PreEntitylmages collection.
  • C. Add the code to the plug-in to read the record from the InputParameters collection.
  • D. Add the code to the plug-in to query the data from Dataverse by using the API call based on the record ID.

Answer: B


NEW QUESTION # 109
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 Environment Maker security role but need the Common Data Service User security role.
  • B. Interns have the System Customizer security role but need the Environment Maker security role.
  • C. Interns have the Environment Maker security role but need the System Customizer security role.
  • D. Interns have the Common Data Service User security role but need the Environment Maker security role.
  • E. Interns have the Environment Maker security role but need the Delegate security role.

Answer: C

Explanation:
Scenario: Interns can create apps but cannot interact with their own data.
Environment Maker role: Can create new resources associated with an environment, including apps, connections, custom APIs, gateways, and flows using Microsoft Power Automate. However, this role doesn't have any privileges to access data within an environment.
System Customizer role: full permission to customize the environment. However, users with this role can only view records for environment entities that they create.
Reference:
https://docs.microsoft.com/en-us/power-platform/admin/database-security Configure Common Data Service Question Set 2


NEW QUESTION # 110
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.

Answer:

Explanation:

Explanation

Box 1: Create a custom connector
A custom connector is a wrapper around a REST API (Logic Apps also supports SOAP APIs) that allows Logic Apps, Power Automate, or Power Apps to communicate with that REST or SOAP API.
Box 2: Use an AppSource connector
You can only retrieve the Customer, UnifiedActivity, and Segments entities through the Power Apps connector. Other entities are shown because the underlying connector supports them through triggers in Power Automate.
Scenario: Customer information is stored in the Accounts entity.
Box 3: Use a native application function
You must produce a report that details the number of registrations for a day and send the report as a PDF to the management team.
Reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/
https://docs.microsoft.com/en-us/dynamics365/customer-insights/audience-insights/export-power-apps


NEW QUESTION # 111
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.

Answer:

Explanation:

1 - Create a connection to the engineering issues...
2 - Create and format a label to display....
3 - Import the counter component in the other...
4 - Display the counter output....
5 - Create a new component in the department app.


NEW QUESTION # 112
An organization uses Common Data Service.
The organization's IT helpdesk requires a single-page web application to monitor and manage Data Export Service. The app must access Data Export Service securely. The app must also permit helpdesk users to perform a limited set of functions.
You need to create a single-page app.
Which options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/data-export-service
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sql-database
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-fetchxml-construct-query


NEW QUESTION # 113
You need to handle errors in UpdateRecord.js.
Which code segment should you add at line UR06?

  • A. function (error){
    console.log(error.message)}
  • B. catch(error) {
    alert("Caught error: " + error.message);}
  • C. Exception exception = Server.GetLastError() ;
    if(exception != null)}
  • D. catch(exception e){
    console.writeline(e)}

Answer: B

Explanation:
The catch statement lets you handle the error.
Syntax: catch(err) {
Block of code to handle errors
}
Reference:
https://www.w3schools.com/js/js_errors.asp


NEW QUESTION # 114
A company has a model-driven app.
A form that validates the date entered requires a custom button. The button must be available only under certain conditions.
You need to define the CommandDefinition in the RibbonDiffXML to meet the conditions for the button.
Which elements should you use? To answer, drag the appropriate elements to the correct conditions. Each element 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.

Answer:

Explanation:

Explanation
Box 1: Display Rule
When configuring ribbon elements, you can define specific rules to control when the ribbon elements will display.
Box 2: Action
Define the actions to be performed by a command bar or ribbon control in a <CommandDefinition> element together with rules that control whether the control is enabled or visible in the ribbon.
Box 3: Enable Rule
When configuring ribbon elements, you can define specific rules to control when the ribbon elements are enabled.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/define-ribbon-enable-rules
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/define-ribbon-display-rules
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/define-ribbon-display-rules
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/define-ribbon-actions
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/define-ribbon-actions


NEW QUESTION # 115
A company is creating a new system based on Dynamics 365 Sales.
The company has the following requirements for their claim process:
Approval process must be the same for all claim applications.
Claim applications must go through approvers at each stage.
Fields must be shown or hidden, based on the requirements in the approval process.
You need to design the data model for the claim process using out-of-the-box components whenever possible.
Which features should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/organization-administration/configure-approval-process-workflow


NEW QUESTION # 116
You are creating a flow using the Common Data Service (CDS) connector.
You need to select the appropriate triggers.
Which triggers should you use? To answer, drag the appropriate triggers to the correct scenarios. Each trigger 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.

Answer:

Explanation:

Explanation


NEW QUESTION # 117
You plan to populate records in a Common Data Service 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 the Organization service and execute a RetrieveOptionSetRequest request.
  • B. Use Web API and use an InsertOptionValue action.
  • C. Use the Organization service and execute a RetrieveAttributeRequest request.
  • D. Use Web API and use a PicklistAttibuteMetadata request.

Answer: A

Explanation:
Explanation
You can retrieve a global choice (option set) by name (label) using the RetrieveOptionSetRequest message.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/org-service/metadata-option-sets


NEW QUESTION # 118
You deploy a Power Platform plug-in to a production environment. The plug-in code contains detailed tracing information. You are a member of the Environment Maker security role for the environment.
Users report unexpected results when they interact with confidential data by using the plug-in. You confirm that the plug-in works without errors in a development environment.
You need to investigate the root cause of the plug-in errors.
What should you do?

  • A. Send a GET request to retrieve the plugintracelogs records.
  • B. Send a PUT request to enable plug-in tracing for the production environment.
  • C. Reproduce and capture the errors, then debug from Visual Studio.
  • D. Install Plug-in profiler in the production environment by using the Plug-in Registration tool.

Answer: D

Explanation:
Plug-in profiler is a solution that you can install on your environment that enables you to capture the execution context of a plug-in and then use that data to re-play the event within Visual Studio while debugging.
There are two tools available from which to run the Plug-in Profiler:
the Plug-in Registration Tool and Power Platform Tools for Visual Studio.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tutorial-debug-plug-in


NEW QUESTION # 119
You need to create an application to deploy to other pharmacies.
What should you do?

  • A. Recreate customizations in a new environment.
  • B. Export the solution as a managed solution.
  • C. Create a customer connector to connect the pharmacies' systems to the company's systems.
  • D. Write a Web API to move customizations.

Answer: B

Explanation:
Explanation
When you export a managed solution, it contains all the changes that have been applied for that solution into a file that you can then import into a different Dataverse environment.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/introduction-solutions


NEW QUESTION # 120
An organization uses Dynamics 365 Sales. The organization has accounting and customer service departments.
You must restrict users in customer service from being able to change the value of the balance field on the Contact records. The accounting team must be the only team able to edit this field.
You need to create the appropriate solution without any customizations.
What should you do first?

  • A. Create a customer service form and role and make the balance field read-only.
  • B. Enable field security for the balance field and grant the customer service team read permissions.
  • C. Enable field security for the balance field and grant the customer service team read and update permissions.
  • D. Enable field security for the balance field and grant the accounting team read permissions.

Answer: D

Explanation:
Explanation
In Dynamics 365 Customer Engagement (on-premises), you use field-level security to restrict access to high business impact fields to specific users and teams. For example, you use this to enable only certain users to read or update the credit score for a customer.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/security-dev/use-fie


NEW QUESTION # 121
You need to develop a set of Web API's for a company.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/use-web-api-actions


NEW QUESTION # 122
......

PL-400 Free Sample Questions to Practice One Year Update: https://www.dumpexams.com/PL-400-real-answers.html

Free Microsoft PL-400 Exam Questions: https://drive.google.com/open?id=1ndJ-qZOP0eWq4qJolKrZS3GKmKf2AmrY