Microsoft Dynamics 365 Finance Quiz

Microsoft Dynamics 365 Finance Quiz

1st Grade

15 Qs

quiz-placeholder

Similar activities

CHRISMAS

CHRISMAS

1st Grade

18 Qs

Review unit 1 2 3 4 Grade 5

Review unit 1 2 3 4 Grade 5

KG - 5th Grade

15 Qs

COVID-19 VOCABULARY

COVID-19 VOCABULARY

KG - 12th Grade

10 Qs

1ro Grammar 2.1

1ro Grammar 2.1

1st Grade

20 Qs

Super Minds Unit 1 - At School

Super Minds Unit 1 - At School

1st - 2nd Grade

20 Qs

English Year 1-Vocab Revision (Chap 1&2) superminds

English Year 1-Vocab Revision (Chap 1&2) superminds

KG - 1st Grade

12 Qs

Mind and body

Mind and body

1st - 10th Grade

11 Qs

A little about Latvia

A little about Latvia

1st - 8th Grade

10 Qs

Microsoft Dynamics 365 Finance Quiz

Microsoft Dynamics 365 Finance Quiz

Assessment

Quiz

English

1st Grade

Easy

Created by

Hemant vishwakarma

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are a Dynamics 365 Finance developer. You need to create an extension class. Which action should you perform?

Mark the class as final.

Add the class buffer as the first parameter.

Mark the class as protected.

Mark the class as public.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are training a new Dynamics 365 Finance developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration?

A retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.

A retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.

A manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.

A warehouse wants to track movement of all inventory from scanners to the system.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A company has a cloud-based installation of Dynamics 365 Finance. A user reports slow response times in the application when accessing the production environment. You need to diagnose the performance issue by using the Environment monitoring tool. Which two features of the Environment monitoring tool should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

System diagnostics

Customization analysis

Health metrics

Availability monitoring

SQL insights

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are a Dynamics 365 Finance developer. You need to ensure that an integration is triggered when a specific process starts. Which tool should you use to retrieve the status from the Production order?

Batch job

Periodic flow

Business event

Recurring Data Entity export

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

You add a field to the SalesTable table by using an extension. You need to ensure that the new field is available for use in forms, reports, and code. What are three possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Right-click the table and select Synchronize.

Navigate to the Dynamics 365 menu and select Synchronize database.

Right-click the solution and select Synchronize with database.

Set the project property for Synchronize database on build to true and build the solution.

Right-click the project and select Synchronize with database.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.

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.

Add a new case statement in the model of the existing code.

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.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to implement the Car class by using the BigCar child class. Which code segment should you use?

class BigCar extends Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

class BigCar implements Car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

class BigCar extends car { public real getWeight() { return weight; }}

class BigCar : car { void new(real _weight) { weight = _weight; } public real getweight() { return weight; }}

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?