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}});
TrackEvent is the dedicated TelemetryClient method for sending custom events. The overload that accepts two dictionaries lets you attach key-value pairs for string properties and numeric metrics. Supplying the event name plus a Dictionary<string,string> containing CustomerId and a Dictionary<string,double> containing TotalCost creates a single OrderCompleted event with the required data. The other options either call the wrong telemetry method, omit the dictionaries, or record only a metric without the associated event.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a TelemetryClient in Azure Application Insights?
Open an interactive chat with Bash
What is the difference between TrackEvent and TrackTrace?
Open an interactive chat with Bash
Why use dictionaries with TrackEvent for properties and metrics?
Open an interactive chat with Bash
Microsoft Azure Developer Associate AZ-204
Monitor and troubleshoot Azure solutions
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .