Upload Button Icon Add office photos

Filter interviews by

Groww Software Developer Intern Interview Questions, Process, and Tips

Updated 3 Apr 2024

Top Groww Software Developer Intern Interview Questions and Answers

  • Q1. Minimum and Maximum Cost to buy N Candies Ram went to a specialty candy store in Ninjaland which has 'N' candies with different costs. The Candy shop gives a special offe ...read more
  • Q2. Word Break-1 You are given a non-empty string containing no spaces (say sentence) and a dictionary of list of non-empty strings (say the list of words). You are supposed ...read more
  • Q3. Best Time To Buy and Sell Stock You have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given stock on the i-th day. You a ...read more
View all 10 questions

4 Groww Software Developer Intern Interview Experiences

16 questions found

Sort by: Popular
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Job Portal and was interviewed in Mar 2024.

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. Efwegfewgewgewgewg
  • Q2. Ewgwegewgewgewgewg
  • Q3. Ewgegwegewgewgewgewg
  • Q4. Ewgewgkjewbgkjewbgkjewbgkjewbgk

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 21 Mar 2022

I was interviewed in Apr 2021.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing- In the evening around 5 pm
Environment- It was online test so I was in my room comfortable.

  • Q1. Best Time To Buy and Sell Stock You have been given an array 'PRICES' consisting of 'N' integers where PRICES[i] denotes the price of a given st...read more
2

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Timing - 2pm
Environment - my room
Interviewer was pretty chilled.

  • Q1. Design a stack that supports getMin() in O(1) time and O(1) extra space Implement a SpecialStack Data Structure that supports getMin() in O(1) time and O(1) ext...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from ABV IIITM Gwalior. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPAGroww interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Database management system, object oriented programming, Projects.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be well prepared in DSA , including graphs,dp
Tip 2 : practice regularly one or two hours is enough but u need to be consistent for atleast a year or so
Tip 3 : prepare os dbms oops in last week of the interview

Application resume tips for other job seekers

Tip 1 : at least Two projects
Tip 2 : Some experience in competitive programming will be beneficial.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Oct 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 65 minutes
Round difficulty - Medium

It was 24 hours window for the online round from 8 Oct 10:30 am to 9 Oct 10:30 am. There were 7 MCQ problems related to c++, java, DBMS, and operating systems. And 2 coding problems with one easy and one moderate level difficulty for question, we were supposed to write the whole program but for other question, the function was to be written only. I was able to solve the first problem fully and the second 50%, you are required to pass test cases.

  • Q1. Minimum and Maximum Cost to buy N Candies Ram went to a specialty candy store in Ninjaland which has 'N' candies with different costs. The Candy shop gi...read more
  • Q2. Word Break-1 You are given a non-empty string containing no spaces (say sentence) and a dictionary of list of non-empty strings (say the list of words). You are...read more
2

Video Call Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The interviewer asked me questions about projects, general discussion, and 3 coding questions based on linked list, arrays, and binary tree.
I gave optimum approach for every question.

  • Q1. Delete middle node You have been given a singly Linked List of integers. Your task is to delete the middle node of this List. Note: 1. If there is no middle nod...read more
  • Q2. Replace each element of Array with its corresponding rank Given an array of integers 'ARR’ of size ‘N’. Replace each element of this array with its correspo...read more
  • Q3. Left View of Binary Tree Given a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the t...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Punjab Engineering College(Deemed To be University). Eligibility criteria7Groww interview preparation:Topics to prepare for the interview - Data Structure and Algorithms, Operating Systems, Database Management Systems, Communication SkillsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : First Go through all the concepts of Data Structures and algorithms, I have taken Coding ninjas course c++ interview preparation.
Tip 2 : Try to solve all the problems by yourself then it will be meant for you, if you can't solve them after 30-45 minutes of time then see the solution of it, and for this, I used to consult TA and mentors on coding ninjas course.
Tip 3 : Have confidence in yourself, if you can't solve it initially, gradually you will be able to solve the problems. Hard work pays off.
Tip 4 : Note down the main information's about your project like what you have done in the project and what difficulties you have faced, it will be a great way to tackle questions about the project in the interview.

Application resume tips for other job seekers

Tip 1 : Keep it simple and mention what you actually know and achieved.
Tip 2 : Mention your institute email-id if you have, it adds weight to the resume
Tip 3 : Use the "Built/created/made X using Y to achieve Z" format when writing about projects or work done.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Oct 2020.

2 Interview Rounds

1

Coding Test Round (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 to reach target by a Knight You have been given a square chessboard of size ‘N x N’. The position coordinates of the Knight and the position coord...read more
  • Q2. Minimum and Maximum Cost to buy N Candies Ram went to a specialty candy store in Ninjaland which has 'N' candies with different costs. The Candy shop gi...read more
2

Face to Face Round (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 You have been given a Binary Tree of integers. Your task is to print the Right view of it. The right view of a Binary Tree is a set of nodes visible ...read more
  • Q2. Cycle Detection in a Singly Linked List You have given a Singly Linked List of integers, determine if it forms a cycle or not. A cycle occurs when a node's ...read more
  • Q3. Basic Interview Quesions

    He asked me to explain in detail about one project.

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

Groww interview questions for designations

 Software Developer

 (2)

 Backend Developer Intern

 (1)

 SDE Intern

 (1)

 Software Development Engineer Intern

 (1)

 Intern

 (1)

 Android Developer

 (1)

 Senior Software Engineer

 (4)

 Senior Android Developer

 (2)

Interview questions from similar companies

Software Engineer Interview Questions

Yubi user image Anonymous

posted on 4 Sep 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Approached by Company and was interviewed in Aug 2024.

4 Interview Rounds

1

Technical Round (4 Questions)

  • Q1. Smallest difference pair of values between two unsorted arrays
  • Q2. 2D matrix iteration based question
  • Q3. What is normalisation in DBMS?
  • Q4. What is the difference between SQL and NoSQL?
2

Technical Round (1 Question)

  • Q1. Design Dream 11 application in high level.
3

One-on-one Round (1 Question)

  • Q1. Explain your recent project in your current company.
4

HR Round (2 Questions)

  • Q1. Why do you want to join Yubi and leave Tavant?
  • Q2. What process do you follow to switch to a new technology?

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • System Design
  • Data Structures
  • Algorithms
  • DBMS

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. How are you today
  • Q2. What's the weather today
  • Q3. Why do you want to join
  • Q4. What values do you have
  • Q5. What do you like more, array or list

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Jul 2024.

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2024.

1 Interview Round

1

Coding Test Round

Write code to return the maximum profit by buying and selling stocks using available money

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024.

1 Interview Round

1

Coding Test Round

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Explain OOPS Concept ?

Groww Interview FAQs

How many rounds are there in Groww Software Developer Intern interview?
Groww interview process usually has 1 rounds. The most common rounds in the Groww interview process are Technical.
What are the top questions asked in Groww Software Developer Intern interview?

Some of the top questions asked at the Groww Software Developer Intern interview -

  1. ewgewgkjewbgkjewbgkjewbgkjew...read more
  2. efwegfewgewgewg...read more
  3. ewgwegewgewgewg...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Groww interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 237 Interviews
FactSet Interview Questions
4.0
 • 198 Interviews
Apex Group Interview Questions
2.7
 • 122 Interviews
Angel One Interview Questions
3.9
 • 121 Interviews
Kotak Securities Interview Questions
3.7
 • 108 Interviews
TresVista Interview Questions
3.0
 • 99 Interviews
Axis Direct Interview Questions
3.9
 • 76 Interviews
View all

Groww Software Developer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Executive
77 salaries
unlock blur

₹3.1 L/yr - ₹5 L/yr

Customer Support Executive
43 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Assistant Manager
39 salaries
unlock blur

₹5.8 L/yr - ₹16.8 L/yr

Software Engineer
34 salaries
unlock blur

₹14 L/yr - ₹36 L/yr

Software Developer
33 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Explore more salaries
Compare Groww with

Zerodha

4.2
Compare

Sharekhan

3.9
Compare

Upstox

3.7
Compare

Paytm Money

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview