Upload Button Icon Add office photos

Filter interviews by

G2.com Data Scientist Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Probability related
  • Q2. Stats related like IQR etc.
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between entropy & information gain
  • Ans. 

    Entropy measures randomness in data, while information gain measures the reduction in uncertainty after splitting data.

    • Entropy is used in decision trees to measure impurity in a dataset before splitting it.

    • Information gain is used in decision trees to measure the effectiveness of a split in reducing uncertainty.

    • Entropy ranges from 0 (pure dataset) to 1 (completely impure dataset).

    • Information gain is calculated as the d...

  • Answered by AI
  • Q2. LSTM & GRU, Which to use when ?
  • Ans. 

    LSTM for longer sequences, GRU for faster training and less complex models.

    • Use LSTM for tasks requiring long-term dependencies and memory retention.

    • Use GRU for faster training and simpler models with fewer parameters.

    • Consider using LSTM for tasks like language translation or speech recognition.

    • Consider using GRU for tasks like sentiment analysis or text generation.

  • Answered by AI
Round 3 - Case Study 

Time Series data were given, we have to provide some insights

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to the projects in the resume and some questions on machine learning concepts.

I applied via Indeed and was interviewed in Aug 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 - Telephonic Call 

(5 Questions)

  • Q1. Tell me about yourself?
  • Q2. Projects you have done?
  • Q3. Technical Skills You have?
  • Q4. They asked about Any Certification course i have done?
  • Q5. Could you tell me about our company?
Round 3 - Assignment 

Assignment is about IBM COGNOS!

Round 4 - Case Study 

They want to Know about my behaviour and How can I solve critical Conditions of company!

Interview Preparation Tips

Topics to prepare for Innovaccer Data Scientist interview:
  • Know about Company
Interview preparation tips for other job seekers - Keep Calm and Composed in any Situation.Try not to oversmart.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The session lasted three hours and covered a wide range of topics, including DBMS, operating systems, SQL, computer networks, command-line interface commands, and data science topics such as Python, Pandas, and NumPy. Advanced topics included error handling and various algorithms like classification and clustering, along with deep learning concepts. Additionally, two data structures and algorithms questions were addressed, one being moderate and the other challenging, focusing on dynamic programming with bitmasking.

Round 2 - Technical 

(4 Questions)

  • Q1. What are the basics of data science?
  • Q2. What are the best practices for handling large data sets ?
  • Q3. What is the purpose of a confusion matrix in data science?
  • Q4. Discussion around Kubernetes ?
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide an overview of yourself and your past experiences?
  • Q2. How effective do you find it when interviewers check your confidence by asking apparent questions that may lead to hesitation in your responses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly and also be confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About the Projects I was working on and step by step detailing
  • Q2. Since it is NLP related projects mostly on Embeddings and word related questions
Round 2 - Assignment 

Its a take-home assignment related to NLP multi-class classification

Round 3 - Behavioral 

(2 Questions)

  • Q1. Again they discussed my insights on the projects
  • Q2. Some case studies and how we can solve it
Round 4 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Accepting offer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It is an online coding test and the duration is 3 hours. They test your python skills here. Questions are related to Python and Pandas. You have to write code for the given questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Few basic python programs related to lists, data structures, strings, Fibonacci series etc
  • Q2. Asked ML related questions like regression, classification algorithms, NLP questions, evaluation metrics, how to handle if there are many attributes in dataset etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join in this company. They say that they'll convert you as a Full time employee in 8 months but ultimately they will convert you after one year and mass lay offs are going on.

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 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 

(3 Questions)

  • Q1. What is tokenization in NLP? and, to get raw tokens for a sentence with words seperated by space, why use tokenizers from nltk instead of str.split()?
  • Ans. 

    Tokenization in NLP is the process of breaking down text into smaller units called tokens.

    • Tokenization is a fundamental step in NLP for text preprocessing.

    • Tokens can be words, phrases, or even individual characters.

    • Tokenization helps in preparing text data for further analysis or modeling.

    • NLTK tokenizers provide additional functionalities like handling contractions, punctuation, etc.

    • str.split() may not handle complex t...

  • Answered by AI
  • Q2. While tokenzing, if you want to not break some word pairs(or triplets), for ex, to not tokenize the words 'first' and 'name' when they occur together and consider them as a single token, how would you do i...
  • Q3. 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 i...
  • Ans. 

    To find a line that best fits the data with 1000 samples and 700 dimensions, we can use linear regression.

    • For unsupervised ML approach, we can use Principal Component Analysis (PCA) to reduce dimensions and then fit a line using linear regression.

    • For supervised ML approach, we need to select a target column. We can choose any of the 700 dimensions as the target and treat it as a regression problem.

    • Potential problems of...

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

(3 Questions)

  • Q1. This round was entirely based on my projects on the resume!!!!
  • Q2. Explain project starting from the business problem to the deployment? [I was being interrupted for clarifications and questions]
  • Q3. [all of the follow up questions were baed on my answers] (some questions on businesss problem and rationale behing it, end users, how success will be measured and data collection that I can't disclose) a...

Interview Preparation Tips

Interview preparation tips for other job seekers - do not chase the HR, they just don't reply and your application will be forwarded, only when a candidate doesn't join or something like that. they had called me and told me that all the 3 rounds(2 technical + 1 manager) will completed in 3 days and didn't get back to me after the first round, in which the interviewer had explicitly told me that he has forwarded me to the next round and HR will get in touch with me for scheduling the 2nd technical round.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal mental ability question

Round 2 - Technical 

(1 Question)

  • Q1. Live coding and python question asked(like what is list , set)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Gradient descent
  • Q2. Precision Recall
Round 2 - HR 

(2 Questions)

  • Q1. Where you see yourslef in next 5 year
  • Q2. Difficult situation which you face in ur last job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Heap concept,insert 10 values in list

G2.com Interview FAQs

How to prepare for G2.com 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 G2.com. The most common topics and skills that interviewers at G2.com expect are Machine Learning, Python, Data Analysis, Data Collection and Data Extraction.

Tell us how to improve this page.

G2.com Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 80 Interviews
NoBrokerHOOD Interview Questions
3.3
 • 55 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 26 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
View all
Data Operations Associate
6 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Market Research Analyst
5 salaries
unlock blur

₹6.3 L/yr - ₹10.7 L/yr

Senior Data Analyst
5 salaries
unlock blur

₹18 L/yr - ₹22 L/yr

Team Lead
5 salaries
unlock blur

₹10 L/yr - ₹19 L/yr

Customer Success Manager
5 salaries
unlock blur

₹13 L/yr - ₹20 L/yr

Explore more salaries
Compare G2.com with

Intellect Design Arena

4.0
Compare

NoBrokerHOOD

3.3
Compare

Celebal Technologies

3.3
Compare

Innovaccer

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