Go Back on PL-400 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

PL-400 Practice Test


Page 14 out of 41 Pages

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 developer must register a step using the Plug-in registration tool.
You need to associate the correct Event Pipeline Stage of Execution with its purpose.
Which stage should you associate with each description? To answer, drag the appropriate
stages to the correct descriptions. Each stage 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.






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





A.
  

10.0.3.1



Explanation:
The version number are <major>.<minor>.<build>.<revision>.
When we create patches in Dynamics 365, the system will automatically increment the
build version (you can overwrite the chosen number when you create the patch). For
example, if our solution starts at 1.0.0.0, we export it to become 1.0.0.1. We then create a
patch, and the version of the patch is 1.0.1.1. If we export it now, it might become 1.0.1.2.
In all cases, the build or version number has been incremented. Patches require the build
or version number to increment, but not the major or minor version.
Reference:
https://carldesouza.com/how-solution-version-numbers-work-in-the-microsoft-powerplatform/

A multinational company requires that all phone numbers be standardized as country code
+ area code + phone number.
The application design team decides that a custom PowerApps component framework
(PCF) control should be used to prompt users for an area code and correctly format the
phone number.
You need to get the list of valid area codes when a contact record is opened and before the
user enters a new phone number.
In which function should you call webAPI.retrieveMultipleRecords?


A.

notifyOutputChanged


B.

init


C.

getOutputs


D.

updateView





D.
  

updateView



Explanation:
The updateView method will be called when any value in the property bag has changed.
This includes field values, data-sets, global values such as container height and width,
offline status, component metadata values such as label, visible, etc.
Set the value of the field component to the raw value from the configured field.
Note: webAPI.retrieveMultipleRecords retrieves a collection of entity records.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/componentframework/
reference/control/updateview

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





A.
  

The original solution is locked because there is a dependent patch.



Explanation:
Solution checker fails to export patched solutions.
If a solution has had a patch applied, Solution Checker will fail to export the solution for
analysis. When a solution has had a patch applied, the original solution becomes locked
and it can't be changed or exported as long as there are dependent patches that exist in
the organization that identify the solution as the parent solution.
To resolve this issue, clone the solution so that all patches related to the solution are rolled
into the newly created solution. This unlocks the solution and allows the solution to be
exported from the system.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/common-issuesresolutionssolutionchecker#
solution-checker-fails-to-export-solutions-with-model-driven-app-components

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.







Page 14 out of 41 Pages
Previous