m5 Flashcards
You create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Operational Workspaces pattern.
Does the solution meet the goal?
A. Yes
B. No
B
You create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Details Master pattern.
Does the solution meet the goal?
A. Yes
B. No
B
You are a Dynamics 365 Finance developer. You need to monitor system performance. Which tools should you use?
1.Review overall health of the system, as well as currently running processes and historical data.
A.LCS Environment Monitoring tool
2.Review the load time and latency of different forms.
C.Trace Parser
3.Review a single process and see the code and SQL statements that are being run.
D.SQL Profiler
You are a Dynamics 365 Finance developer. You have a virtual machine that includes Visual Studio. You need to display the elements by model. What should you do?
A. Select Model management from the menu and then select View all package dependences.
B. Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.
C. Select Metadata Search from the Dynamics 365 menu.
D. Select Model Management from the menu and then select Refresh Models.
B
You have a Dynamics 365 Finance development environment.
You must add default filters to the fleet management form. You must view only sales that occur in the current sales period and where the Customer name field contains the text Wholesales. You need to configure filtering. What should you do?
SysQuery method: range
SysQueryRangeUtil: dateRange
Filter clause: *Wholesales*
You need to prepare to deploy a software deployable package to a test environment. What are two possible ways to achieve the goal?
Each correct answer presents a complete solution.
A. In Visual Studio, export the project and upload the project to the asset library.
B. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
C. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
D. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
C,D
You are configuring your developer environment by using Team Explorer.
There are several developers working on a customization.
You need to ensure that all code is checked in and then merged to the appropriate branches. In which order should you perform the actions? To answer, move all 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.
Actions
A.Map the Microsoft Azure DevOps project to your local developer machine.
B.Create a test branch.
C.Create a dev branch.
D.Connect to the Microsoft Azure DevOps project.
E.Create a main branch.
D.Connect to the Microsoft Azure DevOps project.
A.Map the Microsoft Azure DevOps project to your local developer machine.
E.Create a main branch.
B.Create a test branch.
C.Create a dev branch.
You are training a new Dynamics 365 Finance developer.
You need to explain the relationships between models, packages, and projects to the new hire. Which three design concepts should you explain? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. A project can contain elements from multiple models.
B. A model is a group or collection of elements that constitute a distributable software solution.
C. A Visual Studio project can belong to more than one model.
D. A model is a design time concept.
E. A package is a deployment unit that may contain one or more models.
B,D,E
You are a Dynamics 365 Finance developer.
- Open the customer form and apply filters to the grid
- Select the Options actions pane tab and then select Add to workspace
- Select Workspace and Presentation options
- Select Configure
You are a Dynamics 365 Finance developer.
You need to troubleshoot performance issues for a client.
Which Lifecycle Services (LCS) tools should you use for each environment? To answer, drag the appropriate environment types to the correct tools. Each environment type may be used once, more than once, or not at all. You may need to drag the split bar between panes scroll to view content.
Activity Monitoring………UAT and Build
SQL Insights…………………UAT only
System Diagnostics……..UAT and Build
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:
TABLE1 —- 1:N —–> TABLE2
You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
Which value should you use for the OnDelete property?
A. None
B. Cascade
C. Cascade + Restricted
D. Restricted
D
You create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Simple List pattern.
Does the solution meet the goal?
A. Yes
B. No
B
You need to map the Dynamics 365 Finance components into the standard models.
Which component belongs to which model? To answer, drag the appropriate models to the correct components. Each model 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.
Number Sequence…………..Application Foundation
Global Address Book………..Application Foundation
Workflow & Services………….Application Platform
SSRS Reporting………………..Application Platform
You create a new form in a project.
You need to display tabs in a vertical alignment.
Solution: Apply the Table of Contents pattern.
Does the solution meet the goal?
A. Yes
B. No
A - Yes
A company uses Dynamics 365 Supply Chain Management.
You need to monitor system performance. Which tool should you use? To answer, drag the appropriate tools to the correct requirements.
Determine what a user was ………….A.Activity monitoring
doing during a time period
Identify the number of ………………….A.Activity monitoring
distinct user sessions
View a list of transaction locks……….B.SQL insights
You are implementing Dynamics 365 Supply Chain Management for a customer.
The complete solution involves an ISV product that was obtained from Microsoft AppSource.
You notice that there is a significant slowdown in certain screens once the ISV product is installed.
You need to determine the cause of the issue.
Which Lifecycle Services (LCS) tool or functionality should you use?
A. SQL Server Runtime
B. SQL Insights
C. Regression suite automation tool (RSAT)
D. Impact analysis report
E. Issue searcH
B
You are training a new Dynamics 365 Finance developer.
You need to recommend where asynchronous integrations should be used instead of synchronous integrations.
For which scenario should you recommend asynchronous integration?
A. A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.
B. A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.
C. A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.
D. A warehouse wants to track movement of all inventory from scanners to the system.
A
A company has a cloud-based installation of Dynamics 365 Finance.
A user reports slow response times in the application when accessing the production environment.
You need to diagnose the performance issue by using the Environment monitoring tool.
Which two features of the Environment monitoring tool should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. System diagnostics
B. Customization analysis
C. Health metrics
D. Availability monitoring
E. SQL insights
C,E
*A company uses Dynamics 365 Supply Chain Management. You create a customization in a development environment.
You need to create a software deployable package so that you can deploy the customization to a test environment.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. In Visual Studio, export the project and upload the project to the asset library.
B. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
C. In Azure DevOps, extract the model from a package and upload the model to the asset library.
D. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
B,D
A company uses Dynamics 365 Finance. The company creates an asset library.
You need to upload assets for a solution to the asset library.
Which asset types should use? To answer, drag the appropriate asset types to the correct activities. Each asset type 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.
Upload a logo of various sizes…………………………B.Marketing asset
to be used in other environments?
Upload an electronic report to be used…………..A.GER configuration
for a free text invoice in DyN 365 Finance?
Upload a region-specific solution developed…..D.Localized financial report
for a ledger account in the form of an ISV?
A company uses Dynamics 365 Finance.
You create a new form that must have the ability to open from the menu.
You need to set up the form for the menu.
What should you add to the menu?
A. display menu item
B. menu reference
C. output menu item
D. action menu item
A
A company is implementing Dynamics 365 Finance.
You are extending the standard fixed asset functionality to develop a new feature.
You need to select the appropriate components for the solution.
Which components should you use?
You are building analytical components for users in Dynamics 365.
You need to determine the appropriate component to use for several scenarios.
Which component should you use for each scenario? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Users need to see updated info on their workspace: Tile
A default homepage must be based on user’s sec role: Dashboard
Users must be able to modify or create new analytic: Self-Service BI
You need to prepare to deploy a software deployable package to a test environment.
What should you do to prepare?
A. In Visual Studio, create a Dynamics 365 deployment package and upload the package to the asset library.
B. In Azure DevOps, queue a build from the corresponding branch and upload the model to the asset library.
C. In Azure DevOps, queue a build from the corresponding branch and upload the package to the asset library.
C