Question: What is the output from invoking this Actuator endpoint in an unmodified Spring Boot application generated using Spring Intializr?

  1. The request would fail because the endpoint is disabled by default.
  2. The Spring Boot app would return a URL and a list of currently running processes, and ask you to confirm the shutdown command.
  3. The Spring Boot app would return a URL to confirm the shutdown command.
  4. The Spring Boot app would begin shutting down.

Answer: The correct answer of the above question is Option A:The request would fail because the endpoint is disabled by default.