Filter interviews by
I applied via curtShort and was interviewed in Dec 2024. There was 1 interview round.
Koko eating bananas
Maximum product
Number of valid parenthesis
Prefix sum
Overlapping intervals
I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.
ZigZag traversal in tree involves traversing the tree in a zigzag pattern, alternating between left and right directions at each level.
Start by traversing the tree level by level, alternating between left and right directions.
Use a queue data structure to keep track of nodes at each level.
For each level, alternate the direction of traversal to achieve the zigzag pattern.
Example: For a tree with root node 1 and children...
Inncircles Technologies interview questions for popular designations
I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.
Sort an array of strings containing 0s and 1s.
Use a sorting algorithm like counting sort or quicksort to efficiently sort the array.
Alternatively, you can use two pointers approach to swap 0s and 1s in-place.
Example: Input array ['0', '1', '0', '1', '1', '0'] should be sorted to ['0', '0', '0', '1', '1', '1'].
A tree for LinkedIn connections model
Start with the user at the root of the tree
Each connection is a child node branching off from the user
Connections can have their own connections, creating a hierarchical structure
Include attributes like connection strength or relationship type
The left view of a tree shows the nodes that are visible when looking at the tree from the left side.
The left view of a tree can be obtained by performing a level order traversal and keeping track of the first node at each level.
Nodes at the leftmost side of each level will be part of the left view.
Example: For a tree with nodes 1, 2, 3, 4, 5, the left view would be 1, 2.
posted on 11 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Use the built-in reverse() method to reverse an array in JavaScript.
Use the reverse() method on the array to reverse its elements in place.
Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']
posted on 21 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Class components are ES6 classes that extend from React.Component and have a render method, while functional components are simple functions that return JSX.
Class components are more feature-rich and have access to lifecycle methods like componentDidMount, componentDidUpdate, etc.
Functional components are simpler and easier to read, especially for simple UI components.
Functional components can use React Hooks to manage...
A basic function component in React
Create a function component using the 'function' keyword
Return JSX elements within the component function
Example: const MyComponent = () => { return
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
Oops,Function ,and basic concept of cloud
based on 7 interviews
Interview experience
based on 6 reviews
Rating in categories
Product Developer
18
salaries
| ₹10 L/yr - ₹16.3 L/yr |
Product Delivery Manager
9
salaries
| ₹15 L/yr - ₹17 L/yr |
Senior Product Developer
6
salaries
| ₹13 L/yr - ₹15.6 L/yr |
Full Stack Developer
6
salaries
| ₹6 L/yr - ₹11 L/yr |
Software Developer
4
salaries
| ₹5.5 L/yr - ₹15 L/yr |
TCS
Accenture
Wipro
Cognizant