Upload Button Icon Add office photos
Engaged Employer

i

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

Go-Jek Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Go-Jek Interview Questions, Process, and Tips for Experienced

Updated 2 Dec 2024

Top Go-Jek Interview Questions and Answers for Experienced

View all 11 questions

Go-Jek Interview Experiences for Experienced

Popular Designations

12 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Implement some LLD and use clean code formulas

Round 2 - Group Discussion 

Better be prepared for all deep dive questions about tech and project you worked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a Parking Lot
  • Ans. 

    Design a parking lot system with features like parking, retrieving, and displaying available spots.

    • Create a class for ParkingLot with attributes like total spots, available spots, and a list of parked vehicles.

    • Implement methods for parking a vehicle, retrieving a vehicle, and displaying available spots.

    • Use data structures like arrays or lists to manage parked vehicles and available spots.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 3 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 - Assignment 

Develop an ML solution from the given problem statement and data.

Round 3 - Technical 

(3 Questions)

  • Q1. Discussion on your assignment and previous work.
  • Q2. Why did you choose the model?
  • Q3. Explain how GBM works
  • Ans. 

    GBM is a machine learning algorithm that builds multiple decision trees to predict outcomes and combines them to improve accuracy.

    • GBM stands for Gradient Boosting Machine

    • It builds multiple decision trees sequentially, each one correcting errors made by the previous tree

    • The final prediction is a combination of predictions from all the trees

    • GBM is an ensemble learning technique that is popular for its high accuracy and f

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Writing professional code can improve your chances. You should choose the python best practices and use efficient algorithm. Rather than creating notebooks, try creating a module resembling a DS pipeline for your solution. Add tests for the functions included, cover majority of data issue checks like overcoating, data leakage etc.

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

I applied via LinkedIn and was interviewed in Aug 2022. There were 5 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 - One-on-one 

(1 Question)

  • Q1. General resume based question. Interviewer asked me to explain one of the past project and asked some questions based on that
Round 3 - Assignment 

It was the assignment including the data science problem and SQL questions for one of the datetime table. Assignment was for 3 hours and had to complete some mandatory questions from data science assignment.

Round 4 - Technical 

(1 Question)

  • Q1. It was a technical + data science case study round. Interviewer asked me some technical questions based on machine learning and gave me one case study.
Round 5 - Behavioral 

(1 Question)

  • Q1. Interviewer asked me some general behavioural questions and also gave me one case study to solve.

Interview Preparation Tips

Interview preparation tips for other job seekers - In experienced candidate interviewer try to check the thought process and analytical thinking of the candidate. So make sure you prepare well for the case studies along with the technical knowledge.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Go-Jek interview questions for popular designations

 Senior Software Engineer

 (8)

 Software Engineer

 (3)

 Data Scientist

 (2)

 Software Developer

 (2)

 Senior Sdet Engineer

 (2)

 Senior Software Engineer Testing

 (2)

 Production Manager

 (1)

 Technical Lead

 (1)

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 

(1 Question)

  • Q1. Basic questions on how to build api automation framework from scratch and how to improve
Round 3 - Technical 

(1 Question)

  • Q1. Question on framework api and ui automation, sdet roles and responsibilities
Round 4 - Technical 

(1 Question)

  • Q1. Cultural fitness round or bar raiser round , questions on performance and security testing

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to worry about DSA, just focus on testing things

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Explain u r work
Round 3 - Coding Test 

Api framework creation

Round 4 - Technical 

(1 Question)

  • Q1. Automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round id telephonic screening
Second round - coding
Third - automation
Fourth - Bar raiser

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)

Jobs at Go-Jek

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Array, strings related dsa question

Round 2 - HR 

