Tip 1 : Consistency is the key. No matter how much you do in a day, it should be everyday.
Tip 2 : Never lose your hope. Positivity is important for consistency.
Tip 3 : Don't skip anything. You never know what the interviewer might ask.
Tip 1 : Keep it short, yet descriptive
Tip 2 : If you aren't from a good college, flaunt your projects and coding skills
I got the link in the evening and I was not sure if should I give the test or not. I thought I wasn't ready. Nut then decided to give just for the sake of practice.
There were 3 coding questions.
2 medium and 1 hard.
I was able to solve both the medium ones and partially the hard one.



It was divided into two parts. For first 30 minutes it was all DSA and in the later part it was computer fundamentals



A pair ('ARR[i]', 'ARR[j]') is said to be an inversion when:
1. 'ARR[i] > 'ARR[j]'
2. 'i' < 'j'
Where 'i' and 'j' denote the indices ranging from [0, 'N').
Same as the previous round but this time the level of questions was a bit hard. For the DSA round, they asked me questions around graphs and trees. The later part was sql queries



The given graph may have connected components.
Just family background and simple HR questions
How many members are there there in your family?
What are your plans of higher study?

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?