Filter interviews by
I was interviewed in Dec 2024.
She mentioned there would be a total of three rounds. I participated in two interviews; the first round went well, and I qualified for the second. The interviewer only asked me two questions, which I answered. I have been waiting since morning, and my interview was scheduled for around 4 o'clock, which is quite embarrassing. Additionally, I was given a task on which I had no prior knowledge and was told to complete it in one day. I finished the task, but after waiting 15 days, I was informed that I was not selected. On a positive note, the company is nice and even provides lunch during the interview, but I did not appreciate the selection process.
Anonymous class in Java is a class without a name that is used for instantiating objects.
Anonymous classes are defined and instantiated at the same time.
They are useful for implementing interfaces or extending classes without creating a separate named class.
Example: new InterfaceName() { // implementation code }
Tasks involved in creating a UI for a CRUD application
Designing the layout and structure of the UI
Implementing input forms for creating and updating data
Displaying data in a readable format for viewing and reading
Adding functionality for updating and deleting data
Implementing validation for user input to ensure data integrity
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Just they will some pages to build in Spring Boot
I applied via Approached by Company and was interviewed in Jul 2023. There were 3 interview rounds.
They will give u make any application like attendance app using java or spring boot whatever u are comfortable and give u whole day for this task and atlast after completing the task ,they will take ur technical round based on task and resume.
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
based on 3 interviews
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
19
salaries
| ₹3 L/yr - ₹7.8 L/yr |
Software Developer
16
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Java Developer
5
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Data Analyst
4
salaries
| ₹2.5 L/yr - ₹8.2 L/yr |
Salesforce Developer
4
salaries
| ₹2.1 L/yr - ₹6.8 L/yr |
TCS
Infosys
Wipro
HCLTech