Upload Button Icon Add office photos

Filter interviews by

Groww Business Analyst Interview Questions and Answers

Updated 14 Oct 2024

Groww Business Analyst Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on the understanding of joins in sql
  • Q2. Convert row to columns using sql
  • Ans. 

    Use SQL pivot function to convert rows to columns

    • Use the PIVOT function in SQL to convert rows into columns

    • Specify the columns you want to pivot on and the values you want to display in the new columns

    • Example: SELECT * FROM table_name PIVOT (MAX(value_column) FOR pivot_column IN (column1, column2, column3)) AS alias_name

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Result of different sql joins
  • Ans. 

    SQL joins combine data from two or more tables based on a related column between them.

    • Inner join returns rows that have matching values in both tables

    • Left join returns all rows from the left table and the matched rows from the right table

    • Right join returns all rows from the right table and the matched rows from the left table

    • Full outer join returns all rows when there is a match in either left or right table

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with ... read more
asked in Infosys
Q2. What is your strong point in terms of technical knowledge? Like J ... read more
Q3. There are 100 people standing in a circle, the first person has a ... read more
asked in Paytm
Q4. Sum of Squares of First N Natural Numbers Problem Statement You a ... read more
asked in EXL Service
Q5. If I have 333 digits to number pages of a book, How many pages ca ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Joins, case when
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them. Case when is a conditional statement used to perform different actions based on different conditions.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Case when is used to perform different actions based on different conditions in SQL queries

    • Example: SELECT * FROM table1 JOIN table2 ON table1.id = ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Joins, SQL query execution
  • Q2. Simple Sals Question - SQL

Groww interview questions for designations

 Senior Business Analyst

 (1)

 Business Associate

 (1)

 Data Analyst

 (2)

 Senior Lead Analyst

 (1)

 Associate Data Analyst

 (1)

 Customer Support Executive

 (3)

 Customer Care Executive

 (2)

 Product Manager

 (1)

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

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude tests + 3 Rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - There Were three rounds over the aptitude round.
1. The First Round was a basic guesstimate round.
2. The Second Round was a feature Discussion round about the Netflix search bar.
3. The final round was a mix of a Case Breakdown + HR + Questions about Groww.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Everything related to Capital markets and Securities. and Since It was for Business analyst role so it went around Scrum and agile methodologies

Interview Preparation Tips

Interview preparation tips for other job seekers - A candidate should be well experienced in Agile or Scrum methodologies of business. And should have atleast awareness of Capital market and Securities financial terms.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on probability and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep well for SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Current CTC, Preferred location
  • Ans. 

    Current CTC and preferred location are confidential information.

    • Current CTC and preferred location are personal and confidential details.

    • It is common practice not to disclose current CTC during interviews.

    • Preferred location may vary based on individual circumstances and preferences.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About yourself, projects worked, sql questions, Python questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Case Study 

I had a very bad interview experience. The interviewer didn't start with any introduction and immediately jumped into asking case study. After giving a case, he would leave for a few minutes, which made it seem like he was not interested in the process.

Questions asked:
Q1: You are an Analyst at UBER. The gross cab cancellation rate daily is 5% whereas on a particular day, it goes up to 10%. What could be the factors affecting the same?
To analyze the same list down the tables required in the database along with all the columns and write the query using the same table name & columns to find the required metrics.

Q2: Assume you work for YouTube Music and the CEO wants you to create a Business Health Dashboard. List down all the metrics the CEO will be interested in looking at.

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

(2 Questions)

  • Q1. What is agile methology?
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and incremental progress.

    • Focus on delivering working software in short iterations

    • Embrace changing requirements

    • Encourage frequent collaboration between team members

    • Use feedback to continuously improve the product

    • Common frameworks include Scrum and Kanban

  • Answered by AI
  • Q2. Write a user story and edge cases
  • Ans. 

    User story for a shopping website

    • As a user, I want to be able to add items to my cart

    • As a user, I want to be able to view my cart and update quantities

    • As a user, I want to be able to proceed to checkout and make a payment

  • Answered by AI

Skills evaluated in this interview

Groww Interview FAQs

How many rounds are there in Groww Business Analyst interview?
Groww interview process usually has 1 rounds. The most common rounds in the Groww interview process are Technical and Aptitude Test.
How to prepare for Groww Business 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 Groww. The most common topics and skills that interviewers at Groww expect are Business Analysis, Data Analysis, Product Management, Analytics and Data Visualization.
What are the top questions asked in Groww Business Analyst interview?

Some of the top questions asked at the Groww Business Analyst interview -

  1. convert row to columns using ...read more
  2. joins, case w...read more
  3. result of different sql jo...read more

Tell us how to improve this page.

Groww Business Analyst Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Groww Business Analyst Salary
based on 32 salaries
₹8 L/yr - ₹25 L/yr
72% more than the average Business Analyst Salary in India
View more details

Groww Business Analyst Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.0

Salary

3.9

Job security

4.2

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Senior Executive
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Support Executive
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Executive
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Groww with

Zerodha

4.1
Compare

Sharekhan

3.8
Compare

Paytm Money

3.2
Compare

ET Money

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview