exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 5 question 11 discussion

Actual exam question from Microsoft's MB-500
Question #: 11
Topic #: 5
[All MB-500 Questions]

DRAG DROP -
You are a Dynamics 365 Finance developer.
You have a report in an existing model that connects with the following objects:
✑ in-memory table
✑ data provider class
✑ controller class
✑ contract class
The report is locked for modifications.
You need to create an extension of the in-memory table in a model and you add the new field to the extension.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sadoki9311
Highly Voted 4 years, 9 months ago
First extend the data provider class - Then duplicate the report - Lastly extend the report controller class
upvoted 31 times
pxf
4 years, 7 months ago
This should be 1, 5, 2. Step 5 is reffering to the newly created field, which is done in the step 1.
upvoted 6 times
YoungPadawan
4 years, 7 months ago
I agree that 2 is last but how should we define the order for 1 and 5? They are not dependent one from another... confusing
upvoted 4 times
...
...
Pir
4 years, 5 months ago
Logically, it is perfect.
upvoted 3 times
...
BuzzZ
4 years, 3 months ago
Agree: Create an extension of the existing data provider class Create a duplicate from the report Create an extension of the existing report controller class
upvoted 5 times
...
...
Bulhy
Highly Voted 4 years, 6 months ago
This whole question is particularly tricky.. There is really no given order for the actions, plus the solution is not even complete. Correct answer are indeed steps 1, 5, 2, however the order is speculative. You can exchange these steps however you like and as long as you do all of them, it will work. The question even misses one last step, which is creating a an extension for the menu item, that references the controller class (it must reference our controller extension class).. Plus in step 1 we should rename (best to add some suffix) the report, so we can distinguish it from the original one, so we can make the controller point to this duplicate. However I would settle with following order: 1 (Duplicate report [+ rename it?] and add the desired field), 5 (Extend the DP class, fill the value there), 2 (Extend the Controller class and make it point to our (duplicated) report)
upvoted 8 times
Olukeji
3 years, 11 months ago
You don't need to extend the menu item since the controller class has been extended
upvoted 5 times
...
...
javism1
Most Recent 8 months ago
Not sure the description corresponds to the possible answers. It is asking for "You need to create an extension of the in-memory table in a model and you add the new field to the extension". So the first thing to do would be... create an extension of the table
upvoted 1 times
...
faycal
3 years, 5 months ago
1 (Duplicate report [+ rename it?] and add the desired field), 5 (Extend the DP class, fill the value of the " newly added " field there), 2 (Extend the Controller class and make it point to our (duplicated) report)
upvoted 2 times
...
Buzz
4 years, 3 months ago
Create an extension of the existing data provider class Create a duplicate from the report Create an extension of the existing report controller class
upvoted 1 times
...
Ahmed_Hassan
4 years, 5 months ago
2 should come after 5 so it could be 1 5 2 or 5 2 1 or 5 1 2
upvoted 1 times
Ahmed_Hassan
4 years, 5 months ago
Typing mistake : 2 should come after 1 so the order could be 1 5 2 or 5 1 2 or 1 2 5
upvoted 3 times
...
...
Pir
4 years, 5 months ago
1, 5, and 2
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...