Tip 1 : Practice as many questions as you can, it will help you to crack the Online test rounds and also will help you in interviews. As my experience there must be at least one round there they will ask you to solve some DSA problems so there the problem solving will help you.
Tip 2 : Do at least 2 projects , it doesn’t matter that it must be some bigger ones but if you are doing any project than make sure that you know everything about your is working and how is it working.
Tip 3 : Be confident in interviews and try to avoid say no most of the time. Try to give some relevant answer but don’t take it like you say anything.
If you have half knowledge of something you have asked than tell the interviewer that much than you can say that much i know
Tip 1 : At least mention two projects in resume with proper headline that what your project is actually doing.
Tip 2 : When you are writing something in your resume make sure have knowledge about that otherwise try to avoid it to write. Most of the times the interviewer ask questions based on your resume
That round is conducted in the morning around 10.30.
The interview started and firstly the interviewer ask about my self and give his introduction.
Than he share one DSA question and ask me to tell the approch and than ask me to optimise the complexity of the approch the code than i give the approch and he ask me to code that one.

Step 1: i first apply the brute force approch, but it’s not good enough.
Step 2: interviewer asked me the time completely and i told him about that, than he ask me to optimise it.
Step 3: then tell him an approch using some extra space than he is fine with that approch.
It started around 12.30 in noon and firstly the interviewer give intro about himself and asked me for the same.



Step 1 : interviewer asked me the approch and i give him one approch than he asked me the recursive approch an told the approch than he asked me to write down the code.
Step 2: I’m able to run the code in 3 time than he asked me to take the input as manually and make that change.
The interviewer told me about that round that it’s not the HR round and give intro of him and asked for mine and than start the question.
He asked me about the type of os and the difference between each type than asked me about the dead lock situation and the ways we can solve or avoid the deadlock situation.
Tip 1 : i give him brief intro about each type of os with examples
Tip 2 : when he asked me about the dead lock i shared my screen and explained it using some examples
Give me case and asked me to fetch the data based on given condition than he came to OOPS question where he asked about polymorphism , inheritance and other stuff.
Tip 1: make sure before writing any sql query try it on some data on paper
Tip 2: be clear with concept of OOPS( i got confused in run time polymorphism and compile time polymorphism)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?