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

Updated 2 Dec 2024

Top Go-Jek Interview Questions and Answers

View all 30 questions

Go-Jek Interview Experiences

Popular Designations

31 interviews found

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - TDD Round 

(1 Question)

  • Q1. A code in Java was given for car parking lot system and it was broken at many places. There were questions given on the basis of that code related to certain calculations and user expectations.
  • Ans. The solution gist was to add more test cases in the Unit test suite of the code and as you go, you would get to know what is lacking in the main code.
  • Answered by Rohit Chauhan
Round 2 - Technical 

(1 Question)

  • Q1. Design a chat system
  • Ans. 

    Design a chat system for real-time communication

    • Use WebSocket for real-time communication

    • Implement user authentication and authorization

    • Store chat messages in a database for persistence

    • Support features like group chat, file sharing, and message encryption

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Bar raiser round where different questions were discussed: 1.) Memory basics 2.) Location searching algorithms and quad trees. 3.) Touch up on the previous round system design question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics and have a structured approach to solve the problem.

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. How would solve a global search problem?
  • Ans. 

    To solve a global search problem, I would utilize advanced algorithms and technologies to efficiently search through vast amounts of data from various sources.

    • Utilize advanced search algorithms like BFS, DFS, A*, etc.

    • Implement indexing and caching techniques to speed up search process.

    • Leverage distributed computing and parallel processing for faster search results.

    • Utilize machine learning and natural language processin...

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

(1 Question)

  • Q1. How did you handle negative feedback
  • Ans. Worked on identifying an objective framework to map the issues
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with algorithms used in past work

Skills evaluated in this interview

Senior Analytics and Data Scientist Interview Questions asked at other Companies

Q1. Why do we need logistic regression when we can use linear regression ?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Framework test- gave some scenarios to automated

Round 3 - Coding Test 

General coding coding question and testing question

Round 4 - One-on-one 

(2 Questions)

  • Q1. Q1-With manager discussion regarding role?
  • Q2. Q2- Testing related concept and scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and brush your skills, question will be mostly from your works

Sdet (Software Development Engineer in Test) Interview Questions asked at other Companies

Q1. 4) How to send the values without using sendkeys method?
View answer (3)

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)

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

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Which programming language would you use in which situation?
  • Ans. 

    I would use Python for data analysis, Java for enterprise applications, and JavaScript for web development.

    • Python - data analysis, machine learning, scientific computing (e.g. pandas, numpy)

    • Java - enterprise applications, backend development (e.g. Spring framework)

    • JavaScript - web development, front-end development (e.g. React, Angular)

  • Answered by AI
Round 2 - Assignment 

Create a service to assign a delivery operator

Round 3 - Technical 

(1 Question)

  • Q1. Design Uber ride assignment system
  • Ans. 

    Design a system for assigning Uber rides efficiently and fairly

    • Use a matching algorithm to pair riders with drivers based on location, availability, and other factors

    • Implement a dynamic pricing system to incentivize drivers to accept rides in high-demand areas

    • Consider implementing a rating system for both riders and drivers to ensure quality service

    • Utilize real-time data and analytics to optimize ride assignments and r

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design BookMyShow
Round 5 - HR 

(1 Question)

  • Q1. What qualities do you see in a leader
  • Ans. 

    A leader should possess qualities such as communication skills, empathy, decisiveness, and the ability to inspire and motivate others.

    • Communication skills - A leader should be able to effectively communicate with team members, stakeholders, and other leaders.

    • Empathy - A good leader should be able to understand and relate to the emotions and experiences of others.

    • Decisiveness - Leaders should be able to make tough decis...

  • Answered by AI

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)

Get interview-ready with Top Go-Jek Interview Questions

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Assignment 

Website automation using language of your choice

Round 2 - Technical 

(2 Questions)

  • Q1. Java automation questions
  • Q2. Framework technology choices
  • Ans. 

    Choosing the right framework technology is crucial for successful software development testing.

    • Consider the requirements of the project and the team's expertise when selecting a framework.

    • Popular choices include Selenium for web applications, Appium for mobile apps, and JUnit for unit testing.

    • Evaluate the scalability, maintainability, and community support of the framework before making a decision.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Test design for a vending machine server
  • Ans. 

    Designing test cases for a vending machine server to ensure functionality and reliability.

    • Identify all possible user interactions with the vending machine server (e.g. selecting items, making payments)

    • Test the communication between the server and the vending machine hardware

    • Verify the server's ability to handle concurrent transactions

    • Check for error handling and recovery mechanisms in case of failures

  • Answered by AI
  • Q2. Test Pyramid, Framework Design

Skills evaluated in this interview

Senior Software Development Test Engineer Interview Questions asked at other Companies

Q1. Write automation code for Login on BigBasket site while creating a simple POM from scratch
View answer (1)

Jobs at Go-Jek

View all

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)
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

You will get base code from HR and you will be asked to enhance the code with few additional requirements and this will be reviewed in the next One On One discussion.
As part of One On One discussion, you need to explain your thought process and need to add few more enhancements

Round 3 - One-on-one 

(1 Question)

  • Q1. This round is mainly on checking your understanding on the projects you have worked on and why the project was implemented in a specific way
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a system design round. You will receive an open ended product requirement. You need to ask questions to refine the requirement and provide the solution
Round 5 - One-on-one 

(1 Question)

  • Q1. This was the Bar Raiser round. Questions were mainly on how you will handle a certain situations in the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Interview process is not difficult.
Pay attention to questions and ask questions for clarifications

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
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)

Go-Jek Interview FAQs

How many rounds are there in Go-Jek interview?
Go-Jek interview process usually has 3-4 rounds. The most common rounds in the Go-Jek interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Go-Jek interview?
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?

Some of the top questions asked at the Go-Jek interview -

  1. Write a code in Go to find kth minumum element from a given list of numbe...read more
  2. Which programming language would you use in which situati...read more
  3. How do goroutines work internal...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

based on 27 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 753 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
BookMyShow Interview Questions
4.0
 • 23 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.5

Work satisfaction

Explore 113 Reviews and Ratings
People Operations Specialist

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Senior IOS Developer

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Software Engineer - Care & Comms

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
92 salaries
unlock blur

₹24.7 L/yr - ₹62 L/yr

Software Engineer
40 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

Ola Cabs

3.4
Compare

Swiggy

3.8
Compare

Zomato

3.8
Compare

Flipkart

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