MB-400 Microsoft Power Apps + Dynamics 365 Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (Mixed Questions)

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.

Select all that apply, then click Submit answer.

Question 8 (Mixed Questions)

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?

Select an option, then click Submit answer.

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

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

  • Select the managed solution and select Clone.

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

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

Question 9 (Mixed Questions)

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 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 Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.

A JavaScript library is used with these custom entities and fields to apply complex logic.

You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.

Solution:

In the Building code form, add the JavaScript library in the events tab and the Code date field to the non-event dependencies. In the Work item form, add the JavaScript library in the Events tab and the Elapsed time field to the non-event dependencies.

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No