PL-400 Practice Test Questions

202 Questions


Topic 4, Misc. Questions

You have the following JavaScript function: (Line numbers are included for reference only.)








You are synchronizing company data from a SQL Server-based .NET application into a
Common Data Service (CDS) environment. The data is entered in both the SQL Server and CDS systems. You have a program that includes the following code:







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 5 out of 17 Pages
Previous