Category Archives: Microsoft 365

MB-820 Microsoft Dynamics 365 Business Central Developer Exam

Purpose of this document
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

About the exam

Languages
Some exams are localized into other languages. You can find these in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Skills measured

Audience profile
As a Microsoft Dynamics 365 Business Central developer, you’re responsible for designing, developing, testing, and maintaining solutions based on Dynamics 365 Business Central. In this role, you develop apps that extend Business Central, including customizing or adding extra functionality. You also integrate Business Central with other applications, such as Microsoft Power Platform products. Plus, you need to ensure that data remains current during an upgrade process.

Examkingdom Microsoft MB-820 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft MB-820 Downloads, Microsoft MB-820 Dumps at Certkingdom.com

As a Business Central developer, you’re responsible for troubleshooting and debugging issues in the system. This may involve:

Identifying the root cause of a problem.
Fixing bugs.
Testing the solution to ensure that it works as expected.
You may be required to optimize the performance of the system by:
Identifying bottlenecks.
Improving code quality.

You must have applied knowledge of Business Central and the application language (AL), the development environment, and other tools to develop extensions for it. You need some knowledge of how to install and upgrade the system. You should also understand:

Industry terminology.

The Business Central role in relationship to Microsoft 365 and Dynamics 365.
As a developer, you should have knowledge of:
AppSource, Business Central–related technologies, frameworks, and services to build solutions.
Technologies for application lifecycle management (ALM), including source control management (SCM) and continuous integration and continuous delivery (CI/CD).

Skills at a glance
Describe Business Central (10–15%)
Install, develop, and deploy for Business Central (10–15%)
Develop by using AL objects (35–40%)
Develop by using AL (15–20%)
Work with development tools (10–15%)
Integrate Business Central with other applications (10–15%)

Describe Business Central (10–15%)
Describe the Business Central architecture
Describe the components and capabilities of Business Central
Describe the core solution and extensions approach for Business Central
Describe the update lifecycle for customizations of Business Central
Differentiate Business Central Online and Business Central on-premises features
Describe Business Central apps
Differentiate between the base app and the system app
Describe the functionality of apps
Describe the process of bringing an app to AppSource

Install, develop, and deploy for Business Central (10–15%)
Install and configure a Business Central development environment
Describe the development environment for Business Central
Install and configure the development environment
Manage JSON configuration files
Manage multiple AL extensions in one workspace
Create, debug, and deploy an extension in Business Central
Debug an extension with Visual Studio Code
Deploy an extension
Create or modify a Business Central extension in Visual Studio Code
Manage multilanguage development
Maintain extensions

Develop by using AL objects (35–40%)
Build and extend tables and pages in Business Central
Develop Role Center pages
Identify different page types
Build and extend page objects
Build and extend tables
Build and extend enums
Build and extend reports
Substitute a report
Create a report layout
Create document reports
Design the data model of a report
Implement multilanguage in reports
Use report triggers, functions, and processing-only reports
Develop the report request page
Design and create an XMLport
Configure different XMLport properties
Define nodes and their properties
Use XMLports in AL code
Develop codeunits
Create and access codeunits
Use events and triggers
Implement interfaces
Create installation and upgrade codeunits
Work with entitlement and permission set objects
Create and extend permission sets
Override entitlements with inherent permissions
Troubleshoot permission sets
Create queries in Business Central
Link and join data items
Apply filters in query objects
Use queries instead of record variables
Aggregate data in query objects
Use a query to create a report

Develop by using AL (15–20%)
Customize the UI experience and implement onboarding techniques
Create profiles in AL
Use and create views in AL
Develop the UI by using the user assistance model
Integrate assisted setup
Create teaching tips and in-app tours to onboard users
Create an onboarding checklist
Describe the essential development standards
Implement the data process model in Business Central
Define the different functional table types and characteristics
Use document standards in Business Central
Implement master data standards and design patterns
Use AL to extend Business Central
Create custom procedures
Differentiate data types
Manage files
Manipulate data by using code
Describe the basics of the AL
Use the different types of expressions
Work with AL built-in functions and AL statements
Work with variables and define them in AL code
Manage errors
Use access modifiers to limit access

Work with development tools (10–15%)
Implement semi-automated test processes and run standard Business Central tests
Test applications in Business Central
Install and run the Test Toolkit
Develop test codeunits and procedures
Manage and analyze telemetry
Monitor and analyze telemetry
Configure telemetry
Create custom telemetry signals

Integrate Business Central with other applications (10–15%)
Access Representational State Transfer (REST) services from within Business Central
Use the different HTTP classes and their functions
Get data from and send data to an external REST service
Use and read JSON
Implement APIs
Create and work with APIs
Manage UI interaction when working with web services
Use Read-Scale Out to improve performance
 


Sample Question and Answers

 

New Topic: Topic 1 , Case Study Alpine Ski House
Overview


Alpine Ski House is a company that owns and operates hotels, restaurants, and stores. Currently,
the company uses the following software and interlace:
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 serval 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.

The company is moving from a different system to 8usiness 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.
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 61 to analyze departmental information. The database must be configured to provide optimal performance.
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 end to connect to the custom API.
A developer provides the following details for the API page:
APIPublisher = ‘alpine’;
APIGroup – ‘integration’;
APIVersion – ‘v2.6’;
fntityName â– ‘room’;
EntitySetName = ‘rooms’;
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 lo 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.
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 code unit 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
The purchasing department requites 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 01 quality issues is received, the entity must create a
non-conformity document in the system. The following information must be nick the document:
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 “NO 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 nonconformity 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
0 Quantity: non-conforming quantity
0 Non-conformity Type:
â– Quality
â– Quantity
â– 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.

QUESTION 1

HOTSPOT
You need to download a stored picture from the Room Incident page.
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:
var TempBlob: Codeunit “Temp Blob”;
IncidentOutStream: OutStream;
IncidentInStream: InStream;
ImageFilter, FileName: Text;
begin

MB-920 Microsoft Dynamics 365 Fundamentals Finance and Operations Apps (ERP) Exam

Preparing for the MB-920 exam requires focused study with reliable MB-920 study materials and practice exams. Microsoft’s Dynamics 365 Finance and Operations certification demands a thorough understanding of ERP concepts. Utilize the official MB-920 exam syllabus and study guide to ensure comprehensive preparation for achieving the Dynamics 365 Fundamentals Finance and Operations Apps (ERP) certification.

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as noted, there may be times when the localized versions of an exam are not updated on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Examkingdom Microsoft Dynamics 365 MB-920 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft Dynamics 365 MB-920 Downloads, Microsoft Dynamics 365 MB-920 Dumps at Certkingdom.com

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Skills measured as of December 19, 2023

Audience profile

This exam covers the features and capabilities of finance and operations apps.
As a candidate for this exam, you should have:
General knowledge of or relevant working experience with an IT environment.
A fundamental understanding of financial principles and business operations.

Skills at a glance
Describe Dynamics 365 Supply Chain Management (20–25%)
Describe Dynamics 365 Finance (20–25%)
Describe Dynamics 365 Commerce (10–15%)
Describe Dynamics 365 Human Resources (10–15%)
Describe Dynamics 365 Project Operations (10–15%)
Describe the finance and operations core functionality (15–20%)

Describe Dynamics 365 Supply Chain Management (20–25%)
Describe Supply Chain Management core capabilities
Describe Supply Chain Management capabilities and features
Describe the order-to-cash process
Describe the procure-to-pay process
Describe products and released products
Describe product master records, product variants, and product dimensions
Describe pricing and discounts in relation to trade agreements
Describe picking, packing, and reserving inventory
Describe manufacturing strategies
Describe lean, discrete, and process manufacturing
Describe bills of materials (BOMs), routes, and operations as they relate to production orders
Describe shop floor management
Describe master planning
Describe inventory and warehousing capabilities
Describe costing methods
Describe on-hand inventory capabilities
Describe inventory reservations, picking and packing, replenishment, and shipments
Describe use cases for Warehouse Management Systems (WMS)
Describe use cases for Transportation Management Systems (TMS)

Describe Dynamics 365 Finance (20–25%)
Describe Finance core capabilities
Describe Finance capabilities and features
Describe organization and legal entities
Describe tax capabilities
Describe general ledgers
Describe charts of accounts including main accounts, balance sheets, and income statements
Describe journaling concepts
Describe financial dimensions and dimension sets concepts
Describe periodic financial processes
Describe accounts payables and accounts receivables
Describe core accounts payable components including vendors, purchase orders, and vendor invoices
Describe vendor payments and settlements including three-way matching concepts
Describe core accounts receivable components including customers, customer invoices, and free text invoices
Describe credit and collection processes
Describe expense management, fixed asset management, and budgeting
Describe cash and bank management concepts
Describe expense management capabilities
Describe fixed asset management capabilities
Describe budgeting capabilities

Describe Dynamics 365 Commerce (10–15%)
Describe Commerce core capabilities
Describe Commerce channels
Describe channel management concepts
Describe product hierarchies and assortments
Describe retail pricing and discounts
Describe e-commerce capabilities, including business-to-business (B2B) and business-to-customer (B2C)
Describe Commerce clienteling and Dynamics 365 Fraud Protection
Describe customer loyalty concepts
Describe how to create personalized customer using clienteling
Describe how Fraud Protection reduces fraudulent activities

Describe Dynamics 365 Human Resources (10–15%)
Describe Human Resources core capabilities
Describe workers and positions
Describe the hire-to-retire process
Describe leave and absence capabilities
Identify integration options between Human Resources and LinkedIn
Describe compensation and benefits capabilities
Describe personnel management capabilities
Describe self-service capabilities
Describe employee training and certification features
Describe performance management capabilities

Describe Dynamics 365 Project Operations (10–15%)
Describe Project Operations capabilities
Describe project-based services and project types
Describe project sales capabilities
Describe project contract capabilities
Describe project pricing capabilities
Describe the project lifecycle including project invoicing and revenue recognition
Describe project planning and management capabilities
Describe project planning, scheduling, and resourcing capabilities
Describe work breakdown structures (WBS)
Describe project cost tracking capabilities including time and expense costs

Describe the finance and operations core functionality (15–20%)
Describe the finance and operations apps
Describe enterprise resource planning (ERP)
Describe finance and operations apps use cases
Explore the finance and operations user interface
Describe reporting and integration capabilities in finance and operations apps
Describe built-in reporting capabilities including workspaces
Describe options for analyzing data by using Power BI
Describe Microsoft Office 365 integration capabilities, including Microsoft Excel, SharePoint, and Teams
Describe Microsoft Power Platform integration options
Describe Business Events integration capabilities


Sample Question and answers

QUESTION 1
A company plans to implement Dynamics 365 Supply Chain Management.
The company wants shop floor workers to register their daily work by using the production floor execution interface.
Which two activities can employees perform by using the tool? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. Schedule a production order.
B. Register scrap quantity during production.
C. Register raw material consumption.
D. Clock in and clock out.

Answer: B, D

QUESTION 2
A candle manufacturing company plans to use Dynamics 365 Supply Chain Management. The proportions of ingredients differ for each finished product.
You need to recommend a manufacturing type for the company. Which type of manufacturing should the company implement?

A. Process
B. Lean
C. Discrete

Answer: A

QUESTION 3
An organization has two legal entities. Items may be sold by one company only or by both
companies. You need to recommend a solution to standardize the items across the legal entities.
What should you recommend?

A. Lifecycle Services
B. Item templates
C. Products and product masters
D. Product Insights

Answer: C

MB-700 Microsoft Dynamics 365: Finance and Operations Apps Solution Architect Exam Skills measured as of April 3, 2023

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as needed, there may be times when the localized versions of an exam are not completed on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Examkingdom Microsoft Dynamics 365 MB-700 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft Dynamics 365 MB-700 Downloads, Microsoft Dynamics 365 MB-700 Dumps at Certkingdom.com

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Skills measured as of April 3, 2023

Audience profile
Candidates for this exam are Microsoft Dynamics 365 professionals who advise stakeholders and translate business requirements into secure, scalable, and reliable solutions.

Candidates should have knowledge of the Dynamics 365 ecosystem and Microsoft Power Platform. They must have deep understanding of Dynamics 365 Finance, Dynamics 365 Supply Chain Management, Dynamics 365 Commerce, and Dynamics 365 Project Operations. In addition, they must have extensive domain knowledge in one or more industry verticals. This role requires understanding how decisions affect the overall solution.

Architect solutions (20–25%)
Define solution strategies (35–40%)
Manage implementations (20–25%)
Manage testing (10–15%)
Architect solutions (20–25%)

Gather requirements
Identify operational and organizational challenges that may affect a business
Identify existing business processes and opportunities to optimize business processes
Gather information about expected transaction volume
Categorize business requirements and perform gap fit analyses
Review and validate business requirements throughout the solution lifecycle
Define the solution architecture
Map business requirements to functional components
Evaluate whether to build versus buy for selected business requirements
Identify opportunities to implement supplemental Microsoft technologies
Use the appropriate implementation tools including Lifecycle Services (LCS) and Azure DevOps
Describe the Success by Design framework
Create solution architecture diagrams
Describe and document the solution blueprint
Define an organization including company information, locations, and structure
Document the implementation timeline including roll-out strategies
Define the business process catalog and document solution gaps
Define instances, environments, and solution components
Identify required security roles

Define solution strategies (35–40%)
Select a deployment strategy
Develop a process to manage solution code and deployment
Select a deployment model and identify instances and environments required for the selected deployment model
Describe the One Version strategy for Dynamics 365 and the effects of One Version on solutions
Segment solution development and delivery into logical phases
Provide alternative methodologies and approaches for deploying modifications
Determine solution maintenance cadence and timelines
Identify upgrade scenarios and select appropriate tools
Define an application lifecycle management (ALM) strategy
Define a code management and data flow strategy
Define a Microsoft Power Platform solution management strategy
Determine which build automation capabilities to implement
Define a roll-back strategy for solution code and data
Determine a data management strategy
Differentiate between transactional and historical data
Define data quality and data validation process
Define data cleansing and transformation strategies
Define data dependencies
Develop a data migration strategy for master, transactional, reference, parameter, and document data entities
Develop data cut-over, verification and data retention plans
Define the security architecture
Differentiate between Azure, Dynamics 365, and infrastructure security
Describe Azure and infrastructure security-related elements
Describe use cases for and capabilities of record-level and role-based security in Dynamics 365
Define the integration architecture
Select an integration pattern including OData, Microsoft Power Platform integration, Batch Data API, customer service, external web services, and office integrations.
Identify required integration and interface details
Design integrations
Define an integration testing strategy
Define the business intelligence and reporting architecture
Gather business intelligence and reporting requirements
Define data sources required to meet business intelligence and reporting requirements
Select appropriate business intelligence and reporting tools including Power BI, organizational workspaces, financial reports, SQL Server Reporting Services (SSRS), and the Electronic Reporting tool
Define printing requirements including, Document Routing Agent (DRA), modern report design layout templates, check printing, and label printing

Manage implementations (20–25%)
Describe Lifecycle Services (LCS) tools
Understand the use cases and capabilities of different LCS tools
Understand the use cases and capabilities of Business Process Modeler (BPM)
Understand the use cases and capabilities of LCS Methodologies
Create a usage profile to describe current or projected usage
Manage interactions with FastTrack
Identify the value proposition for FastTrack
Identify FastTrack engagement types and personnel roles
Describe typical types of FastTrack workshops and the inputs for each workshop
Describe go-live checklist elements
Determine support options
Develop a support plan and strategy
Define post-go-live support plans including response times and service-level agreements (SLAs)
Describe use cases and capabilities for the LCS Support tool
Determine licensing requirements
Determine the types of licenses required
Estimate the number of licenses required by using the License Sizing estimator
Describe the process for estimating ongoing software licensing costs

Manage testing (10–15%)
Define a testing strategy
Define a testing strategy that includes all required types of testing
Define a regression testing strategy
Identify opportunities for automated testing
Review use cases and test coverage for business scenarios
Determine when to use RSAT, SysTest, Postman, ATL, Azure DevOps Test Plans, and other tools
Define a performance testing strategy
Define performance goals and requirements
Identify performance monitoring and testing tools
Define performance benchmarks and success criteria
Design a performance and load testing strategy
Troubleshoot performance issues


Sample Questions and Answers

 

New Topic: Topic 1, City Power and Light 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
City Power and Light is a publicly traded electric utility company. The company has a corporate office,
four regional field offices, two subsidiary companies that produce solar energy, and one wind power
subsidiary. City Power and Light has 50 percent ownership in the solar energy company. The
company fully owns the wind power company but operates it separately from other businesses.
City Power and Light currently operates with varying integrated legacy systems and has difficulty
assembling company financials. Migrating these systems and workloads to a common platform
would improve visibility into the business and inform decision making. The company plans to
implement Dynamics 365.
Legacy systems
The legacy system does not have audit capability of configurable workflow based on business logic
The legacy paper-based purchasing system does not allow parent-child relationships for vendors.
Two signatures are required for purchase requisitions.
Purchase orders are entered into the system manually based on signed purchase requisitions
printed to PDF and then emailed to the vendor.
The legacy procurement system does not have a parent-child relationship for master data management.
Financials
All financial consolidate up to City Power and Light Holding, LLC.
The finance department employees are currently able to create as well as pay invoices.
Customers
Sales orders from the website are uploaded into the system manually once a day .
International and domestic customers currently post to the same receivable account. At the end of
the month, these have to be separated into domestic and international receivable accounts.
Other information
There are multiple active acquisitions expected during the implementation timeline.
The item master data for solar panel configurations has multiple variables and variants. As a complex.
General
Flexible implementation approach to support frequently changing business needs and requirements.
A phased roll-out is needed due to the complexity of the business.
Any offsite Travel meals submitted on an expense report without corresponding flight and hotel
expenses need to be reviewed.
Ten percent of vendor invoices should be reviewed to ensure they meet company policy.
Testing of business processes needs to be automated.
Customer surveys must be sent out after email customer service interactions. Surveys must
contain a rating system and a way for customers to add comments.
Employees require one central tool for internal communication, phone calls, and file sharing.
Sales representatives need an enterprise quoting tool for solar panel customers.
Technical
A cloud-based financial and operational system, accessible on mobile devices.
The ability to keep a legacy meter reading application with the ability to use the data in aggregated operating reports.
Business processes should be tested with different variables for the same process as part of the testing plan.
Functional
Establish and document business processes to assist with on-boarding new employees more efficiently.
Parent-child relationships need to be established for vendors with regional offices. Purchasing
locations vary from invoicing locations.
The ability to create automated wire payments.
Requisitions
All purchase requisitions over $50 need to be approved by a manager.
All purchase requisitions over $1,000 require senior manager approval.
Multiple purchase requisitions to the same vendor should be combined.
Sales
The item master data for solar panel configurations have multiple variables and variants. This leads
to complex quoting and sales orders.
Sales representatives must be able to create automated wire payments.
Issues
A limited number of users are available for testing.
User1 reports that the date fields are not saving during formula entry with saved variables
functionality in the RSAT tool.
The purchasing department is seeing duplicate vendor records during data conversion.
Audit notes from the prior year indicate improvement is needed in roles and responsibilities
related to financial management and security roles.
User2 reports that parts ordered on P0123 were never received and the vendor has said they
never received the PO.
User3 provides feedback that important steps during journal entry are being forgotten and new
users need hands-on guidance.
Service technicians report that they do not always have the appropriate tools or parts with them
requiring multiple service calls.

QUESTION 1

HOTSPOT
You need to recommend solutions to streamline the business processes.
Which tool should you recommend for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:

QUESTION 2
DRAG DROP
You need to determine which system functionality meets the business requirement.
What should you recommend? To answer, drag the appropriate functionalities to the correct
requirements. Each functionality 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:

QUESTION 3

You need to recommend a solution for the business process testing plan.
What should you recommend?

A. LCS Business process library
B. SysTest framework
C. Chain test cases
D. Derived test cases
Answer: D

QUESTION 4
You need to recommend a purchasing process based on the requirements.
Which three system capabilities should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. procurement categories
B. signing limits
C. workflow
D. purchasing policies
E. security roles

Answer: CDE

QUESTION 5
You need to manage the roles and responsibilities tor security and financial management to address
concerns found in the prior year’s audit. What should you do?

A. Use security roles with segregation of duties.
B. Implement a security group for all users in finance department.
C. Use security roles with audit workbench.
D. Grant multiple security roles per user.

Answer: A
Explanation:

MB-500 Microsoft Dynamics 365: Finance and Operations Apps Developer Exam Skills measured as of December 27, 2023

The MB-500 exam, focused on Microsoft Dynamics 365: Finance and Operations Apps Developer certification, demands thorough preparation. Aspiring candidates should explore study materials, practice questions, and the official syllabus to enhance their skills. Microsoft Learn offers valuable resources for effective exam preparation. Good luck in your journey towards becoming a certified Dynamics 365 FO Apps Developer!

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as noted, there may be times when the localized versions of an exam are not updated on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.
Note

Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Examkingdom Microsoft Dynamics 365 MB-500 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft Dynamics 365 MB-500 Downloads, Microsoft Dynamics 365 MB-500 Dumps at Certkingdom.com

Skills measured as of December 27, 2023

Audience profile
As a candidate for this exam, you’re a developer who works with finance and operations apps in Microsoft Dynamics 365 to implement and extend applications that meet the requirements of a business. You provide fully realized solutions by using:

Standardized application coding patterns
Extensible features
External integrations
As a candidate for this exam, you do the following:
Develop business logic by using X++.
Create and modify finance and operations app reports and workspaces.
Customize the UI.
Provide endpoints and APIs to support Microsoft Power Platform apps and external systems.
Perform testing.
Monitor performance.
Analyze and manipulate data.
You also create technical designs and implementation details, and implement permission policies and security requirements.

You should have a deep knowledge and experience using the underlying framework, data structures, and objects associated with the finance and operations solutions.

