ExamGecko
Home Home / Microsoft / PL-400

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

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

You create a new canvas app.

You update a test case and must test the app in a separate browser.

You need to test the app by using Test Studio.

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 261
Correct answer: Question 261

Explanation:

Select a test suite.

Select Copy play link.

Publish the tests.

Open a browser and paste the URL for...


You need to determine the cause of the 404 error when connecting to the production instance of the Web API.

What do you identify?

A.

The web service lacks data for the record.

A.

The web service lacks data for the record.

Answers
B.

An authentication error occurred.

B.

An authentication error occurred.

Answers
C.

The request timed-out.

C.

The request timed-out.

Answers
D.

The host name in the URL is missing a valid value.

D.

The host name in the URL is missing a valid value.

Answers
Suggested answer: B

DRAG DROP

You need to implement a reusable solution to encapsulate the parameterized Dataverse queries.

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 263
Correct answer: Question 263

Explanation:

Create a real-time workflow that uses a custom workflow activity to perform he Dataverse queries.

Run the real-time workflow by using the Dataverse connector.

Run the custom process action by using the Dataverse connector.


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets 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 university has implemented Dynamics 365 Customer Engagement. Several departments use opportunity records to bid for funding for projects within their own departments.

Each department's opportunities are not visible to other departments. However, there are times when two departments need to work together on an opportunity.

You need to configure the security to meet the business requirements.

Solution: Create a security role that has organization-level access to opportunities. Give this security role to all members of the two departments who need access.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Instead use access team templates and give access to members in the two departments.

https://community.dynamics.com/crm/b/crmdevmigrationconfigandcustomization/posts/access-teams-and-access-team-templates

A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type.

Users experience errors when updating cases. The plug-in trace log files show that the PosOperation plug-in update of case times out after two minutes.

You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work.

You need to reduce the number of errors. You need to achieve this goal with the test amount of changes.

Solution: In the Plug-in Registration tool, update the plug-in step and increase the Execution Order.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type.

Users experience errors when updating cases. The plug-in trace log files show that the PostOperation plug-in update of case times out after two minutes.

You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work.

You need to reduce the number of errors. You need to achieve this goal with the test amount of changes.

Solution:

* In the Plug-in Registration tool, add a post Image to the plug-in step and include the

Fields that the plug-in needs.

* Remove the retrieves statement from the plug-in code and reference the post image.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

A company implementsDynamics 365 Customer Service. The company deploys synchronous plug-ins for the PreOperation and PostOperation stages on create and for the PostOperation stage on update for processing different case type.

Users experience errors when updating cases. The plug-in trace log files show that the PostOperation plug-in update of case times out after two minutes.

You perform basic testing and discover that this plug-in is triggered on every update of a case. You examine the code and discover that the plug-in retrieves all columns for the updated case record performing its work.

You need to reduce the number of errors. You need to achieve this goal with the test amount of changes.

Solution: In the Plug-in Registration tool, set filtering attributes on the plug-in to only Case Type filed.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

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.

A.

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

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

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.

Answers
C.

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

C.

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

Answers
D.

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

D.

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

Answers
E.

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

E.

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

Answers
F.

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

F.

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

Answers
Suggested answer: C, E, F

Explanation:

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies

An organization plans to set up a secure connector for Power Apps. The App will capture tweets from Twitters about the organization's upcoming product for sales follow-up.

You need to configure security for the app.

Which authentication method should you use?

A.

OAuth

A.

OAuth

Answers
B.

API key

B.

API key

Answers
C.

Windows authentication

C.

Windows authentication

Answers
D.

Kerberos authentication

D.

Kerberos authentication

Answers
E.

Basic authentication

E.

Basic authentication

Answers
Suggested answer: A

Explanation:

Configure OAuth2 provider settings for portals.

The OAuth 2.0 based external identity providers involve registering an 'application' with a third-party service to obtain a 'client ID' and 'client secret' pair.

The supported providers are:

Microsoft Account

Twitter

Facebook

Google

LinkedIn

Yahoo

https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-oauth2-settings

HOTSPOT

You are developing a Web API for a company.

You need to implement the appropriate operations to meet the company's requirements.

What should you implement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 270
Correct answer: Question 270

Explanation:

https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/web-api-types-operations#complex-types

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields

Total 350 questions
Go to page: of 35