Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Groww Senior Software Engineer Interview Questions and Answers

Updated 11 Dec 2024

Groww Senior Software Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. What are the fundamental concepts of JavaScript that were discussed during the interview?
  • Ans. 

    Fundamental concepts of JavaScript discussed in the interview

    • Data types in JavaScript (string, number, boolean, object, array)

    • Functions and scope in JavaScript

    • DOM manipulation and event handling

    • Asynchronous programming with callbacks, promises, and async/await

    • Object-oriented programming concepts in JavaScript

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LLD to design whatsapp
  • Ans. 

    Designing WhatsApp involves creating a high-level design for the messaging app, focusing on features like chat, groups, calls, and media sharing.

    • Implement chat functionality with real-time messaging using sockets

    • Design group chat feature with ability to add/remove members

    • Include end-to-end encryption for secure messaging

    • Develop voice and video calling functionality

    • Allow media sharing such as photos, videos, and documen

  • Answered by AI
  • Q2. System design ticket booking system
  • Ans. 

    Design a ticket booking system for efficient and user-friendly experience.

    • Use a database to store information about available tickets, users, and bookings

    • Implement a user-friendly interface for users to search for and book tickets

    • Include features like seat selection, payment processing, and booking confirmation

    • Consider scalability and performance to handle a large number of users and bookings

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Design dream11. Bonus - how notification will be sent to customer for milestone of a player they have followed at scale.

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

Two DSA Questions
1. Check whether two strings are anagram or not?
2. Create power function without using Math.pow() library?

Groww interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Development Engineer II

 (1)

 Software Developer

 (2)

 Software Developer Intern

 (4)

 Software Developer II

 (1)

 Software Development Engineer Intern

 (1)

 Senior Android Developer

 (2)

 Senior Program Manager

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Js based question on event loop
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 Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Fundamentals of React and Javascript
  • Q2. Coding question on React Native

I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Online Coding Test on Hackerank
  • Q2. F2F Technical Interview over zoom (Around 2 hours)
  • Q3. Included one hard problem solving
  • Q4. HR Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very good and smooth
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. Pagination in SQL
  • Ans. 

    Pagination in SQL allows for displaying a subset of query results at a time.

    • Use LIMIT and OFFSET clauses in SQL queries to implement pagination.

    • LIMIT specifies the maximum number of rows to return.

    • OFFSET specifies the number of rows to skip before starting to return rows.

  • Answered by AI
  • Q2. OOPS concepts.. SOILD design principles
  • Q3. Thread vs task in multiprocessing.. explain with examples
  • Ans. 

    Threads and tasks are both used in multiprocessing, but have different characteristics and use cases.

    • Threads are lightweight processes within a single process, sharing memory space. They are managed by the operating system.

    • Tasks are units of work that can be executed asynchronously. They are typically managed by a task scheduler.

    • Threads are suitable for parallel processing and improving performance, while tasks are use...

  • Answered by AI
  • Q4. ViewBag vs Tempdata in MVC
  • Ans. 

    ViewBag is used to pass data from controller to view, while TempData is used to pass data between controller actions.

    • ViewBag is a dynamic property that allows you to pass data from controller to view

    • TempData is a dictionary object that allows you to pass data between controller actions

    • ViewBag is not type-safe and requires typecasting, while TempData is type-safe

    • ViewBag data is lost if redirection occurs, while TempData

  • Answered by AI
  • Q5. Abstract vs Interface
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods.

    • Interfaces can only have abstract methods and constants.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of OOPS concepts, SQL joins

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked two DSA questions and duration was of one hour.
1. Calculate Sum of edges of LinkedList
2. Given a list of numbers, find out all the pythagorean triplets.

Round 2 - Coding Test 

This was also a DSA round for 1 hour and expected to solve two problems (Medium)

Round 3 - Case Study 

This was a system design round for one hour

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the last technically challenging topic that you have worked on. The engineering manager is only interested in self boasting. Without even trying to understand the entire problem statement, they try...

Interview Preparation Tips

Interview preparation tips for other job seekers - To pass engineering manager round, you will always have to agree to the hiring manager. Even if technically it doesn't make sense, just nod. The entire interview is to boost his ego. The comments that they pass without even understanding the entire picture is generally astonishing.
Contribute & help others!
anonymous
You can choose to be anonymous

Groww Interview FAQs

How many rounds are there in Groww Senior Software Engineer interview?
Groww interview process usually has 1 rounds. The most common rounds in the Groww interview process are Coding Test and Technical.
What are the top questions asked in Groww Senior Software Engineer interview?

Some of the top questions asked at the Groww Senior Software Engineer interview -

  1. What are the fundamental concepts of JavaScript that were discussed during the ...read more
  2. LLD to design whats...read more
  3. System design ticket booking sys...read more

Recently Viewed

SALARIES

ADF Data Science

SALARIES

ADF Data Science

LIST OF COMPANIES

ZeroCodeHR

Locations

INTERVIEWS

MTX Group

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

ZeroCodeHR

5.6k top interview questions

DESIGNATION

INTERVIEWS

Hiver

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

MTX Group

5.6k top interview questions

Tell us how to improve this page.

Groww Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
Groww Senior Software Engineer Salary
based on 10 salaries
₹16 L/yr - ₹65 L/yr
144% more than the average Senior Software Engineer Salary in India
View more details
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