Tip 1 : Practice good amount of DSA questions
Tip 2 : Do good practice of puzzle, Aptitude and Quant questions
Tip 3 : You should have good knowledge of your project
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.
The first part is of MCQ questions that include different sets with a different topic and each set has specific time and we have to complete that set within that specific time limit. The second part is coding which includes 2 coding questions. Whoever completely solved one question was selected for the next round



Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Since there are just 26 lower case characters, we can use an array of size 26 to store the result.



You do not need to print anything, it has already been taken care of. Just implement the given function.
Let ‘NUM1’ be: “5”
Let ‘NUM2’ be: “21”
The sum of both numbers will be: “26”.
The basic idea is to add the character of the strings individually. We run a loop on both strings simultaneously from the end of the strings and add the sum of the characters. We also keep track of carry and update the result. If at any point sum of characters becomes greater than 9, we update the carry to 1.
This round had questions from my projects followed by some basic questions from OOPS and Java
Define all four pillars of OOPS and give an example for each
1- Explain Heap and stack memory in Java.
2- What is Garbage Collector in Java?
3- What is “final” keyword in Java?
4- Difference between equal() method and == operator

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: