Filter interviews by
I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.
3 online dsa questions easy to medium
I applied via IIM Jobs and was interviewed in Jun 2024. There were 3 interview rounds.
SQL Coding Test - asked 5 queries related to joins, ranks, group by
Asked guesstimates, technical CV Question, case
Asked guesstimate, market entry question, case
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
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
I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.
Classes, oops, array, constructor
A copy constructor is a special type of constructor that creates a new object as a copy of an existing object.
Copy constructor should have a parameter of the same class type
It is used to create a new object by copying the values of an existing object
It is called when a new object is created from an existing object
A virtual function is a member function that is declared within a base class and is redefined by a derived class.
Declare a virtual function in the base class using the 'virtual' keyword.
Override the virtual function in the derived class using the 'override' keyword.
Use the base class pointer to call the virtual function, which will be resolved at runtime based on the actual object type.
Oops concept refers to Object-Oriented Programming principles and their implementation in software development.
Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and behaviors from another class.
Polymorphism allows objects to be treated as instances of their parent class.
Encapsulation hides the internal state of an object and only exposes nec...
based on 1 interview
Interview experience
Game Tester
274
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Game Tester
192
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Tester
97
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Electronic Arts
Bandai Namco
Nintendo
Pole To Win