MB-820 Real Exam Questions
Microsoft Dynamics 365 Business Central Developer. Everything you need to prepare, practice, and pass.
64
Questions
0
Exam Domains
Ready to practice?
64+ questions with detailed explanations
Start NowFrom $49.99 USD · refund policy applies
Browse all 64 MB-820 questions
Certification Overview
What This Certification Proves
The MB-820 Microsoft Dynamics 365 Business Central Developer certification validates your expertise in Microsoft technologies. This industry-recognized credential demonstrates your ability to work with Microsoft solutions and is valued by employers worldwide.
Who Should Take This Exam
This certification is ideal for IT professionals, system administrators, cloud engineers, security analysts, and developers who work with Microsoft technologies. Whether you're starting your career or advancing to senior roles, the MB-820 certification strengthens your professional profile.
Study Plans
Choose a study plan that matches your schedule and experience level
30 Days
Intensive Sprint
Week 1-2
- Master fundamentals: Core concepts
- Read Microsoft official documentation
- Complete 3 questions daily
Week 3
- Deep dive: Advanced topics
- Review weak areas from results
- Take 2 full-length exams
Week 4
- Review all flagged questions
- Timed exams to build stamina
- Final revision of key concepts
60 Days
Balanced Approach
Week 1-2
- Survey all exam domains
- Set up study environment
- Begin with foundational topics
Week 3-4
- Focus: Primary domain
- Focus: Secondary domain
- 2 questions daily
Week 5-6
- Focus: Remaining domains
- Hands-on labs if applicable
- Review explanations for wrong answers
Week 7-8
- Complete all 64 questions
- Identify and eliminate weak areas
- Take 3 full-length timed tests
90 Days
Comprehensive Study
Month 1
- Learn all exam domains at a comfortable pace
- Build strong foundational knowledge
- 1 questions daily
Month 2
- Deep dive into each domain
- Hands-on practice and labs
- Take weekly timed exams
Month 3
- Work through all 64 questions
- Identify and eliminate weak areas
- Take 3 full-length timed exams
MB-820-Specific Tips
- Focus on "Core concepts" first - it covers 0% of the exam
- Use all 64 questions to identify knowledge gaps
- Review detailed explanations for every wrong answer
- Study "secondary topics" as your second priority
- Take at least 2-3 full-length exams before scheduling your exam
Sample Questions
Try 5 free questions from the MB-820 question bank
You are developing an app. You plan to publish the app to Microsoft AppSource. You need to assign an object range for the app. Which object range should you use?
You create a page with the PageType property set to RoleCenter. You navigate through the different sections of the page. You need to add functionalities to the page. What should you do?
A company uses Business Central. Users in DepartmentA are assigned a base application permission set. The company observes that DepartmentA can display a critical page that should be unavailable to the department. You need to resolve the system control issue. What should you do?
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 company plans to optimize its permission sets. The company has the following permission sets: You need to provide the following implementation for a third permission set: - Create a new Permission Set C that is a composite of Permission Set A and Permission Set B. - Assign Permission Set C to a user. You need to ensure that the user has only read access to the Job table. Solution: Set the IncludedPermissionSets property to Permission Set B and the ExcludedPermissionSets property to Permission Set A. Does the solution meet the goal?
Case Study 2 - Alpine Ski House Company Background Alpine Ski House is a company that owns and operates hotels, restaurants, and stores. Currently, the company uses the following software and interface: - Property management software (PMS) to manage hotel rooms - On-premises accounting software to generate sales invoices and create purchase orders - An API that allows restaurants and stores to obtain necessary information Restaurants and stores use standalone software for point of sale (POS) devices. Each day, the POS terminals generate a text file of sales data and save the files in a server folder. An account assistant must manually import the files to the current software tables to be processed by the system. The general manager receives several reports monthly from department managers. The reports take too much time to prepare. Planned improvements The company is moving from a different system to Business Central online to manage the whole company. The company plans to increase efficiency in every department by using APIs to obtain or share information between the different systems. Each department involved in purchasing must be able to make purchase requests automatically and easily. The departments do not need access to the full ERP management system. Technical specifications Alpine Ski House requires the development of several extensions for the planned improvements. Business Central design patterns must be used to develop all extensions. Alpine Ski House must develop the following pages: - Pages that provide multiple configurations in a multistep dialog, like a wizard, to provide required information when the extensions are first installed - Department-specific Role Center pages to show relevant information and pages with additional information The IT department plans to use Power BI to analyze departmental information. The database must be configured to provide optimal performance. Department-specific requirements Housekeeping department The housekeeping department requires the following to increase efficiency and help avoid data entry errors: - A Housekeeping Role Center to minimize navigation to relevant areas in Business Central online and to show relevant information in it - Pages to embed into a new Room page to show additional information about the Room entity - A table named Room Incident for the housekeeping team to enter room issue information - A Housekeeping canvas app that connects to an extension - The department requires the development of an extension with a new API page named RoomsAPI. - The housekeeping team will use RoomsAPI to publish room details, update when work is complete, or provide repair notifications from the canvas app. - This custom API page must expose a custom table named Rooms and have an ID 50000. The table must be able to update from the PMS. The PMS team must know the endpoint to connect to the custom API. - A developer provides the following details for the API page: - The extension must be published in Business Central online and include a list page named Room List that includes all hotel rooms. - Installation or updates to this extension must meet the following requirements: o Some web services must be published automatically. o The version of the specified application's metadata must be obtained in AL language, o The code required to perform tasks cannot be accessible from other parts of the application. The Room Incident table information must include the following fields: - Incident entry: An incremental number - Room No.: A room from the Room table - Incident Date: The work date o The table definition in the Room Incident table must autofill the Incident Date when the housekeeping team inserts a new record, o The value for Incident Date must be the work date configured in the Business Central online client. - Status: Includes the following options to identify the status of the incident: o Open: When the Room Incident is created o In Progress: When someone starts repair work o Closed: When the incident is solved - Incident Closing Date: Auto-updating field (when the status passes to Closed, the field will update with the work date) - Incident Description: Text - Image: Media data type o The stored picture must be downloadable from a menu action, o A Room Incident page must be developed to contain the download action. Department-specific requirements Restaurants and stores - To increase efficiency, the new system must manage the generated data from the restaurants and stores directly by using the API on the POS terminals. - The company requires a codeunit called from a job queue to read the information from the POS terminal APIs. - The POS terminal information must be stored in a table named POS Information, have an ID 50100, and be editable on a page. - The account manager requires an option on the menu of the page to run the process manually. - To analyze the information received from the POS terminals, the company requires: - A custom API named ticketAPI to export the information to Power BI - Use of the Read Scale-Out feature to improve database performance Department-specific requirements Purchasing department and non-conformity handling The purchasing department requires a new entity in Business Central online to log non- conformities of goods received from vendors. The entity must be set up as follows: - The non-conformity entity must have two tables: o a header with common information o one or more lines with the detailed received items that are non-conforming - The entity requires a page named Non-conformity and a subpage named Non-conformity Lines to store the information. When a purchase order with incorrect quantity or quality issues is received, the entity must create a non-conformity document in the system. The following information must be included in the document: o Non-conformity Number: must use the No. Series table from Business Central online to manage this field and use these features: o Alphanumeric values o Number format that includes "NC" and the year as part of the number; for example, NC24-001 - Non-conformity Date: stores only the creation date - Vendor No.: stores the number of the vendor that sent the items; only vendors from the company must be included - Owner: code of an employee defined in the company - Receipt No.: must meet the following conditions: o Be an existing receipt No. o Be received from the vendor indicated in the Vendor No. field - Comments: can include comments with rich text and pictures to illustrate quality problems - Status: includes non-conformity statuses, such as: o Open o Notified o Closed - Lines must contain the following details: o Item No.: item received (for existing inventory items only) o Description: item description o Quantity: non-conforming quantity - Non-conformity Type: o Quality o Quantity o Delivery date The serial numbers of the non-conformities and the period in which they can be created must be in a configuration table and its corresponding page to allow them to be modified for the users. You need to define the tables used for the non-conformity entity. What should you use?
Related Certifications
Other Microsoft certifications you might be interested in
AZ-104
Microsoft Azure Administrator
From $49.99
AZ-500
Microsoft Azure Security Technologies
From $49.99
AZ-305
Designing Microsoft Azure Infrastructure Solutions
From $49.99
AZ-900
Microsoft Azure Fundamentals
From $49.99
AZ-400
Microsoft Azure DevOps Solutions
From $49.99
AZ-204
Developing Solutions for Microsoft Azure
From $49.99
MB-820 FAQ
Ready to pass MB-820?
Join thousands of professionals who passed their certification exam with NerdExam.
Get MB-820 Exam Questions