Groww interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Groww
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I started my web development journey in 2nd year of my B. Tech. I used to communicate a lot with my friends about internship opportunities. After working for several startups as a web developer, I got the opportunity to web SDE intern in Groww from my college. My resume for shortlisted, and I started revising the core Javascript concepts and fundamentals of the web. The process was conducted in 4 rounds, including the resume screening round. It was Resume Screening + Assignment + Technical Interview + Cultural fit round.
Application story
Groww came to our college (GL BAJAJ) for a 6-month internship program. The process was conducted in 4 rounds, including the resume screening round. It was Resume Screening + Assignment + Technical Interview + Cultural fit round.
Why selected/rejected for the role?
It was the first elimination round in which out of 400 students, around 20 students were shortlisted. The process of determining whether a candidate is qualified for a role was based on their previous internship experience. I was selected because I had two previous internship experiences and 3 good projects in web development
Preparation
Duration: 1 month
Topics: Data Structures, HTML, CSS, JavaScript, React
Tip
Tip

Tip 1 : Learn Core Javascript.
Tip 2 : Do at least 3 projects using React and Javascript.
Tip 3 : Practice at least 50 tricky Javascript questions.

Application process
Where: Campus
Eligibility: No criteria, Need two to three development projects and previous internship experince on Resume
Resume Tip
Resume tip

Tip 1 : Must have previous internship experience
Tip 2 : Do update your resume with technology focused

Interview rounds

01
Round
Easy
Assignment
Duration48 hours
Interview date8 May 2021
Coding problem0

Develop an online bank search application using React with basic features like API integration, Responsive Design, Error Handling, Caching, Debouncing, Throttling and Pagination, and Hosting website.

02
Round
Hard
Video Call
Duration60 mintues
Interview date12 May 2022
Coding problem2

The interview began with a regular discussion about me and the interviewer. He started questioning me about my previous internship. It was a brief discussion on the points that I mentioned in my resume for 20 minutes.

After the resume discussion, I was asked to rate myself from 1 to 5 in HTML/CSS, Javascript and React, where 1 was the lowest, and 5 was the highest point. I ranked myself 5 in HTML/CSS and 4 in Javascript/React.

From here, the actual interview started. I was asked basic questions about HTML, like the difference between inline and block elements and different ways to define CSS in HTML.

After grinding on JS for around 20 minutes, we moved to ReactJS, and he asked about Lifecycle methods and virtual DOM. He asked me about typescript as I had some experience with typescript language. He also told me they had migrated the groww project from javascript to typescript.

After nearly 50–60 minutes, we ended our call, and I was very excited and nervous about my interview result. I was going out for dinner when I got the mail from HR for my last round (Cultural Fit)

1. Web development Question

How to center align a div inside another div?

Problem approach

HTML:

your content

CSS:

.cn {
display: table-cell;
width: 500px;
height: 500px;
vertical-align: middle;
text-align: center;
}

.inner {
display: inline-block;
width: 200px; height: 200px;
}

2. Conceptual Question

Print firstname and lastname of name2 object using name1 printFullName function without modifying existing objects or creating a new object.

let name1 = {
 firstname: "Ram",
 lastname: "Sharma",
 printFullName: function (firstname, lastname) {
   console. log (this.firstname + " " + this.lastname)
 }
}

let name2 = {
 firstname: "Sachin",
 lastname: "Tendulkar"
}

Problem approach

Hint : You need to use call and bind functions here.

03
Round
Easy
Video Call
Duration30 minutes
Interview date11 Jun 2022
Coding problem1

Cultural Fit Interview

This was the easiest as well as a chill interview round in which the interviewer asked me about my college, location, and hobbies. He asked me some about the company, and my experience.

1. Technical Question

What are my three most used applications, and what can I do to improve the user experience of the application?

Project Discussion.

Problem approach

Tip 1 : Always tell the truth
Tip 2 : Be confident
Tip 3 : Try to think how product managers think

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
2 rounds | 5 problems
Interviewed by Groww
3442 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Groww
1937 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Groww
1566 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by Groww
675 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes