Filter interviews by
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Technical Aptitude for first round
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.
Spring Boot eliminates the need for manual configuration by providing defaults for most settings.
It allows developers to quickly set up and run standalone Spring-based applications.
Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for easy deployment.
It promotes convention o...
Various annotations are used in Spring Boot for different purposes.
1. @RestController - Used to define RESTful web services.
2. @RequestMapping - Maps web requests to specific handler methods.
3. @Autowired - Injects dependencies into a Spring bean.
4. @Component - Indicates a class is a Spring component.
5. @Service - Indicates a class is a Spring service.
6. @Repository - Indicates a class is a Spring repository.
7. @Confi...
Multi Threading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and responsiveness.
Allows multiple tasks to run concurrently within a single process
Improves performance by utilizing CPU resources efficiently
Can lead to synchronization issues if not handled properly
Examples: running multiple tasks simultaneously in a web server, processing data in parallel
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs focuses on creating objects that interact with each other to solve a problem.
Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another cl...
Top trending discussions
I applied via Approached by company and was interviewed in Dec 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
A cookie is a small piece of data stored on the user's computer by the web browser, used to track user activity and personalize user experience.
Cookies are used to store user preferences, login information, and shopping cart items.
They help websites remember users and their preferences, making the browsing experience more personalized.
Cookies can also be used for tracking user behavior, such as analyzing website traffi...
Core java, servlet ,jdbc
I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.
Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hash map uses hashing to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
Decorators in Angular are functions that allow you to modify or extend the behavior of classes or methods.
Decorators are used to add metadata to classes or methods in Angular applications.
They are prefixed with @ symbol and are followed by the decorator name.
Common decorators in Angular include @Component, @Directive, @Injectable, @Input, @Output, etc.
Decorators can be used for various purposes such as defining compone...
Use a HashSet to remove duplicates from an ArrayList of strings.
Create a HashSet and add all elements from the ArrayList to it.
Clear the ArrayList and then add all elements back from the HashSet.
I appeared for an interview in Feb 2022.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.
4 senior interviewer in group discus
based on 1 interview
Interview experience
Java Developer
89
salaries
| ₹3 L/yr - ₹5 L/yr |
Software Engineer
70
salaries
| ₹2.8 L/yr - ₹5 L/yr |
Softwaretest Engineer
27
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Software Developer
25
salaries
| ₹2.8 L/yr - ₹7 L/yr |
Automation Test Engineer
13
salaries
| ₹2.8 L/yr - ₹4.5 L/yr |
TCS
Accenture
Wipro
Cognizant