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

Filter interviews by

Info Edge Interview Questions and Answers

Updated 1 Jul 2025
Popular Designations

200 Interview questions

A Data Scientist was asked 1mo ago
Q. What are the assumptions underlying Linear Regression?
Ans. 

Linear regression relies on several key assumptions for valid results, including linearity, independence, and homoscedasticity.

  • Linearity: The relationship between the independent and dependent variables should be linear. For example, predicting weight based on height.

  • Independence: Observations should be independent of each other. For instance, data collected from different individuals should not influence each oth...

View all Data Scientist interview questions
A Business Analyst Intern was asked 1mo ago
Q. What are the definitions and calculations for business terms such as turnover, profits, and cost of goods sold (COGS)?
Ans. 

Key business terms include turnover, profits, and COGS, essential for financial analysis.

  • Turnover: Total revenue generated from sales before any deductions. Example: A company sells $1M worth of products.

  • Profits: The financial gain after all expenses are deducted from revenue. Example: If revenue is $1M and expenses are $800K, profit is $200K.

  • Cost of Goods Sold (COGS): Direct costs attributable to the production o...

View all Business Analyst Intern interview questions
A Business Analyst Intern was asked 1mo ago
Q. What methods can be used to estimate product demand in a market?
Ans. 

Estimating product demand involves various quantitative and qualitative methods to predict market needs.

  • Market Surveys: Collecting data directly from potential customers about their preferences and buying habits.

  • Historical Sales Data: Analyzing past sales trends to forecast future demand, e.g., seasonal products.

  • Focus Groups: Engaging small groups of target customers to gather insights on product appeal and potent...

View all Business Analyst Intern interview questions
A Resume Writer was asked 1mo ago
Q. How do you manage pressure at work?
Ans. 

Managing pressure at work involves effective strategies to maintain productivity and mental well-being in challenging situations.

  • Prioritization: Identify urgent tasks and focus on them first. For example, use a to-do list to rank tasks by deadlines.

  • Time Management: Break work into manageable chunks and set specific time limits for each task. For instance, use the Pomodoro technique to maintain focus.

  • Mindfulness Te...

View all Resume Writer interview questions
A SAP SD Consultant was asked 2mo ago
Q. What is SAP SD?
Ans. 

SAP SD (Sales and Distribution) is a core module in SAP that manages sales processes, order processing, and distribution logistics.

  • Manages sales order processing from creation to delivery.

  • Integrates with other modules like MM (Materials Management) and FI (Financial Accounting).

  • Supports pricing, billing, and customer relationship management.

  • Example: Creating a sales order for a customer and tracking its delivery s...

View all SAP SD Consultant interview questions
A SAP SD Consultant was asked 2mo ago
Q. Tell me about your organizational skills.
Ans. 

Organizational skills are essential for managing tasks, time, and resources effectively in a professional setting.

  • Prioritization: Ability to identify urgent tasks, e.g., handling customer orders based on delivery deadlines.

  • Time Management: Efficiently scheduling meetings and project timelines to meet client expectations.

  • Resource Allocation: Distributing tasks among team members based on their strengths, e.g., assi...

View all SAP SD Consultant interview questions
A Software Engineer was asked 2mo 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
Are these interview questions helpful?
A Senior Software Engineer was asked 2mo ago
Q. Given two strings s and t, return the minimum window in s which will contain all the characters in t. If there is no such window in s that covers all characters in t, return the empty string "".
Ans. 

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 res...

View all Senior Software Engineer interview questions
A Sales Executive was asked 3mo ago
Q. Sell me Prime.
Ans. 

Prime numbers are natural numbers greater than 1 that have no divisors other than 1 and themselves, essential in mathematics.

  • Definition: A prime number is a number greater than 1 that cannot be formed by multiplying two smaller natural numbers. For example, 2, 3, 5, and 7 are prime.

  • Unique Properties: Prime numbers are the building blocks of all natural numbers, as every number can be expressed as a product of prim...

View all Sales Executive interview questions
A Senior Software Engineer and Lead was asked 3mo ago
Q. Describe the High-Level Design (HLD) of a URL shortener.
Ans. 

A URL shortener is a service that converts long URLs into shorter, more manageable links while redirecting users to the original URL.

  • User Input: Users provide a long URL that they want to shorten, which is then processed by the service.

  • Unique Key Generation: The service generates a unique key (e.g., 'abc123') that will be appended to the base URL (e.g., 'short.ly/abc123').

  • Database Storage: The mapping of the uniqu...

