PL-400 Exam Questions

Total 202 Questions

Last Updated Exam : 16-Dec-2024

Topic 1: Bellows Sports

   

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
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:


A company is building a new model-driven app.
The app must integrate with a number of on-premises and cloud solutions. No VPNs are in
place. You need to determine the method for each integration.
Which methods should you use? To answer, select the appropriate options in the answer
area. NOTE: Each correct selection is worth one point






An organization implements Dynamics 365 Sales.
You need to trigger a business rule when the main form in saved.
What should you do?


A.

Write a business rule to trigger on a change of ModifiedOn field.


B.

Set the scope of the business rule to one specific form where business rule triggers.


C.

Set the scope of the business rule to All Forms.


D.

Set the scope of the business rule to Entity





D.
  

Set the scope of the business rule to Entity



Set scope of business rule to "Entity" instead of "All Form". This will trigger it on server
side.
Reference:
https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developersguide/
dn481574(v=crm.8)

Fabrikam, Inc, has two divisions as shown in the Business Unit exhibit. (Click the
Business Unit tab.)






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.






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.








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.






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





B.
  

No



Explanation:
Instead, in the JavaScript library, add Building code with Code date and Work item with
Elapsed time in the dependencies tab.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on

premises/developer/web-resource-dependencies

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 designing a one-way integration from the Common Data Service to another
system.
You must use an Azure Function to update the other system. The integration must send
only newly created records to the other system. The solution must support scenarios where
a component of the integration is unavailable for more than a few seconds to avoid data
loss.
You need to design the integration solution.
Solution: Register a webhook in the Common Data Service that connects to the Azure
Function. Register a step on the webhook which runs synchronously on the record’s Create
message and in the post-operation stage.
Does the solution meet the goal?


A.

Yes


B.

No





B.
  

No



Explanation:
Instead use asynchronous communication.
D18912E1457D5D1DDCBD40AB3BF70D5D

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






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.







Page 6 out of 21 Pages
Previous