Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
Premium Employer

i

This company page is being actively managed by Info Edge Team. If you also belong to the team, you can get access from here

Info Edge Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.9

based on 2.1k Reviews

  • Why join us
  • Reviews
    2.1k
  • Salaries
    10.9k
  • Interviews
    334
  • Jobs
    428
  • Benefits
    318
  • Photos
    18
  • Posts
    7

Filter interviews by

Info Edge Interview Questions and Answers

Updated 6 May 2025
Popular Designations

112 Interview questions

A Software Engineer was asked 2w ago
Q. What is the dynamic programming approach to solving the Sudoku puzzle?
Ans. 

Dynamic programming for Sudoku involves breaking down the problem into smaller subproblems and solving them efficiently.

  • Backtracking: Use a backtracking algorithm to fill the Sudoku grid, trying numbers 1-9 in empty cells and checking for validity.

  • State Representation: Represent the Sudoku board as a 2D array, where each cell can hold a number from 1 to 9 or be empty.

  • Memoization: Store previously computed states t...

View all Software Engineer interview questions
A Software Engineer was asked 2w ago
Q. What is Dijkstra's algorithm and how is it applied to graph theory?
Ans. 

Dijkstra's algorithm finds the shortest path between nodes in a graph, optimizing route selection in various applications.

  • Graph Representation: Dijkstra's algorithm works on weighted graphs, where edges have non-negative weights, representing distances or costs.

  • Initialization: It starts by setting the initial node's distance to zero and all others to infinity, marking the initial node as visited.

  • Relaxation Process...

View all Software Engineer interview questions
A Data Scientist was asked 4mo ago
Q. What is dropout in neural networks?
Ans. 

Dropout is a regularization technique used in neural networks to prevent overfitting by randomly setting some neuron outputs to zero during training.

  • Dropout is a regularization technique used in neural networks to prevent overfitting.

  • During training, a fraction of neurons are randomly selected and their outputs are set to zero.

  • This helps prevent complex co-adaptations in neurons and improves generalization.

  • Dropout...

View all Data Scientist interview questions
A Data Scientist was asked 4mo ago
Q. Explain precision, recall, and related metrics.
Ans. 

Precision and recall are metrics used to evaluate the performance of classification models.

  • Precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

  • Recall is the ratio of correctly predicted positive observations to the all observations in actual class.

  • F1 score is the weighted average of precision and recall, where the best value is 1 and the worst is 0.

  • Preci...

View all Data Scientist interview questions
A Softwaretest Engineer was asked 4mo ago
Q. What is the equivalent of ReactDOM in mobile application development?
Ans. 

The equivalent of ReactDOM in mobile application development is React Native.

  • React Native is a framework for building mobile applications using React.

  • It allows developers to write code in JavaScript and render native components.

  • Just like ReactDOM in web development, React Native handles rendering components to the screen.

View all Softwaretest Engineer interview questions
A SDE was asked 5mo ago
Q. Find the non-repeating number from an array.
Ans. 

Find the non-repeating number in an array of strings.

  • Iterate through the array and count the occurrences of each number using a hashmap.

  • Return the number that has a count of 1.

View all SDE interview questions
A Sdet Engineer was asked 6mo ago
Q. Given an array of integers, find a peak element, which is greater than or equal to its neighbors. Return the index of any one of the peak elements. For the corner elements, we need to consider only one neig...
Ans. 

Peak element in array is the element which is greater than or equal to its neighbors.

  • Iterate through the array and check if the current element is greater than its neighbors.

  • If the current element is greater than both neighbors, it is a peak element.

  • If the current element is at the start or end of the array, only compare with one neighbor.

View all Sdet Engineer interview questions
Are these interview questions helpful?
A Marketing Manager was asked 6mo ago
Q. Create a marketing plan for 99 acres.
Ans. 

Develop a comprehensive marketing plan for 99 acres to increase brand awareness and drive more leads.

  • Conduct market research to identify target audience and competitors

  • Create a strong online presence through SEO, social media, and targeted ads

  • Utilize email marketing campaigns to engage with potential customers

  • Collaborate with real estate agents and brokers for referrals and partnerships

  • Host virtual property tours ...

View all Marketing Manager interview questions
A Management Trainee was asked 6mo ago
Q. Create a marketing plan for 99acres.
Ans. 

Develop a comprehensive marketing plan for 99 acres to increase brand awareness and attract more customers.

  • Conduct market research to identify target audience and competitors

  • Utilize digital marketing strategies such as SEO, social media, and email campaigns

  • Collaborate with real estate agents and brokers to promote listings

  • Host virtual property tours and webinars to engage potential buyers

  • Offer special promotions o...

