ExamGecko
Home Home / Microsoft / MB-500

Microsoft MB-500 Practice Test - Questions Answers, Page 21

Question list
Search
Search

List of questions

Search

Related questions











You are a Dynamics 365 Finance developer.

You create an integer variable named inventQuantity.

You need to display the value from inventQuantity in an info statement.

Which code segment should you use?

A.

info(inventQuantity);

A.

info(inventQuantity);

Answers
B.

lnfo(strlen(int2str(inventQu«ntity));

B.

lnfo(strlen(int2str(inventQu«ntity));

Answers
C.

info(int2str(inventQuantity));

C.

info(int2str(inventQuantity));

Answers
Suggested answer: C

DRAG DROP

You are working on a project in Dynamics 365 Finance.

You use abstract and interface classes to implement the following requirements for the project:

• Child classes must have common private and public methods.

• All methods must be implemented in the child classes.

• You must be able to implement the methods of the parent class.

You need to select the type of class to use for each requirement.

Which class types should you use?

Question 202
Correct answer: Question 202

You create a new interface class in Dynamics 365 Finance. The class has two methods. You need to create a valid interface class.

Which two actions should you perform? Each correct answer presents a complete solution. NOTE:

Each correct selection is worth one point.

A.

Declare the class and all its methods as public.

A.

Declare the class and all its methods as public.

Answers
B.

Implement only some methods in the classes that implement the interface.

B.

Implement only some methods in the classes that implement the interface.

Answers
C.

Implement the class as abstract.

C.

Implement the class as abstract.

Answers
D.

Declare all methods in the classes that implement the interface.

D.

Declare all methods in the classes that implement the interface.

Answers
Suggested answer: A, D

HOTSPOT

A company is implementing Dynamics 365 Supply Chain Management.

The company must import initial business document management templates to act as a start for future business documents. The templates must be configured to work with print management.

No templates or configurations have been set up for the implementation.

You need to select and configure templates for printing.

Which solution components should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 204
Correct answer: Question 204

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some

question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it As a result, these questions will not appear in the review screen.

You must create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error.

You have the following class: (Line numbers are included for reference only.)

You need to ensure that the compiler will report an error if code calls the bike method.

Solution:

Create the following attribute class:

Insert the following code at line 01:

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some

question sets might have more than one correct solution, while others might not have a correcsolution.

After you answer a question in this section, you will NOT be able to return to it As a result, these questions will not appear in the review screen.

You must create a new attribute class in which to mark other classes in the ISV solution and theirespective methods with the error levels Warning and Error You have the following class: (Line numbers are included for reference only.)

You need to ensure that the compiler will report an error if code calls the bike method.

Solution:

Create the following attribute class:

Insert the following code at line 04:

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some

question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it As a result, these questions will not appear in the review screen.

You must create a new attribute class in which to mark other classes in the ISV solution and their respective methods with the error levels Warning and Error. You have the following class: (Line

numbers are included for reference only.)

You need to ensure that the compiler will report an error if code calls the bike method.

Solution:

Create the following attribute class:

Insert the following code at line 04:

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:


You create a custom payroll form.

You must ensure that only the finance manager can view the form.

You need to set up security for the form.

Which three actions should you perform? Each correct answer presents pan of the solution.

NOTE; Each correct selection is worth one point.

A.

Add the menu item of the form to the entry point of a new privilege.

A.

Add the menu item of the form to the entry point of a new privilege.

Answers
B.

Add the duty to the security role for finance managers.

B.

Add the duty to the security role for finance managers.

Answers
C.

Add the privilege to a new security policy.

C.

Add the privilege to a new security policy.

Answers
D.

Add the privilege to a new duty.

D.

Add the privilege to a new duty.

Answers
E.

Add the duty to the security role of system users.

E.

Add the duty to the security role of system users.

Answers
Suggested answer: A, B, D

HOTSPOT

You have the following code:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Question 209
Correct answer: Question 209

An organization has 1,000 vendors that are part of a vendor group named Employee. You have a field named DIvTerm that is used to describe the delivery terms for a vendor.

You need to set the value of DIvTerm to Cash for all vendors in the vendor group. You must update all vendor records in the vendor group as a single bulk operation.

Which two code segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: A, D
Total 281 questions
Go to page: of 29