Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Grab Greco Team. If you also belong to the team, you can get access from here

Grab Greco Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Grab Greco Senior Software Engineer Interview Questions and Answers

Updated 5 Apr 2024

Grab Greco Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design Notification Observer Design Pattern, if not provided iOS.
  • Ans. 

    Notification Observer Design Pattern is used to establish a one-to-many relationship between objects.

    • Create a subject class that maintains a list of observers and notifies them of any state changes.

    • Observers register themselves with the subject to receive notifications.

    • Use protocols and delegates in iOS to implement the observer pattern.

    • Example: NotificationCenter in iOS uses the observer pattern to broadcast notificat

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Based on tree data structure
Round 3 - Technical 

(1 Question)

  • Q1. Mangerial round. Manager also asked some technical questions on iOS.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Leet Code easy and some medium level problems.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jul 2022. There were 6 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 tips
Round 2 - Coding Test 

This round contains live coding round on any online editor.

Round 3 - Technical 

(1 Question)

  • Q1. This round based on your profile related technical questions.
Round 4 - Technical 

(1 Question)

  • Q1. System design round as well as technical related to the applied profile
Round 5 - Behavioral 

(1 Question)

  • Q1. Normal organisational fitment questions
Round 6 - HR 

(1 Question)

  • Q1. HR discussion on offered compensation

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum Knight Moves (LC Medium)
  • Q2. OS, CN, DB concepts like multithreading, semaphore, tcp vs udp, transaction and ACId properties. Java concepts like stack vs heap(memory), error vs exception. Any 1 Project discussion for 10 mins

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamental concepts of operating systems and databases. Refer to the company-tagged questions from LC.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Print the nodes of a n-ary tree in an arc wise manner as seen from the outside.
  • Ans. 

    Print nodes of n-ary tree in arc wise manner from outside

    • Traverse the tree level by level from outside to inside

    • Use a queue to keep track of nodes at each level

    • Print the nodes at each level in a clockwise or anticlockwise manner

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Uber Senior Software Engineer interview:
  • n-ary tree

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Coding and behavioral questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on basis of elastic search
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design pattern experience
  • Ans. 

    I have extensive experience with various design patterns such as Singleton, Factory, Observer, and MVC.

    • Implemented Singleton pattern to ensure only one instance of a class exists

    • Utilized Factory pattern to create objects without specifying the exact class

    • Implemented Observer pattern for event handling and notifications

    • Utilized MVC pattern for separating concerns in a software application

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Given array of integer create subarray with sum = 0
  • Ans. 

    Create subarrays with sum = 0 from given array of integers.

    • Iterate through the array and keep track of the running sum.

    • Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.

    • If yes, then the subarray between those two indices has a sum of 0.

  • Answered by AI
  • Q2. Left view of binary tree
  • Ans. 

    The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree in a level order manner and keep track of the first node at each level.

    • Use a queue to store nodes at each level and update the left view nodes accordingly.

    • Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Jul 2023.

Round 1 - Coding Test 

45 min round. Similar to Leetcode medium level question.

Round 2 - Coding Test 

45 min coding round, 2 question asked

Round 3 - Technical 

(1 Question)

  • Q1. System design of proximity service
  • Ans. 

    Design a system for proximity service

    • Utilize geolocation data to track user locations

    • Implement algorithms to calculate proximity between users

    • Use real-time updates to notify users of nearby contacts

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Behavioral questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction about yourself and expectation
Round 2 - Technical 

(3 Questions)

  • Q1. IOS questions and architecture question about modularisation. From resume.
  • Q2. Question Asked about memory management
  • Q3. Question about modularisation and interface design

Grab Greco Interview FAQs

How many rounds are there in Grab Greco Senior Software Engineer interview?
Grab Greco interview process usually has 5 rounds. The most common rounds in the Grab Greco interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Grab Greco Senior Software Engineer interview?

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

  1. Design Notification Observer Design Pattern, if not provided i...read more
  2. System design round as well as technical related to the applied prof...read more
  3. This round based on your profile related technical questio...read more

Tell us how to improve this page.

Grab Greco Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Grab Greco Senior Software Engineer Salary
based on 51 salaries
₹27 L/yr - ₹60.3 L/yr
164% more than the average Senior Software Engineer Salary in India
View more details
Software Engineer
59 salaries
unlock blur

₹13.4 L/yr - ₹36 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹27 L/yr - ₹60.3 L/yr

Team Lead
32 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

QA Engineer
16 salaries
unlock blur

₹15.9 L/yr - ₹36.3 L/yr

Software Developer
12 salaries
unlock blur

₹12.7 L/yr - ₹37 L/yr

Explore more salaries
Compare Grab Greco with

Zomato

3.8
Compare

Swiggy

3.8
Compare

Ola Cabs

3.4
Compare

Uber

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview