i
BCG
Filter interviews by
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...
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.
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
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...
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().
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Basic quant questions with some questions on ML. 2 python questions based on data processing.
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, ...
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
4 rounds of coding ml questions
Nice Topics and easy questions
1 hour and nice experience
How is world evolving
Top trending discussions
I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Apr 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.
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...
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
based on 5 interview experiences
Difficulty level
Duration
based on 4 reviews
Rating in categories
Consultant
651
salaries
| ₹22 L/yr - ₹82.4 L/yr |
Senior Associate
429
salaries
| ₹24 L/yr - ₹55 L/yr |
Analyst
180
salaries
| ₹7.5 L/yr - ₹21.7 L/yr |
Project Lead
172
salaries
| ₹40 L/yr - ₹120 L/yr |
Senior Analyst
150
salaries
| ₹9 L/yr - ₹31.4 L/yr |
McKinsey & Company
PwC
Bain & Company
Deloitte