PL-400 Practice Online

Quickly grab our PL-400 product now and kickstart your exam preparation today!

Name: Microsoft Power Platform Developer
Exam Code: PL-400
Certification: Microsoft Power Platform
Vendor: Microsoft
Total Questions: 353
Last Updated: Apr 22, 2024
Page:    1 / 71      
Total 353 Questions | Updated On: Apr 22, 2024
Question 1

Introductory Info Case study -
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study -
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background -
Bellows Sports is the region's newest, largest, and most complete sports complex. The company features baseball and soccer fields and two full-size hockey rinks. The complex provides coaching, recreational leagues, a pro shop, and state-of-the art customer and player amenities.
The company is organized into the following divisions:
Baseball
Hockey
Soccer
Bellows Sports runs tournaments several times per year. Each tournament runs six weeks.
Current environment -
Bellows Sports tracks players and events in Microsoft Excel workbooks and uses email to communicate with players, partners, and prospective customers. The company uses a proprietary cloud-based accounting system.
The company relies on referrals from athletes for new business. Bellows uses a third-party marketing company to gather feedback and referrals from athletes. The third-party marketing company uploads a Microsoft Excel file containing lists of potential customers and players to the FTP site that Bellows Sports maintains.
Requirements -
Tournaments -
Customer information is stored in the Accounts entity. Each tournament record must list the associated sales representative as the tournament owner. When team members create tournament records they must enter the start date for a tournament. The end date of the tournament must be automatically calculated.
Registration form -
You must create a form to allow players to register for tournaments. The registration form must meet the following requirements:
313
Each division has tournaments that take place in specific locations. Users must be able to select the division for a tournament location.
Information about upcoming tournaments must be pre-located into the registration form when the registration form loads.
The form must include a custom button that sends an email confirmation to the player after the player registers.
The button must not be visible until after the form is saved.
Security -
The company identifies the following job roles:
314
You must grant users the minimum permissions required to perform their job tasks.
Data automation -
Customer name must be added to Dynamics 365 Finance automatically after it is entered.
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.
You must implement mechanisms to handle all code-related errors.
When a customer record is updated, the system must look up the account number for the customer in the accounting system.
Referrals must be imported into the system as soon as they are available.
Issues -
Apps -
The captions for the New and Save buttons do not render properly on the form.
Interns can create apps but cannot interact with their own data.
Portal -
The query for all registered users must return the data categorized by division. Queries must return only the Name and Sport fields. Queries return all fields. The query is as follows:
0000400007
Solution checker issues -
You run solution checker and observe Plug-in or workflow activity errors in the following code sets:
315
Code -
The following code runs when the registration form loads. You must implement a mechanism to handle errors that occur in the code:
316
Question You need to handle errors in UpdateRecord.js.
Which code segment should you add at line UR04?


Answer: A

Question 2

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 company requires custom validation when users save form records that use a synchronous plug-in.

If validation fails, a message that explains how to resolve the issue must be displayed on the form to the user.

You need to implement the custom validation.

Solution: Throw a custom exception with the message.

Does the solution meet the goal?


Answer: B

Question 3

Case study 

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.

To start the case study 

To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.

Background 

Contoso Pharmaceuticals manufactures and sells drugs to retail and wholesale pharmacies, hospitals, and research facilities.

The company plans to implement Dynamics 365 Sales and Dynamics 365 Finance.

Current environment 

  • Contoso maintains a Microsoft Excel workbook that lists all drugs they supply.
  • Pharmacies submit order requests through email.
  • All information at customer locations is handwritten by customer representatives.
  • Contoso uses Cerner, which is a medical industry application that uses a proprietary database.
  • Some accounts are referrals from other pharmacies.
  • Every pharmacy has its own Dynamics 365 Sales instance.

Requirements 

General 

You must create a model-driven app to meet Contosos needs. You must minimize the use of custom code and custom connectors.

Accounts 

  • Ensure that the names of the pharmacies are synced between the accounting and the customer management systems.
  • Account numbers should be entered automatically into the pharmaceutical system that is in a Cerner database and kept in sync.
  • When the account is entered into the system, extra fields must appear if the referral customer box is selected. If the box is not selected, the extra fields must not appear.
  • A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.
  • A field named Priority_Trigger must be created to trigger the Priority field.
  • A field named Facility type field must be added in order to select whether a customer is a retail pharmacy, wholesale pharmacy, research facility, or hospital.

Users 

  • UserA must be able to create and publish Power Apps apps.
  • UserB must be the owner of all the systems and be able to provide permissions and create all new environments.
  • UserC must be able to create apps connected to the systems and update the security roles and entities.
  • Pharmacy representatives must only be able to run the apps and access their own records.
  • Access to the accounting Power Apps app must be restricted to accounting team members.
  • End users must have minimum access to the required systems.
  • Only supervisors must be able to view phone numbers in the Accounts form.
  • Developers must be able to create new apps for all users.
  • Sales users must only have access to their own records.

Reporting 

Pharmacy orders must be displayed in four graphs as follows:

  • Annual revenue over $100,000
  • Annual revenues under $100,000
  • Research facilities
  • Hospitals

The graphs must be interactive, and users must be able to drill down on any dimension.

Customizations 

  • Ensure that notifications are sent to the sales team when a lead is added by using Slack.
  • Ensure that leads have a review stage added to the sales process.
  • Doctors must be manually added to a custom entity named Doctor if the doctor is not listed.
  • Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
  • Fields for the doctors name and phone number must be displayed in the customer record.
  • The doctor entered on the customers record must be validated against doctors that exist in the system.
  • The new solution will be sold to other pharmacies for use. The application must not allow changes to be made.
  • The solution must be error free so that when it is installed in other environments it does not cause issues.

Mobile app 

  • A custom mobile app must be created to allow salespeople to add or search by pharmacy name.
  • Pharmacy records must be uniquely identified by pharmacy name, address, contact name, and phone number.
  • When a pharmacy is added by using the mobile app, the phone number must be validated to be all digits.

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

What should you do?


Answer: B

Question 4

A client requires that the system send an email from a button on their customer contact form.
You need to call the action from JavaScript.
Which two functions achieve this result? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.


Answer: A,D

Question 5

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 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.
You are developing a model-driven app for a company.
When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.
You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.
You need to configure the receiving form to accept the data parameter.
Solution: Export the solution, edit the customizations.xml, and add a querystringparameter element to the XML.
Does the solution meet the goal?


Answer: A

Page:    1 / 71      
Total 353 Questions | Updated On: Apr 22, 2024