Microsoft Azure Developer Associate AZ-204 Practice Question

Your team needs to capture a custom OrderCompleted event each time an order is finalized. The event must include the string property CustomerId and the numeric metric TotalCost. You have an instance of TelemetryClient named telemetry. Which call meets the requirement?

  • telemetry.TrackEvent("OrderCompleted", new Dictionary<string,string>{{"CustomerId", customerId}}, new Dictionary<string,double>{{"TotalCost", totalCost}});

  • telemetry.TrackMetric("OrderCompleted", totalCost);

  • telemetry.TrackEvent("OrderCompleted", customerId, totalCost);

  • telemetry.TrackTrace("OrderCompleted", SeverityLevel.Information, new Dictionary<string,string>{{"CustomerId", customerId}});

Microsoft Azure Developer Associate AZ-204
Monitor and troubleshoot Azure solutions
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot