i
Calibraint
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2021. There were 6 interview rounds.
I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.
Basic array concept
String questions
Prime numbers
Top trending discussions
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have method implementations, while interface cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.
Example: Abstr...
posted on 24 Oct 2024
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
posted on 3 Sep 2024
based on 2 reviews
Rating in categories
Software Developer
25
salaries
| ₹4 L/yr - ₹11 L/yr |
Senior Software Developer
20
salaries
| ₹5.5 L/yr - ₹13 L/yr |
Software Development Engineer II
15
salaries
| ₹4 L/yr - ₹12 L/yr |
Associate Software Developer
12
salaries
| ₹4 L/yr - ₹6 L/yr |
Associate Technical Leader
10
salaries
| ₹8.3 L/yr - ₹13.1 L/yr |
Infosys
TCS
Wipro
HCLTech