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

SDE - 1

Groww
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 8 months
Topics: JavaScript, HTML ,CSS, ReactJs, Java, DS and Algo
Tip
Tip

Tip 1 : Ds and algorithms practice is must
Tip 2 : Keep deployed projects on resume 
Tip 3 : Have clarity on your projects, you should be able to explain them

Application process
Where: Referral
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1 : Deployed projects links will make you seperate from crowd
Tip 2 : Short and clear resume without unwanted things like hobbies

Interview rounds

01
Round
Easy
Assignment
Duration60 minutes
Interview date9 Feb 2022
Coding problem1

1. Assignment Question

Building weather app with the given API , such that on loading it will have basic table layout with list of state locations, on selecting location we need to populate with temperature humidity data in that particular location cities, while we go through table we should highlight each row of city location with respective data.

Problem approach

Tip 1 : Dom manipulation and basic functions knowledge in Javascript 
Tip 2 : Good practice of html and CSS is the key
Tip 3 : Knowledge on making API calls,Json stringify parsing to extract data from api calls is needed

02
Round
Easy
Face to Face
Duration60 minutes
Interview date7 Feb 2022
Coding problem2

Core Questions based on javascript and oops, and one ds and algo question

1. OOPS Questions

What is inheritance?
What is method overriding?
What is method overloading?
Different between method overriding and method overloading?
What is interface?
Difference between let, var and const scopes ?
Explain hoisting concept in javascript?
Explain call(), apply() and bind() methods?
Explain closures in javascript?
Explain immediate invoked functions in javascript?

Problem approach

Tip 1 : Good understanding on core OOPS concepts
Tip 2 : Good understanding on core Javascript concepts 
Tip 3 : Clear understanding on closures topics of Javascript

2. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
IBMInfo Edge India (Naukri.com)Amazon

You are given an array 'a' of size 'n'.



The Next Greater Element for an element 'x' is the first element on the right side of 'x' in the array, which is greater than 'x'.


If no greater elements exist to the right of 'x', consider the next greater element as -1.


For example:
Input: 'a' = [7, 12, 1, 20]

Output: NGE = [12, 20, 20, -1]

Explanation: For the given array,

- The next greater element for 7 is 12.

- The next greater element for 12 is 20. 

- The next greater element for 1 is 20. 

- There is no greater element for 20 on the right side. So we consider NGE as -1.
Problem approach

Tip 1 : Revise commonly asked questions 
Tip 2 : Give a mock interview of DSA
Tip 3 : Try code with pseudo code

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date8 Feb 2022
Coding problem1

1. Basic HR Questions

Questions on where I am from? 

My education.

My expectations on the job role.

My future goals.


 

Problem approach

Tip 1 : Mock interview before the round helped me lose nervousness

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Groww
1585 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Groww
1680 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 9 problems
Interviewed by Groww
3471 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Groww
1504 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes