Microsoft PL-400 Microsoft Power Platform Developer Online Training
Microsoft PL-400 Online Training
The questions for PL-400 were last updated at Dec 22,2024.
- Exam Code: PL-400
- Exam Name: Microsoft Power Platform Developer
- Certification Provider: Microsoft
- Latest update: Dec 22,2024
You create a Power Apps app that integrates with Dynamics 365 Customer Service.
You update the app and run solution checker on the original solution. You receive an error stating solution checker cannot export the solution.
You need to determine the primary cause for the issue.
What is the primary cause?
- A . The original solution is locked because there is a dependent patch.
- B . The solution was not exported before running solution checker.
- C . The environment is an Administrator mode.
- D . Solution checker cannot check default solutions.
HOTSPOT
You are creating a model-driven app to track the time that employees spend on individual projects.
You need to configure the app according to the company’s requirements.
Which components should you configure? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You fix a bug in the code of your application, which is currently on version 10.0.2.1.
You need to publish an updated version of the solution.
Which version identifier should you use?
- A . 10.0.3.1
- B . 10.0.2.2
- C . 10.1.0.2
- D . 11.0.0
HOTSPOT
Fabrikam, Inc, has two divisions as shown in the Business Unit exhibit. (Click the Business Unit tab.)
✑ Fabrikam Residences rents units short term to clients.
✑ Fabrikam Property Management deals with the maintenance of the units and manages the contractors who perform the maintenance.
✑ Clients and contractors are both stored in the Contact entity.
The manager of the Property Management business unit is a member of a Fabrikam business unit, which has the root security role as shown in the Security Role exhibit. (Click the Security Role tab.)
The manager cannot see the contact record shown in the Contact exhibit. (Click the Contact tab.)
You need to ensure that the manager can view contact records owned by someone in the Residences business unit.
For each of the following statements, select Yes if the statement achieves the goal. Otherwise, select No.
HOTSPOT
A company has a development environment and a production environment. The production environment has several third-party managed and unmanaged solutions that made changes to the Contact main form.
You create a new solution in the development environment. You add the Contact entity and the Contact main form to the solution. You create a custom field on the Contact entity.
What happens when you perform these actions and import the solution into the production environment? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
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 . Enable field security for the balance field and grant the customer service team read and update permissions.
- B . Create a customer service form and role and make the balance field read-only.
- C . Enable field security for the balance field and grant the accounting team read permissions.
- D . Enable field security for the balance field and grant the customer service team read permissions.
HOTSPOT
You are developing a model-driven app for the purchasing department of an organization. You provision a new test environment and a security role. You select users to test the apps and assign the users to a security group named TestSG.
If the tests succeed, a manager will perform additional testing in the production environment and then publish the app for the organization’s purchasing department.
You need to ensure that the test and production environments are configured correctly.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
A travel company plans to track the address of places their clients visit in an entity named Destination. Client
information is captured as contact records. Client records include links to the places that clients visit.
The company must be able to link multiple rating records to the new address record.
You find a custom Rating entity that is incomplete.
You need to expand the Rating entity to include contact, address, and rating information in one place.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Create a 1:N relationship between the Contact system entity and the Address system entity named Destination.
- B . Create a mapping for the Contact C Rating relationship.
- C . Create a 1:N relationship between the Address system entity and the Rating entity.
- D . Create a 1:N relationship between the Contact system entity and the Rating entity.
- E . Create a mapping for the Destination C Rating relationship.
- F . Create a 1:N relationship between the Destination entity and the Rating entity.
HOTSPOT
A company uses Dynamics 365 Sales and the Microsoft Online Services portal.
The multi-select OptionSet field data type is not supported in the portal.
You need to copy the selected field value to the text field.
How should you configure the Organization service request? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You have a Common Data Service entity and a model-driven app. The model-driven app integrates with an external system.
You plan to run business logic each time the model-driven app creates a record. Running business logic must not negatively affect model-driven app users. You need to implement the business logic.
What should you use?
- A . Synchronous plug-in registered in the PreOperation stage
- B . Synchronous workflow
- C . Asynchronous plug-in registered in the PostOperation stage