i
Novopay Solutions
Filter interviews by
I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.
Top trending discussions
posted on 6 Feb 2025
It contains 60 aptitude questions at my time.
posted on 5 Mar 2024
MCQ Type - Basic Javascript and SQL questions
Platform - doSelect
2 Leetcode Medium questions on hackerrank
2 DSA questions Both are from DP
Left view of BST is the nodes visible when viewing the tree from the left side.
The left view of a BST includes the leftmost node at each level.
Use level order traversal to find the left view nodes.
Example: For BST with nodes 1, 2, 3, 4, 5, the left view is 1, 2.
Use Floyd's Tortoise and Hare algorithm to detect loop in a Linked List.
Initialize two pointers, slow and fast, at the head of the Linked List.
Move slow pointer by one step and fast pointer by two steps.
If they meet at any point, there is a loop in the Linked List.
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
60 Minutes coding test was there
Traverse the linked list and add the values of each node without using additional data structures.
Traverse the linked list while keeping track of the sum in a variable
Update the sum by adding the value of each node as you traverse the list
Handle carry over if the sum of two nodes is greater than 9
To find all subsets of a given set, use recursion to generate all possible combinations.
Use recursion to generate all possible combinations of including or excluding each element in the set.
Start with an empty subset and recursively add each element to create new subsets.
Each subset can be represented as an array of strings.
LRU Cache is a data structure that stores a fixed number of items and removes the least recently used item when the cache is full.
LRU Cache uses a combination of a doubly linked list and a hashmap to efficiently store and retrieve items.
When an item is accessed, it is moved to the front of the linked list to indicate it is the most recently used item.
If the cache is full, the least recently used item at the end of the ...
I applied via Monster and was interviewed in Apr 2024. There was 1 interview round.
Node.js is a runtime environment that allows you to run JavaScript on the server side, making it useful for building scalable network applications.
Node.js is built on Chrome's V8 JavaScript engine and uses an event-driven, non-blocking I/O model, making it lightweight and efficient.
It is commonly used for building web servers, APIs, real-time applications, and microservices.
Node.js has a large ecosystem of libraries an...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Development Engineer
26
salaries
| ₹5 L/yr - ₹12 L/yr |
Sde1
20
salaries
| ₹6.5 L/yr - ₹10 L/yr |
Software Developer
18
salaries
| ₹4.2 L/yr - ₹12 L/yr |
Quality Engineer
15
salaries
| ₹3.5 L/yr - ₹9.9 L/yr |
Associate Product Manager
15
salaries
| ₹11 L/yr - ₹27.3 L/yr |
Eko India Financial Services
Fino Paytech
Paytm
Mobikwik