i
Info Edge
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
Count the number of flips required to convert a binary string to alternate 0 and 1.
Iterate through the string and count the number of flips required to make it alternate.
Keep track of the current character and the expected character.
Example: 001101 -> 010101 requires 2 flips.
Example: 101010 -> 010101 requires 3 flips.
Find the maximum profit from buying and selling a stock given an array of its values.
Iterate through the array and keep track of the minimum value seen so far.
Calculate the profit at each index and update the maximum profit seen.
Return the maximum profit.
Boundary traversal of a tree
Boundary traversal involves visiting the nodes on the boundary of a tree in a specific order
Start with the root node and traverse the left boundary, then the leaf nodes from left to right, and finally the right boundary
Use recursion to traverse the left and right subtrees
Exclude the leaf nodes that are also part of the left or right boundary
Reverse a linked list in groups of k nodes.
Divide the linked list into groups of k nodes
Reverse each group of k nodes
Connect the reversed groups to form the final linked list
Use recursion or iteration to implement the solution
I applied via Approached by Company and was interviewed before Jul 2023. There were 4 interview rounds.
MVC architecture separates an application into Model, View, and Controller components for better organization and scalability.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model
Example: Model - User class with properties like name, email; View - HTML template to display user info; Controller - User controller to handle user actions
Aptitude test was on hacker earth
No coding test was taken by the interviewrrwe
I was interviewed in Sep 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical interview round where the interviewer asked me 2 DSA based problems.
The idea is to traverse the given list of prices and find a local minimum of every increasing sequence. We can gain maximum profit if we buy the shares at the starting of every increasing sequence (local minimum) and sell them at the end of the increasing sequence (local maximum).
Steps :
1. Find the local minima and store it as starting index. If not exists, return.
2. Find the local maxima. and store it as an endi...
For this question, it can be observed that there can be only two possible solutions for an alternate binary string. The resultant string will look like either of the two cases:
1. 010101…
2. 101010…
3.
Now, in order to find the minimum replacements, count the number of replacements to convert the string in type 1 and store it in variable count.
For type2, the number of replacements will be n-count (n is le...
Round duration - 60 minutes
Round difficulty - Medium
Technical interview round where the interviewer asked me 2 DSA based problems.
The boundary ...
The idea is to split the problem into 3 parts:
• Print the left boundary in a top-down manner.
• Print the leaf nodes in the same order as in the inorder traversal.
• Print the right boundary in a bottom-up manner.
Time Complexity : O(N)
Recursion can be used to solve this problem. We reverse every group of k linked list nodes and attach it to the previous group.
Steps :
1) The first step is to check whether the Head is NULL or Not, if its NULL then we can directly return NULL,
2) If the Head is not NULL, then we need to check the length of Linked List starting from current Head.
3) If the length is less than k , then there is no need to reverse it a...
Round duration - 30 minutes
Round difficulty - Easy
Typical HR round where the interviewer asked behavioral problems.
1. What are technical challenges that you solved?
2. Where do you want to work & what interests you?
3. Why Info Edge?
Tip 1 : The cross questioning can go intense some time, think before you speak.
Tip 2 : Be open minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.
Tip 3 : Context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing, which team you are mentoring. How all is the...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Info Edge interview questions for designations
I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.
Get interview-ready with Top Info Edge Interview Questions
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.
I was interviewed before Oct 2022.
Asked dome simple LinkedIn list and array questions.
Top trending discussions
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 Instahyre and was interviewed in Aug 2024. There were 3 interview rounds.
String and DP questions
Developed a real-time data processing system for a high-traffic e-commerce platform.
Implemented distributed computing using Apache Kafka and Spark.
Optimized database queries to handle large volumes of data.
Designed fault-tolerant architecture to ensure system reliability.
Collaborated with cross-functional teams to meet project deadlines.
based on 48 reviews
Rating in categories
Senior Executive
667
salaries
| ₹2.6 L/yr - ₹7.7 L/yr |
Assistant Manager
585
salaries
| ₹3.3 L/yr - ₹9.5 L/yr |
Associate Senior Executive
572
salaries
| ₹2 L/yr - ₹6.2 L/yr |
Sales Executive
448
salaries
| ₹3.9 L/yr - ₹10 L/yr |
Senior Software Engineer
345
salaries
| ₹10 L/yr - ₹26 L/yr |
TCS
JustDial
Indiamart Intermesh
PolicyBazaar