exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 50 discussion

Actual exam question from Microsoft's 70-483
Question #: 50
Topic #: 2
[All 70-483 Questions]

You are modifying an application that processes loans. The following code defines the Loan class. (Line numbers are included for reference only.)

Loans are restricted to a maximum term of 10 years. The application must send a notification message if a loan request exceeds 10 years.
You need to implement the notification mechanism.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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
supersunny
Highly Voted 5 years, 11 months ago
B,D - Correct
upvoted 19 times
...
DaGrooveNL
Most Recent 4 years, 5 months ago
FINAL ANSWER: B. and D.
upvoted 2 times
...
memou
5 years, 1 month ago
Shouldn`t there be a .invoke at the end of option B
upvoted 1 times
Alchemia
5 years ago
There are multiple ways to invoke an eventhandler, of which option B is one https://docs.microsoft.com/en-us/dotnet/standard/events/how-to-raise-and-consume-events I myself prefer the Invoke way to be able to use the null conditional operator ?
upvoted 2 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 ...