Tip 1 : Go through OOPS concepts. It'll help you get through the machine coding round. The problem could be anything like LRU cache or an In-memory Database. You can choose any language.
Tip 2 : Keep your solution simple, clean and coherent.
Tip 3 : Understand and clearly mention your role in whatever experience you hold previously. It should be fairly explained in resume.
Tip 1 : Write your contribution with the experience you have
Tip 2 : Don't show more than you know
Machine coding round with local testing by the interviewer.
Interviewer was friendly and insisted on understanding the problem first and then designing and then inspecting whether it solves the problem and then implementing
Design and implement an In-Memory SQL based database with insert, get and filter features.
Design and implement an In-Memory SQL based database with insert, get and filter features.
Tip 1 : Have SQL database workings on your finger tips
Tip 2 : Understand the problem completely before implement and thinking of a solution.
It was around 6 PM. Had to turn on my camera and explain my role in previous experience in depth.
Also questions like what do you prefer, why are you switching, what do you like and dislike about current workplace and other behaviour questions, etc

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