Master 2022 Latest The Questions Microsoft Dynamics 365 and Pass MB-500 Real Exam!
Penetration testers simulate MB-500 exam PDF
Microsoft MB-500 Exam Syllabus Topics:
| Topic | Details |
|---|---|
Plan architecture and solution design (10-15%) | |
| Identify the major components of Dynamics 365 Finance and Operations apps | - identify the Finance and Operations app modules required for a solution based on business requirements - identify architectural differences between the cloud and on-premises versions of Finance and Operations apps - identify components of the application - differentiate the purposes and interrelationships between packages, projects, models, and elements |
| Design and implement a user interface | - describe the Finance and Operations user interface layouts and components - design the workspaces - design and personalize user interface elements including grids, forms, and pages - configure filtering options |
| Implement Application Lifecycle Management (ALM) and Lifecycle Services (LCS) | - describe the capabilities of the Environment Monitoring Tool within Lifecycle Services (LCS) - select the purpose and appropriate uses of LCS tools and components - research and resolve issues by using Issue Search - identify activities that require asset libraries - prepare deployment packages and deploy packages |
Apply Developer Tools (10-15%) | |
| Customize Finance and Operations apps by using Visual Studio | - create extension models - design and build projects - manage metadata using Application Explorer - synchronize data dictionary changes with the application database - create elements by using the Element Designer |
| Manage source code and artifacts by using version control | - create, check out, and check in code and artifacts - branch and merge code - compare code and resolve version conflicts |
| Implement Finance and Operations app framework functionality | - implement the SysOperation framework - implement the asynchronous framework - implement the workflow framework - implement the unit test framework - identify the need for and implement the Sandbox framework |
Design and develop AOT Elements (20-25%) | |
| Create forms | - add a new form to a project and apply a pattern (template) - configure a data source for the form - add a grid and grid fields, groups, and other controls to a form - create and populate menu items - test form functionality and data connections - add a form extension to a project for selected standard forms |
| Create and extend tables | - add tables to a project - add table fields and field properties to a table - add a table extension to a project for a table - add fields groups, relations, delete actions, and indices |
| Create Extended Data Types (EDT) and enumerations | - add an EDT to a project and populate EDT properties - add an enumeration to a project - add or update enumeration elements and enumeration element properties - add an extension of EDT and enumerations |
| Create classes and extend AOT elements | - add a new class to a project - create a new class extension and add new methods - add event handler methods to a class |
Develop and test code (10-15%) | |
| Develop X++ code | - identify and implement base types and operators - implement common structured programming constructs of X++ - create, read, update, and delete (CRUD) data - identify and implement global functions in X++ - implement table and form methods |
| Develop object-oriented code | - implement X++ variable scoping - implement inheritance and abstraction concept - implement query objects and the QueryBuilder class - implement attribute classes - implement chain of command |
Implement reporting (10-15%) | |
NEW QUESTION 16
You need to configure models for the project.
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. Extend the existing FinanceExt model and populate the project model definition.
- B. Overlay the existing FinanceExt model and populate the solution definition.
- C. Create a new model that extends the existing FinanceExt model.
- D. Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.
Answer: A,D
Explanation:
Explanation
https://www.google.com/amp/s/robscode.onl/d365-set-default-model-for-new-projects/amp/
NEW QUESTION 17
You are a Dynamics 365 Finance and Operations developer.
You need to monitor system performance.
Which tools should you use? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/monitoring-diagnostics
NEW QUESTION 18
You need to implement the reporting requirements for the Vendor exclusion list.
Which options you should use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/create-nextgen-reporting-solutions
NEW QUESTION 19
You are the Dynamics 365 Finance Developer.
You have the following class definition:
You need to create an extension class and wrap the method by using Chain of Command (CoC), if the value of the Qty variable is less than 5, the code must cause an exception.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Box 1: final class WebShopOrderVal_Extension
Box 2: public static void checkQtyValue(int Qty)
Incorrect Answers:
Public void ...
If a static method is the target that will be wrapped, the method in the extension must be qualified by using the static keyword.
Int Qty=0
The method signature in the wrapper method must not include the default value of the parameter.
Public int
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc
NEW QUESTION 20
You are Dynamics 36S Finance developer.
You need to explain the performance advantages of the different concurrency models.
What are three performance advantages of optimistic concurrency control over pessimistic concurrency control? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Records are locked as soon as they are retrieved from the database.
- B. One record cannot be selected for update by two different processes at the same time.
- C. Records remain available for other processes while they are selected from the database.
- D. Fewer resources are used to lock records during updates.
- E. Records are locked for a shorter length of time.
Answer: A,D,E
NEW QUESTION 21
You are working with extended data types in Visual Studio.
You need to create an extension of an Extended Data Types (EDT) that is derived from base data types.
Which three properties can be modified? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Form help
- B. String size
- C. Label
- D. Alignment
- E. IsExtensible
Answer: A,B,C
Explanation:
String size can be defined only on root EDTs. The system will use the largest value that is defined across the EDT and its extensions.
Labels and Help text properties can be changed by an extension, but only one value can remain.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensible-edts
NEW QUESTION 22
You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?
- A. List View
- B. List Page
- C. Simple List
- D. Workspace
Answer: B
Explanation:
Explanation
A list page presents a set of data on a user interface that is optimized so that you can browse records, find the right record, and then take an action upon that record. The list page lets the user search, filter, and sort the data. FactBoxes on the right side of the grid show related data for the active record. Actions that are relevant to the record are located on the ActionPane at the top of the page.
Scenario: You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination. The solution must meet the following requirements:
* Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.
* Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.
* Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/list-page-form-pattern
NEW QUESTION 23
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. You will receive credit for any of the correct orders you select.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/branching-strategies-with-tfvc?view=azure-devops
NEW QUESTION 24
You are a Dynamics 365 Finance developer. You create an integer variable named totalSales.
You need to display the value from totalSales in an info statement.
Which three code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Option C
- B. Option D
- C. Option B
- D. Option A
Answer: A,B,D
Explanation:
Explanation
A: int2Str converts an integer to the equivalent string.
C: any2Str converts an anytype value to a str value. The anytype data type is a placeholder for any data type.
D: Example:
void MyMethod()
{
for (int i = 0; i < 10; i++)
{
info(strfmt("i is %1", i));
}
}
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-variables-data-types
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-data-primitive#anytype
NEW QUESTION 25
A company plans to deploy Dynamics 365 Unified Operations.
You need to recommend deployment options for the company.
What should you recommend? To answer, drag the appropriate deployment options to the correct application requirement. Each deployment option 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.
Answer:
Explanation:
Explanation
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/get-started/cloud-prem-comparison
NEW QUESTION 26
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.
You are adding a new field to the SalesTable form.
You must use an extension to add a status field onto the form.
You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.
Solution: Navigate to the user interface forms section for the SalesTable form and create an extension.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation:
You can customize model elements by creating extensions.
In Dynamics 365 Finance and Operations, the new fields will need to be added via a table extension. Create the extensions on the SalesTable.
Reference:
https://stoneridgesoftware.com/how-to-extend-sales-order-update-functionality-to-custom-fields-in-d365-finance-and-operations/
NEW QUESTION 27
You are a Dynamics 365 Finance and Operations developer. You are testing a workflow in a user acceptance testing environment.
You need to ensure that a specific user can accept purchase requisitions only if the requisition is in a specific status.
Which two options can you configure to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. conditional decision
- B. manual decision
- C. automated task
- D. manual task
- E. approval process
Answer: A,E
Explanation:
B: The approval step that you're configuring might be required only if specific conditions are met.
C: A conditional decision is a point at which a workflow divides into two branches. The system determines which branch is used by evaluating the submitted document to determine whether it meets specific conditions.
Reference:
https://docs.microsoft.com/en-sg/dynamics365/fin-ops-core/fin-ops/organization-administration/configure- conditional-decision-workflow
NEW QUESTION 28
You create a Visual Studio project named ProductUpdates.
You must update data in a table named ProductTable. You must be able to run the code from Visual Studio.
You need to create an X++ class.
Which five 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.
Answer:
Explanation:
Explanation:
Step 1: Create a runnable class and add it to the ProductUpdates project.
Step 2: Create a class extension of the ProductTable and add it to the ProductUpdates project.
Step 3: Write database manipulation code in the class
Step 4: Build and run the class.
Step 5: Set the class as the startup project.
Reference:
https://community.dynamics.com/365/financeandoperations/b/daxology/posts/runnable-class
NEW QUESTION 29
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:
You need to extend this (enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a new case statement in the model of the existing code.
Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
NEW QUESTION 30
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 dependencies
- B. Select Model Management from the menu and then select Refresh Models.
- C. Right-click the Application Object Tree (AOT) node in Application Explorer and select Model View.
- D. Select Metadata Search from the Dynamics 365 menu.
Answer: D
NEW QUESTION 31
You use the performance timer to monitor and optimize Dynamics 365 performance.
You need to view information about how many users are currently using the application.
Which performance counter should you use?
- A. GC
- B. Web Client Session
- C. Services Session Provider
- D. Forms
Answer: C
Explanation:
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer
NEW QUESTION 32
You have a cloud-based Dynamics 365 Finance production environment.
You need to access the data to create Microsoft Power BI reports for the business.
What should you use?
- A. Power Bl embedded
- B. views
- C. data entities
- D. aggregate dimensions
Answer: A
NEW QUESTION 33
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) in a development environment.
You need to display the KPI.
What should you do?
- A. Create a tile and add the KPI to the tile.
- B. Create a new workspace and add the KPI to the workspace.
- C. Add the KPI to an existing form.
Answer: B
Explanation:
KPIs and aggregate data that are shown on the dashboard, or a workspace, can be secured by using menu items.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/model-aggregate-data Integrate and Manage Data Solutions Testlet 1 Case study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Background
Wide World Importers sell office supplies, furniture, and fittings to their customers across the United States.
The company has the following locations:
* a retail store in Seattle
* a warehouse in Seattle
* a customer support and call center in Atlanta
* a team of field workers that provide furniture installation services at customer sites.
Wide World Importers plans to implement Dynamics 365 Finance and Microsoft Azure cloud platform features.
Current environment
Customers may place orders by email, phone, or by using the company's website. The company authorizes and processes credit card transactions by using a web-based application. Customer, inventory, supplier, and other master and transactional data is stored in a legacy database.
The company collects feedback from customers by phone or a form on the company's website and maintains the data in a Microsoft Excel workbook.
Wide World Importers runs on-premises applications to manage payroll and workers compensation. The company has a set of Microsoft Power BI dashboards that present data from a reporting database.
The company creates a Lifecycle Services (LCS) implementation project and completes Dynamics 365 Finance onboarding.
The company maintains production, quality assurance (QA), development, user acceptance testing (UAT), and build environments.
Requirements
General
* You must configure a cloud-based Dynamics 365 Finance development environment and enable code extension that support updates.
* You must configure version control and a Build environment.
* You must migrate all legacy data to the new system.
* You must implement best practices for X++ coding, the data model, caching, and security.
* All new code must be unit tested in a development environment and then validated by the QA team before code is added to source control.
Business processes
You must configure vendor trade agreements.
Products must be shipped directly from suppliers to customers depending on customer location to save indirect costs.
You must collect customer feedback on products shipped directly from vendors.
You must deploy code to a UAT environment for testing before deploying code to production.
You must validate all entries for the purchase order creation form.
You must develop a web portal that allows customers to browse products, place orders, and check order status. Product data for the web portal must be integrated as periodic batches.
Business systems
* You must install and configure a third-party solution for credit card processing within Dynamics 365 Finance. The third-party company will provide a deployable package.
* The workers compensation application must be able to call an API to update worker compensation details in Dynamics 365 Finance.
* You must develop a process to import payroll journals into the system.
* You must configure the warehouse mobile device portal for warehouse operations.
* You must install a third-party solution to support web portal integration. The solution is supplied as a source code model file.
Vendor exclusion list
You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination.
The solution must meet the following requirements:
* Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.
* Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.
* Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.
* Implement the Excel integration for the Vendor Exclusion List form.
* Provide functionality to periodically export the Vendor exclusion list to prepare reports by using standard reporting capabilities of Dynamics 365 Unified Operations.
* Develop necessary security permissions to view and maintain the new Vendor exclusion list functionality and reporting. Users with maintain rights will be able create, update, and delete the exclusion list.
Permissions must be assigned to security roles to match company security model.
* Maintain referential integrity with other tables.
* Users must be presented with a warning message before a direct delivery purchase order is created for a vendor in exclusion list.
* Sales managers must be alerted when a new exclusion record is added to the system.
Security
* You must implement the record level audit feature to identify the users who created the record.
* Grant specific users rights to maintain the vendor exclusion list by using Excel.
* You must implement validation to check whether a proposed direct delivery purchase order vendor is on the exclusion list for the customer and product combination.
Issues
User1 is not able to access many features in the system. You must provide User1 administrator rights.
A sales manager suspects a data-related issue in the vendor exclusion list. User1 must identify the user who created the referenced exclusion records.
Developer2 joins the company and does not have access to a development environment or source control.
User2 reports performance issues when they generate direct delivery purchase orders after current updates are applied.
User2 reports that they cannot access new functionality and reports.
NEW QUESTION 34
......
Penetration testers simulate MB-500 exam: https://www.testkingfree.com/Microsoft/MB-500-practice-exam-dumps.html
Bestselling On-The-Job Reference Exam Questions: https://drive.google.com/open?id=1-SrazStkOEfMwj5tKk2SyYwbk_idmMIn