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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Optmise performance in pytho?
  • Ans. 

    Optimize Python performance by using efficient data structures, algorithms, and built-in functions.

    • Use list comprehensions instead of loops for faster execution. Example: [x**2 for x in range(10)]

    • Utilize built-in functions like map(), filter(), and reduce() for better performance.

    • Choose the right data structures: use sets for membership tests instead of lists.

    • Profile your code using cProfile to identify bottlenecks.

    • Con...

  • Answered by AI
  • Q2. Give example of decorator in python.
  • Ans. 

    A decorator in Python is a function that modifies the behavior of another function or method.

    • Decorators are defined using the '@' symbol followed by the decorator function name.

    • They can be used to add functionality to existing functions without modifying their code.

    • Example: A simple logging decorator that prints the function name before execution.

    • Example code: def my_decorator(func): def wrapper(): print(...

  • Answered by AI

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

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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a dataset, pandas task and commands
  • Q2. DSA round for lists,string, tuples, dictionary

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire 3rd party recruiters for meaningless rounds and never call back. Until you receive actual call from the company itself ignore

Lead Data Scientist Interview Questions asked at other Companies

Q1. 1) How many weeks should be considered for testing any new change to a billing system in stores? Methodology to arrive at the weeks? 2) Explain ability of a model - Shapio package? 3) Intermediate SQL - moving 3 months average? Can be solve... read more
View answer (1)
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

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)

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Average dsa topics related question.Mostly two pointer related questions were asked;

Round 2 - Case Study 

Providing data analytics based on exploratory data analysis techniques based on python language

Round 3 - One-on-one 

(1 Question)

  • Q1. Family background and other tehcnical related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls prepare python related techniques for solving any questions which are asked.Being proficient in dsa and data analytics is much recommended and good speaking skills.

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)
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

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)

Jobs at Turing

View all

Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Guesstimate - red cars in delhi
  • Ans. 

    There are approximately 20% of cars in Delhi that are red.

    • Delhi has a high population density and traffic congestion, leading to a higher number of cars on the road.

    • Red is a popular color choice for cars in India, especially for luxury and sports cars.

    • Based on national statistics, around 20% of cars in India are red, so a similar percentage can be assumed for Delhi.

  • Answered by AI
  • Q2. Behavioural questions - situation with ambiguity example etc.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Guesstimate - how many people watched the olympics
  • Ans. 

    It is difficult to provide an exact number, but millions of people around the world likely watched the Olympics.

    • The Olympics are a widely popular event that attracts viewers from all over the globe.

    • Viewership numbers can vary depending on the country, time zone, and popularity of specific events.

    • Factors such as streaming services and social media also impact the total viewership.

    • For example, the 2016 Rio Olympics had a...

  • Answered by AI
  • Q2. Behavioral - how you handle a team etc.
  • Ans. 

    I believe in open communication, setting clear expectations, providing support, and recognizing achievements.

    • Open communication is key to understanding team dynamics and addressing any issues that may arise.

    • Setting clear expectations helps team members understand their roles and responsibilities.

    • Providing support involves offering guidance, resources, and assistance when needed.

    • Recognizing achievements boosts morale an...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Analytical skills
  • Q2. LLM related question
  • Q3. Basic english knowledge

Research Analyst Interview Questions asked at other Companies

Q1. What is income statement how do u calculate net profit? What is stock split and merger and takeover and depreciation and amortization and net worth and retaining earnings,book value per share? Types of equity shares etc...
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

3 questions and internals of JS and python

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Modrate data structure question will be assigned there will be 2 qustion you have to pass the first question to access the second one

Round 2 - Technical 

(1 Question)

  • Q1. Wrting and reading will be tested
Round 3 - One-on-one 

(1 Question)

  • Q1. Use to ask simple quires about the topic mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - basic should be strong to crack the turing drive

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)

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