exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 3 question 56 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet 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.

A company uses Dynamics 365 finance and operations apps.

You have a custom enumeration named CarType. The enumeration has the following elements: Sedan, SUV.

You must extend CarType and add a new element named MUV to CarType.

You need to develop a solution that meets the requirements.

Solution: Set the is Extensible property to true for the CarType enumeration. Create an extension for the CarType base enumeration to add the MUV element.

Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
globeearth
1 month ago
Selected Answer: A
gievn answer is correct
upvoted 1 times
...
deepakkb
1 year ago
The answer should No. Whenever we extend, we dont set IsExtensible property to true whenever we want to extend an enum. Thats the property set by owner of model enum belongs to.
upvoted 3 times
PanduRangaReddy
11 months, 4 weeks ago
That is a custom enum, so it make sense to set IsExtensible property to true but it doesn't make sense why we need to extend to add new element, but the requirement is "You must extend CarType and add a new element named MUV to CarType."
upvoted 5 times
Betitren
11 months, 3 weeks ago
U are correct
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 ...