Filter interviews by
Assignment related to product and data
Top trending discussions
I applied via Campus Placement and was interviewed before Mar 2019. There were 5 interview rounds.
I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude questions were pretty easy like on speed etc
Coding questions were also easy like patterns code, reverse string just basics
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Basic aptitude only think out of box
Static variables belong to the class itself, while final variables cannot be changed after initialization.
Static variables are shared among all instances of a class
Final variables cannot be reassigned once initialized
Static variables are initialized only once at the start of the program
Final variables must be initialized when declared
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
10 reasoning questions and 3 coding questions
Factorial calculation using recursion in a programming language
Define a function that takes an integer as input
Base case: if input is 0, return 1
Recursive case: return input multiplied by factorial of input-1
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120
I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.
Simple logic and maths based questions along with coding round
Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.
Arrays have a fixed size, while ArrayLists can dynamically resize.
Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.
Example: String[] namesArray = new String[5]; ArrayList<String>
I have worked as a software developer for 3 years at XYZ company.
Developed web applications using Java, Spring, and AngularJS
Collaborated with team members to design and implement new features
Participated in code reviews and testing processes
Resolved technical issues and provided support to end users
Basic coding test like palindrome, series,arrays
I applied via Company Website and was interviewed in Feb 2023. There were 6 interview rounds.
Prepare aptitude well as some questions are tricky which consume our time. There are 20 questions in total. And most of them are mathematical numeric problems.
This round is included in aptitude round in which you have to write down 3 coding problems which are easy one if you are moderate programmer
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
Easy applitude test simple question on arithmetic
Simple coding like Fibonacci
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
ChicMic
Sportz Interactive
Rooter
Green Gold Animation