Tip 1 : Must do Previously asked Interview as well as Online Test Questions (easily available on internet).
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 : Only skills that you are confident on, should be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
This was the first technical round. Two coding problems and two oral questions were asked about DBMS to seal this round.





For ‘WORD’ = “abcd” and ‘N’ = 4 following are the 10 distinct substrings of ‘WORD’.
“abcd”, “abc”, “ab”, “a”, “bcd”, “bc”, “b”, “cd”, “c”, and “d”
If you are going to use variables with dynamic memory allocation then you need to release the memory associated with them at the end of your solution.
What is abstraction and inheritance?
What do you understand by data encapsulation?
Second technical round. Two coding questions related to string and three questions related to SQL Queries were asked in this round.



If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
The consecutive count of every character in the input string is less than or equal to 9.



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
What is the difference between CHAR and VARCHAR2 datatype in SQL?
How can you create empty tables with the same structure as another table?
State the differences between views and tables.
Basic discussion round with HR of the organization.
Introduce yourself
What is your ultimate goal in your life?
Where do you see yourself in three years?
What are your strengths and weaknesses?

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