Tip 1 : Practice questions on arrays and strings manipulation. There is no exact number of questions you have to solve but solve each question with understanding.
Tip 2 : Revise Computer Science subjects like DBMS, OOPS thoroughly.
Tip 3 : Concepts and Basics of programming language you have mentioned should be crystal clear to you.
Tip 1 : You should not write anything Fake on resume
Tip 2 : Freshers should have some projects mentioned in resume.



Input: arr[] = {1,1,1,2,2,2}
Output: {1,2,1,2,1,2}
Note: {2,1,2,1,2,1} is also valid because there are no two adjacent elements which are the same.



Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
- Morning time
- It was good.
- No other significant activity
- Interviewer was good
Tell me about yourself.
What are your greatest strengths?
What isn’t on your resume?
If hired, when could you start?
Salary Negotiations.
Tip 1 : Add your linkedin profile
Tip 2 : Ask questions from HR if you have any.

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?