You should have experience with products and services that include Microsoft Visual Studio, Azure, Power Apps, Power Automate, Azure DevOps, Lifecycle Services tools, Postman, GitHub, Microsoft 365, reporting tools [for example, SQL Server Reporting Services (SSRS), Power BI], and SQL Server Management Studio.

Skills at a glance
Plan the architecture and solution design (5–10%)
Apply developer tools (5–10%)
Design and develop AOT elements (15–20%)
Develop and test code (20–25%)
Implement reporting (10–15%)
Integrate and manage data solutions (15–20%)
Implement security and optimize performance (5–10%)
Plan the architecture and solution design (5–10%)

Identify the major components of finance and operations apps
Identify 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 stack
Differentiate the purposes and interrelationships between packages, projects, models, and elements
Design and implement a UI
Describe the finance and operations UI layouts and components
Design workspaces
Design and personalize UI elements including forms and saved views
Define navigation elements including menus and menu items
Configure filtering and sorting options
Implement application lifecycle management (ALM) and Microsoft Dynamics 365 Lifecycle Services
Describe the capabilities of the Environment Monitoring Tool within Lifecycle Services
Select the purpose and appropriate uses of Lifecycle Services tools and components
Research and resolve issues by using Issue Search
Identify activities that require asset libraries
Prepare deployment packages and deploy packages between environments

Apply developer tools (5–10%)
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 element designers
Perform debugging activities
Manage source code and artifacts by using Microsoft Azure DevOps version control
Create, check out, and check in code and artifacts
Branch and merge code
Compare code and resolve version conflicts

Design and develop AOT elements (15–20%)
Create and extend UI elements
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 extend menus and menu items
Test form functionality and data connections
Add a form extension to a project for selected standard forms
Create and use label files
Create and extend the data model
Create and extend tables
Add table fields and field properties to a table
Add field groups, relations, delete actions, methods, and indices
Create and extend views, queries, and maps
Create Extended Data Types (EDTs) 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 EDTs 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
Add attributes to a class

Develop and test code (20–25%)
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 (CoC) and wrapper classes
Implement event handler classes and delegates
Implement finance and operations app framework functionality
Implement the SysOperation framework
Implement the workflow framework
Implement the batch framework
Implement the SysExtensionSerializer
Perform testing
Implement the Regression suite automation tool (RSAT)
Perform unit/component testing using SysTest framework and Task recorder
Perform testing using Acceptance Test Library (ATL) tool

Implement reporting (10–15%)
Describe the capabilities and limitations of reporting tools in finance and operations apps
Create and modify report data sources and supporting classes
Implement reporting security requirements
Describe the report publishing process
Describe the differences between using Entity store and Bring your own database (BYOD) or Azure Data Lake as reporting data stores
Design, create, and revise Dynamics 365 reports
Create and modify reports in finance and operations apps that use SSRS
Create and modify finance and operations apps reports by using Power BI
Create and modify finance and operations apps reports by using Microsoft Excel
Implement Business document management
Design, create, and revise Dynamics 365 workspaces
Design and implement key performance indicators (KPIs)
Create drill-through workspace elements
Implement built-in charts, Power BI embedded visualizations, aggregate measurements, aggregate dimensions, and other reporting components

Integrate and manage data solutions (15–20%)
Identify data integration patterns and scenarios
Identify data integration patterns
Select an appropriate data integration API
Identify differences between synchronous and asynchronous patterns
Implement data integration concepts and solutions
Develop a data entity by using Visual Studio
Develop, import, and export composite and aggregate data entities.
Consume external web services by using RESTful APIs and Simple Object Access Protocol (SOAP)
Implement electronic reporting
Implement custom services and Batch OData API
Implement data management
Import and export data using entities between finance and operations apps and other systems
Monitor the status and availability of entities
Enable change tracking for entities
Set up a data project and recurring data jobs
Design entity sequencing
Generate field mapping between source and target data structures
Develop data transformations
Integrate with Microsoft Power Platform, Microsoft 365, and Azure
Integrate Power Automate and Power Apps with finance and operations apps
Integrate Microsoft Dataverse with finance and operations apps by using dual-write
Integrate Microsoft Dataverse with finance and operations apps by using virtual entities
Integrate finance and operations apps with Microsoft Excel by using OData
Implement business events

Implement security and optimize performance (5–10%)
Implement security policies and requirements
Create or modify duties, privileges, permissions, and roles
Enforce permissions policies
Implement Extensible Data Security (XDS) policies
Enforce Microsoft Entra ID authentication
Apply fundamental performance optimization techniques
Identify and apply caching mechanisms for forms and tables
Implement the global cache and singleton
Create or modify temporary tables for optimization purposes
Determine when to use set-based queries and row-based queries
Modify queries to optimize performance
Modify variable scope to optimize performance
Analyze and optimize concurrency
Optimize performance
Capture traces by using TraceParser and analyze traces
Diagnose and optimize client performance by using browser-based tools
Diagnose and optimize client performance by using Performance Timer
Optimize performance for data entities, data source queries, batch processes, and reports
Implement Async and Sandbox framework


Sample Question and Answers

QUESTION 1
HOTSPOT
You need to configure security for the CashDisc form.
What changes should you make? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:

QUESTION 2
You have an enumeration named truckStatus that has the following statuses:
Empty
Loaded
Completed
You have the following code:
You need to add the following statuses to the enumeration: Quarantine, InTransit
What should you do?

A. Add a new case statement in the model of the existing code,
B. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
C. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.
D. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Answer: B

QUESTION 3
You need to update the CashDisc report to meet the requirements.
What should you do?

A. Customize the existing CashDisc report in the overlayering model and add the new field to the design.
B. Extend the existing CashDisc report in the extension model and add the new field to the design.
C. Duplicate the existing CashDisc report in the extension model and add the new field to the design.
D. Delete the existing CashDisc report in the extension model and create a new report.

Answer: B

QUESTION 4
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. Overlay the existing FinanceExt model and populate the solution definition.
B. Modify the DefaultModelForNewProject setting in the DefaultConfig.xml file and name the model FinanceExt.
C. Create a new model that extends the existing FinanceExt model.
D. Extend the existing FinanceExt model and populate the project model definition.

Answer: A, D

QUESTION 5
HOTSPOT
You need to modify the CashDisc form to meet the requirements.
Which objects should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Scenario: CashDisc form
You must extend the CashDisc form to add a new field named MinimumInvoiceAmount to the form.
You must add a new Extended Data Type to the extension model for the new field. The new field
must be added above the discount method field. The field must display 10 characters.
Box 1: extension
To add a new field to an existing table, you must first create a table extension.
Box 2: field
Box 3: field group
Box 4: data source
Often, the information that is stored in existing tables doesn’t satisfy customer requirements.
Therefore, additional tables must be created, and data from those tables must be shown on pages.
You can add new data sources to existing forms through extension. Follow these steps.
In the extension model, create a form extension for the selected form.
Right-click the form extension, and then select New Data Source.

QUESTION 6

You need to configure filtering for the Vendor Past Due Invoices form.
Which two filtering types can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. QuickFilter
B. Advanced Filter
C. Grid Column Filtering
D. Filter pane

Answer: A, C

QUESTION 7
You need to modify the environment to meet User1s requirements.
What should you do?

A. Create an extension of CashDisc in a new project and add the field to the extended table,
B. Create a new table named CashDiscExtension in the project.
C. Use Open Designer to add the field to the table.
D. Create an overlayer of CashDisc in a new project and add the field.

Answer: A

Explanation:
Scenario: A sales manager suspects a data-related issue in the vendor exclusion list. User1 must
identify the user who created the referenced exclusion records.

QUESTION 8
DRAG DROP
You need to create the outstanding invoice report for the CFO.
Which attributes should you use? To answer, drag the appropriate attributes to the requirements.
Each attribute answer may be used once, more than once, or not at all. You may need to drag the
split between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Scenario: The Chief Financial Officer (CFO) requires the following reports:
A report that shows all outstanding invoices, their cash discount types including the new minimum
threshold applicable, and the amount of the discount. The report must only be accessed by users
who are members of the Accounts Payable Manager role.
Box 1: DataContractAttribute
DataContractAttribute “ This attribute is applied to an X++ class and specifies that the class can be
used as a data contract (that it should be serialized).
Box 2: DataMemberAttribute
DataMemberAttribute “ This attribute is applied to a parm (parameter) method on an X++ data
contract class and specifies that the data member should be serialized.
Box 3: SRSReportParameterAttribute
You set the SRSReportParameterAttribute attribute to the data contract you created for the RDP class.

MS-900 Study guide for Exam MS-900: Microsoft 365 Fundamentals Skills measured as of January 22, 2024

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as noted, there may be times when localized versions of an exam are not updated on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Examkingdom Microsoft MS-900 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft MS-900 Downloads, Microsoft MS-900 Dumps at Certkingdom.com

Skills measured as of January 22, 2024

Audience profile
This exam is designed for you, if you’re looking to demonstrate foundational-level knowledge of cloud-based solutions to facilitate productivity and collaboration among on-site, remote, and hybrid workers. As a candidate, you may:

Have knowledge of cloud-based solutions.

Be new to Microsoft 365.

You can use this exam to prepare for other Microsoft certifications, but it’s not a prerequisite for the related ones.

As a candidate, you should be able to recommend Microsoft 365 solutions that address common organizational IT challenges. You should understand how Microsoft 365 solutions:

Improve productivity

Facilitate collaboration

Optimize communications

Help secure data

Identity and facilitate compliance

You should be able to recommend solutions for:

Endpoint and application management

Desktop virtualization

Automated operating system deployment

Reporting and analytics

You should be familiar with Microsoft 365 licensing, deployment and migration assistance, and support options for organizations looking to maximize their investment in the cloud.

Skills at a glance

Describe cloud concepts (5–10%)
Describe Microsoft 365 apps and services (45–50%)
Describe security, compliance, privacy, and trust in Microsoft 365 (25–30%)
Describe Microsoft 365 pricing, licensing, and support (10–15%)


Describe cloud concepts (5–10%)
Describe the different types of cloud services available
Describe Microsoft software as a service (SaaS), infrastructure as a service (IaaS), and platform as a service (PaaS) concepts and use cases
Describe differences between Office 365 and Microsoft 365
Describe the benefits of and considerations for using cloud, hybrid, or on-premises services
Describe public, private, and hybrid cloud models
Compare costs and advantages of cloud, hybrid, and on-premises services
Describe the concept of hybrid work and flexible work

