Tip 1 : Be focused on concepts and not coverage area.
Tip 2 : Be prepared to communicate your solution properly.
Tip 3 : Be frank to your interviewer if you know you won't be able to solve a problem, don't waste their and your time
Tip 1 : Include Projects that you have already done.
Tip 2 : Be sure to write skills that you are sure you know.
Comprises Aptitude and Techncial Questions.

Think about substrings of length one.
Let 'N' = 3, 'S' = "aac".
You can change characters at index 2 to some other character (1-based indexing).
Like 'S' = "abc".
All substrings of 'S' are "a", "b", "c", "ab", "bc", "abc", all of which are distinct.
So the answer is 1.
It is Tech + HR round. Interviewer asked about Your Academic Projects




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?