PL-400 Exam Questions

Total 202 Questions

Last Updated Exam : 16-Dec-2024

Topic 4, Misc. Questions

A manufacturing company takes online orders.
The company requires automatic validation of order changes. Requirements are as follows:
If validation is successful, the order is submitted. If exceptions are encountered, a message must be shown to the customerYou need to set up and deploy a plug-in that encapsulates the rules. Which options should you use? To answer, select the appropriate options in the answer
area. NOTE: Each correct selection is worth one point.






User1 and User2 use a form named F1 to enter account data. Both users have the same
security role, SR1, in the same business unit User1 has a business rule to make the main phone mandatory if the relationship type is
Reseller. User2 must occasionally create records of the Reseller type without having the
reseller’s phone number and is blocked by User1’s business rule.
You need to ensure that User2 can enter reseller data into the system.
Which three actions should perform in sequence? To answer, move the appropriate actions
from the list of actions to the answer area and arrange them in the correct order.






A company is creating a new system based on Common Data Service.
You need to select the features that meet the company’s requirements
Which options should you use? To answer, drag the appropriate options to the correct
requirements. Each option 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 need to develop a set of Web API’s for a company.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.








A company is preparing to go live with their Dynamics 365Sales solution, but first they need
to migrate data from a legacy system. The company is migrating accounts in batches of
1,000.
When the data is saved to Dynamics 365 Sales, the IDs for the new accounts must be
output to a log file.
You have the following code:






A company plans to replicate a Dynamics 365 Sales database into an Azure SQL
Database instance for reporting purposes. The data Export Service solution has been
installed.
You need to configure the Data service.
Which three actions should you perform? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.


A.

Create an Azure SQL Database service in the same tenant as the Dynamics 365 Sales
environment.


B.

Enable auditing entities that must be replicated to Azure SQL database.


C.

Enable change tracking for all entities that must be replicated to Azure SQL Database.


D.

Set up server-based integration.


E.

Create an export profile that specifies all the entities that must be replicated





A.
  

Create an Azure SQL Database service in the same tenant as the Dynamics 365 Sales
environment.



C.
  

Enable change tracking for all entities that must be replicated to Azure SQL Database.



E.
  

Create an export profile that specifies all the entities that must be replicated



https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sqldatabase

A company updates their client contact information periodically. The contact entity has  alternate keys defined. You have the following code. (Line numbers are included for reference only.)






A company has two development instances, two test instances, two staging instances, and
one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which if the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.


A.

https://myorg.api.crm.dynamics.com/api/data/v.9.1/


B.

https://dev.crm.dynamics.com/api/discovery/v9.1/Instances


C.

https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName=’myorg’)


D.

https://disco.crm.dynamics.com/api/discovery/v9.1/


E.

https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances





C.
  

https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName=’myorg’)



E.
  

https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances



Explanation:
C: Organization information is stored in the Instance entity of the Discovery service. To see
the kind of information contained in that entity, send an HTTP GET request to the service
for one of your instances.
GET https://dev.{servername}/api/discovery/v9.0/Instances(UniqueName='myorg')
In the above example, the discovery service is used to obtain the organization information
of the instance with a unique name of "myorg".
Reference:
https://docs.microsoft.com/en-in/dynamics365/customerengagement/onpremises/
developer/webapi/discover-url-organization-web-api
https://docs.microsoft.com/en-us/powerapps/developer/common-dataservice/
webapi/samples/global-discovery-service-csharp

You are creating a model-driven app.
Users need to see only the entities in the app navigation that are relevant to their role and
their method of accessing the app.
You need to restrict entities on the sub-areas in the SiteMap.
Which properties should you use? To answer, drag the appropriate properties to the correct
requirements. Each property 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.






An organization has a Dynamics 365 Customer Engagement. You plan to use a JavaScript web resources file in the Accounts form. The file has a
dependency on two image web resource files and on the custom field new_placeofbirth in
the Account entity. You need to add the dependencies for the JavaScript file.
Which three action should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point


A.

From Web Resources, select the JavaScript file for the Account form and then select the
JavaScript file.


B.

Open the web resources file, add the two image web resources to the dependency’s
lists, and then add the custom field new_placeofbirth to the dependency’s list.


C.

In the Account form, select Form Properties, select Non-Event Dependencies, and
then add the custom field new_placeofbirth.


D.

In the Account form, select Form Properties and add the primary JavaScript file and the
other two image web resources in Form Libraries


E.

From Settings, select Customization and then select Customize the System.


F.

Select Account, select Forms, and then select the Account form





C.
  

In the Account form, select Form Properties, select Non-Event Dependencies, and
then add the custom field new_placeofbirth.



E.
  

From Settings, select Customization and then select Customize the System.



F.
  

Select Account, select Forms, and then select the Account form




Page 4 out of 21 Pages
Previous