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 and Answers

Updated 2 Dec 2024
Popular Designations

33 Interview questions

A Sdet Automation Test Engineer was asked 8mo ago
Q. 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 ha...

View all Sdet Automation Test Engineer interview questions
A Senior Sdet Engineer was asked 9mo ago
Q. How do you approach coding a test solution?
Ans. 

Provide a solution for coding a test as a Senior SDET Engineer.

  • Understand the requirements: Clarify what needs to be tested.

  • Choose the right tools: Select appropriate testing frameworks (e.g., Selenium, JUnit).

  • Write clear test cases: Ensure they are easy to understand and maintain.

  • Implement automation: Use scripts to automate repetitive testing tasks.

  • Perform code reviews: Collaborate with peers to improve test qua...

View all Senior Sdet Engineer interview questions
A Senior Software Engineer was asked 9mo ago
Q. 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)

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 9mo ago
Q. Design an 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 ...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 9mo ago
Q. Design BookMyShow
Ans. 

Design a platform for booking movie tickets, managing events, and providing user-friendly features for customers.

  • User Registration: Allow users to create accounts using email or social media.

  • Event Listings: Display movies, showtimes, and venues with filters for location and genre.

  • Seat Selection: Provide an interactive seating chart for users to choose their preferred seats.

  • Payment Integration: Support multiple pay...

View all Senior Software Engineer interview questions
A Software Engineer was asked 9mo ago
Q. Design a parking lot.
Ans. 

Design a parking lot system to manage parking spaces, vehicles, and payment processing efficiently.

  • Define classes for Vehicle, ParkingSpot, and ParkingLot.

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

  • Consider different vehicle types (e.g., car, motorcycle, truck) with varying space requirements.

  • Include payment processing for parking fees based on duration.

  • Implement a ...

View all Software Engineer interview questions
A Senior Software Development Test Engineer was asked 10mo ago
Q. How would you design tests 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

View all Senior Software Development Test Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked 11mo ago
Q. Design an elevator system.
Ans. 

Design an elevator system that efficiently manages requests and optimizes travel time for users in a multi-floor building.

  • Define elevator types: passenger, freight, service.

  • Implement a request queue to manage floor requests.

  • Use algorithms like nearest car or destination dispatch for efficiency.

  • Consider safety features: emergency stop, door sensors.

  • Design user interface: buttons inside and outside the elevator.

View all Software Engineer interview questions
A Software Engineer was asked 11mo ago
Q. How would you search for a specific word within a file?
Ans. 

Search for a specific word in a file

  • Read the file line by line

  • Check each line for the search word

  • Return the line number if word is found

View all Software Engineer interview questions
A Data Analyst was asked 12mo ago
Q. What is K-means?
Ans. 

K-means is a popular clustering algorithm used to partition data points into K clusters based on similarity.

  • K-means aims to minimize the sum of squared distances between data points and their respective cluster centroids.

  • It requires the number of clusters (K) to be specified in advance.

  • The algorithm iteratively assigns data points to the nearest cluster centroid and updates the centroids until convergence.

  • K-means ...

View all Data Analyst interview questions

Go-Jek Interview Experiences

31 interviews found

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

I applied via Company Website

Round 1 - Coding Test 

It was a coding round for a medium level leetcode problem involving hashmaps.

Round 2 - Technical 

(2 Questions)

  • Q1. On the internals of TestNG
  • Q2. The solution for the coding the test
  • Ans. 

    Provide a solution for coding a test as a Senior SDET Engineer.

    • Understand the requirements: Clarify what needs to be tested.

    • Choose the right tools: Select appropriate testing frameworks (e.g., Selenium, JUnit).

    • Write clear test cases: Ensure they are easy to understand and maintain.

    • Implement automation: Use scripts to automate repetitive testing tasks.

    • Perform code reviews: Collaborate with peers to improve test quality.

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

(1 Question)

  • Q1. Hiring manager round on past experiences and skillset
Round 4 - HR 

(1 Question)

  • Q1. More around compensation, benefits.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, practise medium level leetcode.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One machine coding round, parking lot question

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to parking lot
  • Q2. Current project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. High level design
  • Q2. Yet to appear ......
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a Parking Lot

