Capgemini Interview Question

The Interview started with some scenario based questions in angular to test my understand on component and data flow. Then basic programming concept. And finally we have hands-on, i was asked to develop rest api in springboot (code-snippet) on notepad. Also to work on list using java 8 features and finally write sql queries. It was good overrall and i accepted their offer

Interview Answer

Anonymous

May 11, 2022

I explain SOLID principles I explain the concept of input, output and store to explain how data can be passed from component to component I followed the rest api standards of post to create/save, get to retrieve data. Autowire appropriately. I created controller, service, repository and inject appropriately. I performed filter on list to demonstrate java 8 feature. It was quite fun for me and the interview actually.