(2 Questions)

  • Q1. Why are you leaving the current company
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for career advancement

    • Desire to work on new technologies

    • Seeking a better work-life balance

    • Company restructuring or downsizing

    • Relocation to a different city or country

  • Answered by AI
  • Q2. Why testing and not development
  • Ans. 

    Testing allows me to ensure the quality and reliability of software products before they are released to customers.

    • I enjoy the challenge of finding bugs and improving the overall quality of the product.

    • I have a keen eye for detail and enjoy the investigative aspect of testing.

    • I believe that testing is just as important as development in the software development lifecycle.

    • I have a passion for ensuring that users have a ...

  • Answered by AI

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How to build an caching layer for iOS Apps
  • Ans. 

    Building a caching layer for iOS Apps

    • Identify the data that needs to be cached

    • Choose a caching mechanism (e.g., NSCache, CoreData, SQLite)

    • Implement caching logic in the app's data access layer

    • Define cache eviction policies to manage memory usage

    • Consider using a cache expiration mechanism

    • Handle cache invalidation when data changes

    • Optimize cache performance by using appropriate data structures

  • Answered by AI
  • Q2. How to optimise image rendering for iOS Apps
  • Ans. 

    Optimizing image rendering for iOS Apps involves techniques like image compression, caching, lazy loading, and using the appropriate image formats.

    • Use image compression techniques like JPEG or PNG optimization to reduce file size without compromising quality

    • Implement caching mechanisms to store and retrieve images locally, reducing network requests

    • Utilize lazy loading to load images only when they are needed, improving...

  • Answered by AI
  • Q3. Tell me about framework types in iOS
  • Ans. 

    There are several types of frameworks in iOS, including system frameworks, third-party frameworks, and custom frameworks.

    • System frameworks are provided by Apple and include UIKit, Foundation, and Core Data.

    • Third-party frameworks are developed by external developers and can be integrated into iOS apps, such as Alamofire and Firebase.

    • Custom frameworks are created by developers for specific project needs and can be reused...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Go-Jek Senior Software Engineer interview:
  • Swift
Interview preparation tips for other job seekers - Be on point on basics and callout if you do not know something or are confused at the point.

Skills evaluated in this interview

Top Go-Jek Senior Software Engineer Interview Questions and Answers

Q1. Write a code in Go to find kth minumum element from a given list of numbers.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 7 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There was a take home coding test - application to allot a parking lot.

Round 3 - Technical 

(1 Question)

  • Q1. Questions around optimisations around parking lot application submitted in round1. Implement more use cases asked on the spot System Design/Scaling related questions
Round 4 - Technical 

(1 Question)

  • Q1. Mine was java, so Java technical questions, Java new features Questions around Design patterns Questions on SOLID principles
Round 5 - Technical 

(1 Question)

  • Q1. Use case was given for wallet(e.g. pay later wallet) and asked to design basic REST APIs. E.g. User have balance in wallet User makes transaction via the wallet User add money in wallet
Round 6 - One-on-one 

(1 Question)

  • Q1. It was 1 hour round. This was round with Engineering Technical Head. The questions were around willingness to work, long term / short term goals, high level behavioural questions, cross questions to evalua...
Round 7 - HR 

(1 Question)

  • Q1. This was HR round, around 20 minutes

Top Go-Jek Senior Software Engineer Interview Questions and Answers

Q1. Write a code in Go to find kth minumum element from a given list of numbers.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Product Lead Interview Questions & Answers

user image PM School

posted on 22 Sep 2021

Interview Questionnaire 

13 Questions

  • Q1. What product metrics I own at my current company.
  • Ans. 

    I own the product metrics related to user engagement and retention.

    • I track user retention rate and churn rate to understand user behavior.

    • I analyze user engagement metrics such as daily active users, time spent on the app, and feature usage.

    • I use A/B testing to measure the impact of new features on user engagement and retention.

    • I collaborate with the data analytics team to ensure data accuracy and consistency.

  • Answered by AI
  • Q2. Asked me to share past instances wherein I moved a metric and made real impact to a business.
  • Q3. Share an experience where the product expectations were clear, but engineering team was finding it difficult to architect the solution. And what did you do to unblock them?
  • Ans. 

    Product expectations clear but engineering team struggling to architect solution. How did you unblock them?

    • Identified the specific challenges the engineering team was facing

    • Collaborated with the team to brainstorm potential solutions

    • Brought in outside expertise or resources if necessary

    • Prioritized and broke down the problem into manageable tasks

    • Provided clear communication and support throughout the process

  • Answered by AI
  • Q4. Can you elaborate a past experience where you worked with engineers and motivated them to achieve an unrealistic deadline?
  • Q5. Has there been cases when you shared certain requirements with the engineering team, and they came up with technical limitations and possible tech debt that should be prioritized before the product require...
  • Q6. What metrics do you own for the Product at the present company? How do these metrics generate RoI for end users / customers?
  • Ans. 

    As a Product Lead, I own metrics such as user engagement, retention, and revenue growth. These metrics generate RoI by improving the overall user experience and driving business growth.

    • I own metrics such as user engagement, retention, and revenue growth.

    • By improving user engagement, we can increase the time users spend on our platform and reduce churn.

    • By improving retention, we can increase the lifetime value of our cu...

  • Answered by AI
  • Q7. Say you had built an MVP for photo-sharing app, what metrics would be looking at - think that you have to create a dashboard of metrics for your team and multiple other teams, hierarchy? Follow-up, how wou...
  • Ans. 

    Metrics for a photo-sharing app MVP and communicating success to upper management

    • Metrics: user acquisition, retention, engagement, user-generated content, referral rate, conversion rate, churn rate, revenue

    • Dashboard hierarchy: team-specific metrics, overall app metrics, comparison with industry benchmarks

    • Communicating success: tie metrics to business goals, highlight improvements and areas for growth, use data visualiz...

  • Answered by AI
  • Q8. Pick an existing massy product. And think that you are to enter the same market with your product? What is your process to figure the next steps, assuming you can work with the panelist and discuss this ca...
  • Ans. 

    Entering the market with a new massy product

    • Research the existing product and its market

    • Identify the gaps and pain points of the existing product

    • Develop a unique value proposition for the new product

    • Prioritize features based on customer needs and available resources

    • Create a wireframe to visualize the product

    • Test the wireframe with potential customers for feedback

  • Answered by AI
  • Q9. How would you carve out an experience for drivers on Gojek app who are not utilised? Engage drivers and retain them on the platform - you got this problem statement, now how would you align design team to ...
  • Q10. Say your colleague from another team tells you that they were bullied by an employee, how would you tackle this situation?
  • Ans. 

    As a Product Lead, how would you handle a situation where a colleague from another team reports being bullied by an employee?

    • Listen to the colleague and take their complaint seriously

    • Assure the colleague that they are safe and that the company has a zero-tolerance policy for bullying

    • Investigate the situation and gather evidence

    • Take appropriate action, which may include disciplinary action or termination of the employee

    • ...

  • Answered by AI
  • Q11. How do you manage working with distributed teams across different geographies? Have you faced any issues communicating with them?
  • Q12. Has there been a situation in the past, when a person reporting to you was not motivated or happy? And how did you tackle this?
  • Q13. Do Junior PMs report to you? Has there been a situation when they were not clear on their responsibilities and you had to step in to resolve conflict? How did you manage resolution?

