Multiple Choice Questions and Answers on Actuator

 Multiple Choice Questions and Answers on Actuator

Handling Actuator Request Multiple Choice Questions and Answers

1. How many customizing properties are available?

a) 2 Properties

b) 3 Properties

c) 4 Properties

d) 5 Properties

Answer: 3 Properties


2. Using which customized endpoint will be accessed over HTTP?

a) Id and enabled

b) Enabled

c) Sensitive

d) Id

Answer: Id


3. __________ allows us to monitor the application.

a) Actuators

b) Endpoints

c) Boot

d) Hypermedia

Answer: Endpoints


4. Command to create new endpoint?

a) Endpoint_T

b) Endpoint<T>

c) Endpoint-T

d) Endpoint-t

Answer: Endpoint<T>


5. Which endpoint shows application health information?

a) /health

b) /info

c) /metric

d) /trace

Answer: /health


6. __________ endpoint displays arbitrary application information.

a) /health

b) /info

c) /metric

d) /trace

Answer: /info


7. Which endpoints are sensitive?

a) /health

b) /info

c) /metric

d) /trace

Answer: /metric


8. Which endpoint displays trace information?

a) /health

b) /info

c) /metric

d) /trace

Answer: /trace


9. Which endpoint shows metric information for the current application?

a) /health

b) /info

c) /metric

d) /trace

Answer: /metric


10. Which endpoint is gathered and publishes information about OS?

a) /health

b) /info

c) /metric

d) /trace

Answer: /metric


11. Enabled customization endpoint will be enabled only during __________

a) True cases only

b) False cases only

c) Either True or false cases

d) True and false cases

Answer: True cases only


12. Enabled customization endpoint will be sensitive only during ________

a) True and false cases

b) False cases only

c) Either True or false cases

d) True cases only

Answer: True cases only


13. __________ should be added to start the existing actuators in boot.

a) spring-boot-actuator

b) sprint-actuator-boot

c) boot-spring-actuator

d) actuator-spring-boot

Answer: spring-boot-actuator


14. ____________ enables production-ready feature to the spring boot application.

a) Actuators

b) Endpoint

c) Boot

d) Hyper media

Answer: Actuators


15. Health information is collected from all the beans implementing Health Indicator interface.

a) True

b) False

Answer: True


16. To start using the existing actuators in boot we will just need to add the spring-boot-actuator dependency.

a) True

b) False

Answer: True


17. Endpoints allow you to monitor the application and, in some cases, interact with it as well. /metric endpoint displays arbitrary application information. Not sensitive by default.

a) True

b) False

Answer: False


18. The metric endpoint is one of the most important endpoint as I gathers and publishes information about OS, JVM and Application level metric.

a) True

b) False

Answer: True


19. Boot allow you to monitor the application and, in some cases, interact with it as well. 

a) True

b) False

Answer: False


20. /health endpoints are sensitive

a) True

b) False

Answer: False


Comments