Virtusa interview question

Asked to implement a Rest Api in SpringBoot to get Employees by id.

Interview Answer

Anonymous

25 Jul 2025

Implemented the @RestController class to handle api but have been asked to tell exact library name where Response<> is taken while return response to the method for the api which I failed to do so.