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 Data Scientist Interview Questions and Answers

Updated 7 Sep 2023

Go-Jek Data Scientist Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Aug 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 - 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 fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Bert and transformer
  • Ans. 

    Bert and transformer are models used in natural language processing for tasks like text classification and language generation.

    • Bert (Bidirectional Encoder Representations from Transformers) is a transformer-based model developed by Google for NLP tasks.

    • Transformer is a deep learning model architecture that uses self-attention mechanisms to process sequential data like text.

    • Both Bert and transformer have been widely use...

  • Answered by AI
  • Q2. NLP pre processing techniques
  • Ans. 

    NLP pre processing techniques involve cleaning and preparing text data for analysis.

    • Tokenization: breaking text into words or sentences

    • Stopword removal: removing common words that do not add meaning

    • Lemmatization: reducing words to their base form

    • Normalization: converting text to lowercase

    • Removing special characters and punctuation

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Strength weakness

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. How to check model performance? Over fit vs underfit?
  • Ans. 

    Model performance can be checked using various metrics such as accuracy, precision, recall, F1 score, and confusion matrix.

    • Split data into training and testing sets

    • Train the model on the training set

    • Evaluate the model on the testing set using metrics such as accuracy, precision, recall, F1 score, and confusion matrix

    • If the model performs well on the testing set, it is not overfit or underfit

    • If the model performs well o...

  • Answered by AI
Round 2 - Coding Test 

Python code for 45 mins. Pandas , group by , filtering questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare pandas interview questions well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Bert and transformer
  • Ans. 

    Bert and transformer are models used in natural language processing for tasks like text classification and language generation.

    • Bert (Bidirectional Encoder Representations from Transformers) is a transformer-based model developed by Google for NLP tasks.

    • Transformer is a deep learning model architecture that uses self-attention mechanisms to process sequential data like text.

    • Both Bert and transformer have been widely use...

  • Answered by AI
  • Q2. NLP pre processing techniques
  • Ans. 

    NLP pre processing techniques involve cleaning and preparing text data for analysis.

    • Tokenization: breaking text into words or sentences

    • Stopword removal: removing common words that do not add meaning

    • Lemmatization: reducing words to their base form

    • Normalization: converting text to lowercase

    • Removing special characters and punctuation

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Strength weakness

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. How to check model performance? Over fit vs underfit?
  • Ans. 

    Model performance can be checked using various metrics such as accuracy, precision, recall, F1 score, and confusion matrix.

    • Split data into training and testing sets

    • Train the model on the training set

    • Evaluate the model on the testing set using metrics such as accuracy, precision, recall, F1 score, and confusion matrix

    • If the model performs well on the testing set, it is not overfit or underfit

    • If the model performs well o...

  • Answered by AI
Round 2 - Coding Test 

Python code for 45 mins. Pandas , group by , filtering questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare pandas interview questions well

Skills evaluated in this interview

Go-Jek Interview FAQs

How many rounds are there in Go-Jek Data Scientist interview?
Go-Jek interview process usually has 4 rounds. The most common rounds in the Go-Jek interview process are Resume Shortlist, Assignment and Technical.
How to prepare for Go-Jek Data Scientist 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 Machine Learning, Python, Data Science, Computer science and SQL.
What are the top questions asked in Go-Jek Data Scientist interview?

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

  1. Explain how GBM wo...read more
  2. General resume based question. Interviewer asked me to explain one of the past ...read more
  3. It was a technical + data science case study round. Interviewer asked me some t...read more

Tell us how to improve this page.

Go-Jek Data Scientist Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Go-Jek Data Scientist Salary
based on 32 salaries
₹12 L/yr - ₹45 L/yr
102% more than the average Data Scientist Salary in India
View more details

Go-Jek Data Scientist Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.7

Salary

2.3

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
87 salaries
unlock blur

₹24.6 L/yr - ₹70 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