Filter interviews by
I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 3 interview rounds.
posted on 13 Aug 2024
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.
Solid Principles are a set of design principles for writing maintainable and scalable software.
Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.
Single Responsibility Principle states that a class should have only one reason to change.
Open/Closed Principle states that sof...
Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.
Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.
Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.
Abstraction is achieved through abstract classes and interfaces in object-oriented program...
posted on 9 Feb 2024
I applied via Campus Placement
Sql and dsa questions online assessment
Object-oriented programming concepts include encapsulation, inheritance, and polymorphism.
Encapsulation: bundling data and methods together in a class
Inheritance: creating new classes from existing ones, inheriting their properties and behaviors
Polymorphism: objects of different classes can be treated as objects of a common superclass
Example: Encapsulation - a class 'Car' with private variables 'make' and 'model', and ...
posted on 28 Oct 2024
Pattern pic will be shared, write code to print that pattern
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.
Solid Principles are a set of design principles for writing maintainable and scalable software.
Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.
Single Responsibility Principle states that a class should have only one reason to change.
Open/Closed Principle states that sof...
Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.
Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.
Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.
Abstraction is achieved through abstract classes and interfaces in object-oriented program...
Servlet and JSP life cycle involves initialization, request processing and destruction.
Servlet life cycle includes init(), service() and destroy() methods.
JSP life cycle includes translation, compilation, initialization, and request processing.
Servlet container manages the life cycle of servlets and JSPs.
Servlet and JSP objects are created and initialized during initialization phase.
During request processing phase, ser...
JDBC is a Java API for connecting to and interacting with databases.
JDBC stands for Java Database Connectivity.
It provides a standard interface for connecting to databases.
JDBC drivers are used to connect to specific databases.
JDBC can be used to execute SQL queries and retrieve results.
Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna
based on 9 reviews
Rating in categories
Software Developer
51
salaries
| ₹3 L/yr - ₹7 L/yr |
QA Analyst
46
salaries
| ₹1.8 L/yr - ₹6.6 L/yr |
Software Engineer
16
salaries
| ₹1.8 L/yr - ₹7.6 L/yr |
Technical Support Engineer
12
salaries
| ₹1.8 L/yr - ₹6.5 L/yr |
Senior QA Analyst
10
salaries
| ₹6.9 L/yr - ₹16 L/yr |
TCS
Infosys
Wipro
HCLTech