Tip 1 : Do OOPS concepts with real life examples.
Tip 2 : In DBMS different types of joins along with their SQL queries should be mastered.
Tip 3 : Prepare at least 2 projects.
Tip 1 : Mention at least 2 projects in your resume.
Tip 2 : Mention things related to Web Development if any.
Convert Snake Case string to Camel Case in Java.
I followed the method of traversal and reached the solution.



If all the characters in the substring are the same.
If the length of the substring is odd and only the middle element is different, while all the other characters are the same.
“aba” is a special palindrome, while “abaa” is not
Step 1 : First I used recursion to solve this question but it gave time complexity error.
Step 2 : To resolve this I applied Dynamic Programming into my solution.
It was a telephonic call.
Was given 2 tables and asked to apply left and inner join on them.
Tip 1 : Practice Joins and SQL.
There is a room with a door (closed) and three light bulbs. Outside the room, there are three switches, connected to the bulbs. You may manipulate the switches as you wish, but once you open the door you can’t change them. Identify each switch with its bulb. All bulbs are in working condition.
Give fifty words that don't have the the alphabet 'a' in them.
The answer is numbering from one to fifty.
The interview started with the interviewer going through my resume in detail. I was asked to explain one of my projects in detail. Then it went onto some OOPs concepts and their real life examples and DBMS.
Was asked to perform right join, left join and inner join on two tables. And then to compared the number of rows in the output.
How to multiply two numbers without using the multiply operator.
My solution was to add the number multiple times inside a for loop.
Where do I see myself in the next 5 years?
Asked about my preferred job location and the reason behind it.

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