i
Info Edge
Filter interviews by
I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Aug 2024. There was 1 interview round.
To insert a node in a binary search tree, compare the value of the node to be inserted with the current node and traverse left or right accordingly.
Start at the root node and compare the value of the node to be inserted with the current node.
If the value is less than the current node, move to the left child node. If it is greater, move to the right child node.
Repeat this process until reaching a leaf node, then insert ...
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Coding test and scenario based question
Coding test and sceanrio based question
Info Edge interview questions for designations
Aptitude,reasoning,english skills
Get interview-ready with Top Info Edge Interview Questions
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
More questions but very easy
Create a simple software in 2 hours
I was interviewed in Dec 2021.
Round duration - 60 minutes
Round difficulty - Easy
It consists of questions based on array, string and Hashmap.
I make an integer array of size 26 and save the number occurrence of each character in that string. And validated that with the second string. If both contains same number of occurrences for each character than it is anagram.
Round duration - 20 minutes
Round difficulty - Easy
Basic oops and SQL questions were asked
Explain oops concepts.
Tip 1 : Explain what is oops?
Tip 2 : List the major concepts of oops.
Tip 3 : Explain each concept in brief and clarity.
Round duration - 60 minutes
Round difficulty - Medium
Contains both coding as well as puzzles
Round duration - 20 minutes
Round difficulty - Easy
Basic discussion why you want to join info edge. What are your strength and weakness. What you want to do when you join. What motivates you and how info edge will help you?
Tip 1 : Have clarity of oops concepts including exception handling
Tip 2 : Do not add something in resume which you don't know
Tip 3 : Understand question properly and asked for help if needed while giving interview.
Tip 1 : Highlight the hands-on experience
Tip 2 : Resume should show your work & skill with clarity
I was interviewed before Jan 2021.
Round duration - 60 minutes
Round difficulty - Easy
Two coding questions were given in the first round to be solved in 60 minutes.
A direct approach would be to use an additional empty array of size n, where n is the size of the input array. Manage two pointers, one at the starting index of the input array and another one at the endpoint. Copy the last element of the array first, in the additional array, then the first element of the array, and increment both the pointers one index further. Follow the same pattern unless the start pointer becomes ...
The task is to find all nodes in a binary tree that are at a distance K from a given node.
Traverse the binary tree to find the given node
From the given node, perform a depth-first search to find all nodes at distance K
Use a list to store the values of the nodes at distance K
Return the list of values in any order
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.
For example, Pattern for ‘N’ = 4 will be.
1
232
34545
4567654
In pattern based programs, two things need to be taken care of : No. of lines and If the pattern is increasing or decreasing per line.
Pseudo Code :
printPattern(n) :
num = 1;
gap = n - 1;
for (j=1 to n , j++):
{
num = j;
for (i=1 to gap, i++)
print(" ")
gap --;
for (i=1 to j, i++)
{
print num
num++;
}
num--;
num--;
for (i=1 to i {
print num
num--;
}
print new line
}
What is web server and application server ?
Web Server: It is a computer program that accepts the request for data and sends the specified documents. Web server may be a computer where the online content is kept. Example :Resin
Application server: It encompasses Web container as well as EJB container. Application servers organize the run atmosphere for enterprises applications. Example : Web logic
How internet works?
There are two main concepts that are fundamental to the way the Internet functions: packets and protocols.
Packets: In networking, a packet is a small segment of a larger message. Each packet contains both data and information about that data. The information about the packet's contents is known as the "header," and it goes at the front of the packet so that the receiving machine knows what to do with the packet.
P...
Write query to find nth highest salary.
TOP keyword can be used to find the nth highest salary. By default ORDER BY clause print rows in ascending order, since we need the highest salary at the top, we have used ORDER BY DESC, which will display salaries in descending order. Again DISTINCT is used to remove duplicates. The outer query will then pick the topmost salary, which would be your Nth highest salary.
SQL query :
SELECT TOP 1 salary
FROM (
SEL...
Round duration - 30 minutes
Round difficulty - Easy
Typical HR round with behavioral problems.
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.
What people are saying about Info Edge
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Amazon offers challenging projects, innovative technologies, and a collaborative work environment.
Opportunity to work on cutting-edge projects like Amazon Web Services (AWS) or Alexa
Access to vast resources and tools for development
Collaborative work culture that encourages learning and growth
Opportunity to impact millions of customers worldwide
Competitive compensation and benefits package
I want to work at Amazon because of their innovative culture, vast resources, and opportunities for growth.
Amazon is known for its innovative culture and cutting-edge technology.
They have vast resources and a global reach, providing opportunities to work on impactful projects.
Amazon offers great career growth and development opportunities for software developers.
I admire Amazon's customer-centric approach and focus on
My strengths include problem-solving skills and attention to detail. My weakness is sometimes being too critical of my own work.
Strengths: problem-solving skills
Strengths: attention to detail
Weakness: being too critical of my own work
I would solve the problem by breaking it down into smaller tasks, analyzing requirements, designing a solution, coding, testing, and debugging.
Analyze requirements thoroughly before starting the development process
Break down the problem into smaller tasks to make it more manageable
Design a solution architecture that meets the requirements and is scalable
Code the solution using best practices and coding standards
Test th...
Short term goals focus on immediate tasks and objectives, while long-term goals involve strategic planning and growth.
Short term goals may include completing a specific project, improving team communication, or implementing a new software feature.
Long-term goals could involve expanding the team, increasing market share, or developing new products or services.
Short term goals help keep the team focused and motivated, wh...
Interview experience
based on 29 reviews
Rating in categories
Senior Executive
678
salaries
| ₹2.6 L/yr - ₹7.7 L/yr |
Assistant Manager
596
salaries
| ₹3.3 L/yr - ₹9.5 L/yr |
Associate Senior Executive
569
salaries
| ₹2 L/yr - ₹6.2 L/yr |
Sales Executive
448
salaries
| ₹3.9 L/yr - ₹10 L/yr |
Senior Software Engineer
337
salaries
| ₹10 L/yr - ₹27.5 L/yr |
TCS
JustDial
Indiamart Intermesh
PolicyBazaar