Skills evaluated in this interview

Senior Sdet Engineer Interview Questions & Answers

user image Nikhar Trivedi

posted on 20 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a framework or to execute already given framework from the company

Round 2 - Coding Test 

Technical and coding

Round 3 - Technical 

(2 Questions)

  • Q1. About testing and scenarios and a program
  • Q2. Convert roman to integers
  • Ans. 

    Convert Roman numerals to integers

    • Create a mapping of Roman numerals to integers

    • Iterate through the input Roman numeral string from right to left

    • If the current numeral is smaller than the one after it, subtract its value from the total, else add its value to the total

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Machine coding round, try to come up with at least one working requirement

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design
  • Q2. Cant share the exact quesy
Round 3 - Technical 

(1 Question)

  • Q1. High level design
Round 4 - Technical 

(1 Question)

  • Q1. Hiring manager round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

(1 Question)

  • Q1. Design A ticketinf system.
  • Ans. 

    Design a ticketing system for managing and tracking tickets.

    • Create a user-friendly interface for users to submit tickets.

    • Implement a system for assigning tickets to appropriate teams or individuals.

    • Include a feature for tracking the status of tickets and updating users on progress.

    • Allow for prioritization of tickets based on urgency or impact.

    • Generate reports on ticket resolution times and overall performance.

    • Integrate...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Solve a system design problem in 1 hour

Round 2 - One-on-one 

(2 Questions)

  • Q1. Search word in a file
  • Ans. 

    Search for a specific word in a file

    • Read the file line by line

    • Check each line for the search word

    • Return the line number if word is found

  • Answered by AI
  • Q2. Design elevator system

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mathematics, quant and logical

Round 2 - Coding Test 

Leetcode mediums and oa coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - go with confidence.

Data Analyst Interview Questions & Answers

user image Tanay Batra

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is K means
  • Ans. 

    K-means is a popular clustering algorithm used to partition data points into K clusters based on similarity.

    • K-means aims to minimize the sum of squared distances between data points and their respective cluster centroids.

    • It requires the number of clusters (K) to be specified in advance.

    • The algorithm iteratively assigns data points to the nearest cluster centroid and updates the centroids until convergence.

    • K-means is se...

  • Answered by AI
  • Q2. Type 1 and Type 2 error

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Go-Jek?
Ask anonymously on communities.

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. Use case was given for wallet(e.g. pay later wallet) and asked to design basic ...read more
  3. Which programming language would you use in which situati...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.

Overall Interview Experience Rating

4.4/5

based on 27 interview experiences

Difficulty level

Easy 6%
Moderate 76%
Hard 18%

Duration

Less than 2 weeks 72%
2-4 weeks 22%
6-8 weeks 6%
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 251 Interviews
Blackrock Interview Questions
3.7
 • 100 Interviews
Mr Cooper Interview Questions
4.0
 • 93 Interviews
Synchrony Interview Questions
4.3
 • 82 Interviews
CSC Interview Questions
3.5
 • 62 Interviews
View all

Go-Jek Reviews and Ratings

based on 116 reviews

3.7/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.9

Salary

2.6

Job security

3.6

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 116 Reviews and Ratings
Head of Product - Ads

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Product Designer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Senior SDET

Bangalore / Bengaluru

4-9 Yrs

₹ 47-50 LPA

Explore more jobs
Senior Software Engineer
109 salaries
unlock blur

₹35 L/yr - ₹60.1 L/yr

Software Engineer
53 salaries
unlock blur

₹21.7 L/yr - ₹35.5 L/yr

Senior Data Scientist
42 salaries
unlock blur

₹32.5 L/yr - ₹45 L/yr

Data Scientist
26 salaries
unlock blur

₹28.8 L/yr - ₹44 L/yr

Sdet Lead
23 salaries
unlock blur

₹38 L/yr - ₹55 L/yr

Explore more salaries
Compare Go-Jek with

Wells Fargo

3.8
Compare

Morningstar

3.9
Compare

Synchrony

4.3
Compare

Ocwen Financial Solutions

4.0
Compare
write
Share an Interview