Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 102

An end user is seeing long web page load times on the internal business application that they are trying to view. The user is seeing this issue across multiple web browsers, and other users encounter the same issue. Which action should the system administrator take to start looking for the cause of this issue?

Answer options

Correct answer: B

Explanation

Checking the response times in Nginx logs is essential because it provides insight into how long requests are taking, which can help identify performance bottlenecks. Verifying Nginx is running (option A) is important, but it doesn't address the performance issue if Nginx is operational. Ensuring the web API response is in JSON (option C) is more related to data format rather than performance. Assessing the database size (option D) may be relevant, but it does not directly relate to immediate web page load times.