Try to do as much deep study of logic as you can’t memorize each question so the only thing you will remember is the logic part which you have applied. Also, try to do lot of practice for Data Structures and Algorithms related problems. I personally used Codezen and Geeks For Geeks. You may refer to any portal but I suggest you to use Codezen of Coding Ninjas as you can get a variety of interview problems there.
"Write what you know and know what you write". Recruiters are very professional and experienced people. They go through your resume beforehand. So it’s better not to exaggerate and getting into your own trap.
This was face to face interview round. The interviewer asked me two questions, one related to implementation, and other was somewhat related to logic.
You have been given a column title as appears in an Excel sheet, return its corresponding column number.
Find the degree between an hour hand and a minute hand? Gave me a pen and paper to come up with the answer (it was an equation).
Everything went smooth.
I explained everything about my project to the interviewer starting from basic details to a high level. I was pretty confident about project discussion and have already prepared for it so just extended the discussion with the interviewer so that he got less time to ask me coding questions.
Let's say I give you a number 1,53,345 (I don't remember exactly). Write a program that will take the above number as input array and give output as "One Lakh Fifty-Three Thousand Three Hundred and Forty-Five".
This was Face to Face round.
If I want to implement a stack then what should the value of the pointer (top of stack) in case of an empty stack? 0 or -1?
This was last round and I was interacting with the interviewer without getting nervous.
How was your day? How excited you are as you have reached this far? Do you have a problem with relocation? Do you have anything to ask me?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?