Premium Employer

i

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

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Data Analyst Interview Questions and Answers

Updated 2 May 2025

25 Interview questions

A Data Analyst was asked 2mo ago
Q. What are your preferred methods for using Python?
Ans. 

Python is a versatile programming language favored for data analysis due to its libraries and ease of use.

  • Pandas: A powerful library for data manipulation and analysis, allowing for easy handling of structured data. Example: Using DataFrames for data cleaning.

  • NumPy: Essential for numerical computations, providing support for arrays and matrices. Example: Performing mathematical operations on large datasets efficie...

A Data Analyst was asked 2mo ago
Q. What are the different challenges one faces during data analysis?
Ans. 

Data analysis faces challenges like data quality, integration, interpretation, and scalability, impacting insights and decision-making.

  • Data Quality: Inaccurate or incomplete data can lead to misleading conclusions. For example, missing values in a dataset can skew results.

  • Data Integration: Combining data from multiple sources can be difficult due to differing formats or structures. For instance, merging sales data...

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write code to calculate the number of people in a room at the end ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more
A Data Analyst was asked 2mo ago
Q. What is data analysis?
Ans. 

Data analysis is the process of inspecting, cleansing, transforming, and modeling data to discover useful information and support decision-making.

  • Data Collection: Gathering data from various sources, such as surveys, databases, or web scraping. For example, collecting customer feedback from online forms.

  • Data Cleaning: Removing inaccuracies and inconsistencies in the data to ensure quality. For instance, correcting...

A Data Analyst was asked 2mo ago
Q. What is the data analysis process?
Ans. 

The data analysis process involves collecting, cleaning, analyzing, and interpreting data to derive insights and inform decisions.

  • Data Collection: Gathering relevant data from various sources, such as surveys, databases, or APIs. For example, collecting sales data from a CRM system.

  • Data Cleaning: Removing inaccuracies and inconsistencies in the data to ensure quality. This may involve handling missing values or co...

A Data Analyst was asked 2mo ago
Q. Explain what an outlier is.
Ans. 

An outlier is a data point that differs significantly from other observations, potentially indicating variability or error.

  • Definition: Outliers are extreme values that lie outside the overall pattern of distribution in a dataset.

  • Causes: They can result from measurement errors, data entry mistakes, or genuine variability in the data.

  • Impact: Outliers can skew statistical analyses, affecting mean, standard deviation,...

A Data Analyst was asked 2mo ago
Q. What are some key skills usually required for a data analyst?
Ans. 

Data analysts require a mix of technical and analytical skills to interpret data and provide actionable insights.

  • Statistical Analysis: Proficiency in statistical methods to analyze data trends and patterns, such as regression analysis or hypothesis testing.

  • Data Visualization: Skills in tools like Tableau or Power BI to create visual representations of data, making it easier to communicate findings.

  • Programming Skil...

A Data Analyst was asked 2mo ago
Q. Explain Normal distribution.
Ans. 

Normal distribution is a probability distribution that is symmetric about the mean, depicting data that clusters around the mean.

  • Bell-Shaped Curve: The graph of a normal distribution is bell-shaped, indicating that most observations cluster around the central peak.

  • Mean, Median, Mode: In a normal distribution, the mean, median, and mode are all equal and located at the center of the distribution.

  • 68-95-99.7 Rule: Ap...

Are these interview questions helpful?
A Data Analyst was asked 2mo ago
Q. Explain a hash table.
Ans. 

A hash table is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

  • Key-Value Storage: Hash tables store data in pairs, where each key is unique and maps to a specific value, e.g., {'name': 'Alice', 'age': 30}.

  • Hash Function: A hash function converts keys into hash codes, which determine the index in the array where the value is stored.

  • Collision Resolution: When two keys ...

A Data Analyst was asked 2mo ago
Q. How does data visualization work?
Ans. 

Data visualization transforms complex data into visual formats, making it easier to understand patterns, trends, and insights.

  • Graphical Representation: Data visualization uses charts, graphs, and maps to represent data visually, such as bar charts for sales data.

  • Pattern Recognition: Visual formats help identify trends and patterns quickly, like spotting seasonal sales spikes in line graphs.

  • Interactive Dashboards: ...

A Data Analyst was asked 3mo ago
Q. What are LOD commands and their uses?
Ans. 

Lod commands are used in data analysis to manage and manipulate data efficiently.

  • Lod stands for Level of Detail, allowing for calculations at different granularities.

  • Example: Using Lod to calculate average sales per region while displaying data at the city level.

  • Common Lod commands include FIXED, INCLUDE, and EXCLUDE.

  • FIXED: Calculates values using specified dimensions regardless of the view.

  • INCLUDE: Adds dimension...

Infosys Data Analyst Interview Experiences

