List of questions
Related questions
Question 106 - MB-500 discussion
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.
0 comments
Leave a comment first