Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Interview round with questions on DSA mainly.



The main idea is to compare bits from the left and right of the given number. If the i-th from left and right are the same move to the next bit else return false.



1. The heights of the buildings are positive.
2. Santa starts from the cell (0, 0) and he has to reach the building (N - 1, M - 1).
3. Santa cannot leave the grid at any point of time.
Solved the problem using iterative DP.
Tried to asses interest in coding, company fit. Asked one java question. Why citicorp? Discussed about the financial crisis. Interview is flexible and can cover a broad range of topics.
Why is Java a platform independent language?
HR round with behavioural questions
Spoke about myself, my hobbies, my interests. Very peaceful round. We also had a little chat about my favourite book.

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