Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2022. There were 4 interview rounds.
Aptitude+Logical Reasoning+Puzzles
Required to write 2 programs in the language one is comfortable with.
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to set initial values for object properties.
If a class does not have a constructor, a default constructor is created automatically.
A variable is a named storage location in memory that holds a value. A static variable is a variable that retains its value between function calls.
Variables are used to store data in a program
They can be of different data types such as int, float, char, etc.
Static variables are declared with the static keyword and retain their value between function calls
They are useful for maintaining state across function calls
Yes, a constructor can be declared privately.
Private constructors are used to prevent the creation of objects of a class from outside the class itself.
To access a private constructor from outside its class, we can use a public static method or a factory method.
The public static method or factory method can create an instance of the class by calling the private constructor.
A class is a blueprint for creating objects that have properties and methods. One class can access another class using inheritance or composition.
A class is a user-defined data type that encapsulates data and functions.
Classes can have access modifiers like public, private, and protected.
Inheritance allows a class to inherit properties and methods from another class.
Composition allows a class to use objects of another ...
Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.
Declare variables for first and second numbers in the series
Use a loop to generate subsequent numbers by adding the previous two
Print or store the numbers in an array
Reverse a string without using predefined methods.
Create an empty string to store the reversed string.
Loop through the original string from the end to the beginning.
Add each character to the empty string.
Return the reversed string.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Campus Placement
Easy-medium level and it included two coding questions and some technical questions
Structures and classes are stored in memory as a combination of data members and member functions.
Structures and classes are stored in memory as a combination of data members and member functions.
Data members of a structure or class are stored in contiguous memory locations.
Member functions of a class are stored separately in memory and are shared among all instances of the class.
Pointers to member functions are used t...
final is a keyword in Java used to restrict inheritance, overriding, and modification. finalize is a method used for cleanup operations before an object is garbage collected.
final keyword is used to declare constants, prevent inheritance by marking a class as final, and prevent method overriding by marking a method as final
finalize method is called by the garbage collector before an object is destroyed
Example: final in...
posted on 30 Dec 2024
I applied via LinkedIn
posted on 29 Jul 2024
I applied via Instahyre and was interviewed in Jul 2024. There was 1 interview round.
Overivew of the previous company project, and question about the system design ex LRUCache system and IRCTC DB design
2nd Round -
Basic Interview, Mostly system Design Question.
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Normal aptitude questions
Coding MCQ's like code snippets and find the output
I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.
It involves 2 problem solving logical questions
Team work - how to participate, foster etc.
posted on 3 Jan 2025
I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.
Software Developer
53
salaries
| ₹3 L/yr - ₹9.9 L/yr |
Engineer
51
salaries
| ₹3.2 L/yr - ₹8 L/yr |
Test Engineer
43
salaries
| ₹2.3 L/yr - ₹9.5 L/yr |
Softwaretest Engineer
36
salaries
| ₹3.8 L/yr - ₹13 L/yr |
Senior Engineer
27
salaries
| ₹5.5 L/yr - ₹11 L/yr |
TCS
Wipro
Infosys
Tech Mahindra