Filter interviews by
I applied via Campus Placement
Online coding 5 question easy to hard time given is 2hrs
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Spring IOC containers are responsible for managing the instantiation of objects and their dependencies in a Spring application.
IOC stands for Inversion of Control, which means that the control of object creation is inverted from the application code to the Spring framework.
There are two main types of Spring IOC containers: BeanFactory and ApplicationContext.
BeanFactory is the simplest container, providing basic support...
Metaspace is a part of the Java HotSpot VM memory where class metadata is stored.
Metaspace replaces the permanent generation (PermGen) in Java 8 and later versions.
It is used to store class metadata such as class names, method names, field names, annotations, etc.
Metaspace is dynamically resized by the JVM based on the application's demand.
You can monitor Metaspace usage using tools like JConsole or VisualVM.
Predicate is a functional interface that represents a boolean-valued function, while Consumer is a functional interface that represents an operation that accepts a single input argument and returns no result.
Predicate is used for filtering elements based on a condition, while Consumer is used for performing actions on elements.
Predicate has a test() method to evaluate a condition, while Consumer has an accept() method ...
Java 8 stream based question
posted on 26 Jun 2024
String is immutable in Java to ensure security, thread safety, and optimization.
Immutable strings are thread-safe as they cannot be modified concurrently.
String pooling allows for memory optimization by reusing existing string objects.
Immutable strings prevent malicious code from altering sensitive data.
String immutability simplifies string manipulation and caching implementations.
posted on 27 Dec 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.
Hibernate is an ORM framework that simplifies database operations in Java applications. It can be integrated with Spring Boot for data persistence.
Hibernate is an Object-Relational Mapping (ORM) framework that maps Java objects to database tables and vice versa.
It simplifies database operations by providing a higher-level abstraction for data persistence.
Spring Boot can be integrated with Hibernate to easily manage dat...
posted on 29 Apr 2024
I applied via Website and was interviewed before Apr 2023. There were 3 interview rounds.
I am a Java Developer responsible for designing, developing, and maintaining Java applications.
Design and develop Java applications
Write clean, efficient, and maintainable code
Collaborate with team members to troubleshoot and solve technical issues
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Find min ,max and second largest (avoid duplicates)using streams
Checked exceptions are checked at compile time, while unchecked exceptions are not.
Checked exceptions must be either caught or declared in the method signature using 'throws'
Unchecked exceptions do not need to be caught or declared
Example of checked exception: IOException
Example of unchecked exception: NullPointerException
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Implementing Spring Security in a Spring Boot application involves configuring security settings and adding dependencies.
Add spring-boot-starter-security dependency in pom.xml
Create a class extending WebSecurityConfigurerAdapter to configure security settings
Use @EnableWebSecurity annotation to enable Spring Security
Define authentication and authorization rules in configure(HttpSecurity http) method
I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.
Count occurrence using hashmap
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
based on 1 review
Rating in categories
Senior Software Engineer
374
salaries
| ₹5 L/yr - ₹19 L/yr |
Software Engineer
148
salaries
| ₹4 L/yr - ₹12.6 L/yr |
Senior Software Test Engineer
110
salaries
| ₹4 L/yr - ₹14 L/yr |
Software Developer
47
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
47
salaries
| ₹5.1 L/yr - ₹16 L/yr |
TCS
Infosys
Wipro
HCLTech