Filter interviews by
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 applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
Top trending discussions
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
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...
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 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
I applied via Referral and was interviewed before Sep 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed in Jan 2021. There were 6 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.
Implement 3 stacks using 1 array
Divide the array into 3 equal parts
Use pointers to keep track of top of each stack
Push and pop elements based on the pointer of the respective stack
Detect cycle in a graph
Use Depth First Search (DFS) algorithm to traverse the graph
Maintain a visited set to keep track of visited nodes
If a node is visited again during DFS, then a cycle exists
If all nodes are visited and no cycle is found, then no cycle exists
Interpreted languages are executed directly by the interpreter while compiled languages are first converted to machine code.
Interpreted languages are slower than compiled languages as they are executed line by line.
Compiled languages are faster as the code is already converted to machine code.
Interpreted languages are easier to debug as errors can be caught at runtime.
Compiled languages are harder to debug as errors ca...
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
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