Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
In this round they asked 20 technical questions on java and 10 analytical question on reasoning and 3 theory questions we need to solve only 2 out of 3 total 32 questions are there in first round.
In the GD they ask about your projects
I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.
Basic aptitude test including logical reasoning, some pattern matching, Data Interpretation
In this round we have given one topic and had to discuss that among our fellow batchmates.
Coding round had 2 basic questions :
1. Check repeating sub-string in a string.
2. some number related problem (had to separate digits from number and perfrom some task)
Top trending discussions
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I appeared for an interview in Feb 2025, where I was asked the following questions.
JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.
JPA provides a way to map Java objects to database tables.
It simplifies database interactions through an object-oriented approach.
Common implementations include Hibernate, EclipseLink, and OpenJPA.
Example: Using JPA annotations like @Entity to define a persistent class.
JPA supports querying wi...
This program identifies and returns duplicate elements from a given list.
Use a set to track seen elements and a list for duplicates.
Iterate through the list and check if an element is in the set.
If it is, add it to the duplicates list; otherwise, add it to the set.
Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].
based on 2 interviews
Interview experience
Associate Solutions Engineer
28
salaries
| ₹2.1 L/yr - ₹6.6 L/yr |
Solution Engineer
12
salaries
| ₹7.5 L/yr - ₹13 L/yr |
Desktop Support Engineer
10
salaries
| ₹1.4 L/yr - ₹2 L/yr |
Softwaretest Engineer
8
salaries
| ₹4 L/yr - ₹7.2 L/yr |
Solution Analyst
8
salaries
| ₹6 L/yr - ₹12 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Incrementors Web Solutions