Describe Microsoft 365 apps and services (45–50%)
Describe productivity solutions of Microsoft 365
Describe the core productivity capabilities and benefits of Microsoft 365 including Microsoft Outlook and Microsoft Exchange, Microsoft 365 apps, and OneDrive
Describe core Microsoft 365 Apps including Microsoft Word, Excel, PowerPoint, Outlook, and OneNote
Describe work management capabilities of Microsoft 365 including Microsoft Project, Planner, Bookings, Forms, Lists, and To Do
Describe collaboration solutions of Microsoft 365
Describe the collaboration benefits and capabilities of Microsoft 365 including Microsoft Exchange, Outlook, SharePoint, OneDrive, and Stream
Describe the collaboration benefits and capabilities of Microsoft Teams and Teams Phone
Describe the Microsoft Viva apps
Describe the ways that you can extend Microsoft Teams by using collaborative apps
Describe endpoint modernization, management concepts, and deployment options in Microsoft 365
Describe the endpoint management capabilities of Microsoft 365 including Microsoft Endpoint Manager (MEM), Intune, AutoPilot, and Configuration Manager with cloud attach
Compare the differences between Windows 365 and Azure Virtual Desktop
Describe the deployment and release models for Windows-as-a-Service (WaaS) including deployment rings
Identify deployment and update channels for Microsoft 365 Apps
Describe analytics capabilities of Microsoft 365
Describe the capabilities of Viva Insights
Describe the capabilities of the Microsoft 365 Admin center and Microsoft 365 user portal
Describe the reports available in the Microsoft 365 Admin center and other admin centers

Describe security, compliance, privacy, and trust in Microsoft 365 (25–30%)
Describe identity and access management solutions of Microsoft 365
Describe the identity and access management capabilities of Microsoft Entra ID
Describe cloud identity, on-premises identity, and hybrid identity concepts
Describe how Microsoft uses methods such as multi-factor authentication (MFA), self-service password reset (SSPR), and conditional access, to keep identities, access, and data secure
Describe threat protection solutions of Microsoft 365
Describe Microsoft 365 Defender, Defender for Endpoint, Defender for Office 365, Defender for Identity, Defender for Cloud Apps, and the Microsoft 365 Defender Portal
Describe Microsoft Secure Score benefits and capabilities
Describe how Microsoft 365 addresses the most common types of threats against endpoints, applications, and identities
Describe trust, privacy, risk, and compliance solutions of Microsoft 365
Describe the Zero Trust Model
Describe Microsoft Purview compliance solutions such as insider risk, auditing, and eDiscovery
Describe Microsoft Purview Information Protection features such as sensitivity labels and data loss prevention
Describe how Microsoft supports data residency to ensure regulatory compliance
Describe the capabilities and benefits of Microsoft Priva

Describe Microsoft 365 pricing, licensing, and support (10–15%)
Identify Microsoft 365 pricing and billing management options
Describe the pricing model for Microsoft cloud services including enterprise agreements, cloud solution providers, and direct billing
Describe available billing and bill management options including billing frequency and methods of payment
Identify licensing options available in Microsoft 365
Describe license management
Describe the differences between base licensing and add-on licensing
Identify support options for Microsoft 365 services
Describe how to create a support request for Microsoft 365 services
Describe support options for Microsoft 365 services
Describe service-level agreements (SLAs) including service credits
Determine service health status by using the Microsoft 365 admin center or the Microsoft Entra admin center


QUESTION 2
You need to consider the underlined segment to establish whether it is accurate.
All applications will remain in a hybrid environment after migrating to Microsoft Azure.
Select ”’?No adjustment required”’? if the underlined segment is accurate. If the underlined segment is inaccurate,
select the accurate option.

A. No adjustment required.
B. Applications that manage sensitive information
C. Applications where access requires a USB-token device
D. All legacy applications

Answer: B

QUESTION 3
Note: The question is included in a number of questions that depicts the identical set-up. However,
every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company plans to move their Server environment to the cloud.
You have been tasked with identifying a cloud model that allows for the current email environment to be
upgraded, while also reducing server and application maintenance.
You need to make sure that the requirements are met.
Solution: You recommend the Platform as a service (PaaS) model.
Does the solution meet the goal?

A. Yes
B. No

Answer: B

QUESTION 4
Note: The question is included in a number of questions that depicts the identical set-up. However,
every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company plans to move their Server environment to the cloud.
You have been tasked with identifying a cloud model that allows for the current email environment to be
upgraded, while also reducing server and application maintenance.
You need to make sure that the requirements are met.
Solution: You recommend the Infrastructure as a service (IaaS) model.
Does the solution meet the goal?

A. Yes
B. No

Answer: B

QUESTION 5
Note: The question is included in a number of questions that depicts the identical set-up. However,
every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company plans to move their Server environment to the cloud.
You have been tasked with identifying a cloud model that allows for the current email environment to be
upgraded, while also reducing server and application maintenance.
You need to make sure that the requirements are met.
Solution: You recommend the Software as a service (SaaS) model.
Does the solution meet the goal?

A. Yes
B. No

Answer: A

QUESTION 6
Your company makes use of Platform as a Service (PaaS) for their Azure solution.
Which of the following options are components that your IT employees are responsible for?

A. Networks.
B. Databases.
C. Applications.
D. Servers.

Answer: C

QUESTION 7
Your company makes use of Platform as a Service (PaaS) for their Azure solution.
Which of the following options are components that Microsoft are responsible for? (Choose all that apply).

A. Storage.
B. Databases.
C. Applications.
D. Operating system.

Answer: A,B,D

QUESTION 8
Your company is planning to migrate to Microsoft Azure and Microsoft 365.
You are required to identify a cloud service that allows for website hosting.
Which of the following is the model you should choose?

A. Software as a Service (SaaS)
B. Platform as a Service (PaaS)
C. Infrastructure as a Service (IaaS)
D. Container as a Service (CaaS)

Answer: B

QUESTION 9
Your company is planning to migrate to Microsoft Azure and Microsoft 365.
You are required to identify a cloud service that allows for the deployment of a Linux virtual machine.
Which of the following is the model you should choose?

A. Software as a Service (SaaS)
B. Platform as a Service (PaaS)
C. Infrastructure as a Service (IaaS)
D. Container as a Service (CaaS)

Answer: C

QUESTION 11
You need to consider the underlined segment to establish whether it is accurate.
To ensure that when a new Microsoft Word feature is available for worker to install as soon as it becomes
available, you should subscribe to the Targeted release channel.
Select ”’?No adjustment required”’? if the underlined segment is accurate. If the underlined segment is inaccurate,
select the accurate option.

A. No adjustment required.
B. Standard release
C. Semi-annual
D. Annual

Answer: A

PL-600 Microsoft Power Platform Solution Architect Skills measured as of September 26, 2023

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as noted, there may be times when the localized versions of an exam are not updated on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.
Note

The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.
Note

Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Skills measured as of September 26, 2023
Audience profile
As a candidate for this exam, you’re a solution architect who:
Leads successful implementations.
Focuses on how solutions address the broader business and technical needs of organizations.
This role requires you to have the ability to identify opportunities to solve business problems.
You should have functional and technical knowledge of:
Microsoft Power Platform
Dynamics 365 customer engagement apps
Related Microsoft cloud solutions
Other third-party technologies
You apply knowledge and experience throughout an engagement. You perform proactive and preventative work to:
Increase the value of the customer’s investment.
Promote organizational health.

As a candidate for this exam, you should have experience across functional and technical disciplines of Microsoft Power Platform. You should be able to facilitate design decisions across development, configuration, integration, infrastructure, security, licensing, availability, storage, and change management. In this role, you balance project’s business needs while meeting functional and non-functional requirements.

Examkingdom Microsoft PL-600 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft PL-600 Downloads, Microsoft PL-600 Dumps at Certkingdom.com

Skills at a glance

Perform solution envisioning and requirement analysis (35–40%)
Architect a solution (40–45%)
Implement the solution (15–20%)

Perform solution envisioning and requirement analysis (35–40%)
Initiate solution planning
Evaluate business requirements
Identify Microsoft Power Platform solution components
Identify other components including existing apps, Microsoft Dynamics 365 apps, AppSource apps, third-party components, and components from independent software vendors (ISVs)
Identify and estimate migration and integration efforts
Identify organization information and metrics
Identify desired high-level organizational business processes
Identify business process improvement opportunities
Assess an organization’s risk factors
Review key success criteria
Identify existing solutions and systems
Evaluate an organization’s enterprise architecture
Identify data sources needed for a solution
Define use cases and quality standards for existing data
Identify and document an organization’s existing business processes
Capture requirements
Refine high-level requirements
Identify functional requirements
Identify non-functional requirements
Confirm that requirements meet an organization’s goals
Identify and document an organization’s desired business processes
Perform fit/gap analyses
Determine the feasibility of meeting specific requirements
Evaluate Dynamics 365 apps and AppSource options to solve requirements
Address functional gaps through alternate solutions
Determine the scope for a solution

Architect a solution (40–45%)
Lead the design process
Design the solution topology
Design customizations for existing apps
Design and validate user experience prototypes
Identify opportunities for component reuse
Communicate system design visually
Design application lifecycle management (ALM) processes
Design a data migration strategy
Design apps by grouping required features based on role or task
Design a data visualization strategy
Design an automation strategy that uses Power Automate
Design environment strategy
Design the data model
Design tables and columns
Design reference and configuration data
Design relationships and relationship behaviors
Determine when to connect to external data versus import data
Design data models to address complex sets of requirements
Design integrations
Design collaboration integrations
Design integrations between Microsoft Power Platform solutions and Dynamics 365 apps
Design integrations with an organization’s existing systems
Design third-party integrations
Design an authentication strategy
Design a business continuity strategy
Identify opportunities to integrate and extend Microsoft Power Platform solutions by using Microsoft Azure
Design robotic process automation (RPA)
Design networking
Design the security model
Design the business unit and team structure
Design security roles
Design column and row level security
Design security models to address complex sets of requirements
Determine security model management policies and processes
Identify Microsoft Entra groups and app registrations required to support a solution
Identify data loss prevention (DLP) policies for a solution
Determine how external users will access a solution

Implement the solution (15–20%)
Validate the solution design
Evaluate detail designs and implementation
Validate security
Ensure that the solution conforms to API limits
Assess the solution performance and impact on resources
Resolve automation conflicts
Resolve integration conflicts
Support go-live
Identify and resolve potential and actual performance issues
Troubleshoot data migration
Resolve any identified issues with deployment plans
Identify factors that impact go-live readiness and remediate issues

Sample Question:

QUESTION 2
You need to recommend a reporting solution for the organization.
Which two options should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. AI Builder
B. SQL Server Reporting Services (SSRS)
C. Dynamics 365
D. Power BI

Answer: BC

Explanation:
Scenario:
The reporting and analytics team must be able to create reports that include data from all facilities
and all workers.
Management reports must present an overview of the entire organization. Other reports may be
limited to specific offices.
B: Power Apps apps can include reports that provide useful business information to the user. These
reports are based on SQL Server Reporting Services and provide the same set of features that are
available for typical SQL Server Reporting Services reports.
C: Microsoft Dynamics 365 online and Model-Driven PowerApps offers several advanced reporting
options. Advanced reports are often necessary when business requirements demand complex
calculations, returning multiple data sets, grouping large sets of data based on rules, and retrieving
data from different data sources.
Incorrect Answers:
D: Scenario: Users cannot view Power BI reports within the Power Platform apps.
Note: Power BI enables data insights and better decision-making, while Power Apps enables
everyone to build and use apps that connect to business data. Using the Power Apps visual, you can
pass context-aware data to a canvas app, which updates in real time as you make changes to your report.

