Tip 1 : You should have excellent knowledge of any programming language
Tip 2 : You should have your technical concepts strong
Tip 1 : it should be one page
Tip 2 : mention your technical skills clearly
This is Pure Technical Round, Interview asked me questions from programming language and DBMS



If N = 5 and arr[ ] = {1, 2, 3, 4, 5} then output will be 5 1 2 3 4.
If N = 8 and arr[ ] = {9, 8, 7, 6, 4, 2, 1, 3} then output will be 3 9 8 7 6 4 2 1.



You have to write a program to find a frequency/occurrence of most appearing element in an Array.
Interview asked me very simple questions like , tell me about yourself , your strengths and weakness, What keeps you motivated etc.

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?