Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.
Top trending discussions
posted on 20 Feb 2025
A straightforward introduction to core Java along with the Spring framework.
posted on 2 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Group id is a unique identifier for a group of consumers in Kafka consumer configuration.
Group id helps in coordinating the consumption of messages among multiple consumers in a consumer group.
Each consumer group should have a unique group id to ensure proper message distribution.
Changing the group id will result in the consumer group starting consumption from the beginning of the topic.
Group id is specified in the con...
Recursive algorithm for multiplying 2 numbers
Define a base case for when one of the numbers is 0
Use recursion to repeatedly add the second number to the result until the first number reaches 0
Consider handling negative numbers and optimizing for efficiency
Spring filters are used to intercept HTTP requests and responses in a Spring application.
Spring filters can be used for logging, authentication, authorization, etc.
They are implemented using the javax.servlet.Filter interface.
Filters can be configured in the web.xml file or using annotations like @WebFilter.
Example: Implementing a logging filter to log incoming requests and outgoing responses.
SQL query to retrieve the first 5 biggest salaries from a table
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to limit the results to the first 5 rows
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Program to check if a number is a palindrome or not.
Convert the number to a string to easily check for palindrome
Reverse the string and compare it with the original string
If they are the same, the number is a palindrome
Lambda expressions in Java are used to provide a concise way to represent anonymous functions.
Lambda expressions are used to define inline implementation of a functional interface.
They enable you to pass functionality as an argument to a method.
Lambda expressions are made up of parameters, an arrow, and a body.
Example: (a, b) -> a + b
To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.
Use InterfaceName.super.methodName() to call the default method of a specific interface.
If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.
Example: Interface1.super.defaultMethod() to call the
I applied via Monster and was interviewed in Feb 2024. There was 1 interview round.
ref is used for passing a variable by reference, out is used for returning a variable by reference
ref is used for passing a variable by reference, allowing the method to modify the variable
out is used for returning a variable by reference, typically used for returning multiple values from a method
Example: int x = 10; SomeMethod(ref x); // x can be modified inside SomeMethod
Example: int result; SomeMethod(out result); /
posted on 22 Oct 2024
posted on 28 Sep 2023
I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.
posted on 7 May 2024
posted on 17 Oct 2023
posted on 21 Dec 2022
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Senior Associate
136
salaries
| ₹3.7 L/yr - ₹11 L/yr |
Team Lead
121
salaries
| ₹6.1 L/yr - ₹16.4 L/yr |
Assistant Manager
47
salaries
| ₹7.7 L/yr - ₹29 L/yr |
Associate
44
salaries
| ₹2.7 L/yr - ₹5.8 L/yr |
Team Lead Operations
32
salaries
| ₹5 L/yr - ₹13.5 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
State Bank of India