Questions
- Which logs highlight when the current flow of execution has stopped due to a failure? These should indicate a failure in the current activity, not an application-wide failure:
a. Warning
b. Error
c. Critical
d. Information
Answer : b
- What can be leveraged by applications and components running anywhere, on Azure, AWS, your own on-premises servers, or a mobile platform, for logging?
a. Application Insights
b. Azure App Service
c. EventLog
d. Serilog
Answer: a
- What are the logging options available in Azure App Service?
a. Application Logging (Filesystem) and Application Logging (Blob)
b. Web server logging and Detailed error messages
c. Failed request tracing
d. All the above
Answer: d
- Application Insights is an extensible APM service to do which of the following?
a. Monitor your live applications.
b. Automatically detect performance anomalies.
c. Include powerful analytics...