QUESTION 3
You need to recommend a solution for handling data entry requirements for the mobile audit teams.
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. Canvas app within Power Apps Player
B. Canvas app within a browser
C. Dynamics 365 Field Service
D. Dynamics 365 App for Outlook

Answer: AB

Explanation:
Scenario:
Audit teams must have the ability to view worker information on their mobile devices.
Audit teams must be able to record data during visits to locations where workers are placed.
When you create an app, or someone shares an app with you, you can run that app on the Power
Apps mobile app or in a web browser.

QUESTION 6
You need to recommend technology for accessing historical job placement data.
What should you recommend?

A. Power Virtual Agents chatbots
B. Virtual tables
C. Power Bl
D. Power Automate flows

Answer: B

Explanation:
A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an
external data source. Virtual tables appear in your app to users as regular table rows, but contain
data that is sourced from an external database, such as an Azure SQL Database. Rows based on
virtual tables are available in all clients including custom clients developed using the Dataverse web services.
Scenario:
First Up uses an on-premises system to manage current and historical patient data including
medications and medical visits.
The company plans to reference historical data in the existing system. The records held in these
systems will not be migrated to the new solution except for medication information.
The solution must provide a worker appointment booking system that can access worker historical
job placement data.
First Up staff members must be able to view and update worker records. They must be able to see
current and historical job placement data on the same form in the new solution.

QUESTION 7
HOTSPOT
You need to design tables for the solution.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: Virtual Table
A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an
external data source. Virtual tables appear in your app to users as regular table rows, but contain
data that is sourced from an external database, such as an Azure SQL Database. Rows based on
virtual tables are available in all clients including custom clients developed using the Dataverse web
services.
Scenario:
First Up uses an on-premises system to manage current and historical patient data including
medications and medical visits.
The company plans to reference historical data in the existing system. The records held in these
systems will not be migrated to the new solution except for medication information.
The solution must provide a worker appointment booking system that can access worker historical
job placement data.
First Up staff members must be able to view and update worker records. They must be able to see
current and historical job placement data on the same form in the new solution.
Box 2: Lookup (N:1)
Each worker can have many security clearances, so need a 1:N relationship.
Scenario: The solution must support tracking of security clearance information for a worker including
the date, status, and certifying agency.


QUESTION 8

HOTSPOT
You need to recommend solutions for the organizations technical challenges.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: Power Automate
Self-service purchase is available for Power Platform (Power BI, Power Apps, and Power Automate),
Project, and Visio.
Box 2: Azure Active Directory B2B
Scenario: First Up Consulting recruits information technology (IT) workers for temporary or
permanent positions at client companies.
Azure Active Directory (Azure AD) business-to-business (B2B) collaboration is a feature within
External Identities that lets you invite guest users to collaborate with your organization. With B2B
collaboration, you can securely share your company’s applications and services with guest users from
any other organization, while maintaining control over your own corporate data.
 Work safely and securely with external partners, large or small, even if they don’t have Azure AD
or an IT department. A simple invitation and redemption process lets partners use their own
credentials to access your company’s resources.
Note, Scenario:
Workers must be able to sign into a portal by using their own email address. Workers must be
required to use a secure method of authentication to be able to view their data.
User security roles must be customized to ensure that users are able to interact only with the specific
data in which they need access.
Box 3: Dynamics 365 Field Service
Dynamics 365 Field Service functionality include:
An interactive schedule board helps dispatchers assign work orders to the best resources based on
location, availability, skill set, priority, and more. This is done via a manual drag-and-drop method, a
semi-automated scheduling assistant, or fully automated with Resource Scheduling Optimization.
The schedule board displays each resource–whether an employee, contractor, or equipment–and
their scheduled work orders. Resources and their assigned jobs are also displayed on a map along
with routes and traffic patterns in real time.

QUESTION 9

HOTSPOT
You need to recommend methods to resolve the organizations issues.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: Add users to Microsoft 365.
Scenario: Users cannot view Power BI reports within the Power Platform apps.
Issue: The people you share with may see a locked tile in a dashboard, or a “Permission required”
message when they try to view a report.
Solution: You need to grant them permission to the underlying dataset.
Go to the All or the Datasets + dataflows tab in your content list.
Select More options (…) next to a dataset, then select Manage permissions.
Select Add user.
Enter the full email addresses for individuals, distribution groups, or security groups.
Select Grant access.
Box 2: Configure an on-premises data gateway.
Scenario: The company plans to reference historical data in the [on-premises] existing system. The
records held in these systems will not be migrated to the new solution except for medication
information.
The on-premises data gateway acts as a bridge to provide quick and secure data transfer between onpremises
data (data that isn’t in the cloud) and several Microsoft cloud services. These cloud services
include Power BI, PowerApps, Power Automate, Azure Analysis Services, and Azure Logic Apps. By
using a gateway, organizations can keep databases and other data sources on their on-premises
networks, yet securely use that on-premises data in cloud services.

QUESTION 10
DRAG DROP
You need to recommend methods for assigning security to each group of users.
What should you recommend? To answer, drag the appropriate methods to the correct groups of
users. Each method 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:
Box 1: Power Platform Local Business Owner Team
Owner team: An owner team owns records and has security roles assigned to the team. A user’s
privileges can come from their individual security roles, those of the teams that they’re part of or the
ones they inherit. A team has full access rights on the records that the team owns. Team members
are added manually to the owner team.
Scenario: Employee authentication with the existing system is provided by an on-premises Active
Directory instance that is linked to Azure Active Directory.
Box 2: Azure Active Directory Security Group Team
An Azure Active Directory (Azure AD) group team. Similar to owner team, an Azure AD group team
can own records and can have security roles assigned to the team.
Note: The administration of app and data access for Microsoft Dataverse has been extended to allow
administrators to use their organization’s Azure Active Directory (Azure AD) groups to manage access
rights for licensed Dataverse users.
Box 3: Azure Active Directory B2B Guest Access
An Azure AD B2B collaboration user is an external user, typically from a partner organization, that
you invite to sign into your Azure AD organization using their own credentials. This B2B collaboration
user (also generally referred to as a guest user) can then access the apps and resources you want to
share with them. A user object is created for the B2B collaboration user in the same directory as your
employees. B2B collaboration user objects have limited privileges in your directory by default, and
they can be managed like employees, added to groups, and so on.
Scenario: Before First Up signs a contract to place workers at a client company, a member of the
audit team visits the company and interviews company management. Audit members use different
types of devices including Android and iOS devices. First Up has no plans to require the use of a
single type of device.

QUESTION 11
You need to investigate the canvas app functionality issues.
Which two tools can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. App checker
B. Errors function
C. Solution checker
D. Power Platform admin center

Answer: AC

Explanation:
Scenario: The testing team reports that one of the canvas apps is not working as expected. An error
message displays as specific pages load.
A: The App checker is now available to help provide a clear list of formula issues in your app, and to
provide items to fix to make your app accessible. The App checker is an area that the PowerApps
team will continue to invest in, and build on in order help to make debugging, performance and best
practice decisions an easier and more guided experience.
C: With the solution checker feature, you can perform a rich static analysis check on your solutions
against a set of best practice rules and quickly identify these problematic patterns. After the check
completes, you receive a detailed report that lists the issues identified, the components and code
affected, and links to documentation that describes how to resolve each issue.
 

SC-200 Microsoft Security Operations Analyst Exam Skills measured as of November 3, 2023

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. While Microsoft makes every effort to update localized versions as noted, there may be times when the localized versions of an exam are not updated on this schedule. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Examkingdom Microsoft SC-200 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft SC-200 Downloads, Microsoft SC-200 Dumps at Certkingdom.com

Skills measured as of November 3, 2023

Audience profile
As a Microsoft security operations analyst, you reduce organizational risk by:
Rapidly remediating active attacks in the environment.
Advising on improvements to threat protection practices.
Referring violations of organizational policies to appropriate stakeholders.
You perform:
Triage.
Incident response.
Vulnerability management.
Threat hunting.
Cyber threat intelligence analysis.
As a Microsoft security operations analyst, you monitor, identify, investigate, and respond to threats in multicloud environments by using:
Microsoft Sentinel
Microsoft Defender for Cloud
Microsoft 365 Defender
Third-party security solutions
In this role, you collaborate with business stakeholders, architects, identity administrators, Azure administrators, and endpoint administrators to secure IT systems for the organization.
As a candidate, you should be familiar with:

Microsoft 365
Azure cloud services
Windows and Linux operating systems
Skills at a glance

Mitigate threats by using Microsoft 365 Defender (25–30%)
Mitigate threats by using Defender for Cloud (15–20%)
Mitigate threats by using Microsoft Sentinel (50–55%)

Mitigate threats by using Microsoft 365 Defender (25–30%)
Mitigate threats to the Microsoft 365 environment by using Microsoft 365 Defender
Investigate, respond, and remediate threats to Microsoft Teams, SharePoint Online, and OneDrive
Investigate, respond, and remediate threats to email by using Microsoft Defender for Office 365
Investigate and respond to alerts generated by data loss prevention (DLP) policies
Investigate and respond to alerts generated by insider risk policies
Discover and manage apps by using Microsoft Defender for Cloud Apps
Identify, investigate, and remediate security risks by using Defender for Cloud Apps
Mitigate endpoint threats by using Microsoft Defender for Endpoint
Manage data retention, alert notification, and advanced features
Recommend attack surface reduction (ASR) for devices
Respond to incidents and alerts
Configure and manage device groups
Identify devices at risk by using the Microsoft Defender Vulnerability Management
Manage endpoint threat indicators
Identify unmanaged devices by using device discovery
Mitigate identity threats
Mitigate security risks related to events for Microsoft Entra ID
Mitigate security risks related to Microsoft Entra ID Protection events
Mitigate security risks related to Active Directory Domain Services (AD DS) by using Microsoft Defender for Identity
Manage extended detection and response (XDR) in Microsoft 365 Defender
Manage incidents and automated investigations in the Microsoft 365 Defender portal
Manage actions and submissions in the Microsoft 365 Defender portal
Identify threats by using Kusto Query Language (KQL)
Identify and remediate security risks by using Microsoft Secure Score
Analyze threat analytics in the Microsoft 365 Defender portal
Configure and manage custom detections and alerts
Investigate threats by using audit features in Microsoft 365 Defender and Microsoft Purview
Perform threat hunting by using unified audit log
Perform threat hunting by using Content Search

Mitigate threats by using Defender for Cloud (15–20%)
Implement and maintain cloud security posture management
Assign and manage regulatory compliance policies, including Microsoft cloud security benchmark (MCSB)
Improve the Microsoft Defender for Cloud secure score by applying recommended remediations
Configure plans and agents for Microsoft Defender for Servers
Configure and manage Microsoft Defender for DevOps
Configure and manage Microsoft Defender External Attack Surface Management (EASM)
Configure environment settings in Microsoft Defender for Cloud
Plan and configure Microsoft Defender for Cloud settings, including selecting target subscriptions and workspaces
Configure Microsoft Defender for Cloud roles
Assess and recommend cloud workload protection
Enable plans for Microsoft Defender for Cloud
Configure automated onboarding of Azure resources
Connect compute resources by using Azure Arc
Connect multi-cloud resources by using Environment settings
Respond to alerts and incidents in Microsoft Defender for Cloud
Set up email notifications
Create and manage alert suppression rules
Design and configure workflow automation in Microsoft Defender for Cloud
Remediate alerts and incidents by using Microsoft Defender for Cloud recommendations
Manage security alerts and incidents
Analyze Microsoft Defender for Cloud threat intelligence reports

