ExamGecko
Home Home / Microsoft / PL-400

Microsoft PL-400 Practice Test - Questions Answers, Page 28

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

Five high schools test a custom app from AppSource. They provide feedback that the Course credit entity should include additional fields that cover information shared by the schools.

You do not have access to each high school organization.

Each high school administrator must be able to apply the updates to the Course credit entity.

You need to deliver a custom program that creates the additional fields.

Which four actions should you 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.

Question 271
Correct answer: Question 271

Explanation:

Call the login logic.

Retrieve the Course credit entity metadata by using RetrieveEntityRequest with EntityFilters = Attributes and LogicalName

Define the AttributeMetaData for each new field.

Call the RetrieveAttributeRequest with LogicalName for each new field.

https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveentityrequest.entityfilters?view=dynamics-general-ce-9


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/

A.

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

Answers
B.

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

B.

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

Answers
C.

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

C.

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

Answers
D.

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

D.

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

Answers
E.

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

E.

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

Answers
Suggested answer: C, E

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'.

https://docs.microsoft.com/en-in/dynamics365/customerengagement/on-premises/developer/webapi/discover-url-organization-web-api

https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/samples/global-discovery-service-csharp

DRAG DROP

A company creates a custom connector to use in a flow named Search Company.

When this custom connector is used, requests must be redirected to a different endpoint at runtime.

You need to apply a policy to the custom connector to route calls to a different endpoint.

Which three actions should you 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.

Question 273
Correct answer: Question 273

Explanation:

Select the Search Company custom connector in the Microsoft Flow portal under Custom connectors and select edit.

Select the Definition tab

Select New Policy

https://docs.microsoft.com/en-us/connectors/custom-connectors/policy-templates


DRAG DROP

You need to select the appropriate methods using the Azure Event Grid.

Which method should you use for each requirement? To answer, drag the appropriate methods to the correct requirements. Each method 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.


Question 274
Correct answer: Question 274

Explanation:

https://docs.microsoft.com/en-us/azure/event-grid/overview

A company uses the Data Export Service (DCS) to refresh their Azure SQL Data Warehouse instance. The data warehouse is used for historical trend analysis and forecasting.

The refresh process from the Common Data Service (COS! environment lo the data warehouse has errors. Users report that data is missing.

A CDS lest environment that contains DES is available to troubleshoot the import outside of the production environment. You create a new database for testing.

You need to configure the lest environment to point to the new database.

What should you create first lo access the database?

A.

A new secret In Azure Key Vault

A.

A new secret In Azure Key Vault

Answers
B.

A new user in the SQL database

B.

A new user in the SQL database

Answers
C.

A new export profile in CDS test

C.

A new export profile in CDS test

Answers
D.

A new application registration

D.

A new application registration

Answers
Suggested answer: A

Explanation:

Because this service requires access to an external Microsoft Azure SQL Database from Dynamics 365 (online), a number of prerequisites must be satisfied before you can successfully access this service including:

Global / Tenant Admin access, or an Azure Key Vault must be provisioned and the setup user must have permissions on Secrets.

https://blog.crgroup.com/dynamics-365-latest-feature-the-data-export-service/

A client uses a model-driven app that is deployed by using a managed solution in the production environment. The app contains only entities and UI components and has no custom code or extensions to the platform.

The client needs an exact copy of the app with a different name in the production environment.

You need to recreate this app in production without disrupting the end users.

What should you do?

A.

Select the original model-driven app, select Edit, and then select Save As.

A.

Select the original model-driven app, select Edit, and then select Save As.

Answers
B.

Create a new model-driven app. Select the Use existing solution to create the App check box, and then select the solution that contains the original app.

B.

Create a new model-driven app. Select the Use existing solution to create the App check box, and then select the solution that contains the original app.

Answers
C.

Select the managed solution and select Clone.

C.

Select the managed solution and select Clone.

Answers
D.

Create a new model-driven app, manually add each component, and then recreate its original functions.

D.

Create a new model-driven app, manually add each component, and then recreate its original functions.

Answers
E.

Add the original app to a solution, export it as unmanaged, import it into a test environment and rename it, and then deploy it back into production.

E.

Add the original app to a solution, export it as unmanaged, import it into a test environment and rename it, and then deploy it back into production.

Answers
Suggested answer: B

Explanation:

The option Use existing solution allow users to select a specific solution for this app. Users can create a whole new design from scratch by not checking check box of use existing solution.

https://www.inogic.com/blog/2019/02/create-model-driven-app-cds-environment/

DRAG DROP

A company has a Common Data Service (CDS) environment. The company creates model-driven apps for different sets of users to allow them to manage and monitor projects.

Finance team users report that the current app does not include all the entities they require and that the existing project form is missing cost information. Cost information must be visible only to finance team users.

You create a security role for finance team users.

You need to create a new app for finance team users.

Which four actions should you 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.

Question 277
Correct answer: Question 277

Explanation:

Edit the Project main form. Select Save as..

Create a new model-driven app. Add the project entity, and select the Finance form.

Enable security roles and select the Finance Security role on the Finance

In the Maker portal, share the Finance app and select the Finance Security role.

https://docs.microsoft.com/dynamics365/customer-engagement/admin/assign-security-roles-for


DRAG DROP

A travel company has a Common Data Service (CDS) environment.

The company requires the following:

Custom entities that track which countries/regions their clients have traveled.

The dates their clients traveled to these countries/regions.

You need to create the entities and relationships to meet the requirements.

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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct order you select.


Question 278
Correct answer: Question 278

Explanation:

Create the Country entity.

Create a 1:N relationship from Contact to the Country entity.

On the main form for ContactCountry, add a sub grid to view the country information.

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/sub-grid-properties-legacy


DRAG DROP

You are creating a flow using the Common Data Service (CDS) connector.

You need to select the appropriate triggers.

Which triggers should you use? To answer, drag the appropriate triggers to the correct scenarios. Each trigger 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.


Question 279
Correct answer: Question 279

An organization implements Dynamics 36S Supply Chain Management.

You need to create a Microsoft Flow that runs daily.

What are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Create the flow and set the now frequency to daily and the interval to 1.

A.

Create the flow and set the now frequency to daily and the interval to 1.

Answers
B.

Create the flow and set the (low frequency to hourly and the value to 24.

B.

Create the flow and set the (low frequency to hourly and the value to 24.

Answers
C.

Create the flow and set the flow frequency to hourly and the value to 1.

C.

Create the flow and set the flow frequency to hourly and the value to 1.

Answers
D.

Create the flow and set the flow frequency to daily and the interval to 24.

D.

Create the flow and set the flow frequency to daily and the interval to 24.

Answers
Suggested answer: A, D

Explanation:

Total 350 questions
Go to page: of 35