PL-400-Demo
PL-400-Demo
PL-400 Exam
Microsoft Power Platform Developer Associate
www.certsland.com
Questions & Answers PDF Page 2
Version:17.1
Case study
Overview
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.
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.
Baseball
Hockey
Soccer
www.certsland.com
Questions & Answers PDF Page 3
Bellow Sports runs tournaments several times per year. Each tournament runs six weeks.
Current environment
Requirements
Bellow 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.
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:
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
www.certsland.com
Questions & Answers PDF Page 4
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:
You run solution checker and observe Plug-in or workflow activity errors in the following code sets:
www.certsland.com
Questions & Answers PDF Page 5
Code
The following code runs when the registration form loads. You must implement a mechanism to
handle errors that occur in the code:
Question: 1
DRAG DROP
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.
www.certsland.com
Questions & Answers PDF Page 6
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/connectors/custom-connectors/
https://docs.microsoft.com/en-us/dynamics365/customer-insights/audience-insights/export-power-
apps
Question: 2
You need to determine the primary cause of the issue reported by interns when they use the app.
What is the primary cause?
www.certsland.com
Questions & Answers PDF Page 7
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.
Answer: D
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
Question: 3
A. catch(error) {
Answer: A
Explanation:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-
apps/clientapi/reference/xrm-webapi/updaterecord
Question: 4
www.certsland.com
Questions & Answers PDF Page 8
DRAG DROP
What should you do? To answer, drag the appropriate actions to the correct issues. Each 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.
Answer:
Explanation:
To enable the Command Checker, you must append a parameter &ribbondebug=true to your D365
application URL. For example: https://yourorgname.crm.dynamics.com/main.aspx?appid=9ab590fc-
www.certsland.com
Questions & Answers PDF Page 9
d25e-ea11-a81d-000d3ac2b3e6&ribbondebug=true
Reference:
https://support.microsoft.com/en-us/help/4552163/ribbon-troubleshooting-guide
https://neilparkhurst.com/2015/10/19/adding-buttons-to-ribbons/
Question: 5
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()
Answer: B
Explanation:
Scenario: Information about upcoming tournaments must be pre-located into the registration form
when the registration form loads.
addOnLoad adds event handlers to the Subgrid OnLoad event event.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-
apps/clientapi/reference/grids/gridcontrol/addonload
Question: 6
DRAG DROP
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.
www.certsland.com
Questions & Answers PDF Page 10
Answer:
Explanation:
You must grant users the minimum permissions required to perform their job tasks.
www.certsland.com
Questions & Answers PDF Page 11
Question: 7
HOTSPOT
Which data types should you use? To answer, select the appropriate options in the answer area.
Answer:
Explanation:
www.certsland.com
Questions & Answers PDF Page 12
Box 3: Lookup
Customer information is stored in the Accounts entity. Each tournament record must list the
associated sales representative as the tournament owner.
Note: When you create a new lookup column you are creating a new Many-to-One (N:1) table
relationship between the table you’re working with and the Target Row Type defined for the lookup.
There are additional configuration options for this relationship that are described in Create and edit
relationships between tables. But all custom lookups can only allow for a reference to a single row
for a single target row type.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/types-of-fields
Question: 8
What are two possible ways to achieve the goal? Each correct selection presents a complete solution.
Answer: CD
Explanation:
https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher
https://docs.microsoft.com/en-us/power-automate/
Question: 9
DRAG DROP
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.
www.certsland.com
Questions & Answers PDF Page 13
Answer:
Explanation:
Scenario:
Question: 10
You need to add the script to populate event data on the form.
www.certsland.com
Questions & Answers PDF Page 14
A. formContext.data.addOnLoad(myFunction)
B. formContext.data.removeOnLoad(myFunction)
C. formContext.data.entity.addOnSave(myFunction)
D. addOnPreProcessStatusChange
E. formContext.data.isValid()
Answer: A
Explanation:
Question: 11
HOTSPOT
Which code should you use? To answer, select the appropriate options in the answer area.
Answer:
Explanation:
www.certsland.com
Questions & Answers PDF Page 15
Scenario: 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:
Case study
Overview
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.
Background
Current environment
Adventure Works Cycles wants to replace their paper-based bicycle manufacturing business with an
efficient paperless solution. The company has one manufacturing plant in Seattle that produces
bicycle parts, assembles bicycles, and distributes finished bicycles to the Pacific Northwest.
www.certsland.com
Questions & Answers PDF Page 16
Adventure Works Cycles has a retail location that performs bicycle repair and warranty repair work.
The company has six maintenance vans that repair bicycles at various events and residences.
Adventure Works Cycles recently deployed Dynamics 365 Finance and Dynamics 365 Manufacturing
in a Microsoft-hosted environment for financials and manufacturing. The company plans to leverage
the Microsoft Power Platform to migrate all of their distribution and retail workloads to Dynamics
365 Unified Operations.
The customer uses Dynamics 365 Sales. Dynamics 365 Customer Service and Dynamics 365 Field
Service.
Adventure Works Cycle has one legal entity, four warehouses, and six field service technicians.
Warehouse counting is performed manually by using a counting journal. All warehouse boxes and
items are barcoded.
The Adventure Works Cycles retail location performs bicycle inspections and performance tune-ups.
Technicians use paper forms to document the bicycle inspection performed before a tune-up and any
additional work performed on the bicycle.
Adventure Works Cycles uses a Power Apps app for local bike fairs to attract new customers.
A canvas app is being developed to capture customer information when customers check in at the
retail location. The app has the following features:
Customer selects yes or no if they are on the mailing list.
Customer selects the amount of times they have visited the store.
Customer selects the type of service needed.
The search result returns all last name records that match the search term.
Technology
Requirements
A plug-in for Dynamics 365 Sales automatically calculated the total billed time from all activities on a
particular customer account, including sales representative visits, phone calls, email
correspondence, and repair time compared with hours spent.
A shipping API displays shipping rates and tracking information on sales orders. The contract allows
for 3,000 calls per month.
Ecommerce orders are processed in batch daily by using a manual import of sales orders in Dynamics
365 Finance.
Microsoft Teams is used for all collaboration.
All testing and problem diagnostics are performed in a copy of the production environment.
Customer satisfaction surveys are recorded with Microsoft Forms Pro. Survey replies from customers
are sent to a generic mailbox.
Automation
A text message must be automatically sent to a customer to confirm an appointment and to notify
when a technician is on route that includes their location.
Ecommerce sales orders must be integrated into Dynamics 365 Finance and then exported to Azure
every night.
www.certsland.com
Questions & Answers PDF Page 17
A text alert must be sent to employees scheduled to assist in the repair area of the retail store if the
number of repair check-ins exceeds eight.
Submitted customer surveys must generate an email to the correct department. Approval and
follow-up must occur within a week.
Reporting
The warehouse manager’s dashboard must contain warehouse counting variance information.
A warehouse manager needs to quickly view warehouse KPIs by using a mobile device.
Power BI must be used for reporting across the organization.
User experience
Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
All customer repairs must be tracked in the system no matter where they occur.
Qualified leads must be collected from local bike fairs.
Issues
Warehouse counting must be performed by using a mobile app that scans barcodes on boxes.
All customer repairs must be tracked in the system no matter where they occur.
Qualified leads must be collected from local bike fairs.
Internal
User1 reports receives an intermittent plug-in error when viewing the total bill customer time.
User2 reports that Azure consumption for API calls has increased significantly to 100 calls per minute
in the last month.
User2 reports that sales orders have increased.
User5 receives the error message: ‘Endpoint unavailable’ during a test of the technician dispatch ISV
solution.
The parts department manager who is the approver for the department is currently on sabbatical.
External
CustomerB reports that the check-in app returned only one search result for their last name, which is
not the correct name.
Nine customers arrive in the repair area of the retail store, but no texts were sent to scheduled
employees.
Customers report that the response time from the information email listed on the Adventure Works
Cycles website is greater than five days.
CustomerC requested additional information from the parts department through the customer
survey and has not received a response one week later.
Question: 12
www.certsland.com
Questions & Answers PDF Page 18
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
Answer: D
Explanation:
Scenario: Warehouse counting is performed manually by using a counting journal. All warehouse
boxes and items are barcoded.
Question: 13
Answer: AD
Explanation:
Scenario: The Adventure Works Cycles retail location performs bicycle inspections and performance
tune-ups. Technicians use paper forms to document the bicycle inspection performed before a tune-
up and any additional work performed on the bicycle.
Reference:
https://docs.microsoft.com/en-us/dynamics365/field-service/overview
https://us.hitachi-solutions.com/blog/canvas-vs-model-driven-apps/
Question: 14
A. LookUp to Filter
B. Filter to LookUp
C. Search to LookUp
D. LookUp to Search
www.certsland.com
Questions & Answers PDF Page 19
Answer: AD
Explanation:
CustomerB reports that the check-in app returned only one search result for their last name, which is
not the correct name.
The Filter function finds records in a table that satisfy a formula. Use Filter to find a set of records
that match one or more criteria and to discard those that don't.
The LookUp function finds the first record in a table that satisfies a formula. Use LookUp to find a
single record that matches one or more criteria.
The Search function finds records in a table that contain a string in one of their columns.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-filter-lookup
Question: 15
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
Answer: D
Explanation:
User5 receives the error message: ‘Endpoint unavailable’ during a test of the technician dispatch ISV
solution.
When you choose to use a synchronous execution mode any failure will be reported back to the user
of the application with an Endpoint unavailable error dialog informing the user that the webhook
service endpoint may be configured incorrectly or is not available.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/use-webhooks
Question: 16
You need to modify Microsoft flow to resolve CustornerCs issue. What should you do?
Answer: C
Explanation:
Scenario: CustomerC requested additional information from the parts department through the
www.certsland.com
Questions & Answers PDF Page 20
customer survey and has not received a response one week later.
Imagine having a process where you want to give someone a couple of days to reply to an approval.
If that someone doesn't respond in time, you want to assign a new approval to another person or
group of people. To achieve this you can set the timeout in the action settings.
Reference:
https://www.o365dude.com/2018/06/02/timeout-flow-approvals/
Question: 17
You need to reduce response time for the information email on the website.
What should you create?
Answer: A
Explanation:
Scenario:
Customers report that the response time from the information email listed on the Adventure Works
Cycles website is greater than five days.
Microsoft Teams is used for all collaboration.
Question: 18
You need to ensure that Adventure Works Cycle can track information from visitors to bike fairs.
What should you create?
Answer: C
Explanation:
By using a Dynamics 365 connector, you can create flows that initiate when an event occurs in
Dynamics 365, or some other service, which then performs an action in Dynamics 365, or some other
service.
Reference:
https://docs.microsoft.com/en-us/power-automate/connection-dynamics365
www.certsland.com
Questions & Answers PDF Page 21
Question: 19
HOTSPOT
What should you use? To answer, select the appropriate options in the answer area.
Answer:
Explanation:
www.certsland.com
Questions & Answers PDF Page 22
If you go by UI perspective, Flip switch control- Yes/No (Boolean) options would give the nice field
look in the web, mobile app and Tablet. Instead of using check boxes and radio buttons, this control
adds a visual effect like the On/Off switch way.
www.certsland.com
Questions & Answers PDF Page 23
Reference:
https://www.inogic.com/blog/2018/04/controls-in-dynamics-365-for-mobile-app-flip-switch/
https://community.dynamics.com/365/sales/b/crminogic/posts/new-controls-for-phones-and-
tablets-in-dynamics-crm-2016-update-1
Question: 20
DRAG DROP
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.
www.certsland.com
Questions & Answers PDF Page 24
Answer:
Explanation:
Scenario: User1 reports that performance is slow when viewing total billed customer time.
A plug-in for Dynamics 365 Sales automatically calculates the total billed time from all activities on a
particular customer account, including sales representatives' visits, phone calls, email
correspondence, and repair time compared with hours spent.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-
premises/developer/register-deploy-plugins
www.certsland.com
Thank You for trying PL-400 PDF Demo
https://www.certsland.com/pl-400-dumps/
[Limited Time Offer] Use Coupon " SAVE20 " for extra 20%
discount on the purchase of PDF file. Test your
PL-400 preparation with actual exam questions
www.certsland.com