exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 1 question 16 discussion

Actual exam question from Microsoft's AZ-303
Question #: 16
Topic #: 1
[All AZ-303 Questions]

You have an Azure App Service app.
You need to implement tracing for the app. The tracing information must include the following:
✑ Usage trends
✑ AJAX call responses
✑ Page load speed by browser
✑ Server and browser exceptions
What should you do?

  • A. Configure IIS logging in Azure Log Analytics.
  • B. Configure a connection monitor in Azure Network Watcher.
  • C. Configure custom logs in Azure Log Analytics.
  • D. Enable the Azure Application Insights site extension.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
For web pages, Application Insights JavaScript SDK automatically collects AJAX calls as dependencies.
Note: Some of the things you can track or collect are:
What are the most popular webpages in your application, at what time of day and where is that traffic coming from?
Dependency rates or response times and failure rates to find out if there's an external service that's causing performance issues on your app, maybe a user is using a portal to get through to your application and there are response time issues going through there for instance.
Exceptions for both server and browser information, as well as page views and load performance from the end users' side.
Reference:
https://azure.microsoft.com/en-us/blog/ajax-collection-in-application-insights/ https://blog.pragmaticworks.com/what-is-application-insights

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
TEMPKAKAM
Highly Voted 4 years, 7 months ago
Given answer is correct
upvoted 27 times
...
justfordevelopment
Most Recent 3 years, 4 months ago
In the exam on 12-03-2022. Total 50 questions including case study. "Litware Acquired Fabricam" case study.
upvoted 1 times
...
[Removed]
3 years, 4 months ago
correct answer
upvoted 1 times
...
edmacoar123
3 years, 8 months ago
On exam today 19/11/21. Correct answer. Score 860.
upvoted 1 times
...
plmmsg
3 years, 10 months ago
D. Application Insights
upvoted 2 times
...
syu31svc
3 years, 10 months ago
Can only be D; Application Insights
upvoted 1 times
...
MinhajR
3 years, 10 months ago
On Exam 27/08/2021
upvoted 3 times
...
goTEXANS
4 years ago
What does Application Insights monitor? Request rates, response times, and failure rates - Find out which pages are most popular, at what times of day, and where your users are. See which pages perform best. If your response times and failure rates go high when there are more requests, then perhaps you have a resourcing problem. Dependency rates, response times, and failure rates - Find out whether external services are slowing you down. Exceptions - Analyze the aggregated statistics, or pick specific instances and drill into the stack trace and related requests. Both server and browser exceptions are reported. Page views and load performance - reported by your users' browsers. AJAX calls from web pages - rates, response times, and failure rates. User and session counts. Performance counters from your Windows or Linux server machines, such as CPU, memory, and network usage. Host diagnostics from Docker or Azure. Diagnostic trace logs from your app - so that you can correlate trace events with requests. Custom events and metrics that you write yourself in the client or server code, to track business events such as items sold or games won.
upvoted 2 times
...
tita_tovenaar
4 years ago
correct. - A and C are essentially the same, and could cover some req’s but not all (e.g. Ajax). ref https://docs.microsoft.com/en-us/answers/questions/30900/azure-app-service-log-integration-with-log-analyti.html - B only covers networking, and will not show much for the server and app
upvoted 3 times
...
vipin0114
4 years, 1 month ago
Given Answer is correct
upvoted 2 times
...
Amit3
4 years, 1 month ago
On Exam 11-Jun-21, Answer is correct.
upvoted 3 times
...
TSMRE
4 years, 1 month ago
On exam 6/7/21
upvoted 3 times
...
nfett
4 years, 1 month ago
reference https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview given answer is correct per the above url.
upvoted 3 times
...
janclintv
4 years, 1 month ago
Given answer is correct
upvoted 1 times
...
aezzat
4 years, 2 months ago
Given answer is correct
upvoted 1 times
...
RandomString
4 years, 2 months ago
Yes is correct
upvoted 1 times
...
hkmikemak
4 years, 3 months ago
Was in today's exam
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 ...