AZ-203 Exam QuestionsBrowse all questions from this exam

AZ-203 Exam - Question 36


You must implement Application Insights instrumentation capabilities utilizing the Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a molbile app.

You need to capture the data required to implement the Usage Analytics feature of Application Insights.

Which three data values should you capture? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer: BDE

The primary goal of implementing Usage Analytics with Application Insights is to track and analyze how users interact with your application over time. To capture meaningful data for this purpose, you must include the Session Id to monitor sessions, the User Id to identify individual users, and Events to track specific user actions and interactions. These three data points together provide a comprehensive view of user behavior and session data necessary for effective usage analysis. Capturing trace and exception data would be more relevant to diagnostic and error monitoring rather than usage analytics.

Discussion

11 comments
Sign in to comment
LEOPOLD
Apr 1, 2020

The Events tool is the only Usage tool that does not require a user ID or a session ID. (https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-overview) So, B D E

hmirko
Apr 4, 2020

Agree, https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-troubleshoot

dery
Apr 26, 2020

"To track users over time, Application Insights requires a way to identify them. The Events tool is the only Usage tool that does not require a user ID or a session ID." so B and D should be there, https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-overview

dery
Apr 26, 2020

"To track users over time, Application Insights requires a way to identify them. The Events tool is the only Usage tool that does not require a user ID or a session ID." so B and D should be there, https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-overview

godsbane
Jul 4, 2020

It doesn't require an User ID or Session ID for tracking Events. But if you want to track what users are doing in your app, read here: https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-send-user-context. You need User Id and Session ID. Answer is Session Id, User ID, Events.

LTiwana
Jul 21, 2020

Yes, B and D are needed. That's what Leopold's link shows and is asked in the question as well "You need to capture the data required to implement the Usage Analytics feature of Application Insights." Even if you just google this string from the question, Leopold's provided link shows up on top of the search results.

LTiwana
Jul 21, 2020

Yes, B and D are needed. That's what Leopold's link shows and is asked in the question as well "You need to capture the data required to implement the Usage Analytics feature of Application Insights." Even if you just google this string from the question, Leopold's provided link shows up on top of the search results.

Juanlu
Feb 7, 2021

I Agree !!

AK89
May 26, 2020

Correct Answer is : Events,UserID and Session ID

Dumindu
Mar 3, 2020

given is correct

PraPat
Jan 6, 2020

Ans is - A,C and E https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-exceptions

lywwind
Jan 13, 2020

Not for exception,

samyoyoyo
Dec 3, 2020

I confirm

auma5545
Dec 27, 2020

given answer also same in whizlabs Q23 in 3rd

altafpatel1984
Dec 10, 2021

Question is for Usage Analytics and you given answer for exception diagnostic. Please first read question properly.

samyoyoyo
Dec 8, 2020

Absolutely wrong, what's the matter with you ? The right answer is : Trace, Exception, Events.

Cornholioz
Dec 25, 2020

Being offensive doesn't make you right. Providing explanations might. To know "user interactions", how will Trace info and Exception info help? User ID's and the related Sessions, and Events will help. https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-segmentation Anyone who answers this question in the most incorrect way will still get 33% of the marks allotted. That's the least you can score if you simply attempt this question. You seemed to have managed the most incorrect answer.

agoncal
Jun 5, 2020

B,D,E "In order to track what a user does over time, Application Insights needs an ID for each user or session. Include the following IDs in every custom event or page view. Users, Funnels, Retention, and Cohorts: Include user ID. Sessions: Include session ID." https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-send-user-context

oxaytol
Jun 14, 2020

Application Insights manages the ID of a session for you, that excludes B. You need the userid (D). So my bet is given answer is correct.

chaudh
Jul 11, 2020

BDE is my choice

Cornholioz
Nov 26, 2020

If you want analysis for All Users, then you don't need User ID... right? Assuming User Id is not required, for usage analytics, would you need to scope it for Sessions? Why not for all Sessions, just so you get analytics for 'Usage' and not scoped for sessions? Does it then make the given answer correct?

luppittegui
Dec 13, 2020

Session, User and event: https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-segmentation

ahadjithoma
Dec 16, 2020

B,D,E In order to track what a user does over time, Application Insights needs an ID for each user or session. Include the following IDs in every custom event or page view. Users, Funnels, Retention, and Cohorts: Include user ID. Sessions: Include session ID. https://docs.microsoft.com/en-us/azure/azure-monitor/app/usage-send-user-context#tracking-users