Microsoft PL-400 Practice Test - Questions Answers, Page 13
List of questions
Related questions
HOTSPOT
A school district wants to standardize student information and student performance records. Students in the district are assigned to a specific school. Students are evaluated using class records.
When students move between schools in the middle of a school year, the student's current class history must be available to the administrators at the new school.
You need to configure Microsoft Dataverse tables to connect the class history records to their respective class records.
How should you configure the table? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
HOTSPOT
You are developing an app for a sales team to record contact details in their Common Data Service database.
The app must handle loss of network and save the data to Common Data Service when reconnected.
The main screen of the app has a form to collect contact data and a button. The OnSelect property for the button has the following expression:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
A company uses a model-driven app to record details of laboratory test.
You are asked to create a custom component that makes it easier to capture multiple values from lab test results on mobile devices.
You need to create the interface for the dataset in case the mobile devices lose connection to the network.
Which method should you use?
SaveData
updateView
init
getClient
A bank uses a Common Data Service solution to manage clients.
Bank representatives perform client credit checks while the client is present. Credit checks may take up to five minutes to complete.
Bank policy dictates that the bank representative's app must stay blocked until credit checks are complete.
You need to display a model-driven app while credit checks run to ask the bank representative and client to wait for the credit check to complete.
Which function should you use?
Xrm.Navigation.openWebResource("prefix.myPoliteMessage.html")
Xrm.Navigation.openAlertDialog(myPoliteMessage)
Xrm.Utility.openWebResource("prefix_myPoliteMessage.html")
Xrm.Utility.showProgressIndicator(myPoliteMessage)
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?
The original solution is locked because there is a dependent patch.
The solution was not exported before running solution checker.
The environment is an Administrator mode.
Solution checker cannot check default solutions.
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?
10.0.3.1
10.0.2.2
10.1.0.2
11.0.0
An organization uses Dynamics 365 Sales. The organization has accounting and customer service departments.
You must restrict users in customer service from being able to change the value of the balance field on the Contact records. The accounting team must be the only team able to edit this field.
You need to create the appropriate solution without any customizations.
What should you do first?
Enable field security for the balance field and grant the customer service team read and update permissions.
Create a customer service form and role and make the balance field read-only.
Enable field security for the balance field and grant the accounting team read and update permissions.
Create an accounting form and role and make the balance field read-only.
A travel company plans to track the address of places their clients visit in an entity named Destination. Client information is captured as contact records. Client records include links to the places that clients visit.
The company must be able to link multiple rating records to the new address record.
You find a custom Rating entity that is incomplete.
You need to expand the Rating entity to include contact, address, and rating information in one place.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Create a 1:N relationship between the Contact system entity and the Address system entity named Destination.
Create a mapping for the Contact - Rating relationship.
Create a 1:N relationship between the Address system entity and the Rating entity.
Create a 1:N relationship between the Contact system entity and the Rating entity.
Create a mapping for the Destination - Rating relationship.
Create a 1:N relationship between the Destination entity and the Rating entity.
A company implements Dynamics 365 Supply Chain Management.
The company wants a button to display in the command bar when viewing accounts.
You need to add the button using the Ribbon Workbench.
In which three areas can you add a button for the Account entity? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
In the home area for Accounts.
In the main body of a form.
On the main application window.
On the associated view of the account.
On the Account form.
HOTSPOT
A company uses SharePoint for its intranet and other functions. The company has also implemented model-driven apps.
SharePoint users must be able to create contact records in the Common Data Service (CDS), without having to navigate to the model-driven apps.
You need to create a link in SharePoint to open the CDS contact from displaying data from SharePoint.
How should you complete the URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Question