Tip 1 : For SDE1, Don't try to practice Hard questions and don't run after multiple programming languages
Tip 2 : It will be plus point, if you've past internship experience
Tip 3 : Know Your Resume and Projects
Tip 1 : Keep it short and simple
Tip 2 : Highlight relevant projects
Begin by briefly introducing the company and position you interviewed for, basically they were trying to make me feel comfortable. Even I remembered when i was stuck at some problem they keeps giving me few hints. But overall It was really good.



Input: 'list' = [1, 2, 3, 4], 'k' = 2
Output: 2 1 4 3
Explanation:
We have to reverse the given list 'k' at a time, which is 2 in this case. So we reverse the first 2 elements then the next 2 elements, giving us 2->1->4->3.
All the node values will be distinct.

Why Zomato?
Why are you leaving your current organisation?
Are you comfortable working from the office?

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?