Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java based questions
Linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node
Example: Singly linked list, Doubly linked list
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.
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
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].
posted on 6 Apr 2015
posted on 6 Apr 2015
posted on 13 Jul 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
Questions about Basic finance and overall like any CET exams questions
Easy as you will get chance to talk about your views on topic given by interviewer
based on 1 interview
Interview experience
Software Engineer
44
salaries
| ₹4.5 L/yr - ₹18 L/yr |
Software Developer
31
salaries
| ₹4 L/yr - ₹9 L/yr |
Software Development Engineer
28
salaries
| ₹5.5 L/yr - ₹11 L/yr |
R&D Engineer
23
salaries
| ₹9 L/yr - ₹13.5 L/yr |
Softwaretest Engineer
14
salaries
| ₹3 L/yr - ₹5 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Incrementors Web Solutions