Mitigate threats by using Microsoft Sentinel (50–55%)
Design and configure a Microsoft Sentinel workspace
Plan a Microsoft Sentinel workspace
Configure Microsoft Sentinel roles
Design and configure Microsoft Sentinel data storage, including log types and log retention
Plan and implement the use of data connectors for ingestion of data sources in Microsoft Sentinel
Identify data sources to be ingested for Microsoft Sentinel
Configure and use Microsoft Sentinel connectors for Azure resources, including Azure Policy and diagnostic settings
Configure Microsoft Sentinel connectors for Microsoft 365 Defender and Defender for Cloud
Design and configure Syslog and Common Event Format (CEF) event collections
Design and configure Windows security event collections
Configure threat intelligence connectors
Create custom log tables in the workspace to store ingested data
Manage Microsoft Sentinel analytics rules
Configure the Fusion rule
Configure Microsoft security analytics rules
Configure built-in scheduled query rules
Configure custom scheduled query rules
Configure near-real-time (NRT) analytics rules
Manage analytics rules from Content hub
Manage and use watchlists
Manage and use threat indicators
Perform data classification and normalization
Classify and analyze data by using entities
Query Microsoft Sentinel data by using Advanced Security Information Model (ASIM) parsers
Develop and manage ASIM parsers
Configure security orchestration automated response (SOAR) in Microsoft Sentinel
Create and configure automation rules
Create and configure Microsoft Sentinel playbooks
Configure analytic rules to trigger automation rules
Trigger playbooks from alerts and incidents
Manage Microsoft Sentinel incidents
Configure an incident generation
Triage incidents in Microsoft Sentinel
Investigate incidents in Microsoft Sentinel
Respond to incidents in Microsoft Sentinel
Investigate multi-workspace incidents
Use Microsoft Sentinel workbooks to analyze and interpret data
Activate and customize Microsoft Sentinel workbook templates
Create custom workbooks
Configure advanced visualizations
Hunt for threats by using Microsoft Sentinel
Analyze attack vector coverage by using MITRE ATT&CK in Microsoft Sentinel
Customize content gallery hunting queries
Create custom hunting queries
Use hunting bookmarks for data investigations
Monitor hunting queries by using Livestream
Retrieve and manage archived log data
Create and manage search jobs
Manage threats by using User and Entity Behavior Analytics
Configure User and Entity Behavior Analytics settings
Investigate threats by using entity pages
Configure anomaly detection analytics rules

Change log
Key to understanding the table: The topic groups (also known as functional groups) are in bold typeface followed by the objectives within each group. The table is a comparison between the two versions of the exam skills measured and the third column describes the extent of the changes.
 

Sample Question and Answers

QUESTION 1
The issue for which team can be resolved by using Microsoft Defender for Endpoint?

A. executive
B. sales
C. marketing

Answer: B

QUESTION 2
The issue for which team can be resolved by using Microsoft Defender for Office 365?

A. executive
B. marketing
C. security
D. sales

Answer: B

QUESTION 4
You need to recommend a solution to meet the technical requirements for the Azure virtual machines. What should you include in the recommendation?

A. just-in-time (JIT) access
B. Azure Defender
C. Azure Firewall
D. Azure Application Gateway

Answer: B

QUESTION 6
You need to remediate active attacks to meet the technical requirements.
What should you include in the solution?

A. Azure Automation runbooks
B. Azure Logic Apps
C. Azure Functions
D Azure Sentinel livestreams

Answer: B

QUESTION 8
You need to complete the query for failed sign-ins to meet the technical requirements.
Where can you find the column name to complete the where clause?

A. Security alerts in Azure Security Center
B. Activity log in Azure
C. Azure Advisor
D. the query windows of the Log Analytics workspace

Answer: D

QUESTION 9
You need to implement the Azure Information Protection requirements. What should you configure first?

A. Device health and compliance reports settings in Microsoft Defender Security Center
B. scanner clusters in Azure Information Protection from the Azure portal
C. content scan jobs in Azure Information Protection from the Azure portal
D. Advanced features from Settings in Microsoft Defender Security Center

Answer: D

QUESTION 10
You need to modify the anomaly detection policy settings to meet the Cloud App Security requirements. Which policy should you modify?

A. Activity from suspicious IP addresses
B. Activity from anonymous IP addresses
C. Impossible travel
D. Risky sign-in

Answer: C
 

Students Review and Discussion

Jose Lindo Meza 7 months, 3 weeks ago – Peru

Took my exam today and passed with score 866.
My exam had 48 questions, of which about 15 were not here (most of them were from the case study, which was totally different). I have contributor access
upvoted 5 times

Hari P 8 months, 1 week ago – India
Exam score 788. Only 4 new question
upvoted 3 times

manissin 8 months, 2 weeks ago – japan
TRUST ME..I have passed my 2 certification by this website. Great work TEAM…
upvoted 5 times

ABDULLAH BAHKALI 1 months, 2 weeks ago – Saudi Arabia
I took my exam with 788. Case study was exactly the same. 2-3 new questions
upvoted 5 times

ROSE IBEMBU 3 months, 3 weeks ago – Angola
I passed exam yesterday with 922 points. All questions were from here perhaps 1-2 question were different. I have contributor access.
upvoted 7 times

Michael D 4 months, 3 weeks ago – Germany
Cleared my exam yesterday with 800
out of total 49 questions , almost 15 were new but examtopics questions are great help. Thank you
upvoted 3 times

Patrick Brazier 5 months, 3 weeks ago – Australia
Passed 800 there were 48 questions and 15 new questions.
upvoted 2 times

Richard Bain 9 months, 4 weeks ago – United States
dump still valid, I passed exam on yesterday.
upvoted 2 times

MB-330 Microsoft Dynamics 365 for Finance and Operations, Supply Chain Management Exam

Updates to the exam
Our exams are updated periodically to reflect skills that are required to perform a role. We have included two versions of the Skills Measured objectives depending on when you are taking the exam.

We always update the English language version of the exam first. Some exams are localized into other languages, and those are updated approximately eight weeks after the English version is updated. Other available languages are listed in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.
Skills measured as of March 17, 2023

Audience profile
Candidates for this exam are supply chain management functional consultants who design and configure Dynamics 365 Supply Chain Management and related tools and technologies to meet the requirements for a customer. They analyze business requirements and translate those requirements into fully realized business processes and solutions that implement industry-recommended practices. Candidates partner with architects, developers, consultants, and other stakeholders to deliver solutions that meet or exceed the needs of their customers.

Candidates implement product information management, sales and procurement processes, inventory and warehouse management, master planning, asset management, and transportation management.
Implement product information management (20–25%)
Implement inventory and asset management (25–30%)
Implement and manage supply chain processes (15–20%)
Implement warehouse management and transportation management (15–20%)
Implement master planning (10–15%)

Examkingdom Microsoft MB-330 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft MB-330 Free downloads , Microsoft MB-330 Dumps at Certkingdom.com

Implement product information management (20–25%)
Create and manage products
Create and release products and product variants
Create and apply product templates
Create BOMs and BOM versions
Create and configure category hierarchies
Create and manage product states during the life cycle of a product
Create product attributes
Configure prerequisites for products
Configure storage, tracking, and product dimension groups
Create item model groups
Describe use cases for item groups
Configure reservation hierarchies
Configure unit sequence groups
Configure additional product details
Create and assign bar codes and Global Trade Item Number (GTIN) codes
Configure product unit conversions
Configure default order settings
Configure product filter codes for warehouse operations
Manage inventory pricing and costing
Describe costing versions for standard and planned costs
Describe how price groups constrain pricing
Configure items with standard costs
Configure default item prices, purchase prices, and discounts in trade agreements

Implement inventory and asset management (25–30%)

Configure inventory management
Create and manage inventory dimensions
Configure Inventory management parameters and journals
Configure inventory value reports
Configure ABC classifications
Manage and process inventory activities
Create and process journals, including bill of materials, item arrival, transfer, movement, inventory adjustment, and counting, journals
Create and process transfer orders
Describe the inventory closing and adjustment process
Configure and perform inventory closings and adjustments
Apply inventory blocking manually
Create batch disposition codes
Manage quality
Configure and process nonconformances
Configure quality associations
Configure components for the quality control process
Process quality orders
Process quarantine orders
Describe use cases for inventory blocking using a quality order
Configure asset management
Create and manage work orders
Create and configure assets
View and manage capacity for work orders
Configure work order settings
Schedule preventive maintenance and reactive maintenance

Implement and manage supply chain processes (15–20%)
Implement procurement and sourcing
Create and maintain vendors
Describe use cases for procurement workflows
Create and manage purchase requisitions, requests for quotation (RFQs), and purchase orders (POs)
Create purchase agreements and vendor rebates
Configure and process consignment inventory
Manage over and under deliveries and delivery schedules
Configure procurement categories, charge codes, and purchasing policies
Configure vendor collaboration features
Create and process vendor returns
Implement landed cost
Describe landed cost concepts and terminology
Identify use cases for transportation management module and landed cost modules
Implement common sales and marketing features
Create and maintain customers
Describe sales order reservations and order promising
Configure sales agreements
Configure and process sales quotations, sales orders, and sales returns
Configure sales groups, commissions
Configure and manage discounts and price groups
Configure and process intercompany orders
Configure customer rebates

Implement warehouse management and transportation management (15–20%)
Configure warehouse management
Create sites, warehouses, locations, location formats, location profiles, location types, and zones
Create and manage warehouse workers
Configure work policies and work breaks
Implement location directives
Configure inventory statuses
Configure wave, load, and work templates
Configure mobile device menus, menu items, and display settings
Create and print labels, including product, wave, and license plate labels
Perform warehouse management processes
Describe the replenishment process and cross-docking
Describe the capabilities of the load planning workbench
Configure and process inventory movements
Create cycle counting work and perform cycle counting
Process inbound and outbound orders
Update inventory statuses
Configure containerization and packaging options
Implement transportation management
Configure shipping carriers and carrier groups
Perform planning and executing of loads and shipments
Configure and generate freight bills and invoices
Configure route plans and guides
Configure route and rate engines
Configure and use dock appointment scheduling
Reconcile freight by using manual or automatic processes

Implement master planning (10–15%)
Configure master planning and forecasting
Describe the various types of forecasting available
Configure Planning Optimization Add-in for Microsoft Dynamics 365 Supply Chain Management
Describe planning optimization fit analysis results
Set up coverage groups and item coverage
Configure and maintain master planning parameters, master plans, and forecast plans
Define positive and negative days
Define action messages, delay messages, and time fences
Configure period templates
Manage master plans
Run master planning
View and process planned orders
Set up and use the Supply Schedule form
Configure safety margins
Configure and process safety stock journals

