Pregunta de entrevista de Privacera

Explain the projects you have worked on. How do you create a REST API in Spring Boot? What annotations are used in REST APIs? How is exception handling implemented in REST APIs? What is the purpose of @ControllerAdvice and @ExceptionHandler? How can a web application handle multiple requests simultaneously? Explain the request-response lifecycle of a REST API. What are the different HTTP methods (GET, POST, PUT, DELETE)? What is the difference between @RequestParam and @PathVariable? How do you return custom responses from a REST API?