Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2023. There were 5 interview rounds.
There were 3 coding questions to solve on paper and they will analyze and shortlist for the interview and discuss your answers.
Two common DSA problems - reversing a singly linked list and finding pairs in an array that sum to a given value.
To reverse a singly linked list, iterate through the list and change the direction of the pointers.
To find pairs in an array that sum to a given value, use a hash table to store the difference between the target sum and each element in the array, then check if any subsequent elements match the stored differe
Implement queue using stack & remove duplicates from linked list
To implement queue using stack, we need to maintain two stacks. One for enqueue operation and another for dequeue operation.
To remove duplicates from a linked list, we can use a hash table to keep track of visited nodes and remove duplicates as we traverse the list.
Alternatively, we can use two pointers to compare each node with all subsequent nodes and re
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.
posted on 6 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
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...
Some of the top questions asked at the Cumulus Systems Backend Developer interview -
based on 1 interview
Interview experience
Software Engineer
53
salaries
| ₹7 L/yr - ₹13.5 L/yr |
Senior Software Engineer
21
salaries
| ₹10.4 L/yr - ₹15.3 L/yr |
Information Security Analyst
16
salaries
| ₹5 L/yr - ₹14.5 L/yr |
QA Engineer
12
salaries
| ₹6 L/yr - ₹12 L/yr |
Associate Software Engineer
11
salaries
| ₹6 L/yr - ₹10.5 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Incrementors Web Solutions