Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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.

You have a plug-in that performs business logic on contact records. The plug-in is registered in the post-operation stage and is executed when a field named custom_field3 is updated.

The plug-in contains the following code:

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 develops a model-driven app. The company sets up a custom form for the Contact table. The app contains multiple custom app pages.

You must extend the app as follows:

• Run logic when a contact is saved.

• Display data from an Azure SQL Server database.

• Apply a consistent header across multiple app pages.

• Run a Dataverse custom API when the Contact row is saved.

You need to implement the app extension by using minimal development effort.

What should you implement for each requirement? To answer, move the appropriate capabilities to the correct requirements. You may use each capability once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

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.

You create a Power Automate flow that retrieves data from a proprietary database.

You need to ensure that the flow works for other users.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Share a view with users.

B.

Share the custom connector with users.

C.

Share the flow with users.

D.

Share the environment by giving permissions to the users.

A company plans to create an order processing app. When orders are created, the app will perform complex business logic and integrate with several external systems.

Orders that have a large number of line items may take up to six minutes to complete. Processing for each order must be completed in one operation to avoid leaving records in an incomplete state.

You need to recommend a solution for the company.

What should you recommend?

A.

an asynchronous workflow that uses a custom workflow activity

B.

a real-time workflow that uses a custom action

C.

a webhook that connects to an Azure Function

D.

an asynchronous plug-in

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 developing a model-driven app for a company.

When you create a new Account record, you must automatically display a form to collect data that is needed to create a Contact record. The form must switch to the appropriate form layout based on the contact type.

You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.

You need to configure the receiving form to accept the data parameter.

Solution: In the form editor, add an event handler for the data parameter.

Does the solution meet the goal?

A.

Yes

B.

No

A company has an application that provides API access. You plan to connect to the API from a canvas app by using a custom connector.

You need to request information from the API developers so that you can create the custom connector.

Which two types of files can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

YAML

B.

WSDL

C.

OpenAPI definition

D.

Postman collection

You are creating a canvas app to retrieve user sign in information from Microsoft Entra ID when someone searches for information about an end user.

You create an Azure Function to retrieve the required information by using JSON.

You need to ensure that the application functions correctly.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Use Azure Service Bus.

B.

Use app designer in the Power Platform admin center.

C.

Create a custom connector by using the Azure Function API

D.

Create a Power Automate flow to import data.

E.

Create an API definition for the Azure Function.