Tip 1 : Never never try to cheat in online interview the interviewer will definitely get to know.
Tip 2 : Psuedo code presentation matters a lot so name Your variable properly and with proper indentation.
Tip 3 : Keep on trying even if You feel that's not the right answer so at least put that idea forward.
Tip 4 : Do Leetcode medium questions as much as possible As they are mostly asked in Interviews.
Tip 1 : Avoid unnecessary details on Resume
Tip 2 : Make It look clean and also keep it of one page
It was an aptitude + ds+ os mcq. And 1 coding question



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.
used the 2 pointer approach
It was an technical round.
In the technical, they asked me to introduce myself and I gave the usual introduction of 1-2 minutes.
Then they asked me about my preference for programming language and I said C++.
Then they asked me to write a program for star pattern and they asked a few more questions about C++.
They also asked about my branch and asked related to that question. They asked questions on oops, dbms and os.




As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: