exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 5 question 22 discussion

Actual exam question from Microsoft's AZ-204
Question #: 22
Topic #: 5
[All AZ-204 Questions]

You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server.
You need to ensure that dependency tracking works for calls to the third-party database.
Which two dependency telemetry properties should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Telemetry.Context.Cloud.RoleInstance
  • B. Telemetry.Id
  • C. Telemetry.Name
  • D. Telemetry.Context.Operation.Id
  • E. Telemetry.Context.Session.Id
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
cyberbull
Highly Voted 4 years, 8 months ago
the Given answer is correct IMHO
upvoted 46 times
1CY1
10 months, 2 weeks ago
Did exam 29 July 2024, passed with a score of 907. Most questions from ExamTopics. This question was in there, went with this answer. One case study in ExamTopics and one I had not seen before about a Coffee Shop. No Logic Apps or Kubernetes.
upvoted 2 times
...
10x
4 years, 4 months ago
Yes. Makes sense to me too.
upvoted 8 times
...
...
mlantonis
Highly Voted 4 years ago
Correct Answer: B and D message.Properties.Add("ParentId", operation.Telemetry.Id); message.Properties.Add("RootId", operation.Telemetry.Context.Operation.Id); Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/app/custom-operations-tracking#enqueue
upvoted 20 times
...
alexein74
Most Recent 2 years, 4 months ago
Selected Answer: BD
Answer is correct
upvoted 2 times
...
OPT_001122
2 years, 7 months ago
Selected Answer: BD
correct ans
upvoted 2 times
...
AzureDJ
3 years, 3 months ago
Answer is correct
upvoted 2 times
...
Ravindu
3 years, 8 months ago
The given answer is correct.
upvoted 1 times
...
glam
4 years ago
Correct
upvoted 2 times
...
Immy_08
4 years, 1 month ago
The given answer is correct, also available on udemy course
upvoted 3 times
...
vb3d
4 years, 2 months ago
Options form the answer mentioned in the code on https://docs.microsoft.com/en-us/azure/azure-monitor/app/custom-operations-tracking#enqueue
upvoted 2 times
...
paru123456789
4 years, 3 months ago
Answer: Telemetry.Id Telermetry.Context.Operation.Id
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 ...