Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Groww Internship Interview Experience for Software Developer

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Round 1: Resume Shortlisting. Around 20 People were shortlisted on the basis of Resume.(Note: NOt on the basis of CGPA.)

Round 2:Coding Round

Only 2 questions were there.

1.) stock sell and buy problem (https://www.geeksforgeeks.org/stock-buy-sell/)— 7 Marks

2.)variation of the above question. (https://www.geeksforgeeks.org/maximum-profit-by-buying-and-selling-a-share-at-most-k-times/)– 12 Marks

3.) Design a Vending Machine using OOPS. (various parameters were given )— 21 Marks

Round 3: Online Interview Using video calling.(They only want coding and Nothing else.)

1 st que. ) Balanced Parenthesis problem

2nd que.) Longest balanced parenthesis in a given string in O(N) time.

3rd que. ) Given an array find its 1st peak element.( element which is greater than both its neighbour element) in O(logN) Time.

4th. que. ) Reverse A Link List.

 

My Personal Notes arrow_drop_up
Last Updated : 31 Jan, 2020
Like Article
Save Article
Similar Reads