35 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 May 2025

Interview experience
5
Excellent
Difficulty level
Moderate
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. SELF INTRODUCTION
  • Q2. WHAT IS YOUR METHODS OF PYTON
  • Ans. 

    Python is a versatile programming language favored for data analysis due to its libraries and ease of use.

    • Pandas: A powerful library for data manipulation and analysis, allowing for easy handling of structured data. Example: Using DataFrames for data cleaning.

    • NumPy: Essential for numerical computations, providing support for arrays and matrices. Example: Performing mathematical operations on large datasets efficiently.

    • ...

  • Answered by AI
  • Q3. WHAT IS DATA ANALYSIS
  • Q4. WRITE SOME KEY SKILLS USUALLY REQUIRED FOR A DATA ANAYST
  • Q5. WHAT IS THE DATA ANALYSIS PROCESS
  • Ans. 

    The data analysis process involves collecting, cleaning, analyzing, and interpreting data to derive insights and inform decisions.

    • Data Collection: Gathering relevant data from various sources, such as surveys, databases, or APIs. For example, collecting sales data from a CRM system.

    • Data Cleaning: Removing inaccuracies and inconsistencies in the data to ensure quality. This may involve handling missing values or correct...

  • Answered by AI
  • Q6. WHAT ARE THE DIFFERENT CHALLENGES ONE FACES DURING DATA ANALYSIS
  • Q7. EXPLAIN DATA CLEANING
  • Q8. WHAT ARE TOOLS USEFUL OF DATA ANALYSIS
  • Ans. 

    Data analysis tools help in collecting, processing, and visualizing data to derive insights and support decision-making.

    • Excel: Widely used for data manipulation and basic analysis, offering functions, pivot tables, and charting capabilities.

    • Python: A programming language with libraries like Pandas and NumPy for data manipulation, and Matplotlib and Seaborn for visualization.

    • R: A statistical programming language ideal f...

  • Answered by AI
  • Q9. EXPLAIN OUTLIER
  • Ans. 

    An outlier is a data point that differs significantly from other observations, potentially indicating variability or error.

    • Definition: Outliers are extreme values that lie outside the overall pattern of distribution in a dataset.

    • Causes: They can result from measurement errors, data entry mistakes, or genuine variability in the data.

    • Impact: Outliers can skew statistical analyses, affecting mean, standard deviation, and ...

  • Answered by AI
  • Q10. EXPLAIN NORMAL DISTRIBUTION
  • Ans. 

    Normal distribution is a probability distribution that is symmetric about the mean, depicting data that clusters around the mean.

    • Bell-Shaped Curve: The graph of a normal distribution is bell-shaped, indicating that most observations cluster around the central peak.

    • Mean, Median, Mode: In a normal distribution, the mean, median, and mode are all equal and located at the center of the distribution.

    • 68-95-99.7 Rule: Approxi...

  • Answered by AI
  • Q11. HOW DOES THE DATA VISUALIZATION
  • Ans. 

    Data visualization transforms complex data into visual formats, making it easier to understand patterns, trends, and insights.

    • Graphical Representation: Data visualization uses charts, graphs, and maps to represent data visually, such as bar charts for sales data.

    • Pattern Recognition: Visual formats help identify trends and patterns quickly, like spotting seasonal sales spikes in line graphs.

    • Interactive Dashboards: Tools...

  • Answered by AI
  • Q12. EXPLAIN A HASH TABLE
  • Ans. 

    A hash table is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

    • Key-Value Storage: Hash tables store data in pairs, where each key is unique and maps to a specific value, e.g., {'name': 'Alice', 'age': 30}.

    • Hash Function: A hash function converts keys into hash codes, which determine the index in the array where the value is stored.

    • Collision Resolution: When two keys hash ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - MAKES A DIFFERENT TYPES OF QUESTION .YOU WILL DONT PREPARE OF INTERVIEW ONLY VISUVAL COMMUNICATION .HE HIRED

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test with maths and statistics and data analysis

Round 2 - Technical 

(1 Question)

  • Q1. Joins sql groups python numpy pandas

Data Analyst Interview Questions & Answers

user image Yuvraj singh Bhadoria

posted on 29 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the methods and best practices for cleaning up data?
  • Ans. 

    Methods and best practices for cleaning up data include removing duplicates, handling missing values, standardizing formats, and validating data accuracy.

    • Remove duplicates by identifying and deleting identical records.

    • Handle missing values by imputing with mean, median, or mode.

    • Standardize formats by converting data into a consistent structure.

    • Validate data accuracy by cross-referencing with external sources or using d...

  • Answered by AI
  • Q2. What are the best practices for optimizing SQL code?
  • Ans. 

    Best practices for optimizing SQL code

    • Use indexes on columns frequently used in WHERE clauses

    • Avoid using SELECT * and only retrieve necessary columns

    • Optimize joins by using INNER JOIN instead of OUTER JOIN when possible

    • Avoid using subqueries and instead use JOINs or CTEs

    • Regularly analyze query performance using EXPLAIN or query execution plans

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

  • Q1. What are Lod commands and use?
  • Ans. 

    Lod commands are used in data analysis to manage and manipulate data efficiently.

    • Lod stands for Level of Detail, allowing for calculations at different granularities.

    • Example: Using Lod to calculate average sales per region while displaying data at the city level.

    • Common Lod commands include FIXED, INCLUDE, and EXCLUDE.

    • FIXED: Calculates values using specified dimensions regardless of the view.

    • INCLUDE: Adds dimensions to ...

  • Answered by AI
  • Q2. Sql statement execution?
  • Ans. 

    SQL statement execution involves parsing, optimizing, and executing queries to retrieve or manipulate data in a database.

    • 1. Parsing: SQL statements are parsed to check for syntax errors. Example: 'SELECT * FROM table' is valid, while 'SELEC * FROM table' is not.

    • 2. Optimization: The SQL engine optimizes the query for performance. Example: Choosing the best index to speed up 'SELECT' queries.

    • 3. Execution: The optimized q...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Prateek Singh

posted on 27 Dec 2024

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

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

Round 1 - Aptitude Test 

Basic level aptitude questions that are easy to answer.

Round 2 - Group Discussion 

A general group discussion.

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic sql problems and basic python question

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

(1 Question)

  • Q1. Sql questions case study

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

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

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

Round 1 - Aptitude Test 

Basic apptitude and basic probability questions

Round 2 - HR 

(1 Question)

  • Q1. From your resume
Round 3 - One-on-one 

(1 Question)

  • Q1. About willingness

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its about 50 questions from general aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Most questionf from the resume
  • Ans. 

    The interviewer will focus on your resume to explore your skills, experiences, and projects in detail.

    • Highlight key projects: Discuss a data analysis project where you improved decision-making for a business.

    • Technical skills: Mention tools like SQL, Python, or Tableau that you used in your previous roles.

    • Problem-solving examples: Share a situation where your analysis led to significant cost savings or efficiency improv...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About personal info

Interview Preparation Tips

Interview preparation tips for other job seekers - deep dive in the domain

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2023

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

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Key points
The corrects order of statistical measures from the simplest to the most complex is as follows:
1.mode
2.median
3.mean
4.standard deviation

Round 3 - Technical 

(2 Questions)

  • Q1. Behavioral Interview Questions Tell me about the most recent project you worked on. ... Describe a time you were able to improve upon the design that was originally suggested. Tell me about the project you...
  • Q2. I self Sima Jadhav first'of all i am proud me my choices you thanks a lot I have a one year diploma in software development bvoc engineering for nutan college of engineering talegaon dabhade in nmit Univer...

Interview Preparation Tips

Topics to prepare for Infosys Data Analyst interview:
  • Data Analysis
  • SAP Finance
Interview preparation tips for other job seekers - Nice to meet you

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario based questions

What people are saying about Infosys

View All
yedabhai
5d
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys Data Analyst interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Aptitude Test, HR and Technical.
How to prepare for Infosys Data Analyst 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 Infosys. The most common topics and skills that interviewers at Infosys expect are SDLC, Data Analysis, JIRA, SQL and Machine Learning.
What are the top questions asked in Infosys Data Analyst interview?

Some of the top questions asked at the Infosys Data Analyst interview -

  1. What is the work given for freshers as data analy...read more
  2. Real life example of usage of Window functions - lag and l...read more
  3. What are the methods and best practices for cleaning up da...read more
What are the most common questions asked in Infosys Data Analyst HR round?

The most common HR questions asked in Infosys Data Analyst interview are -

  1. Why should we hire y...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...read more
How long is the Infosys Data Analyst interview process?

The duration of Infosys Data Analyst 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/5

based on 28 interview experiences

Difficulty level

Easy 18%
Moderate 82%

Duration

Less than 2 weeks 82%
2-4 weeks 9%
4-6 weeks 9%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Data Analyst Interview Questions from Similar Companies

View all
Infosys Data Analyst Salary
based on 1.3k salaries
₹3.1 L/yr - ₹8.6 L/yr
16% less than the average Data Analyst Salary in India
View more details

Infosys Data Analyst Reviews and Ratings

based on 107 reviews

3.4/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

2.6

Salary

4.0

Job security

3.5

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 107 Reviews and Ratings
Data Analyst - Gurugram

Chennai,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

FHIR Data Analyst

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.8k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Associate Consultant
31.2k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview