Upload Button Icon Add office photos

Filter interviews by

Turing Interview Questions, Process, and Tips for Freshers

Updated 23 Mar 2025

Top Turing Interview Questions and Answers for Freshers

Turing Interview Experiences for Freshers

Popular Designations

9 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was easy. Coding was also a part of the assessment.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Palindrome or not
  • Q2. A problem related to Matrix
  • Q3. OOPS related coding question
  • Q4. To develop a flask application which handles the requests.
  • Ans. 

    Flask is a lightweight web framework for Python that allows you to easily handle HTTP requests.

    • Create a Flask application by importing the Flask class

    • Define routes using the @app.route decorator

    • Handle different types of requests (GET, POST, etc.) using route functions

    • Return responses using the jsonify function for JSON data

    • Run the Flask application using the app.run() method

  • Answered by AI
  • Q5. An application based on django

Interview Preparation Tips

Topics to prepare for Turing Python Developer Intern interview:
  • Django
  • Flask
  • Palindrome
  • Matrix manipulation

Skills evaluated in this interview

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked 2 questions about numpy and 1 question about python coding along with some questions on data analysis as well as python

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good. some mcq questions were there

Round 2 - Coding Test 

It was a coding problem , medium level . required to solve with pandas

Interview Preparation Tips

Interview preparation tips for other job seekers - should have been more prepared

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (3)

Content Analyst Interview Questions & Answers

user image 031 Vaibhav

posted on 31 Jan 2025

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

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Logical Ability. Aptitude Skills. Pattern Recognition. English Skills.

Round 2 - Technical 

(2 Questions)

  • Q1. How would you approach a situational question aimed at testing your problem-solving skills, specifically regarding estimating the approximate number of refrigerators sold in India per year? You have ten mi...
  • Q2. A series of questions aimed at testing the candidates grip over the professional English Skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was a foreigner, so my strong grip over English paved a smooth communication. Also, he was a friendly person. Be prepared for getting asked tricky questions that will test your problem solving skills and awareness. Again, excellent English Skills are necessary!

Content Analyst Interview Questions asked at other Companies

Q1. Difference between transmission and auto transmission
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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Abut previous experinces
  • Ans. 

    I have over 5 years of experience in marketing, including developing and implementing successful campaigns for various products and services.

    • Managed social media accounts and increased engagement by 30%

    • Created email marketing campaigns that resulted in a 20% increase in sales

    • Collaborated with sales team to develop targeted marketing strategies

  • Answered by AI

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic python program question to solve in their site

Round 2 - Case Study 

To differentiate given two and explain which is efficient

Round 3 - Aptitude Test 

General aptitude and mcq questions

Interview Preparation Tips

Interview preparation tips for other job seekers - develop your skills in one particular domain and make knowledge other domain you are inrested

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2024

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

Gave 2 questions .I have to solve in python

Round 2 - Assignment 

Gave a question have to briefly explain like an llm

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

Leetcode medium problem

Round 2 - One-on-one 

(2 Questions)

  • Q1. Fibonacci series
  • Q2. Bubble sort
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Prepare on SQL in depth
  • Q2. Prepare on Excel & Python in depth

Turing Interview FAQs

How many rounds are there in Turing interview for freshers?
Turing interview process for freshers usually has 2 rounds. The most common rounds in the Turing interview process for freshers are Coding Test, Aptitude Test and One-on-one Round.
How to prepare for Turing 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 Javascript, Python, C++, Java and .NET.
What are the top questions asked in Turing interview for freshers?

Some of the top questions asked at the Turing 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
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 for Freshers

based on 8 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 102 Interviews
Toothsi Interview Questions
2.8
 • 60 Interviews
Zolo Interview Questions
3.4
 • 54 Interviews
GoMechanic Interview Questions
3.7
 • 52 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Impact Guru Interview Questions
3.7
 • 40 Interviews
KreditBee Interview Questions
3.4
 • 38 Interviews
Mfine Interview Questions
3.6
 • 24 Interviews
Milkbasket Interview Questions
3.9
 • 20 Interviews
View all

Turing Reviews and Ratings

based on 175 reviews

3.3/5

Rating in categories

2.8

Skill development

3.9

Work-life balance

3.8

Salary

2.4

Job security

3.4

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 175 Reviews and Ratings
Data Scientist
77 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Data Analyst
39 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Business Analyst
37 salaries
unlock blur

₹3.5 L/yr - ₹14.4 L/yr

Talent Acquisition Specialist
37 salaries
unlock blur

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