Filter interviews by
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
They will give a code to solve
I applied via Approached by Company and was interviewed in Nov 2022. There were 2 interview rounds.
Inheritance is a mechanism in OOP where a new class is derived from an existing class.
It allows the new class to inherit the properties and methods of the existing class.
The existing class is called the superclass or parent class, while the new class is called the subclass or child class.
The subclass can add new properties and methods or override the existing ones.
It promotes code reuse and makes the code more organize...
I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.
Constructors are used to initialize objects in Java.
Constructors are special methods that have the same name as the class.
They are used to allocate memory for an object and initialize its state.
Constructors can have parameters to initialize object properties.
They are called automatically when an object is created using the 'new' keyword.
Constructors can be overloaded to create objects with different initial states.
An interface in Java is a blueprint of a class that defines a set of methods without implementation.
An interface can have abstract methods, default methods, and static methods.
It is used to achieve abstraction and multiple inheritance in Java.
Classes implement interfaces using the 'implements' keyword.
Interfaces can be used to create loosely coupled systems and promote code reusability.
Example: 'Comparable' interface i...
Extend is used to inherit properties and methods from a class, while implement is used to implement interfaces.
Extend is used to create a subclass that inherits properties and methods from a superclass.
Implement is used to define a class that implements the methods declared in an interface.
A class can extend only one superclass, but it can implement multiple interfaces.
Extend is used for inheritance, while implement is
Top trending discussions
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
I m to get yourlife company to work.
It's like technical round & Hr round , way of language speaking.
Implementation of the Spring security
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap implements the Map interface in Java
It allows null keys and values
Keys in a HashMap must be unique
Example: HashMap
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap uses the hashCode() method of keys to calc...
Throw is used to explicitly throw an exception in a method, while Throws is used to declare the exceptions that a method may throw.
Throw is used within a method to throw an exception explicitly.
Throws is used in the method signature to declare the exceptions that the method may throw.
Throw is followed by an instance of Throwable class, while Throws is followed by the exception class names separated by commas.
Example: t...
Arrays are fixed in size, while ArrayLists can dynamically resize. ArrayLists provide more flexibility and functionality.
Arrays have a fixed size, while ArrayLists can dynamically resize.
ArrayLists can easily add, remove, or modify elements, while arrays require manual shifting of elements.
Arrays use [] syntax for declaration and initialization, while ArrayLists use the ArrayList class from the Java Collections framewo
ArrayList is resizable array implementation, LinkedList is doubly linked list implementation, Vector is synchronized version of ArrayList.
ArrayList is faster for accessing elements, LinkedList is faster for adding/removing elements in middle.
ArrayList uses less memory than LinkedList due to contiguous memory allocation.
Vector is thread-safe but slower than ArrayList due to synchronization overhead.
Iterate through a hashmap using an iterator in Java
Create an iterator using the entrySet() method of the hashmap
Use a while loop to iterate through the hashmap entries
Access the key and value of each entry using the getKey() and getValue() methods
I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.
Spring Boot provides a simplified way to create stand-alone, production-grade Spring-based Applications.
Rapid application development
Embedded server for easy deployment
Auto-configuration for setting up Spring projects quickly
Microservices support
Actuator for monitoring and managing applications
Microservices architecture in Spring is a way of designing software applications as a collection of loosely coupled services.
Microservices architecture breaks down a large application into smaller, independent services that can be developed, deployed, and scaled independently.
Spring Boot and Spring Cloud are commonly used frameworks for building microservices in Java.
Each microservice typically has its own database and...
Java 8 introduced several new features including lambda expressions, streams, and default methods.
Lambda expressions allow for functional programming and simplify code.
Streams provide a way to process collections of data in a functional way.
Default methods allow for adding new methods to interfaces without breaking existing implementations.
Other new features include the Date and Time API, Nashorn JavaScript engine, and...
Developed a web-based inventory management system for a retail company
Used Java, Spring Boot, and MySQL for backend development
Implemented a responsive UI using AngularJS and Bootstrap
Integrated barcode scanning functionality for faster inventory management
Implemented user authentication and authorization using Spring Security
Deployed the application on AWS EC2 instance
Integrated a new payment gateway in the project
Had to understand the API documentation of the payment gateway
Had to modify the existing codebase to integrate the new gateway
Had to test the integration thoroughly to ensure it works as expected
I applied via Walk-in and was interviewed in Jun 2023. There were 5 interview rounds.
For freshers there is online aptitude test.
Coding round is done by interviewers on live screen sharing
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
37
salaries
| ₹2.2 L/yr - ₹11.9 L/yr |
Senior Software Engineer
22
salaries
| ₹6.3 L/yr - ₹16.2 L/yr |
Software Engineer2
18
salaries
| ₹5 L/yr - ₹8 L/yr |
Software Engineer Level 1
10
salaries
| ₹3.5 L/yr - ₹4 L/yr |
Software Engineer III
9
salaries
| ₹7.5 L/yr - ₹13 L/yr |
TCS
Infosys
Wipro
HCLTech