Tip 1 : Be confident with the basics of DSA and your project tech stacks.
Tip 2 : Read Interview experiences
Tip 3 : Focus on submitting maximum questions instead of optimizing
Tip 1 : One page resume
Tip 2 : Highlight your achievements but don't overdo it.
We get 90 mins to solve three questions for the SDE intern role .



1) A prime number is a number that has only two factors: 1 and the number itself.
2) 1 is not a prime number.



The lists (1 -> 2 -> 1), (3 -> 4 -> 4-> 3), and (1) are palindromes, while the lists (1 -> 2 -> 3) and (3 -> 4) are not.




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?