Tip 1 : Practice at least 450 coding questions of mid-level difficulty
Tip 2 : Work more on practicals and explanation of code
Tip 1 : Mention all the skills which you have according to the requirement of the job
Tip 2 : Focus more on the project and extracurricular activities



Inversion count in array
Tip 1 : Practice array
Tip 2 : Data structure command
Slot based round with different set of question in each round this round had mcq based on SQL



It may be assumed that the rectangles are parallel to the coordinate axis.
Tip 1 : C++ made it easy for me as I simply used doOverlap
Tip 2 : Follow online tutorials
It was on call interview in which the camera was on. It started with a basic introduction first his than mine and later he discussed projects of my resume and then gave me the problem



Given a number k, find all the possible combinations of k-bit numbers with n-bits set where 1 <= n <= k. The solution should print all numbers with one set bit first, followed by numbers with two bits set,.. up to the numbers whose all k-bits are set. If two numbers have the same number of set bits, then smaller number should come first.
Tip 1 : Focus on Dynamic programming
Tip 2 : Be confident
Tip 3 : Practice at least 100 questions

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