Filter interviews by
I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation is a key principle, where data is kept private within the object and only accessible through methods.
Inheritance allows classes to inherit attributes and methods from other cla...
Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.
Static constructor is used to initialize static data members of a class.
It is automatically called by the .NET Framework when the class is first loaded.
Static constructor does not take any parameters and cannot be called explicitly.
Example: public class MyClass { static MyClass() { // initializat
SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...
Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Commonly used in frameworks like Spring in Java
What is static Constructor
Top trending discussions
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 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
Systematic interview test
Java is a popular programming language used for developing various applications. OOPs concepts refer to Object-Oriented Programming principles.
Java is a high-level, class-based, object-oriented programming language.
OOPs concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation refers to bundling data and meth...
3 coding questions and 10 logical reasoning questions
Play a game on tablet which consists of coding questions
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Associate
60
salaries
| ₹3.3 L/yr - ₹12 L/yr |
Associate Manager
53
salaries
| ₹7.5 L/yr - ₹16 L/yr |
Associate
41
salaries
| ₹2.4 L/yr - ₹8 L/yr |
Junior Associate
31
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Senior Manager Project Management
21
salaries
| ₹13.4 L/yr - ₹15 L/yr |
Pole To Win
International Game Technology
Ubisoft Entertainment
Aristocrat