- (Exam Topic 3)
You have a Dynamic 365 Finance environment.
You have the following code: (Line number are included for reference only.)
For each of the following statements, select Yes if the statement is true, Otherwise, select No. NOTE: Each correct selection is worth one point.
Solution:
Does this meet the goal?
Correct Answer:A
- (Exam Topic 3)
You have the following class definition:
You need to create an extension class and create a new static method in it that converts miles to kilometers and then call the method from another class.
How should you complete the code and call the method? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Solution:
Does this meet the goal?
Correct Answer:A
- (Exam Topic 3)
You are a Dynamics 365 Finance developer. You create a key performance indicator (KPI) in a development environment. You need to display the KPI. What should you do?
Correct Answer:C
- (Exam Topic 3)
You are a Dynamics 365 Finance developer.
You have the following code: (Line numbers are included for reference only.)
You need to evaluate the code.
What is the correct output for the method? To answer, select the appropriate option in the answer area. NOTE: Each correct selection is worth one point.
Solution:
Does this meet the goal?
Correct Answer:A
- (Exam Topic 3)
You have an enumeration named truckStatus that has the following statuses:
• Empty
• Loaded
• Completed
You have the following code:
You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
Does the solution meet the goal? Does the solution meet the goal?
Correct Answer:A
- (Exam Topic 1)
You have the following code:
You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit What should you do?
Correct Answer:B