Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
The interviewer was friendly and made sure I was comfortable. Two questions were asked : 1 from basic programming and 1 SQL Question .



A pair ('ARR[i]', 'ARR[j]') is said to be an inversion when:
1. 'ARR[i] > 'ARR[j]'
2. 'i' < 'j'
Where 'i' and 'j' denote the indices ranging from [0, 'N').
I solved it .
For a given employee dataset, find the employee who works in loan department, earns the second lowest salary and directly reports to a manager.
Questions from OS, DBMS and Springboot were asked.
1) What is thrashing and what are its causes?
2) Recovery of thrashing?
3) What is contiguous space allocation method?
4) Explain external fragmentation.
5) Difference between serial and concurrent schedule
6) What is a springboot starter and what is dependency injection?
7) What is the use of profiles in springboot.
1) Why Capgemini?
2) Are you comfortable in relocating?
3) Are you planning for higher studies?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?