Tip 1 : Do practice coding question regularly.
Tip 2 : Check previous interview experiences.
Tip 3 : Maintain your consistency
Tip 1 : Don't write false information in your resume.
Tip 2 : Be prepared with your resume









For the given 5 intervals - [1, 4], [3, 5], [6, 8], [10, 12], [8, 9].
Since intervals [1, 4] and [3, 5] overlap with each other, we will merge them into a single interval as [1, 5].
Similarly, [6, 8] and [8, 9] overlap, merge them into [6,9].
Interval [10, 12] does not overlap with any interval.
Final List after merging overlapping intervals: [1, 5], [6, 9], [10, 12].
After the DSA problem, he asked me some questions from OS and CN. Questions were as follow :
1) What is Mutex ?
2) What is Semaphores ?
3) Difference between semaphore and mutex ?
So, these were the core fundamentals questions asked..
Tip 1 : First think in your mind what you are doing to speak, and then only start speaking.. No issue in asking for time and build an abstract solution in your mind first.
Tip 2 : Explain step by step even if you are getting in much detail.. But the person in front of you must understand what you are trying to tell.
Tip 3 : Have a good understanding of core subjects, atleast the top interview questions which are asked in every interview rounds.
Introduce yourself.
Why this company?
I was asked about the technology I worked or willing to work on
Tip 1 : Communicate well
Tip 2 : remain calm and have confidence

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