Tip 1 : prepare topics
Tip 2 : read books
Tip 3 : practice coding
Tip 1 : Make it short and crisp
Tip 2 : Write what you know
Microsoft teams was used for all the interviews. It started with introduction. He then touched upon my projects and internship experience. 2 coding question were given and it was supposed to be solved by sharing screen . Interviewer was very helpful . Any language can be used to solve. Questions asked were:
Did that and Then certain OOPs concept were concepts were asked , difference between method overloading and method overriding , concept of abstraction, static methods and variables. Then I was screened in.



If the given list is (1 -> -2 -> 0 -> 4) and N=2:

Then the 2nd node from the end is 0.



In the given linked list, there is a cycle, hence we return true.

This happened after 5 mins on the same call. Again some introduction. He saw one of my project involving use of multithreading. Hence, he asked me about concept multithreading. Any language can be used to solve the coding question.
Types of inheritance in Cpp and resolution of ambiguity in multiple inheritance.
Compare Procedural and Object Oriented Programming with examples



You can use swap operation over any two indices i,e you can choose two indices 'i' and 'j' and swap the digits present at S[i] and S[j]. But this operation can be used only once.
Your final even number should be the largest out of all other possible even numbers.
If it isn’t possible to make an even number print -1

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