Upload Button Icon Add office photos

Filter interviews by

Turing Interview Questions and Answers

Updated 23 Mar 2025

Turing Interview Experiences

Popular Designations

96 interviews found

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

Duration: 1hr45min
DSA medium level question

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Prepare very well for basics

Round 2 - Coding Test 

Prepare very well for basics

Round 3 - Coding Test 

Prepare well for algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - be diligent with learning

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium coding challenge

Machine Learning and Python Developer Interview Questions asked at other Companies

Q1. fine tuning llms vs rag important usecases
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Business metrics

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)

Turing interview questions for popular designations

 Data Scientist

 (10)

 Business Analyst

 (9)

 Data Analyst

 (8)

 Software Engineer

 (6)

 Software Developer

 (4)

 Python Developer

 (3)

 Research Analyst

 (3)

 Senior Software Developer

 (3)

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 Interview Questions asked at other Companies

Q1. 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 it, if you want to treat this as a s... read more
View answer (5)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Swap first and last digit num using python

Round 2 - Coding Test 

(1 Question)

  • Q1. Combination the word like environment

Interview Preparation Tips

Interview preparation tips for other job seekers - well good in python

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Turing

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Bit Difficult questions and more on pattern based questions

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
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

Data Scientist Interview Questions asked at other Companies

Q1. 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 it, if you want to treat this as a s... read more
View answer (5)

Data Analyst Interview Questions & Answers

user image Saikumar Vavilashetty

posted on 24 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Newhouse an python subset vowels

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Used Own Platform to Coding Test

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA, Sorting, Searching, Algorithms

Data Analyst and Python Developer Interview Questions asked at other Companies

Q1. What is for condation?
View answer (1)

Turing Interview FAQs

How many rounds are there in Turing interview?
Turing interview process usually has 1-2 rounds. The most common rounds in the Turing interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Turing 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 Javascript, Python, Front End, Backend and Software Configuration Management.
What are the top questions asked in Turing interview?

Some of the top questions asked at the Turing interview -

  1. There is a square field of 10m×10m which is divided into 100 squared blocks. E...read more
  2. What is the neihbourhood in which superhosts have the biggest median pries diff...read more
  3. What is the angle between minute and hour clock when the clock strikes 2:...read more
How long is the Turing interview process?

The duration of Turing interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Turing Interview Process

based on 111 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 101 Interviews
Toothsi Interview Questions
2.8
 • 60 Interviews
Zolo Interview Questions
3.4
 • 51 Interviews
GoMechanic Interview Questions
3.7
 • 50 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Impact Guru Interview Questions
3.7
 • 39 Interviews
KreditBee Interview Questions
3.4
 • 37 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Milkbasket Interview Questions
3.9
 • 20 Interviews
View all

Turing Reviews and Ratings

based on 172 reviews

3.4/5

Rating in categories

2.8

Skill development

3.9

Work-life balance

3.8

Salary

2.4

Job security

3.5

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 172 Reviews and Ratings
Java Engineer

Remote

2-5 Yrs

Not Disclosed

Python Developer

Remote

2-5 Yrs

₹ 10-10 LPA

Explore more jobs
Data Scientist
76 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Data Analyst
39 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Talent Acquisition Specialist
37 salaries
unlock blur

₹4 L/yr - ₹17.4 L/yr

Business Analyst
34 salaries
unlock blur

₹3.5 L/yr - ₹14.8 L/yr

Data Specialist
34 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Turing with

Netmeds.com

3.6
Compare

Toothsi

2.8
Compare

Tracxn

3.1
Compare

Zolo

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