J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Privacera (Pune) en juill. 2025
Entretien
1 assessment,3 Technical rounds and 1 hr round. All rounds were conducted offline. They have asked puzzles, coding, and theory of Java. Coding questions asked were average. And projects was asked in depth
J'ai postulé via une autre source. J'ai passé un entretien chez Privacera (Pune)
Entretien
**Technical Round 1:**
The interviewer started by discussing my academic and personal projects. I explained the projects I had worked on and the technologies used. Most of the discussion was focused on REST APIs. I was asked how to create a REST API in Spring Boot, different HTTP methods, and how exception handling is implemented in REST APIs. The interviewer also asked how multiple requests can be handled simultaneously in a web application and discussed concepts related to multithreading and server request processing. There was a detailed discussion on REST API design and best practices.
**Technical Round 2:**
This round focused on problem-solving and coding skills. I was asked to solve the Longest Substring Without Repeating Characters problem and explain my approach, logic, and time complexity.
Questions d'entretien [1]
Question 1
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?