1.

Which endpoint shows application health information?(a) /health(b) /info(c) /metric(d) /traceThe question was asked in exam.This interesting question is from Handling Actuator Request in section Going Parallel, Handling Actuator and Sensor of IOT

Answer»

Right choice is (a) /health

Easiest explanation: /health shows application health INFORMATION (a simple ‘status’ when accessed over an unauthenticated connection or full MESSAGE details when AUTHENTICATED). It is not SENSITIVE by default.



Discussion

No Comment Found

Related InterviewSolutions