Questions
After reading this chapter, we should be able to answer the following questions:
- Periodic monitoring of the application is not that important for an application once it is deployed to production.
a. True
b. False
- What is the interface that a custom health check module should implement?
a.
IHealth
b.
IApplicationBuilder
c.
IHealthCheck
d.
IWebHostEnvironment
- What is the latency in displaying Live Metrics data in Application Insights?
a. One minute
b. One second
c. 10 seconds
d. 5 seconds
- What is the query language used to write queries in Application Insights logs?
a. SQL
b. C#
c. JavaScript
d. Kusto