Tip 1 : If you have 2 years of experience, do prepare OOP concepts with examples and code.
Tip 2 : You should do all atleast all Easy problems for interview
Tip 3 : Apart from DS be ready with technology that you work on ex- Angular or C# or Java
Tip 1 : Do edit your resume accordingly to the job you applied ex-> Mention those skills that are required for the job.
Tip 2 : If possible ask for referral for the company you apply.
It was around 2 pm as I choose this time. It was an online interview on teams. 2 people came to interview me. Both were nice as they both were developers for the team I was going to join. They started with asking about myself and technologies that I worked on then started with OOP like they went all in with OOP from basic to pretty much everything I knew. They asked me code on example for abstraction and polymorphism. After that they showed me multiple code snippet and asked the output or weather will it give output or will it give error. Then they asked about database and gave me a problem on second highest salary. Then finally a ds problem.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Well I started with reversing the array so it would be Ram is name My but then I reversed each word, Well at the end you got to keep that in mind.
It started at 2pm. It was managerial round he asked a lot about myself. Gave me situations. What would I do. Asked me some database related problems.
How to remove multiple records from a table if there is not primary key in table.
It was mainly salary negotiations but I did prepared about the company though she didn't asked anything about it.
Salary negotiation

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?