QUESTION 1
You need to address the inventory cost requirements.
What are two possible ways to achieve the goal? Each answer represents a complete solution.
NOTE Each correct selection is worth one point

A. Set up a costing sheet
B. Set up commodity pricing.
C. Use FIFO with marking.
D. Create a costing version.
E. Create purchase orders from sales orders.

Answer: C, D

QUESTION 2
HOTSPOT
You need to configure the system to support regional sales requirements.
Which group assignments should you use? To answer, select the appropriate options in the answer area.
NOTE. Each correct selection is worth one point.

Answer:
Explanation:

QUESTION 3
You need to configure the system to support the pottery product line. What should you do first?

A. Create a new product with storage dimensions.
B. Create a new product master with predefined product variants.
C. Create a new product with lucking dimensions.
D. Set up a new product with product configuration.

Answer: B

QUESTION 4
HOTSPOT
You need to configure the system to meet the item testing requirements.
How should you configure the system? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:

QUESTION 5
HOTSPOT
You need to configure settlement reports for the finance team.
Which processes should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:

QUESTION 6
You need to configure the system to support the inventory costing requirement.
Which two actions should you perform? Each answer represents a complete solution.
NOTE: Each correct selection is worth one point.

A. one default item group for all items
B. one item group each for perfume, ceramicware, and other goods
C. one FIFO item model group and one Standard item model group

Microsoft MS-721 Collaboration Communications Systems Engineer Exam

Candidates for this exam are responsible for planning, deploying, configuring, maintaining, and troubleshooting Microsoft Teams Phone, meetings, and personal and shared space devices, including Teams Rooms and Microsoft Surface Hub.

Collaboration communications systems engineers have a fundamental understanding of networking, telecommunications, audio/visual and meeting room technologies, and identity and access management. They are proficient in managing and monitoring Teams Phone, meetings, and certified devices by using the Microsoft Teams admin center, PowerShell, the Microsoft Teams Rooms Pro Management portal, and the Microsoft Call Quality Dashboard. They deploy and configure Teams Phone with PSTN connectivity through Teams Calling Plans, Operator Connect, Teams Phone Mobile, and Direct Routing.

Collaboration communications systems engineers work with Teams administrators, Microsoft identity and access administrators, and Microsoft 365 administrators. In addition, they may work with owners of other workloads, including facilities managers, network engineers, security engineers, device manufacturers, telephony providers, and Microsoft Certified solution providers.

Schedule exam
Exam MS-721: Collaboration Communications Systems Engineer
Languages: English
Retirement date: none

This exam measures your ability to accomplish the following technical tasks: plan and design collaboration communications systems; configure and manage Teams meetings and events; configure and manage Teams Phone; and configure and manage Teams Rooms and devices.

Examkingdom Microsoft MS-721 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft MS-721 Free downloads , Microsoft MS-721 Dumps at Certkingdom.com

Skills measured
Review the study guide linked in the preceding “Tip” box for more details about the skills measured on this exam.
Plan and design collaboration communications systems (30–35%)
Configure and manage Teams meetings and events (10–15%)
Configure and manage Teams Phone (35–40%)
Configure and manage Teams Rooms and devices (15–20%)

About the exam

Languages
Some exams are localized into other languages. You can find these in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.

Skills measured

Audience profile
Candidates for this exam are responsible for planning, deploying, configuring, maintaining, and troubleshooting Microsoft Teams Phone, meetings, and personal and shared space devices, including Teams Rooms and Microsoft Surface Hub.

Collaboration communications systems engineers have a fundamental understanding of networking, telecommunications, audio/visual and meeting room technologies, and identity and access management. They are proficient in managing and monitoring Teams Phone, meetings, and certified devices by using the Microsoft Teams admin center, PowerShell, the Microsoft Teams Rooms Pro Management portal, and the Microsoft Call Quality Dashboard. They deploy and configure Teams Phone with PSTN connectivity through Teams Calling Plans, Operator Connect, Teams Phone Mobile, and Direct Routing.

Collaboration communications systems engineers work with Teams administrators, Microsoft identity and access administrators, and Microsoft 365 administrators. In addition, they may work with owners of other workloads, including facilities managers, network engineers, security engineers, device manufacturers, telephony providers, and Microsoft Certified solution providers.

Plan and design collaboration communications systems (30–35%)
Configure and manage Teams meetings and events (10–15%)
Configure and manage Teams Phone (35–40%)
Configure and manage Teams Rooms and devices (15–20%)
Plan and design collaboration communications systems (30–35%)


Plan and design Teams meetings
Plan and design Teams meeting policies and settings
Plan for PSTN audio conferencing
Plan for Teams live events
Compare capabilities and features of Teams Core and Teams Premium
Recommend meeting types based on business requirements (virtual appointments, webinars, live events, and Teams meetings)
Design Teams policy packages (includes meeting policies, calling policies, and live events policies)
Recommend methods for assigning policies

Plan and design Teams Phone and PSTN connectivity

Identify licensing requirements to enable Teams Phone for users, shared devices, and Teams resource accounts
Identify PSTN connectivity requirements
Plan for Teams Phone Mobile
Plan for Operator Connect
Plan for Communication Credits
Plan usage scenarios for service and user phone numbers
Choose between porting and acquiring phone numbers
Plan a solution to acquire or port phone numbers
Recommend Teams Phone devices
Plan for and recommend analog devices, SIP handsets, and SIP devices
Recommend when to use Survivable Branch Appliances (SBAs)
Plan and design Direct Routing call flows
Recommend a Session Border Controller (SBC) solution based on PSTN connectivity
Identify an appropriate compliance recording solution
Identify an appropriate certified contact center solution
Plan for SBC and SBA updates

Plan and design Teams-certified device solutions

Recommend a room configuration based on the meeting space
Recommend a room configuration based on customer and business requirements
Compare capabilities and features of Teams Rooms Basic and Teams Rooms Pro
Recommend a Teams Rooms device platform (Android vs. Windows vs. Surface Hub)
Recommend Teams-certified devices
Recommend Teams Rooms certified components
Recommend when to use coordinated meetings
Recommend when to use Cloud Video Interop (CVI) or Direct Guest Join
Identify the requirements for a Microsoft Exchange Online resource account
Identify the enrollment requirements for Microsoft Intune
Plan for advanced features on shared devices

Prepare the network for the deployment of Teams
Perform a network analysis by using the Microsoft Teams Network Assessment Tool
Determine network readiness for Teams
Determine eCDN requirements for Teams live events
Specify the network configuration for certified devices
Determine network requirements by using the Network planner for Teams
Specify the optimal network architecture for Teams
Specify Teams Quality of Service (QoS) requirements and policies
Validate local internet breakout strategy for client media optimization
Validate VPN split tunneling
Validate DNS resolves to the nearest point of entry in Microsoft 365
Configure Teams for QoS
Configure Media Bit Rate (MBR)
Create and assign a network roaming policy
Configure the network topology
Configure tenant data upload for the Microsoft Call Quality Dashboard
Configure Microsoft Power BI reports for the Microsoft Call Quality Dashboard
Configure reporting labels for Call Analytics

Troubleshoot call failures and session quality
Troubleshoot a missing dial pad
Troubleshoot calling issues by using self-help diagnostics in the Microsoft 365 admin center
Troubleshoot Azure AD sign-in issues for Teams phones
Interpret Teams media flows
Troubleshoot tenant dial plans by using regular expressions and PowerShell
Interpret E.164 normalization rules to resolve dialing issues
Interpret reverse number lookup to resolve caller ID issues
Diagnose call failures
Troubleshoot dynamic emergency address by using client debug logs
Troubleshoot Teams client media issues by using the Microsoft Remote Connectivity Analyzer for Teams
Troubleshoot calls by using Advanced Call Analytics
Troubleshoot calls by using the Microsoft Call Quality Dashboard
Inspect PSTN usage reports for SIP call failures

Configure and manage Teams meetings and events (10–15%)

Configure and manage Teams meetings

Create and manage meeting policies
Configure meeting settings
Configure and manage Teams webinars
Configure and manage Teams Premium meeting features
Create and manage Teams meeting templates

Configure and manage audio conferencing

Configure audio conferencing for Teams
Configure a default audio conferencing bridge
Configure an audio conference bridge number
Configure a toll-free conference bridge number
Assign a specific audio conferencing number to a user

Configure toll-free audio conferencing
Configure the audio conferencing numbers included in meeting invitations
Configure and manage live events

Configure the Live events settings
Create and manage live events policiesConfigure meeting and event roles
Configure live events with Teams, Yammer, and Microsoft Stream

Configure and manage Teams Phone (35­–40%)
Configure Teams Phone policies
Create a dial plan
Configure calling policies
Configure call park policies
Configure caller ID policies
Configure call hold policies for users
Configure outbound call restrictions
Configure inbound call blocking
Configure routing of unassigned numbers
Assign voice policies through policy packages
Configure compliance recording policies

Configure auto attendants and call queues

Design call flows for auto attendants and call queues
Configure auto attendants and call queues
Deploy channel-based call queues
Configure resource accounts
Assign licenses to resource accounts
Assign phone number to resource accounts
Assign a resource account to an auto attendant or call queue
Configure Microsoft 365 groups for voicemail
Interpret call queue conference mode
Interpret call queue routing methods
Configure holidays for auto attendants and call queues
Configure custom Music on Hold (MoH)Assign a dynamic caller ID policy for call queues

Configure dynamic emergency calling
Design dynamic emergency calling scenarios
Configure emergency calling locations
Configure emergency calling policies
Configure networks and locations (Location Information Service (LIS))
Validate emergency address and emergency calling from Teams clients
Enable external location lookup mode

Configure and manage users for Teams Phone
Assign a Teams Phone Standard license
Assign a Teams Calling Plan
Assign user dial plans
Assign phone numbers to users by using the Microsoft Teams admin center
Assign phone number to users by using PowerShell
Assign a verified emergency address location
Assign a calling policy to a user
Assign a voice routing policy to a Direct Routing user

Configure and manage calling features for Teams Phone

Configure voicemail for users
Configure group call pickup for users
Configure Call Forwarding
Configure Simultaneous Ring
Configure call delegation for users
Enable and configure audio conferencing for a user
Assign a Dial-out from meetings policy for a user
Assign a call hold policy for a user

Configure and manage Direct Routing for Teams Phone
Configure connectivity for Teams Phone to a SBC
Create and configure an online PSTN gateway
Create PSTN usage records
Create and configure a voice route
Create and configure voice routing policies
Validate Direct Routing SBC connectivity
Troubleshoot firewall issues for Direct Routing
Troubleshoot certificate issues for Direct Routing
Troubleshoot Direct Routing SBC connectivity
Troubleshoot SIP option issues for Direct Routing
Investigate and diagnose calling issues by using an SBC SIP trace
Design and configure Location-Based Routing (LBR)
Design and configure Local Media Optimization (LMO)
Configure trunk translation rules
Configure on-network conferencing for Direct Routing
Configure an SBA

