Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at least 2 good projects and you must know every bit of them.
Tip 1 : Have at least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Timing : 11:30 AM
Environment : The test was in online mode. So I gave test in a room away from any disturbances.
Test difficulty : The test was easy to medium. If you prepared well then you can easily crack it.
Key points : Don't panic and read questions properly. Because some questions were also tricky.






Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
This round had 2 coding questions followed by some DBMS questions and OOPS questions



F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1.
For ‘N’ = 5, the output will be 5.



Difference between relational and non-relational database
What is polymorphism ?
Difference between call by reference and call by value
This was a Technical Cum HR round where I was first asked some basic OOPS related concepts and then we discussed my expectations from the company, learnings and growth in the forthcomig years. I would suggest be honest and try to communicate your thoughts properly in these types of rounds to maximise your chances of getting selected.
Why should we hire you?
Tip 1 : The cross-questioning can go intense sometimes, think before you speak.
Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds, I feel it is important to have an opinion.
Tip 3 : The context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing and which team you are mentoring, how is the work environment etc.
Why are you looking for a job change?
Tip : For an experienced professional seeking a change, this is a common question. The easiest method to respond to this question is to state that you are leaving your current work in order to advance your career. Make sure you don't criticize or speak poorly about the company where you now work.

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?