i
Info
Edge
Work with us
Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
Swap the kth node from the start with the kth node from the end in a linked list.
Identify the kth node from the start and end of the linked list.
Traverse the list to find the kth node from the start.
Simultaneously traverse to find the kth node from the end.
Swap the values of the two identified nodes.
Consider edge cases: if k is greater than the length of the list.
Find the smallest substring in a string that contains all characters of another string.
Use two pointers to maintain a sliding window over the string.
Track character counts of the target string using a hash map.
Expand the window by moving the right pointer until all characters are included.
Shrink the window by moving the left pointer to find the minimum length.
Example: For s = 'ADOBECODEBANC' and t = 'ABC', the result i...
I appeared for an interview before Jun 2024, where I was asked the following questions.
Create a reusable modal component in React for displaying content dynamically.
Use functional components and hooks for state management.
Implement props for dynamic content: title, body, and actions.
Utilize CSS for styling and transitions for better UX.
Include accessibility features like ARIA roles.
Example: <Modal title='Confirm' body='Are you sure?' onConfirm={handleConfirm} />
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
Implement binary search algorithm to find a target string in a sorted array of strings.
Ensure the array of strings is sorted before performing binary search.
Compare the target string with the middle element of the array and adjust the search range accordingly.
Repeat the process until the target string is found or the search range is exhausted.
What people are saying about Info Edge
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Print nodes of n-ary tree in arc wise manner from outside
Traverse the tree level by level from outside to inside
Use a queue to keep track of nodes at each level
Print the nodes at each level in a clockwise or anticlockwise manner
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
It was a ideal machine coding round. Consisting of a question to be completed within 45 mins. For a given manager to employee hierarchy, count direct + indirect repartees.
I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.
React based
problem solving round
Mostly DSA expect DP, graph problems
I appeared for an interview in Nov 2024, where I was asked the following questions.
To add an element to a complete binary tree, insert it at the next available position, maintaining the complete structure.
1. Identify the next available position in the tree, which is the leftmost empty spot at the last level.
2. Use a queue or array to keep track of nodes for level-order traversal to find the insertion point.
3. Insert the new element as a child of the last node in the queue or array.
4. If the last leve...
Asked medium level graph question.
Asked LLD question with at flow executable.
The duration of Info Edge Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 3 interview experiences
Difficulty level
Duration
based on 50 reviews
Rating in categories
Senior Executive
681
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Sales Executive
658
salaries
| ₹10 L/yr - ₹10 L/yr |
Assistant Manager
617
salaries
| ₹4.3 L/yr - ₹9.5 L/yr |
Associate Senior Executive
601
salaries
| ₹2.8 L/yr - ₹6.2 L/yr |
Senior Software Engineer
367
salaries
| ₹14 L/yr - ₹25 L/yr |
TCS
Amazon
Flipkart
Indiamart Intermesh