Configure and manage Teams Rooms and devices (15–20%)

Maintain Teams Rooms and devices
Configure device settings
Configure IP phone policies
Configure local network settings
Configure security and updates
Configure meeting room settings by using the Microsoft Teams admin center or the local Teams application settings
Create and configure device configuration profiles
Manage Teams Rooms from the Microsoft Teams Rooms Pro Management portal
Configure Intune policies for Teams devices
Enable advanced voice capabilities for shared space devices
Deploy common area phones
Create and manage Teams device tags
Deploy Android devices remotely
Configure SIP Gateway
Monitor Teams device health
Troubleshoot authentication issues
Troubleshoot update issues
Troubleshoot remote provisioning issues
Troubleshoot Bluetooth beaconing

Configure and manage Teams Rooms on a Surface Hub or Windows
Configure the authentication type during a Surface Hub out-of-box -experience (OOBE) setup
Configure meeting room settings on a Surface Hub device
Create and validate a Surface Hub provisioning package
Assign a provisioning package to a Surface Hub
Specify domain group policy exclusions for Teams Rooms on Windows
Configure custom displays for Teams Rooms on Windows
Customize meeting room settings by using XML files on Windows
Configure settings for peripherals for Teams Room on Windows

Configure optional features for Teams Rooms and devices
Configure HDMI ingest and options
Configure a content camera
Configure Teams casting
Auto accept a proximity join
Allow room remote
Configure an intelligent speaker
Configure Direct Guest Join
Configure hot desking on Teams shared devices

QUESTION 1
DRAG DROP
You are replacing the on-site PBX at the Georgia warehouse with Teams.
You need to maintain the functionality of the PBX after migrating to Teams.
Which sequence of steps should you perform? To answer, drag the appropriate steps to the correct
locations. Each step 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:

QUESTION 2
You need to recommend a solution for the new United Kingdom retail site. The solution must meet
the technical requirements. Which three actions should you include in the recommendation? Each
correct answer presents part of the solution. NOTE Each correct selection is worth one point.

A. From the Microsoft Teams admin center, assign a voice routing policy to the users.
B. From the Microsoft 365 admin center, modify the office phone numbers of the users.
C. From the Microsoft Teams admin center, modify the dial-out settings of the users.
D. From the Microsoft Teams admin center, assign the phone numbers to the users.
E. From the Microsoft Teams admin center, order five user numbers.
F. From the Microsoft 36S admin center, create a support ticket to request five phone numbers.
G. From the Microsoft Teams admin center, assign a calling policy to the users.

Answer: ACE

Explanation:

QUESTION 3
You are configuring the new call queue to replace the response group.
Which setting should you disable to ensure that the agents can receive calls from the call queue?

A. Music on hold
B. Attendant routing
C. Conference mode
D. Round robin

Answer: C

QUESTION 4
HOTSPOT
You need to assign a phone number to User1 to meet the technical requirements.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

QUESTION 5
HOTSPOT
You need to ensure that numbers dialed from the Melbourne warehouse conform to the dialing rules
of the phone earner. How should you complete the command? To answer, select the appropriate
options in the answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Box 1: Grant-CsDialOutPolicy
Box 2: ‘^\+613(\d(9})$’

MB-335 Microsoft Dynamics 365 Supply Chain Management Functional Consultant Expert Exam

Candidates for this exam are expert or senior supply chain functional consultants who implement and configure advanced features of Dynamics 365 Supply Chain Management to meet the requirements of a business. They have an advanced knowledge of supply chain management operations, including production, logistics, master planning, and asset management. The candidate will identify use cases for applying mixed reality.

Candidates analyze business requirements and translate those requirements into fully realized business processes and solutions and apply industry-recommended practices to implementations.

Candidates demonstrate expertise in one or more of the following manufacturing methods: discrete, process, and lean. The candidate partners with architects, developers, consultants, and other stakeholders to implement solutions that meet or exceed the needs of their customers.

Exam MB-335: Microsoft Dynamics 365 Supply Chain Management Functional Consultant Expert
Languages: English
Retirement date: none

This exam measures your ability to accomplish the following technical tasks: configure products; configure production prerequisites; implement production methods; configure production control; and describe and implement additional supply chain management features.

Examkingdom Microsoft MB-335 Exam pdf,

MCTS Training, MCITP Trainnig

Best Microsoft MB-335Free downloads , Microsoft MB-335 Dumps at Certkingdom.com

Skills measured
Review the study guide linked in the preceding “Tip” box for more details about the skills measured on this exam.
Configure products (15–20%)
Configure production prerequisites (20–25%)
Implement production methods (15–20%)
Configure production control (20–25%)
Describe and implement additional supply chain management features (10–15%)

About the exam Languages
Some exams are localized into other languages. You can find these in the Schedule Exam section of the Exam Details webpage. If the exam isn’t available in your preferred language, you can request an additional 30 minutes to complete the exam.

Note
The bullets that follow each of the skills measured are intended to illustrate how we are assessing that skill. Related topics may be covered in the exam.

Note
Most questions cover features that are general availability (GA). The exam may contain questions on Preview features if those features are commonly used.
Skills measured
Audience profile

Candidates for this exam are expert or senior supply chain functional consultants who implement and configure advanced features of Dynamics 365 Supply Chain Management to meet the requirements of a business. They have an advanced knowledge of supply chain management operations including production, logistics, master planning, and asset management. The candidate will identify use cases for applying mixed reality.

Candidates analyze business requirements and translate those requirements into fully realized business processes and solutions and applies industry-recommended practices to implementations.

Candidates demonstrate expertise in one or more of the following manufacturing methods: discrete, process, and lean. The candidate partners with architects, developers, consultants, and other stakeholders to implement solutions that meet or exceed the needs of their customers.

Configure products (15-20%)
Configure production prerequisites (20-25%)
Implement production methods (15-20%)
Configure production control (20-25%)
Describe and implement additional supply chain management features (10-15%)
Configure products (15–20%)

Implement product information for production
Configure planning items, co-products, and by-products for batch orders
Configure catch weight handling policies
Configure inventory batches, batch attributes, and lot inheritance
Manage product compliance including regulated and restricted items
Define configuration groups and routes for dimension-based products
Manage products with dimension-based, constraint-based, and pre-defined variants
Configure bills of materials (BOMs), formulas, and routes to manage scrap

Implement Product Configurator for Dynamics 365
Create and manage product configuration model components and subcomponents
Create calculations for product configuration models
Differentiate between table and expression constraints
Configure BOM lines and route operations for a product configuration model
Configure and manage pricing for configuration models
Describe the purpose and capabilities of the product configurator
Validate, approve, and test product configuration models

Implement Engineering Change Management
Design an engineering product lifecycle
Configure engineering categories
Configure product readiness policies and product release policies
Create an engineering product with engineering attributes
Review and accept released products to a local company
Add engineering products to a sales order, purchase orders and production orders
Schedule and implement engineering change requests and change orders

Configure production prerequisites (20-25%)

Configure resources, routes, and calendars

Implement and manage work calendars and working time
Create and configure resource capabilities
Implement and manage resources and resource groups
Create and manage operations and routes

Configure production settings and processes
Create production units, production groups, production pools, and production journal names
Describe integration between general ledger and production control modules
Manage reservations in production process, including partial reservations and re-reservations
Configure warehouse processes for raw materials picking and finished goods put away
Describe unified (mixed mode) manufacturing
Configure production control parameters
Describe production and batch order process statuses

Implement costing
Configure costing sheets and indirect costs
Configure and manage cost groups, costing versions, and cost categories
Configure cost allocations for co-products and burden allocation for by-products
Configure and perform BOM/formula calculations
Activate item prices
Describe production posting profiles
Describe common sources of production variances
View and analyze production and inventory costs

Implement production methods (15–20%)

Implement discrete manufacturing

Create BOM and item configurations
Create and process production orders
Create and process picking list journals
Create and process job card and route card journals
Create and process reports as finished journals
Reset the status of a production order
Describe use cases and configure production-related reservations

Implement process manufacturing
Configure batch reservations and release to warehouse process
Configure consolidated batch order processes
Manage batch balancing and batch order sequencing
Configure formulas features
Create and process report as finished journals with co-products and by-products
Create and process batch orders and a rework batch order
Create formulas and formula versions

Implement lean manufacturing
Create value streams and production flows
Configure production flow costing
Create kanban rules
Process kanban orders by using kanban boards
Create and manage fixed, scheduled, and event kanbans

Configure production control (20–25%)

Implement subcontracting

Describe use cases for subcontracting processes
Implement activity-based subcontracting
Configure BOM and formula lines, resources, and routes for subcontracting items
Create service items for subcontracting
Create and process subcontracting purchase orders

Implement manufacturing execution
Configure time and attendance prerequisites and activate workers for time registration
Identify the capabilities of manufacturing execution
Process production and batch orders by using manufacturing execution processes
Configure production floor execution interface and job card terminals
Calculate and approve time registrations

Implement advanced master planning scenarios
Process and view planned orders
Configure intercompany master planning
Configure forecast models and parameters
Run demand forecasting and adjust as appropriate
Execute explosion and validate results
Describe how supply chain calendars affect master planning

Implement production scheduling and capacity planning
Define scheduling parameters
View, monitor, and update production schedules
Configure capacity for production resources including machines, labor, and tooling
Describe infinite and finite scheduling and capacity
Describe differences between operations and job scheduling

Describe and implement additional supply chain management features (10–15%)

Describe cloud and edge scale units
Describe the value proposition for scale units for warehouse workloads
Describe warehouse management processes that can run on a scale unit
Describe manufacturing processes that can run on a scale unit

Describe use cases for integrating mixed reality technologies with Dynamics 365 Supply Chain Management

Describe use cases for Dynamics 365 Guides
Describe the process for integrating mixed reality Dynamics 365 Guides with manufacturing processes
Describe the process for integrating mixed reality Dynamics 365 Guides with asset management

Implement Asset Management
Configure maintenance plans
Configure functional locations
Manage maintenance requests
Manage work orders consumption
Manage work order scheduling

QUESTION 1
You need to configure costing for raw materials used to manufacture unscented cleaning solution.
Which form should you use?

A. Cost basis type
B. Quantity and margin template
C. Pricing calculation
D. Pricing template

Answer: B

QUESTION 2
You need to configure production control parameters for liquid cleaning solution manufacturing.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. Require an electronic signature when the formula is approved.
B. Select Block editing and approve the formula.
C. Select the Block removal of approval option for the formula
D. Select the Block editing option only.

Answer: BC

QUESTION 3
You need to configure production operations for the pine and orange scent solutions.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Configure the inventory policy for the item model group to set the value of the Stocked product option to Yes.
B. Use a purchase agreement as a service agreement.
C. Allocate subcontracted work in its own cost breakdown block.
D. Configure a costing resource and requirement to point to a Vendor type resource.
E. Configure the BOM line to be of type Vendor and associate the corresponding vendor account.

Answer: C, D, E