View all Management Trainee interview questions
A Data Scientist was asked 7mo ago
Q. What is a random forest?
Ans. 

Random forest is an ensemble learning method used for classification and regression tasks.

  • Random forest is a collection of decision trees that are trained on random subsets of the data.

  • Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.

  • Random forest is robust to overfitting and noisy data, and it can handle large dat...

View all Data Scientist interview questions
1 2 3 4 5 6 7

Info Edge Interview Experiences

334 interviews found

Senior MIS Executive Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Communication Skills
  • Add your answer
  • Q2. Background and why to change the job
  • Ans. 

    Looking for new challenges and growth opportunities in a dynamic environment.

    • Seeking opportunities to utilize my skills and expertise in a new setting

    • Interested in taking on more responsibilities and challenges

    • Want to work in a more innovative and fast-paced environment

    • Seeking career advancement and professional growth

    • Want to broaden my experience and knowledge in the field

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Brief about your background
  • Ans. 

    I have over 10 years of experience in managing MIS systems and data analysis for various organizations.

    • Managed and maintained databases for tracking and analyzing sales data

    • Developed automated reports to streamline data analysis processes

    • Implemented data visualization tools to present insights to senior management

    • Led cross-functional teams to improve data accuracy and efficiency

    • Trained staff on data management best pra...

  • Answered by AI
    Add your answer
  • Q2. Excel and SQL basic questions. For data visualisation.
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. What are the roles you were responsible for in previous company
  • Ans. 

    In my previous company, I was responsible for managing database systems, developing reports, analyzing data, and providing technical support.

    • Managed database systems to ensure data integrity and security

    • Developed reports for management to track key performance indicators

    • Analyzed data to identify trends and make recommendations for process improvements

    • Provided technical support to end users for troubleshooting and syste...

  • Answered by AI
    Add your answer
  • Q2. Pivot tables and Financial basic questions on revenue.
  • Add your answer
Round 4 - One-on-one 

(3 Questions)

  • Q1. How do you think will fit in the role?
  • Ans. 

    I have extensive experience in managing MIS systems and analyzing data to drive business decisions.

    • I have a strong background in MIS systems and data analysis

    • I have successfully implemented new systems and processes to improve efficiency

    • I have a track record of using data to drive strategic business decisions

    • I am familiar with a variety of software tools and technologies used in MIS roles

  • Answered by AI
    Add your answer
  • Q2. Basic understanding of Revenue and Financial statements.
  • Add your answer
  • Q3. What do you want to do in life? The goal.
  • Ans. 

    My goal in life is to continuously learn, grow, and make a positive impact on others.

    • Continuous learning and self-improvement through courses, workshops, and reading

    • Advancing in my career by taking on challenging projects and seeking new opportunities

    • Contributing to society through volunteering and mentorship programs

  • Answered by AI
    Add your answer
Round 5 - HR 

(3 Questions)

  • Q1. Basic communication skills with the background test.
  • Add your answer
  • Q2. Why this role suits you.
  • Ans. 

    I have a strong background in MIS and a proven track record of successfully implementing and managing systems to improve efficiency and productivity.

    • I have extensive experience in analyzing data and identifying trends to make informed business decisions.

    • I have a deep understanding of various MIS tools and technologies, allowing me to effectively streamline processes and optimize performance.

    • I have a history of collabor...

  • Answered by AI
    Add your answer
  • Q3. Current and expectation of salary.
  • Ans. 

    My current salary is competitive based on my experience and skills. I am looking for a salary that reflects my value and contributions to the company.

    • Current salary is in line with industry standards

    • Expectation is based on market research and my experience

    • Looking for a salary that recognizes my skills and contributions

    • Open to negotiation based on benefits package

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - My intervoew went excellent, but I think there was a budget issue which they didn't clarify in the beginning. Plus, I kept following up with the HR she doesn't responde. Pathetically annoying TA team. At least these people should have told me if I was not selected after the 5 rounds of interview and time wasting.

I in the beginning got really good bg from finance team that the company is good and employee oriented. My experience was way worse than that. This new "Job hai" has poor management and no ethics.

Senior MIS Executive Interview Questions asked at other Companies

Q1. What kind of dashboard have you prepared Explain the base of your report Do you have experience in Data Modelling Can you create and "Sumifs" formula in excel Have you ever created a Business Mindmap and Roadmap
View answer (1)
Anonymous

Information Technology Recruiter Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Information Technology Recruiter with a passion for finding top talent in the tech industry.

    • Over 5 years of experience in recruiting for IT positions

    • Strong understanding of technical skills and qualifications required for IT roles

    • Proven track record of successfully placing candidates in top tech companies

    • Excellent communication and negotiation skills

    • Familiarity with various sourcing met...

  • Answered by AI
    Add your answer
  • Q2. Tell me about your last experience
  • Ans. 

    I recently worked as a software developer at a tech startup, where I led a team in developing a new mobile app.

    • Led a team in developing a new mobile app

    • Worked as a software developer at a tech startup

    • Implemented new features and enhancements

    • Collaborated with designers and product managers

  • Answered by AI
    Add your answer
  • Q3. Why did you left your last job
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking for career growth and advancement

    • Seeking a better work-life balance

    • Company restructuring or downsizing

    • Relocation to a different city or country

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Different technologies you have worked on
  • Ans. 

    I have worked on a variety of technologies including Java, Python, SQL, AWS, and Docker.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

  • Answered by AI
    Add your answer
  • Q2. Different cloud requirements
  • Ans. 

    Different cloud requirements vary based on organization needs and goals.

    • Public cloud for cost-effective scalability

    • Private cloud for enhanced security and control

    • Hybrid cloud for flexibility and customization

    • Multi-cloud for redundancy and workload optimization

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Confirm job role before appearing, I appeared for IT recruiter role but in reality the role was more inclined towards client handling

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)
Anonymous

Sdet Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MY aptitude round was on naukrii.com , which I cleared.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked on OOPS Concept, Make sure you should have a strong command on oops.
  • Add your answer
  • Q2. 1 DSA Question and they told me to write the code on whiteboard
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. It was technical interview, she asked me about my project and asked me to tell test cases on my project.
  • Add your answer
  • Q2. 1 dsa question, 2 strings anagram, and other pattern question
  • Add your answer
Round 4 - Technical 

(2 Questions)

  • Q1. It was with qa lead of infoedge company. she told me to tell test cases of chair.
  • Add your answer
  • Q2. She asked me about testing and all.
  • Add your answer
Round 5 - HR 

(1 Question)

  • Q1. AAbhi hua nhi hai, jab hoga toh bata dungi.
  • Add your answer

Sdet Interview Questions asked at other Companies

Q1. Given an M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word, find all possible valid words you can get from the 2D array, where the alphabets are adjacent to ... read more
View answer (1)
Anonymous

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Coding Test 

Contains around 40 aptitude questions that include CS fundamentals and also logical reasoning type and 2 coding questions of medium level

Round 2 - Technical 

(1 Question)

  • Q1. Peak element in array
  • Ans. 

    Peak element in array is the element which is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the current element is greater than both neighbors, it is a peak element.

    • If the current element is at the start or end of the array, only compare with one neighbor.

  • Answered by AI
    Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Simple question like using map it can be solved easily
  • Add your answer
  • Q2. Prime number to check
  • Ans. 

    A prime number is a number greater than 1 that can only be divided by 1 and itself.

    • A prime number is a number greater than 1.

    • It can only be divided by 1 and itself.

    • Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29

  • Answered by AI
    Add your answer
Round 4 - Technical 

(1 Question)

  • Q1. Palindrome all methods you can think
  • Ans. 

    Various methods to check if a string is a palindrome

    • Reverse the string and compare with the original string

    • Iterate through the string from both ends towards the middle

    • Use a stack to push the characters of the string and then pop them to compare with the original string

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)
Anonymous

Sales Executive Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about yourself?
  • Add your answer
  • Q2. Tell me about your experience?
  • Add your answer
  • Q3. Have you ever done sales or upselling?
  • Add your answer
  • Q4. As there's a gap of more than 1 years so you're not eligible for B2B process. Shall I share your CV with other HR for a B2C process?
  • Add your answer
  • Q5. Will you be able to work in a lesser package?
  • Add your answer
  • Q6. The similar or a more awful experience of Infoedge which was started by the HR of its B2B process who first disallowed my entry inside the interview room stating she's mistakenly allowed my candidature, bu...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be wary of these HRs who keep wasting your opportune time by just taking your CV but not aligning you even for any of the interviews and end up damaging the name of the company who's been a job provider since decades.

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what selling is and how to sell?
View answer (53)
Anonymous

Associate Interview Questions & Answers

user image Harsh Rai

posted on 12 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal fill in the bkanks

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic questions
  • Add your answer
  • Q2. Introduction about yourself and go through your experience.
  • Ans. 

    I am a dedicated and experienced professional with a background in marketing and project management.

    • Over 5 years of experience in marketing and project management roles

    • Successfully led multiple marketing campaigns resulting in increased brand awareness

    • Managed cross-functional teams to deliver projects on time and within budget

    • Strong analytical and problem-solving skills

    • Proficient in data analysis and reporting tools su...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your ability

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It eats 1 gram of rice per meter, and its maximum carrying capacity is 1000 grams. How should the rat travel the distance to maximize the amount of rice left at the destination?
View answer (6)
Anonymous

Softwaretest Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Add your answer
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
    Add your answer

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Anonymous

Management Trainee Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It includes verbal quants and logical

Round 2 - Group Discussion 

It was generalized topic on ev and traditional vehicles

Round 3 - Technical 

(3 Questions)

  • Q1. Experience and projects
  • Add your answer
  • Q2. About database system
  • Add your answer
  • Q3. About sql queries
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Why we hire you
  • Add your answer
  • Q2. Tell me which is not in your resume
  • Add your answer

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation? Could you explain briefly?
View answer (49)
Anonymous

Sales Executive Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.

    • Started my career in sales at XYZ company, where I consistently exceeded sales targets by 20% each quarter

    • Developed strong relationships with key clients, resulting in a 30% increase in repeat business

    • Skilled in identifying client needs and providing tailored solutions to drive sales growth

  • Answered by AI
    Add your answer
  • Q2. What do you know about this job role?
  • Ans. 

    Sales executives are responsible for selling products or services to customers and meeting sales targets.

    • Developing and implementing sales strategies to attract new customers

    • Building and maintaining relationships with existing customers

    • Meeting sales targets and KPIs

    • Negotiating contracts and closing deals

    • Providing excellent customer service

    • Keeping up to date with industry trends and competitors

    • Preparing sales reports an...

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you left your last organisation?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Desire for career advancement

    • Limited growth opportunities in previous organization

    • Seeking new challenges and experiences

  • Answered by AI
    Add your answer
  • Q2. Why you want to join this company?
  • Ans. 

    I am impressed by the company's innovative products and strong market presence.

    • I admire the company's commitment to excellence in customer service.

    • I am excited about the opportunity to work with a talented team of professionals.

    • I believe my skills and experience align well with the company's goals and values.

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. What do you know about our services?
  • Ans. 

    Your company offers a range of innovative services tailored to meet the needs of businesses in various industries.

    • Your services include customizable software solutions for improving efficiency and productivity.

    • You also provide consulting services to help businesses optimize their operations and achieve their goals.

    • Your company offers training programs to educate clients on how to effectively use your products and servi...

  • Answered by AI
    Add your answer
  • Q2. What are your strength?
  • Ans. 

    My strengths include strong communication skills, ability to build relationships, and a proven track record of exceeding sales targets.

    • Strong communication skills - able to effectively convey information and build rapport with clients

    • Relationship building - skilled at developing and maintaining long-term relationships with customers

    • Exceeding sales targets - consistently meet and exceed sales goals, with a track record ...

  • Answered by AI
    Add your answer

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what selling is and how to sell?
View answer (53)
Anonymous

Senior Test Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Check if the given number is Armstrong's number or not?
  • Ans. 

    An Armstrong number is a number that is equal to the sum of its own digits raised to the power of the number of digits.

    • Calculate the number of digits in the given number

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number

  • Answered by AI
    Add your answer
  • Q2. Print all the Armstrong's number in the given range
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through the given range of numbers

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes then it is an Armstrong number

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Type of API responses and status codes?
  • Ans. 

    API responses can include success, error, informational, and redirection status codes.

    • Success responses typically have status code 2xx (e.g. 200 OK)

    • Error responses typically have status code 4xx or 5xx (e.g. 404 Not Found)

    • Informational responses have status code 1xx (e.g. 100 Continue)

    • Redirection responses have status code 3xx (e.g. 301 Moved Permanently)

  • Answered by AI
    Add your answer
  • Q2. Detailed discussions on my current project and roles smand responsibilities
  • Add your answer

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. What should be done when a defect is found in production?
View answer (3)
Anonymous

What people are saying about Info Edge

View All
beautifulsunrise
Verified Icon
2w
works at
Info Edge
Indian Startups: Scam or Success?
Anyone else tired of these Indian startups with completely unsustainable business models? 5-minute delivery? 10-minute grocery? It's all built on heavy discounts and burning investor money. The moment the funding dries up, these companies are in deep trouble. It's not innovation; it's just subsidized consumption. And the worst part is, the founders often get celebrated as geniuses while building something that's doomed to fail. #IndianStartupScam #UnrealisticExpectations #BurnRate #FakeItTillYouMakeIt #HonestDiscussion
Got a question about Info Edge?
Ask anonymously on communities.
More about working at Info Edge
  • HQ - Noida, Uttar Pradesh, India
  • Internet
  • 5k-10k Employees (India)
  • Public

Info Edge Interview FAQs

How many rounds are there in Info Edge interview?
Info Edge interview process usually has 2-3 rounds. The most common rounds in the Info Edge interview process are One-on-one Round, HR and Technical.
How to prepare for Info Edge interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Info Edge. The most common topics and skills that interviewers at Info Edge expect are B2B Sales, Business Development, Corporate Sales, Inside Sales and Sales.
What are the top questions asked in Info Edge interview?

Some of the top questions asked at the Info Edge interview -

  1. Write the code for rearranging the array in consecutive pair multiplication. Fo...read more
  2. Q: What is a Transaction in DBMS and ACID properties? Q: What is Thread and ho...read more
  3. Please show some sales skills by selling the water bottle of kenl...read more
What are the most common questions asked in Info Edge HR round?

The most common HR questions asked in Info Edge interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What is your family backgrou...read more
How long is the Info Edge interview process?

The duration of Info Edge interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Info Edge Interviews By Designations

  • Info Edge Software Engineer Interview Questions
  • Info Edge Senior Executive Interview Questions
  • Info Edge Sales Executive Interview Questions
  • Info Edge Software Developer Interview Questions
  • Info Edge Business Analyst Interview Questions
  • Info Edge Senior Software Engineer Interview Questions
  • Info Edge Data Scientist Interview Questions
  • Info Edge Operations Executive Interview Questions
  • Show more
  • Info Edge Manager Interview Questions
  • Info Edge Data Analyst Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Senior Executive Interview Questions
  • Sales Executive Interview Questions
  • Software Developer Interview Questions
  • Business Analyst Interview Questions
  • Senior Software Engineer Interview Questions
  • Data Scientist Interview Questions
  • Operations Executive Interview Questions
  • Show more
  • Data Analyst Interview Questions
  • Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 265 interview experiences

Difficulty level

Easy 22%
Moderate 71%
Hard 6%

Duration

Less than 2 weeks 73%
2-4 weeks 23%
4-6 weeks 2%
6-8 weeks 1%
More than 8 weeks 2%
View more
logo
Join Info Edge India’s first internet classifieds company.

Interview Questions from Similar Companies

Amazon
Amazon Interview Questions
4.0
 • 5.2k Interviews
Flipkart
Flipkart Interview Questions
3.9
 • 1.4k Interviews
Indiamart Intermesh
Indiamart Intermesh Interview Questions
3.6
 • 667 Interviews
Swiggy
Swiggy Interview Questions
3.8
 • 450 Interviews
PolicyBazaar
PolicyBazaar Interview Questions
3.7
 • 434 Interviews
BigBasket
BigBasket Interview Questions
3.9
 • 373 Interviews
JustDial
JustDial Interview Questions
3.5
 • 342 Interviews
Udaan
Udaan Interview Questions
3.9
 • 340 Interviews
Lenskart
Lenskart Interview Questions
3.2
 • 328 Interviews
Eternal Limited
Eternal Limited Interview Questions
3.7
 • 320 Interviews
View all

Info Edge Reviews and Ratings

based on 2.1k reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.5

Salary

4.2

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 2.1k Reviews and Ratings
Jobs at Info Edge
Info Edge
UI/UX Designer Role - Naukri.com (Noida)

Noida

2-7 Yrs

Not Disclosed

Info Edge
InfoEdge is Hiring For Facilities & Administration - Noida Sector 132

Noida

5-8 Yrs

Not Disclosed

Info Edge
Manager Career Assist | IIM Jobs

Delhi/Ncr

4-8 Yrs

Not Disclosed

Explore more jobs
Info Edge Salaries in India
Senior Executive
744 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Sales Executive
658 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Associate Senior Executive
652 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Assistant Manager
604 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Software Engineer
362 salaries
unlock blur

₹10 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Info Edge with
TCS

TCS

3.6
Compare
Amazon

Amazon

4.0
Compare
Flipkart

Flipkart

3.9
Compare
Indiamart Intermesh

Indiamart Intermesh

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Info Edge Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter