Upload Button Icon Add office photos

Filter interviews by

Turing Data Scientist Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top Turing Data Scientist Interview Questions and Answers

  • Q1. What is the neihbourhood in which superhosts have the biggest median pries difference with respect to non superhosts ?
  • Q2. Find all the numbers that appear at least three times consecutively return the result table in any order
  • Q3. Given a string s and integer k , return the maximum number of vowel letters in any substring of s with length k. vowel letters in English are 'a','e','i','o','u' .

Turing Data Scientist Interview Experiences

10 interviews found

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. General ml questions
  • Q2. Coding on dataframe from kaggle

Data Scientist Interview Questions & Answers

user image vishal sharma

posted on 5 Dec 2024

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

Python coding 45 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Fraud data balancing
  • Q2. Recommendation metrics
Round 3 - HR 

(2 Questions)

  • Q1. Why join Turing?
  • Q2. Ability to learn new skills

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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Assignment 

Assignment containing the python coding and the pandas data analysis and statistics questions

Round 2 - Technical 

(2 Questions)

  • Q1. Given the tabular data and asked to find the issues in the data and how to solve them.
  • Q2. Check if the sentence is palindrome or not.
  • Ans. 

    Check if a sentence is a palindrome or not.

    • Remove all non-alphanumeric characters and convert to lowercase.

    • Compare the original sentence with its reverse to check for palindrome.

    • Example: 'A man, a plan, a canal, Panama' is a palindrome sentence.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Classical data science questions
  • Q2. Given the large dataset and asked to find the answers using pandas

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong command on python, pandas and machine learning

Skills evaluated in this interview

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

A simple Python coding assesment - had fibonacci series and just general python questions

Round 2 - Technical 

(2 Questions)

  • Q1. Probablity Question - Coin toss one
  • Q2. Statistical Significance - what it is? and how to use hypothesis testing
  • Ans. 

    Statistical significance refers to the likelihood that a result or relationship is not due to chance.

    • Statistical significance is a measure of the probability that a relationship between variables is not due to random chance.

    • Hypothesis testing is a common method to determine statistical significance by comparing observed data to what would be expected by chance.

    • A p-value is used to determine statistical significance, wi...

  • Answered by AI

Turing interview questions for designations

 Lead Data Scientist

 (1)

 Data Science

 (1)

 Data Analyst Intern

 (1)

 Data Analyst

 (8)

 Junior Data Analyst

 (3)

 Software Developer and Data Analyst

 (1)

 Data Analyst and Python Developer

 (1)

 Machine Learning Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Coding Test 

Python coding round. The question will be regarding list, class and objects

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join our company?
  • Ans. 

    I am impressed by your company's innovative projects and collaborative work culture.

    • I admire the cutting-edge technologies and projects your company is involved in.

    • I value the collaborative work culture and team spirit that your company promotes.

    • I believe my skills and expertise align well with the goals and values of your company.

  • Answered by AI
  • Q2. What is your strength?
  • Ans. 

    My strength lies in my ability to analyze complex data sets and derive actionable insights.

    • Strong analytical skills

    • Ability to work with large data sets

    • Experience with data visualization tools like Tableau

    • Strong problem-solving skills

    • Effective communication of findings to non-technical stakeholders

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

MCQ based Python test, SQL, Data Analysis, Machine learning test. Each test should be cleared for further round

Round 2 - Assignment 

Client will give you Assignment question Sample and answer. Similarly you have to give answer. For me Python code , in which my role is to give machine solution with different algorithm approach and test cases with that. It is kind of prompt engineer which will trained the machine for coding

Interview Preparation Tips

Topics to prepare for Turing Data Scientist interview:
  • python
  • sql
  • machine learning
  • data analysis
Interview preparation tips for other job seekers - Prepare the ML, SQL, Python and Data analysis concept. And practice Data structure with python (Array, string). And practice case study or project

Data Scientist Jobs at Turing

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Python and SQL coding assessment with 2 python question

Round 2 - Technical 

(3 Questions)

  • Q1. Given a string s and integer k , return the maximum number of vowel letters in any substring of s with length k. vowel letters in English are 'a','e','i','o','u' .
  • Ans. 

    Find the maximum number of vowels in any substring of length k in a given string.

    • Iterate through the string with a sliding window of size k, counting vowels in each substring.

    • Keep track of the maximum vowel count encountered.

    • Return the maximum vowel count found.

  • Answered by AI
  • Q2. Find all the numbers that appear at least three times consecutively return the result table in any order
  • Ans. 

    Find numbers that appear at least three times consecutively in any order.

    • Use a window function to track consecutive numbers

    • Filter the result to only include numbers that appear at least three times consecutively

    • Return the result table in any order

  • Answered by AI
  • Q3. What is the neihbourhood in which superhosts have the biggest median pries difference with respect to non superhosts ?
  • Ans. 

    The neighbourhood with the biggest median price difference between superhosts and non superhosts is X.

    • Calculate the median price for superhosts and non superhosts in each neighbourhood

    • Find the neighbourhood with the largest difference in median prices between superhosts and non superhosts

    • Example: Neighbourhood X has a median price of $200 for superhosts and $150 for non superhosts, resulting in a $50 difference

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Turing Data Scientist interview:
  • Python
  • pandas
  • dataframe
  • SQL
  • data preprocessing
Interview preparation tips for other job seekers - Focus on your relevant skills, achievements and enthusiasm for the role. Tailor your answer to align with the job requirements and show how you can add value to the company .

Skills evaluated in this interview

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

I applied via Turing and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

The first round was a coding test (the language was Python). There were two questions, each 1.5 hrs. The coding test was monitored. You have to turn on your microphone and camera and share the screen.

While doing this coding test, you also have to write the steps of the code you want to implement.

Interview Preparation Tips

Topics to prepare for Turing Data Scientist interview:
  • Python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Prepare thoroughly since the coding test have limited time. Moreover be prepared for a data Analysis task if picking data science stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn always

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Data science related questions on Turing.com

Interview Preparation Tips

Interview preparation tips for other job seekers - Go to Turing.com, give multiple tests based on your tech stack. Pass coding, Get interviewed on the questions related to your field.

Turing Interview FAQs

How many rounds are there in Turing Data Scientist interview?
Turing interview process usually has 1-2 rounds. The most common rounds in the Turing interview process are Technical, Coding Test and Assignment.
How to prepare for Turing 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 Turing. The most common topics and skills that interviewers at Turing expect are Python, SQL, Data Science, Data Analysis and Machine Learning.
What are the top questions asked in Turing Data Scientist interview?

Some of the top questions asked at the Turing Data Scientist interview -

  1. What is the neihbourhood in which superhosts have the biggest median pries diff...read more
  2. Find all the numbers that appear at least three times consecutively return the ...read more
  3. Given a string s and integer k , return the maximum number of vowel letters in ...read more

Tell us how to improve this page.

Turing Data Scientist Interview Process

based on 10 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Turing Data Scientist Salary
based on 70 salaries
₹11.5 L/yr - ₹36 L/yr
46% more than the average Data Scientist Salary in India
View more details

Turing Data Scientist Reviews and Ratings

based on 8 reviews

3.6/5

Rating in categories

2.1

Skill development

4.3

Work-life balance

4.2

Salary

2.2

Job security

3.4

Company culture

3.5

Promotions

2.8

Work satisfaction

Explore 8 Reviews and Ratings
Remote Data Scientist - Python

Remote

2-5 Yrs

₹ 7.4-39 LPA

Data Scientist

Remote

10-12 Yrs

Not Disclosed

Data Scientist

Remote

3-7 Yrs

Not Disclosed

Explore more jobs
Data Scientist
70 salaries
unlock blur

₹11.5 L/yr - ₹36 L/yr

Talent Acquisition Specialist
36 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Data Specialist
32 salaries
unlock blur

₹3.2 L/yr - ₹5.4 L/yr

Business Analyst
30 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Data Analyst
20 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Turing with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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