Tip 1 : Practice at least 200 questions from Leetcode.
Tip 2 : Should be confident in writing and explaining good quality code and should be clear with CS fundamentals.
Tip 3 : Showcase your development skills through your projects. So it is good if one has 2 good quality projects on his/her resume.
Tip 1 : Only add relevant things in your resume that you can defend in front of the interviewer.
Tip 2 : Try to add an impact factor or percentage in the projects section of the resume. For eg: By doing that project what impact it has brought to the table for the users of that particular application.
This round was consisting 2 parts
1st part: Aptitude questions, basic CS fundamentals questions and OOPS Related MCQs
2nd part: 2 Coding questions + 2 SQL query Questions
This round was around 6 PM, so timing is not an issue.



For 'arr' = [ 1, 2, 3, 1, 2]. you need to return 1.



For 'N' : 4
Pattern :
4 3 2 1 2 3 4
3 3 2 1 2 3 3
2 2 2 1 2 2 2
1 1 1 1 1 1 1
2 2 2 1 2 2 2
3 3 2 1 2 3 3
4 3 2 1 2 3 4
This round was around 10 AM in the morning.
This was a psychometric test round where questions related to different situations related to work ethics were asked.
This round was around 10 AM. This round was mainly focused on the coding skills of the candidate and OOPS related concepts and some basic CS fundamentals.
The question was to design a class for Reliance Communications users to see their subscription and plan details.
Tip 1 : Be clear with OOPS concepts.
Tip 2 : Ask questions to the interviewer to get more clarity on the question asked
This round was around 5 PM, It was about general HR questions.
Who is your role model?
What are your expectations?

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?