Spring Boot MCQ Quiz Hub

Spring Boot - Interceptor

Choose a topic to test your knowledge and improve your Spring Boot skills

1. Spring Boot support Interceptor ?




2. Interceptor in Spring Boot can perform operations under which situations?




3. Can we use Interceptor to add the request header before sending to the controller ?




4. Can we use interceptor to add response header before sending the response to the client ?




5. Spring Boot -Interceptor to work on it .We need create class supported




6. Choose methods in Spring boot -Interceptor -HandlerInterceptor interface




7. Spring Boot Interceptor -HandlerInterface -preHandle() method




8. postHandle() method arguments are ?




9. return type of preHandle()




10. To register a Spring boot Interceptor with InterceptorRegistry use