Tip 1 : Focus on the technology that you want to work
Tip 2 : Data Structure is important
Tip 3 : Start coding in the early stage of engineering
Tip 1 : Be truthful and put all the things you know
Tip 2 : Mention all the projects you have done



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
I have learnt all sorting techniques in arrays that helped me a lot
→ Write optimised way to make interviewer satisfied



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?