Upload Button Icon Add office photos

Filter interviews by

Turing Data Scientist Interview Questions and Answers for Freshers

Updated 5 Dec 2024

Turing Data Scientist Interview Experiences for Freshers

1 interview found

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

Data Scientist Jobs at Turing

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Nothing much technical

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Go in formals
2. Fluency in English is important (depends on interview panel)
3. Clarity on what your talking about

Interview Questionnaire 

1 Question

  • Q1. Basic ML

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Explain about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was looking for Data science experience in infrastructure that is building a solution for remedy ticket

I applied via Company Website and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Which job gives me do that work because of this job very important to me

Interview Preparation Tips

Interview preparation tips for other job seekers - No adive

Data Scientist Interview Questions & Answers

LTIMindtree user image Abhishek Srivastav

posted on 16 Mar 2015

Interview Questionnaire 

3 Questions

  • Q1. Code For parse Traingle
  • Ans. 

    Code for parsing a triangle

    • Use a loop to iterate through each line of the triangle

    • Split each line into an array of numbers

    • Store the parsed numbers in a 2D array or a list of lists

  • Answered by AI
  • Q2. Asci value along with alphabets(both capital and small)
  • Ans. 

    The ASCII value is a numerical representation of a character. It includes both capital and small alphabets.

    • ASCII values range from 65 to 90 for capital letters A to Z.

    • ASCII values range from 97 to 122 for small letters a to z.

    • For example, the ASCII value of 'A' is 65 and the ASCII value of 'a' is 97.

  • Answered by AI
  • Q3. Would you like to go for Hire studies

Interview Preparation Tips

Round: Test
Experience: First round was through Elitmus.
If you want to be in IT industry must appear it atleast once, for core also u can try it.
It's usually a tough exam but if u are good in maths , apti you will crack it.
Tips: Focus more on Reasoning part. this is the most difficult part.
practise paragraphs reading and solving(Average level)(Infosys level or less)
If you need any kind of help you can contact me via email or can even ring me.
I would recomend everybody to appear this exam with minimum of one month dedicated preparation
Duration: 120 minutes
Total Questions: 60

Round: Coding Round on their own plateform
Experience: It was little difficult to write codes on some other plateform. But time was enough to cope up.
Tips: Try writing as many programs you can write in C, C++ and JAVA not on paper, on compiler . while giving this exam you can select any of these three languages. Based on that your technical Interview will be taken.

Round: Technical Interview
Experience: Its easy one if you have hands on on programing
Tips: Explore and explore .

Round: HR Interview
Experience: Most difficult round for me(I feel myself a little weak in English). But stay calm. And be cheerful.
I still don't know the exact answer of the question but conversation gone for about 20 minutes on this topic.
He din't seem satisfied with me. Btw most of the people says to say no. You can take your call according to the situation.
Tips: Stay calm. Have as much Knowledge about the organisation. Try to make your Intro as much interesting as possible with achivements, hobbies etc. Ya English plays most important role here.

General Tips: Always have faith in yourself. And remember Everything happens for some good reason
Skill Tips: Dont go deep in OS, DBMS but have rough idea about all the topics
Skills: C, C++, DATA STRUCTURE, DBMS, OS
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: I wanted a job. :)
Funny Moments: A number of stories are there related to this job.
One is I already had an offer so I booked my ticket to home from Bangalore But at very last moment my father told me that you should never miss any chance, go for it. I went and interview date was postponded due to some reasons. I got a mail at 10:30 pm saying I have to attend interview next day morning at 8:30 pm. I ran to get printout of that mail. The venue was 3 hour journey from my place so I din't sleep for the whole night because i knew that if I ll sleep, I would not be able to wake up But I din't studied also because it would have lead to sleep. And Without having sleep and last moment study I made it.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What PCA, Decision tree and computer vision
  • Ans. 

    PCA is a dimensionality reduction technique, decision tree is a classification algorithm, and computer vision is a field of study focused on enabling computers to interpret and understand visual information.

    • PCA is used to reduce the number of variables in a dataset while retaining the most important information.

    • Decision trees are used to classify data based on a set of rules and conditions.

    • Computer vision involves usin...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Please tell me something about yourself.What is your experience? What are your goals and ambitions?Why We should hire you? Strengths and weaknesses etc.

I applied via Referral and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is data science
  • Ans. 

    Data science is the field of extracting insights and knowledge from data using various techniques and tools.

    • Data science involves collecting, cleaning, and analyzing data to extract insights.

    • It uses various techniques such as machine learning, statistical modeling, and data visualization.

    • Data science is used in various fields such as finance, healthcare, and marketing.

    • Examples of data science applications include fraud...

  • Answered by AI
  • Q2. What is phyton and R
  • Ans. 

    Python and R are programming languages commonly used in data science and statistical analysis.

    • Python is a general-purpose language with a large community and many libraries for data manipulation and machine learning.

    • R is a language specifically designed for statistical computing and graphics, with a wide range of packages for data analysis and visualization.

    • Both languages are popular choices for data scientists and hav...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the tips how to face the interview

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the importance of Model Evaluation in the process of ML pipeline
  • Ans. 

    Model evaluation is crucial in ML pipeline to assess the performance and generalization of the model.

    • Helps in selecting the best model for the given problem by comparing different models based on metrics like accuracy, precision, recall, etc.

    • Prevents overfitting by checking if the model is performing well on unseen data.

    • Guides in fine-tuning hyperparameters to improve model performance.

    • Enables understanding of model li...

  • Answered by AI

Skills evaluated in this interview

Turing Interview FAQs

How many rounds are there in Turing Data Scientist interview for freshers?
Turing interview process for freshers usually has 2 rounds. The most common rounds in the Turing interview process for freshers are Assignment and Technical.
How to prepare for Turing Data Scientist interview for freshers?
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 for freshers?

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

  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 for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Turing Data Scientist Salary
based on 78 salaries
₹10.3 L/yr - ₹34.6 L/yr
49% more than the average Data Scientist Salary in India
View more details

Turing Data Scientist Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

2.1

Skill development

4.4

Work-life balance

4.0

Salary

2.5

Job security

3.5

Company culture

3.4

Promotions

2.7

Work satisfaction

Explore 9 Reviews and Ratings
Data Scientist

Remote

3-5 Yrs

₹ 12-39 LPA

Data Scientist

Remote

0-5 Yrs

Not Disclosed

Remote Data Scientist - Python

Remote

2-5 Yrs

₹ 6-39 LPA

Explore more jobs
Data Scientist
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Specialist
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
20 salaries
unlock blur

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