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.
It was the first round, and it was totally based on DSA.
A house is represented by a matrix where “\” and “/” represent a wall and blank space is empty space. We will consider two rooms different if we will be unable to reach another room.
Input:
[
“ /”
“/\”
]
Output: 3
Explanation: 2 X 2 house is shown below:
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.
Combined interview (Technical + Conceptual). One coding question and few concepts of JAVA
The same word from a dictionary can be used as many times as possible to make sentences.
What do you get in the Java download file? How do they differ from one another?
Will the program run if we write static public void main?
What do you mean by aggregation?
Introduce yourself
What makes you happy?
How do you work under pressure? Can you handle the pressure?
Are you willing to relocate or travel?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?