Upload Button Icon Add office photos

Filter interviews by

Groww Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Groww Interview Questions and Answers

View all 47 questions

Groww Interview Experiences

Popular Designations

65 interviews found

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

A 24 hour window was given to us and we can attempt the test anytime in between. It included 2 coding questions. One was easy-medium level and the other one was hard. Along with this 7 debugging MCQ's were given, however they were easy.

  • Q1. 

    Minimum Steps for a Knight to Reach Target

    Given a square chessboard of size 'N x N', determine the minimum number of moves a Knight requires to reach a specified target position from its initial position...

  • Q2. 

    Minimum and Maximum Candy Cost Problem

    Ram is in Ninjaland, visiting a unique candy store offering 'N' candies each with different costs. The store has a special offer: for every candy you purchase, you c...

Round 2 - Face to Face 

(3 Questions)

Round duration - 50 minutes
Round difficulty - Easy

The interview was conducted around 11am in the morning. The interviewer was professional and to the point while questioning. However he gave me hints whenever I got stuck anywhere.

  • Q1. 

    Right View of Binary Tree

    Given a binary tree of integers, your task is to output the right view of the tree.

    The right view of a binary tree includes the nodes that are visible when the tree is observed...

  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Q3. Can you explain in detail about one of your projects?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from University Institute Of Engineering and Technology, Panjab University. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7 CGPAGroww interview preparation:Topics to prepare for the interview - C++, Data Structures, Algorithms, Graph and Trees, Operating Systems, Object Oriented Programming, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Your basics should be very clear about data structures and algorithms. 
Tip 2 : Try to solve questions in a specific time frame. Also dry run your code with custom test cases, try to find the edge cases.
Apart from this try analyzing the time and space complexity of your solution.
Tip 3 : Take a look at editorials after solving the questions as it can give you a better approach to the problem.
Tip 4 : Don't neglect subjects like OOP's, DBMS and OS. Interviews ask few questions from here as well.

Application resume tips for other job seekers

Tip 1 : Do not fake any skills, projects or achievements. The interviewer gets to know about it by asking questions to you.
Tip 2 : Have at-least one good project on resume with all the details like technologies used and purpose.
Tip 3 : Don't write achievements which doesn't relate to your role. Write achievements which shows communication skills, leadership or teamwork.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Groww Software Developer Intern Interview Questions and Answers

Q1. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visiting a unique candy store offering 'N' candies each with different costs. The store has a special offer: for every candy you purchase, you can take up to 'K' additional candies... read more
Add answer

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Mutual funds
  • Q2. Stock market
  • Q3. Communication skills
  • Q4. SIP full form
  • Ans. 

    SIP stands for Session Initiation Protocol.

    • SIP is a signaling protocol used for initiating, maintaining, modifying, and terminating real-time sessions between two or more participants over an IP network.

    • It is commonly used in Voice over IP (VoIP) and video conferencing applications.

    • SIP allows users to make voice and video calls, send instant messages, and participate in multimedia conferences.

    • It is an application-layer...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know all about stock market basics

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (35)

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Merge two arrays without using extra space.
  • Ans. 

    Merging two arrays without extra space involves swapping elements and sorting them in place.

    • Iterate through both arrays and swap elements to merge them

    • Sort the merged array in place using any sorting algorithm

  • Answered by AI
  • Q2. 2 ropes burn puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and Algo well.

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Questionnaire 

1 Question

  • Q1. How you would attribute the channel data?
  • Ans. 

    Channel data can be attributed by analyzing customer interactions across various touchpoints and assigning credit to each channel based on its contribution to the customer journey.

    • Collect data from all customer touchpoints

    • Analyze customer interactions to identify the channel that initiated the customer journey

    • Assign credit to each channel based on its contribution to the customer journey

    • Use attribution models to determ...

  • Answered by AI

CRM/Customer Service Manager Interview Questions asked at other Companies

Q1. Shearing Characteristics of a Natural Cemented Gravel Soil Trough Large in situ Direct Shear Test Flexural Strength of Concrete
View answer (1)

Groww interview questions for popular designations

 Business Analyst

 (5)

 Senior Software Engineer

 (4)

 Software Developer Intern

 (4)

 Customer Support Executive

 (3)

 Customer Care Executive

 (2)

 Data Analyst

 (2)

 Senior Android Developer

 (2)

 Software Developer

 (2)

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Get interview-ready with Top Groww Interview Questions

Groww Interview FAQs

How many rounds are there in Groww interview?
Groww interview process usually has 1-2 rounds. The most common rounds in the Groww interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Groww 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 Financial Services, Investment Banking, Management, Finance and Monitoring.
What are the top questions asked in Groww interview?

Some of the top questions asked at the Groww interview -

  1. What is equity, and if you purchase and share from company then are you become ...read more
  2. How you would attribute the channel da...read more
  3. Merge two arrays without using extra spa...read more
How long is the Groww interview process?

The duration of Groww interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Groww Interview Process

based on 65 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 241 Interviews
Angel One Interview Questions
3.9
 • 133 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 30 Interviews
Fisdom Interview Questions
3.7
 • 16 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
ET Money Interview Questions
3.7
 • 1 Interview
Kuvera Interview Questions
3.5
 • 1 Interview
Scripbox Interview Questions
4.0
 • 1 Interview
View all

Groww Reviews and Ratings

based on 226 reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.5

Salary

3.8

Job security

3.9

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 226 Reviews and Ratings
Senior Executive
81 salaries
unlock blur

₹3.1 L/yr - ₹5 L/yr

Customer Support Executive
45 salaries
unlock blur

₹2.4 L/yr - ₹4.3 L/yr

Assistant Manager
42 salaries
unlock blur

₹5.8 L/yr - ₹14.8 L/yr

Customer Success Executive
38 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Software Engineer
37 salaries
unlock blur

₹14 L/yr - ₹36 L/yr

Explore more salaries
Compare Groww with

Zerodha

4.2
Compare

Sharekhan

3.9
Compare

Upstox

3.7
Compare

Paytm Money

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