exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 1 question 86 discussion

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

You are developing an application that uses a .config file.
The relevant portion of the .config file is shown as follows:

You need to ensure that diagnostic data for the application writes to the event tog by using the configuration specified in the .config file.
What should you include in the application code?

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

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
xman
Highly Voted 5 years, 4 months ago
https://stackoverflow.com/questions/56293717/writing-to-event-log-by-using-data-from-config-file
upvoted 6 times
...
JoelChuca
Most Recent 4 years, 8 months ago
Opcion D. https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.eventlogtracelistener?view=dotnet-plat-ext-3.1 Debug.WriteLine(...) could be a correct but this works only in debug. the requirement asks we need to ensure that diagnostic data for the application.
upvoted 3 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 ...