View all Senior Software Engineer and Lead interview questions

Info Edge Interview Experiences

349 interviews found

I appeared for an interview in Nov 2016.

Interview Questionnaire 

5 Questions

  • Q1. Explain the projects undertaken?
  • Ans. 

    Developed various products including mobile apps, web applications, and software solutions.

    • Created a mobile app for a fitness company to track workouts and nutrition.

    • Developed a web application for a real estate agency to manage property listings and client information.

    • Designed a software solution for a manufacturing company to streamline their production process.

    • Collaborated with a team to create a mobile game for a g...

  • Answered by AI
  • Q2. What would you like to work on ? Web Technologies or android
  • Ans. 

    I would like to work on both web technologies and android.

    • I have experience in both web development and android app development.

    • Working on both will allow me to expand my skills and knowledge.

    • I am excited about the potential of creating seamless experiences across web and mobile platforms.

    • Examples of projects I have worked on include a web-based dashboard for data visualization and an android app for tracking fitness g...

  • Answered by AI
  • Q3. What is the difference between get and post?
  • Ans. 

    GET and POST are HTTP methods used for sending data to a server, but GET requests data from a server while POST submits data to be processed.

    • GET requests data from a server while POST submits data to be processed

    • GET requests are cached while POST requests are not

    • GET requests have length restrictions while POST requests do not

    • GET requests are visible in the URL while POST requests are not

    • GET requests are used for retrie...

  • Answered by AI
  • Q4. What are cookies?
  • Ans. 

    Cookies are small text files that websites store on a user's device to remember their preferences and track their activity.

    • Cookies are used to personalize website content and improve user experience.

    • They can also be used for tracking and advertising purposes.

    • Examples of cookie types include session cookies, persistent cookies, and third-party cookies.

  • Answered by AI
  • Q5. What do you mean by sessions?
  • Ans. 

    Sessions refer to a period of time during which a user interacts with a product or service.

    • Sessions can be used to track user behavior and engagement.

    • They can be measured by the amount of time a user spends on a website or app.

    • Sessions can also refer to a group of related tasks or activities that are completed in a single sitting.

    • In product development, sessions can be used to analyze user feedback and make improvement...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Based on the resume around 8 people were shortlisted for the profile.

Round: Technical Interview
Experience: It was a skype interview. Focus was mainly on the skills mentioned in the resume. So be thorough with everything mentioned there.

Skills: Web Technologies, Project work
College Name: Thapar University, Patiala

Skills evaluated in this interview

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
  • 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
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
  • Q2. Excel and SQL basic questions. For data visualisation.
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
  • Q2. Pivot tables and Financial basic questions on revenue.
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
  • Q2. Basic understanding of Revenue and Financial statements.
  • 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
Round 5 - HR 

(3 Questions)

  • Q1. Basic communication skills with the background test.
  • 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
  • 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

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.
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
  • 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
  • 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
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
  • 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

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

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.
  • Q2. 1 DSA Question and they told me to write the code on whiteboard
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.
  • Q2. 1 dsa question, 2 strings anagram, and other pattern question
Round 4 - Technical 

(2 Questions)

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

(1 Question)

  • Q1. AAbhi hua nhi hai, jab hoga toh bata dungi.
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
Round 3 - Technical 