Interview Preparation Tips

Gojek interview Preparation:What tips would you give to other job seekers? - Tip for Q6-
Shared a companywide North star metric and the team-level KPIs. Clarity of the product value proposition and how it impacts end users, business here is critical.

Tip for Q7-
List down the MVP feature-set. Highlight your assumptions. Then come up with a list of metrics across different product lifecycle stages :

a. Acquisition (Active users, DAUs, MAUs)

b. Adoption (Photo upload #s, Week-on week % growth, Action metrics to track)

c. Retention (Session Time, Frequency of uploads WoW or MoM i.e. Time between subsequent photo uploads for different user personas, Feed consumption KPIs)

d. User experience (Time to upload photos, Time to signup / create account, Abandonment in signup to first upload funnel, Profile creation steps)

Product Lead Interview Questions asked at other Companies

Q1. Pick an existing massy product. And think that you are to enter the same market with your product? What is your process to figure the next steps, assuming you can work with the panelist and discuss this case study together? Then how would w... read more
View answer (1)

Go-Jek Interview FAQs

How many rounds are there in Go-Jek interview for experienced candidates?
Go-Jek interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Go-Jek interview process for experienced candidates are Technical, Resume Shortlist and Coding Test.
How to prepare for Go-Jek interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Go-Jek. The most common topics and skills that interviewers at Go-Jek expect are Python, Financial Services, SQL, Agile and Machine Learning.
What are the top questions asked in Go-Jek interview for experienced candidates?

Some of the top questions asked at the Go-Jek interview for experienced candidates -

  1. How to build an caching layer for iOS A...read more
  2. How to optimise image rendering for iOS A...read more
  3. Tell me about framework types in ...read more
How long is the Go-Jek interview process?

The duration of Go-Jek interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Go-Jek Interview Process for Experienced

based on 8 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 572 Interviews
Citicorp Interview Questions
3.7
 • 572 Interviews
Morningstar Interview Questions
3.9
 • 243 Interviews
Mr Cooper Interview Questions
4.0
 • 86 Interviews
Synchrony Interview Questions
4.3
 • 78 Interviews
CSC Interview Questions
3.5
 • 57 Interviews
View all

Go-Jek Reviews and Ratings

based on 113 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.9

Salary

2.6

Job security

3.6

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 113 Reviews and Ratings
Product Designer - Money Management

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Finance Business Partner

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

People Operations Specialist

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
89 salaries
unlock blur

₹24.6 L/yr - ₹70 L/yr

Software Engineer
50 salaries
unlock blur

₹15 L/yr - ₹42.4 L/yr

Data Scientist
32 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Product Engineer
24 salaries
unlock blur

₹18.6 L/yr - ₹65 L/yr

Product Manager
24 salaries
unlock blur

₹27.9 L/yr - ₹64 L/yr

Explore more salaries
Compare Go-Jek with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

Morningstar

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