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

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

BCG Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 425 Reviews

Play video Play video Video summary
  • About
  • Reviews
    425
  • Salaries
    6.4k
  • Interviews
    203
  • Jobs
    18
  • Benefits
    49
  • Photos
    27
  • Posts
    2

Filter interviews by

BCG Data Analyst Interview Questions and Answers

Updated 20 Jan 2025

BCG Data Analyst Interview Experiences

5 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. Power BI Difference between ALL() and ALLSELECTED()
  • Ans. 

    ALL() ignores all filters in the query context, while ALLSELECTED() ignores only filters on columns in the visual.

    • ALL() removes all filters from the specified column or table.

    • ALLSELECTED() removes filters from the specified column or table, but keeps filters on other columns in the visual.

    • Example: ALL('Table') would remove all filters on the 'Table' in the query context.

    • Example: ALLSELECTED('Column') would remove filte...

  • Answered by AI
    Add your answer
  • Q2. Excel Difference between COUNT() and COUNTA()
  • Ans. 

    COUNT() counts only numeric values, while COUNTA() counts all non-empty cells.

    • COUNT() counts only cells with numerical values.

    • COUNTA() counts all non-empty cells, including text and errors.

    • Example: COUNT(A1:A5) will count only cells with numbers, while COUNTA(A1:A5) will count all non-empty cells.

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Resume based questions like explain the projects that you have done.
  • Add your answer
  • Q2. Sample dataset questions
  • Add your answer

Skills evaluated in this interview

Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What makes you believe you are a good fit for this position?
  • Ans. 

    I have a strong background in data analysis, with experience in utilizing various analytical tools and techniques to derive insights from data.

    • I have a degree in Statistics and have completed multiple data analysis projects during my academic career.

    • I am proficient in using programming languages such as Python and R for data analysis.

    • I have experience working with SQL databases and extracting data for analysis.

    • I have s...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. What are SQL window functions and how are they used in database queries?
  • Ans. 

    SQL window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions operate on a set of rows related to the current row, known as a window.

    • They can be used to calculate running totals, ranks, averages, and more.

    • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), SUM(), AVG(), and LEAD().

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the logical framework and break down the problem.
Anonymous

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
View answers (11)
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
View answers (3)
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
View answers (3)
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
View answers (2)
asked in American Express
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more
View answer (1)
View All

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quant questions with some questions on ML. 2 python questions based on data processing.

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between list and set
  • Add your answer
  • Q2. Difference between concat and merge
  • Ans. 

    Concat is used to combine data along a particular axis, while merge is used to combine data based on a common key.

    • Concatenation is done along an axis (rows or columns) in pandas, while merging is done based on common columns or indices.

    • Concatenation is a simple operation that just appends data, while merging involves combining data based on a key.

    • Concatenation can be done even if the data does not have common columns, ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Aptitude Test 

4 rounds of coding ml questions

Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

Nice Topics and easy questions

Round 2 - Group Discussion 

1 hour and nice experience

Round 3 - Case Study 

How is world evolving

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about BCG?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Data Analyst Interview Questions & Answers

Deloitte user image Anonymous

posted on 24 Jan 2022

I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - 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

Interview Preparation Tips

Topics to prepare for Deloitte Data Analyst interview:
  • Procurement
  • Marketing
  • Career goal
Interview preparation tips for other job seekers - Location should be Delhi NCR,Monday would be good
Anonymous
company Logo

Data Analyst Interview Questions & Answers

Ernst & Young user image Anonymous

posted on 11 Oct 2020

I applied via Walk-in and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Cut Cake in 3 cut to maximum pieces
  • Add your answer
  • Q2. Basic SQL queries
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident even you don’t have experience in the relevant skill set.

You can be absorbed to much related profile of your interests.

They only check how better you represent yourself and your problem solving approach.
Anonymous
Are these interview questions helpful?
company Logo

Data Analyst Interview Questions & Answers

Ernst & Young user image Anonymous

posted on 25 Jun 2022

I applied via Campus Placement and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on SQL, C++
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python and ETL well along with great communication skills.
Anonymous
company Logo

Data Analyst Interview Questions & Answers

PwC user image Anonymous

posted on 15 Oct 2021

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a query where all the customer name start with A
  • View 1 more answer
  • Q2. Write a query where we'll get state wise sales summary report. Actually in this query we have to join multiple table and finding the rank .
  • Ans. 

    Query to generate state-wise sales summary report with ranking using multiple table joins.

    • Use SQL JOINs to combine sales, states, and products tables.

    • Aggregate sales data using SUM() function grouped by state.

    • Use RANK() or DENSE_RANK() to rank states based on total sales.

    • Example SQL: SELECT state, SUM(sales) AS total_sales, RANK() OVER (ORDER BY SUM(sales) DESC) AS sales_rank FROM sales_data JOIN states ON sales_data.s...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was extremely easy and smooth.

Skills evaluated in this interview

Anonymous
company Logo

Data Analyst Interview Questions & Answers

Deloitte user image Anonymous

posted on 16 Nov 2021

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL, python, Tableau
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview don't learn new things, just revise what you already know. They will ask about your experience, projects and your contribution, the way you explain your previous projects will give a good understanding of what you know. They want to see if you are interested to improve your skills as you work, how curious you are. These things will give the recruiter some confidence in you to hire you.
Anonymous
More about working at BCG
  • HQ - Boston, Massachusetts, United States (USA)
  • Management Consulting
  • 1k-5k Employees (India)

BCG Interview FAQs

How many rounds are there in BCG Data Analyst interview?
BCG interview process usually has 2 rounds. The most common rounds in the BCG interview process are Technical, Aptitude Test and Case Study.
How to prepare for BCG 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 BCG. The most common topics and skills that interviewers at BCG expect are Consulting, Packaging, Analytical, Business Strategy and Data Analysis.
What are the top questions asked in BCG Data Analyst interview?

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

  1. What are SQL window functions and how are they used in database queri...read more
  2. Power BI Difference between ALL() and ALLSELECTE...read more
  3. Excel Difference between COUNT() and COUNT...read more

Tell us how to improve this page.

BCG Interviews By Designations

  • BCG Consultant Interview Questions
  • BCG Associate Interview Questions
  • BCG Associate Consultant Interview Questions
  • BCG Summer Intern Interview Questions
  • BCG Software Engineer Interview Questions
  • BCG Intern Interview Questions
  • BCG Data Engineer Interview Questions
  • BCG Data Analyst Interview Questions
  • Show more
  • BCG Senior Associate Interview Questions
  • BCG Financial Analyst Interview Questions

Interview Questions for Popular Designations

  • Senior Data Analyst Interview Questions
  • Data Analyst Intern Interview Questions
  • Junior Data Analyst Interview Questions
  • Data Engineer Interview Questions
  • Data Scientist Interview Questions
  • Data Research Analyst Interview Questions
  • Data Entry Operator Interview Questions
  • Associate Data Analyst Interview Questions
  • Show more
  • Medical Data Analyst Interview Questions
  • Senior Data Engineer Interview Questions

Overall Interview Experience Rating

4.4/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Data Analyst Interview Questions from Similar Companies

Deloitte
Deloitte Data Analyst Interview Questions
3.8
 • 45 Interviews
PwC
PwC Data Analyst Interview Questions
3.4
 • 15 Interviews
ZS
ZS Data Analyst Interview Questions
3.3
 • 15 Interviews
Ernst & Young
Ernst & Young Data Analyst Interview Questions
3.4
 • 14 Interviews
KPMG India
KPMG India Data Analyst Interview Questions
3.5
 • 10 Interviews
The Smart Cube
The Smart Cube Data Analyst Interview Questions
3.6
 • 5 Interviews
McKinsey & Company
McKinsey & Company Data Analyst Interview Questions
3.9
 • 3 Interviews
Willis Towers Watson
Willis Towers Watson Data Analyst Interview Questions
3.6
 • 2 Interviews
Mercer
Mercer Data Analyst Interview Questions
3.7
 • 2 Interviews
Gartner
Gartner Data Analyst Interview Questions
4.1
 • 2 Interviews
View all
BCG Data Analyst Salary
based on 98 salaries
₹6.4 L/yr - ₹25 L/yr
132% more than the average Data Analyst Salary in India
View more details

BCG Data Analyst Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

3.6

Work-life balance

4.7

Salary

3.7

Job security

5.0

Company culture

4.4

Promotions

5.0

Work satisfaction

Explore 4 Reviews and Ratings
BCG Salaries in India
Consultant
651 salaries
unlock blur

₹22 L/yr - ₹82.4 L/yr

Senior Associate
429 salaries
unlock blur

₹24 L/yr - ₹55 L/yr

Analyst
180 salaries
unlock blur

₹7.5 L/yr - ₹21.7 L/yr

Project Lead
172 salaries
unlock blur

₹40 L/yr - ₹120 L/yr

Senior Analyst
150 salaries
unlock blur

₹9 L/yr - ₹31.4 L/yr

Explore more salaries
Compare BCG with
McKinsey & Company

McKinsey & Company

3.9
Compare
PwC

PwC

3.4
Compare
Bain & Company

Bain & Company

3.9
Compare
Deloitte

Deloitte

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

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • 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 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • 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