(2 Questions)

  • Q1. Simple question like using map it can be solved easily
  • 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
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

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Concepts of Dropout during Test Time?
  • Ans. 

    Dropout is a regularization technique used during training, but typically not applied during test time to ensure full model performance.

    • Dropout randomly sets a fraction of input units to zero during training to prevent overfitting.

    • During test time, dropout is usually turned off, allowing the full network to make predictions.

    • This ensures that all neurons contribute to the output, providing a more accurate representation...

  • Answered by AI
  • Q2. How Random Forest Solves the Problem of Overfitting?
  • Ans. 

    Random Forest mitigates overfitting by averaging multiple decision trees, enhancing generalization and robustness.

    • Ensemble Learning: Combines predictions from multiple trees to reduce variance.

    • Bootstrap Aggregating: Each tree is trained on a random subset of data, promoting diversity.

    • Feature Randomness: Randomly selects features for splitting, preventing dominance of any single feature.

    • Example: In a dataset with noise,...

  • Answered by AI
  • Q3. Suppose you have very high imbalance problem, how and which Model will you choose to report?
  • Ans. 

    For high imbalance problems, choose models like Random Forest or XGBoost, and use techniques like SMOTE for better performance.

    • Use ensemble methods like Random Forest or Gradient Boosting (e.g., XGBoost) for better handling of imbalanced data.

    • Consider using resampling techniques such as SMOTE (Synthetic Minority Over-sampling Technique) to balance the dataset.

    • Evaluate models using metrics like F1-score, precision, reca...

  • Answered by AI
  • Q4. Deep Concepts of Transformers?
  • Ans. 

    Transformers are advanced neural network architectures that excel in processing sequential data, particularly in NLP tasks.

    • Self-Attention Mechanism: Allows the model to weigh the importance of different words in a sentence, e.g., in 'The cat sat on the mat', 'cat' and 'sat' are closely related.

    • Positional Encoding: Since transformers don't have a built-in sense of order, positional encodings are added to input embedding...

  • Answered by AI
  • Q5. What is query, Key and Value pairs in self attention?
  • Ans. 

    Query, Key, and Value are components of self-attention mechanisms in neural networks, enabling context-aware representations.

    • In self-attention, each input element is transformed into three vectors: Query, Key, and Value.

    • The Query vector represents the current element's focus, while the Key vector represents the context of other elements.

    • The attention score is computed by taking the dot product of the Query and Key vect...

  • Answered by AI
  • Q6. How does Self Attention Works?
  • Ans. 

    Self-attention allows models to weigh the importance of different words in a sequence when processing them, enhancing context understanding.

    • Self-attention computes a weighted representation of input sequences, focusing on relevant parts.

    • It uses three vectors: Query (Q), Key (K), and Value (V) to determine attention scores.

    • For each word, the model calculates how much attention to pay to every other word in the sequence.

    • ...

  • Answered by AI
  • Q7. Real Time Problems based on Multi Head Attention and it's use cases?
  • Ans. 

    Multi-head attention enhances model performance by focusing on different parts of input data simultaneously.

    • Improves natural language processing tasks like translation and summarization.

    • Used in image processing for tasks like object detection and segmentation.

    • Facilitates recommendation systems by analyzing user preferences from multiple perspectives.

    • Enhances speech recognition by focusing on different phonetic features...

  • Answered by AI
  • Q8. Degree of Freedom, Chi Square Distribution?
  • Ans. 

    Degrees of freedom in Chi-Square distribution indicate the number of independent values in a statistical calculation.

    • Degrees of freedom (df) = number of categories - 1 in Chi-Square tests.

    • Example: For a test with 5 categories, df = 5 - 1 = 4.

    • In goodness-of-fit tests, df helps determine the critical value for hypothesis testing.

    • Higher degrees of freedom lead to a more accurate approximation of the Chi-Square distributio...

  • Answered by AI
  • Q9. What is the mathematical framework behind Linear Regression? Real Time problem case.
  • Ans. 

    Linear Regression uses statistical methods to model the relationship between variables, predicting outcomes based on input features.

    • Linear regression assumes a linear relationship between the dependent and independent variables.

    • The model can be represented as: Y = β0 + β1X1 + β2X2 + ... + βnXn + ε, where Y is the dependent variable.

    • The coefficients (β) are estimated using the least squares method, minimizing the sum of...

  • Answered by AI
  • Q10. How are LLN and CLT are related?
  • Ans. 

    LLN and CLT are statistical theorems that describe the behavior of sample averages as sample size increases.

    • LLN (Law of Large Numbers) states that as the sample size increases, the sample mean converges to the population mean.

    • CLT (Central Limit Theorem) states that the distribution of the sample mean approaches a normal distribution as sample size increases, regardless of the population's distribution.

    • Both theorems are...

  • Answered by AI
  • Q11. Difference between Covariance and correlation?
  • Ans. 

    Covariance measures the directional relationship between two variables, while correlation quantifies the strength and direction of that relationship.

    • Covariance can take any value between -∞ and +∞, while correlation ranges from -1 to +1.

    • Positive covariance indicates that two variables move in the same direction, while negative covariance indicates they move in opposite directions.

    • Correlation standardizes covariance, ma...

  • Answered by AI
  • Q12. What are the assumptions underlying Linear Regression?
  • Ans. 

    Linear regression relies on several key assumptions for valid results, including linearity, independence, and homoscedasticity.

    • Linearity: The relationship between the independent and dependent variables should be linear. For example, predicting weight based on height.

    • Independence: Observations should be independent of each other. For instance, data collected from different individuals should not influence each other.

    • Ho...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard interview - Straight Forward Answers only (No drama)

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
  • 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

Interview Preparation Tips

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

Operations Analyst Interview Questions & Answers

user image Varun Bhardwaj

posted on 4 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Can you introduce yourself and explain why you are interested in this operational role?
  • Ans. 

    Detail-oriented analyst with a passion for optimizing operations and enhancing efficiency in dynamic environments.

    • Background in data analysis and process improvement, demonstrated through my previous role at XYZ Corp where I reduced operational costs by 15%.

    • Strong analytical skills, evidenced by my ability to interpret complex datasets and provide actionable insights that drive decision-making.

    • Experience in cross-funct...

  • Answered by AI
  • Q2. What are some questions related to Excel functions such as VLOOKUP, HLOOKUP, and Pivot Tables?
  • Q3. Some SQL queries like joins and window function

Interview Preparation Tips

Interview preparation tips for other job seekers - Aim to arrive early and perform well in the assessment round; if you score highly, there is a greater likelihood of being selected for the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What you know about this company Why you choose the this role
  • Ans. 

    This company is a leader in data management solutions, known for its commitment to accuracy and efficiency in data entry services.

    • The company has a strong reputation for providing high-quality data entry services, which aligns with my attention to detail.

    • I admire the company's innovative approach to technology, which enhances data processing efficiency.

    • The role of Data Entry Operator is crucial for maintaining data int...

  • Answered by AI
  • Q2. Do you know about company
  • Ans. 

    The company specializes in data management solutions, providing efficient services to enhance productivity and accuracy in data entry tasks.

    • Founded in 2010, the company has over a decade of experience in the data entry industry.

    • They offer a range of services including data processing, data cleansing, and data conversion.

    • The company utilizes advanced software tools to ensure high accuracy and efficiency in data entry ta...

  • Answered by AI
  • Q3. You know about company of experience of role
  • Ans. 

    I have experience in data entry roles, focusing on accuracy, efficiency, and data management in various industries.

    • Proficient in using data entry software like Microsoft Excel and Google Sheets.

    • Maintained a 99% accuracy rate in entering patient records at a healthcare facility.

    • Managed large datasets, ensuring timely updates and data integrity.

    • Experience in handling sensitive information while adhering to confidentialit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For job seekers, advice encompasses a broad spectrum, including career goal identification, networking, skill enhancement, and interview preparation. It's crucial to approach the job search with a strategic mindset, leveraging online resources, building a strong professional network, and consistently refining one's application materials and interviewing skills.
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?
  • 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
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
  • Q2. About database system
  • Q3. About sql queries
Round 4 - HR 

(2 Questions)

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

What people are saying about Info Edge

View All
a lead engineer
2w
Unexpectedly laid off while serving notice—totally blindsided!
I put in my papers 3 weeks ago, expecting to serve my full 90-day notice till around Aug 18, 2025. Heads up: I didn't have any offers then (or even now). Out of nowhere, HR calls this week saying my last working day is ASAP. They want me to hand over my stuff and wrap things up immediately. I was on leave for a family emergency in the hospital when this bomb dropped. I'm still reeling. No job lined up, and I'm the only earning member in my family. How can management be this heartless? I told them I needed to serve the notice period to manage my expenses. What can I even do in this situation? Is this kind of thing happening everywhere?
Got a question about Info Edge?
Ask anonymously on communities.

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.

Overall Interview Experience Rating

4.1/5

based on 280 interview experiences

Difficulty level

Easy 23%
Moderate 70%
Hard 7%

Duration

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

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
PolicyBazaar Interview Questions
3.7
 • 467 Interviews
JustDial Interview Questions
3.5
 • 356 Interviews
Lenskart Interview Questions
3.2
 • 354 Interviews
Eternal Limited Interview Questions
3.7
 • 325 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
Naukri Interview Questions
4.1
 • 200 Interviews
Uber Interview Questions
4.2
 • 155 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
New Business Development Manager - 99 Acres

Hyderabad / Secunderabad,

Chennai

+1

1-6 Yrs

₹ 8-12 LPA

Explore more jobs
Senior Executive
682 salaries
unlock blur

₹2.6 L/yr - ₹8 L/yr

Sales Executive
658 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Assistant Manager
611 salaries
unlock blur

₹3.3 L/yr - ₹9.5 L/yr

Associate Senior Executive
563 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Senior Software Engineer
368 salaries
unlock blur

₹14 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Info Edge with

TCS

3.6
Compare

Amazon

4.0
Compare

Flipkart

3.9
Compare

Indiamart Intermesh

3.6
Compare
write
Share an Interview