AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
logo
Premium Employer

i

This company page is being actively managed by Turing Team. If you also belong to the team, you can get access from here

Turing Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.2

based on 212 Reviews

  • Why join us
  • Reviews
    212
  • Salaries
    1.1k
  • Interviews
    102
  • Jobs
    42
  • Benefits
    6
  • Photos
    -
  • Posts
    1

Filter interviews by

Turing Interview Questions and Answers

Updated 4 Jun 2025
Popular Designations

48 Interview questions

A Technical Recruiter III was asked 2w ago
Q. How do you use LinkedIn Recruiter?
Ans. 

LinkedIn Recruiter is a powerful tool for sourcing, managing, and engaging with potential candidates effectively.

  • Utilize advanced search filters to narrow down candidates by skills, location, and experience. For example, search for 'Java Developer' in 'San Francisco'.

  • Save candidate profiles to your project folders for easy access and organization. This helps in tracking potential hires.

  • Use InMail to reach out to c...

A Software Engineer was asked 3mo ago
Q. How do you optimize performance in Python?
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 bottleneck...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. Give an example of a 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(): p...

View all Software Engineer interview questions
A Business Analyst was asked 3mo ago
Q. Estimate the number of tickets sold daily in Bangalore. Calculate the total revenue for the entire month.
Ans. 

Estimating daily ticket sales in Bangalore involves analyzing population, demographics, and ticket prices for revenue calculation.

  • Population Estimate: Bangalore has a population of approximately 12 million, which influences the potential ticket buyers.

  • Market Segmentation: Consider different segments like commuters, tourists, and event-goers who might buy tickets.

  • Average Ticket Price: If the average ticket price is...

View all Business Analyst interview questions
A Business Analyst was asked 4mo ago
Q. What do you know about LLMs?
Ans. 

LLMs stand for Legal Entity Identifiers, unique codes used to identify legal entities involved in financial transactions.

  • LLMs are unique 20-character alphanumeric codes used to identify legal entities participating in financial transactions.

  • They were introduced as part of the global LEI system to improve transparency and reduce risks in financial markets.

  • LLMs are required for reporting under regulations such as Mi...

View all Business Analyst interview questions
A Business Analyst was asked 4mo ago
Q. Estimate the number of OTT subscribers in India.
Ans. 

There are approximately 100 million OTT subscribers in India.

  • Consider the total population of India (around 1.3 billion)

  • Estimate the percentage of people using OTT platforms (around 30-40%)

  • Calculate the number of OTT subscribers based on the percentage

  • Example: 1.3 billion * 0.35 = 455 million OTT subscribers

View all Business Analyst interview questions
A Business Analyst was asked 4mo ago
Q. How would you check the validity of an online claim using research?
Ans. 

To check the validity of a claim online, utilize credible sources, fact-checking tools, and expert opinions.

  • Verify the source: Check if the claim originates from a reputable organization or expert in the field.

  • Cross-reference information: Look for the same claim on multiple trusted websites to see if it is consistently reported.

  • Use fact-checking websites: Platforms like Snopes, FactCheck.org, or PolitiFact can hel...

View all Business Analyst interview questions
Are these interview questions helpful?
A Java Developer was asked 5mo ago
Q. Create an API with conditions.
Ans. 

Create an API with a condition

  • Define the condition that needs to be met for the API to return a specific response

  • Implement the logic for the condition in the API code

  • Test the API with different inputs to ensure the condition is working correctly

View all Java Developer interview questions
A Python Developer was asked 7mo ago
Q. What is a recursive function?
Ans. 

A recursive function is a function that calls itself within its definition.

  • A recursive function must have a base case to prevent infinite recursion.

  • Recursion can be used to solve problems that can be broken down into smaller, similar subproblems.

  • Example: Factorial calculation using recursion: def factorial(n): return 1 if n == 0 else n * factorial(n-1)

View all Python Developer interview questions
A Python Developer was asked 7mo ago
Q. A robber is planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security systems ...
Ans. 

Program to maximize money from robbing 9 houses without triggering alarm for consecutive robberies

  • Create a list of money in each house

  • Use dynamic programming to keep track of maximum money robbed without triggering alarm

  • Consider robbing or skipping each house based on previous robberies

  • Example: houses = [10, 20, 15, 25, 10, 30, 50, 5, 40]

View all Python Developer interview questions
1 2 3 4 5

Turing Interview Experiences

102 interviews found

Lead Business Analyst Interview Questions & Answers

user image Anonymous

posted on 9 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 were 3 interview rounds.

Round 1 - Aptitude Test 

1 Hour test to test Analytical skills and General Aptitude

Round 2 - Guesstimates 

(4 Questions)

  • Q1. How many people in the area you live in own a car?
  • Ans. 

    It is estimated that around 80% of the population in the area I live in own a car.

    • Approximately 80% of people in the area own a car

    • Car ownership is common due to lack of public transportation options

    • Many households have multiple cars for different family members

  • Answered by AI
    Add your answer
  • Q2. Measure 4 Liters out of two vessels that are of 5 Liters and 3 Liters
  • Add your answer
  • Q3. How do you manage a conflict in the workplace?
  • Ans. 

    I manage conflicts by actively listening, understanding all perspectives, finding common ground, and facilitating a resolution.

    • Actively listen to all parties involved to understand their perspectives

    • Identify common ground and areas of agreement

    • Facilitate open communication and encourage collaboration

    • Seek a win-win solution that addresses the concerns of all parties

    • Document agreements and follow up to ensure resolution

  • Answered by AI
    Add your answer
  • Q4. The overall quality of the process isn't improving. How do you tackle this situation?
  • Ans. 

    To improve the overall quality of the process, I would focus on identifying root causes, implementing process improvements, and monitoring results.

    • Conduct a thorough analysis to identify the root causes of the quality issues

    • Collaborate with stakeholders to develop and implement process improvements

    • Establish key performance indicators (KPIs) to monitor the effectiveness of the changes

    • Regularly review and adjust the proc...

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. One thing that you would do differently from your previous manager?
  • Ans. 

    I would focus more on fostering a collaborative team environment.

    • Encourage open communication and idea sharing among team members

    • Promote a culture of teamwork and mutual support

    • Implement regular team-building activities to strengthen relationships

  • Answered by AI
    Add your answer
  • Q2. What is the angle between minute and hour clock when the clock strikes 2:20?
  • Ans. 

    The angle between the minute and hour hands of a clock at 2:20 is 50 degrees.

    • Calculate the angle formed by the hour hand from 12 o'clock to the current time (2:20)

    • Calculate the angle formed by the minute hand from 12 o'clock to the current time (20 minutes past the hour)

    • Subtract the smaller angle from the larger angle to get the angle between the minute and hour hands

  • Answered by AI
    View 1 more answer

Interview Preparation Tips

Topics to prepare for Turing Lead Business Analyst interview:
  • Analytical skills
  • Operations
Anonymous

Python Developer Intern Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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
  • Add your answer
  • Q2. A problem related to Matrix
  • Add your answer
  • Q3. OOPS related coding question
  • Add your answer
  • 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
    Add your answer
  • Q5. An application based on django
  • Add your answer

Interview Preparation Tips

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

Skills evaluated in this interview

Anonymous

Java Developer Interview Questions & Answers

user image Abuzer Ansari

posted on 6 Jan 2025

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

(4 Questions)

  • Q1. Data structures, scenario based question, sql, api
  • Add your answer
  • Q2. Scenario based question
  • Add your answer
  • Q3. Questions on sql queries
  • Add your answer
  • Q4. Create an api with condition
  • Add your answer
Anonymous

Research Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

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

Round 1 - Aptitude Test 

General Quiz - 20 questions

Round 2 - Coding Test 

Data analytics coding test

Round 3 - One-on-one 

(4 Questions)

  • Q1. Introduction & then 3 market sizing guesstimates
  • Add your answer
  • Q2. 4-5 quants questions
  • Add your answer
  • Q3. 3-4 critical reasoning questions
  • Add your answer
  • Q4. Questions on Gen AI and LLMs
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - walk them through your approach of guesstimates
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. How many tennis ball will fit into a school bus?
  • Ans. 

    The number of tennis balls that can fit into a school bus depends on the size of the bus and the size of the tennis balls.

    • Calculate the volume of the school bus and the volume of a tennis ball to determine how many can fit

    • Consider the packing efficiency of the tennis balls to account for empty space

    • Assume a standard size for the school bus and tennis balls for easier calculation

  • Answered by AI
    Add your answer
  • Q2. Previous company project explanation.
  • Ans. 

    Led a project to streamline inventory management, reducing costs and improving efficiency through data analysis and process optimization.

    • Conducted a thorough analysis of existing inventory processes to identify inefficiencies.

    • Collaborated with cross-functional teams to gather requirements and define project scope.

    • Implemented a new inventory tracking system that integrated with existing software.

    • Utilized data visualizat...

  • Answered by AI
    Add your answer
  • Q3. Reason to quit your job
  • Ans. 

    I am seeking new challenges and opportunities for growth that my current role cannot provide.

    • Desire for professional growth: I want to expand my skill set and take on more responsibilities.

    • Limited career advancement: My current position has no clear path for promotion.

    • Seeking a better work-life balance: My current job demands long hours that affect my personal life.

    • Interest in a different industry: I am passionate abou...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for analytical questions well.
Anonymous

Junior Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium DSA questions in python

Round 2 - Technical 

(2 Questions)

  • Q1. Convert decimal number to binary representation
  • Ans. 

    Convert decimal number to binary representation using division and remainder method.

    • Start by dividing the decimal number by 2 and noting down the remainder.

    • Continue dividing the quotient by 2 until the quotient is 0.

    • The remainders obtained in reverse order will give the binary representation.

  • Answered by AI
    Add your answer
  • Q2. Merge two sorted linked list and from scratch, create class of linked list then create method of generating linked list
  • Ans. 

    Merge two sorted linked lists by creating a linked list class and method to generate linked lists from scratch.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with methods to insert nodes and merge two lists

    • Iterate through both lists and compare nodes to merge them in sorted order

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I thought that due to production and Industrial engineering branch , I was rejected

Skills evaluated in this interview

Anonymous

Backend Java Developer Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

On Turing platform i had to give the test based on the skill that the job is looking for.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on DSA- Graph Problem, Hashmap problem, Binary Tree problem
  • Add your answer
  • Q2. Java Multithreading Code debug and questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Advanced knowledge in the tech stack you will be interviewing for is required.
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(4 Questions)

  • Q1. Asked to write a program to check whether string is valid or not. String consists of only three kind of special characters "(), [], {}". We need to return true if all special characters are in correct for...
  • Ans. 

    Check if a string of special characters is valid with correct pairing and nesting.

    • Use a stack to track opening characters: '(', '[', '{'.

    • For each closing character: ')', ']', '}', pop from the stack and check for a match.

    • If the stack is empty at the end, the string is valid.

    • Examples: Valid - '(){}[]', '{()[]}', '{{[()]}}'; Invalid - '{[](}}', '{], ()[}'

  • Answered by AI
    Add your answer
  • Q2. What is useRef hook used for?
  • Ans. 

    useRef hook is used to persist a mutable value across renders without causing a re-render.

    • Used to store mutable values that do not trigger re-renders.

    • Commonly used for accessing DOM elements or storing previous values.

    • Does not cause a re-render when the value changes.

  • Answered by AI
    Add your answer
  • Q3. What are the best practices to avoid rerenders and to improve performance
  • Ans. 

    Use memoization, virtual DOM, and shouldComponentUpdate to avoid unnecessary rerenders and improve performance.

    • Implement memoization to store the result of expensive function calls and avoid recalculating them.

    • Use virtual DOM to efficiently update only the parts of the UI that have changed.

    • Override shouldComponentUpdate to prevent unnecessary rerenders by comparing current and next props/state.

  • Answered by AI
    Add your answer
  • Q4. What are callbacks, Promises, async await
  • Ans. 

    Callbacks, Promises, async await are asynchronous programming concepts in JavaScript.

    • Callbacks are functions passed as arguments to another function to be executed later.

    • Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • async await is a syntax for writing asynchronous code that looks synchronous, making it easier to read and maintain.

    • Example: Using a callback to handle th...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain market research type
  • Ans. 

    Market research types include primary research, secondary research, qualitative research, quantitative research, and exploratory research.

    • Primary research involves collecting data directly from the source, such as surveys, interviews, and observations.

    • Secondary research involves analyzing existing data sources, such as reports, articles, and databases.

    • Qualitative research focuses on understanding attitudes, behaviors, ...

  • Answered by AI
    Add your answer
  • Q2. Explain database type
  • Ans. 

    Database type refers to the structure and organization of data within a database system.

    • Database types include relational, NoSQL, object-oriented, and hierarchical databases.

    • Relational databases store data in tables with rows and columns, using SQL for querying.

    • NoSQL databases are non-relational and can store unstructured data, such as MongoDB or Cassandra.

    • Object-oriented databases store data as objects, with attribute...

  • Answered by AI
    Add your answer
  • Q3. Father daughter age questions
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Guestimate Question : How many people are there wearing spectacles in Delhi?
  • Ans. 

    It is difficult to accurately estimate the number of people wearing spectacles in Delhi without specific data.

    • Population of Delhi is around 20 million, so a rough estimate could be based on the global average of 25% of the population wearing spectacles.

    • Factors such as age demographics, income levels, and access to healthcare facilities can also influence the number of people wearing spectacles.

    • Survey data or market res...

  • Answered by AI
    View 1 more answer
  • Q2. Guestimate Question : How many red lights are there in Bangalore?
  • Ans. 

    It is impossible to accurately estimate the number of red lights in Bangalore without specific data.

    • The number of red lights in a city can vary based on factors such as population density, traffic flow, and urban planning.

    • One would need access to official records or data from the city's transportation department to make a more accurate estimation.

    • Factors like new road constructions, traffic patterns, and signal upgrade...

  • Answered by AI
    Add your answer
  • Q3. There is a square field of 10m×10m which is divided into 100 squared blocks. Each block can either contain wheat field or corn field. What is the maximum No. of corn field are possible in a such way than n...
  • Ans. 

    The maximum number of corn fields possible in a 10m×10m square field without sharing edges is 25.

    • The maximum number of corn fields is achieved by placing them in a diagonal pattern across the field.

    • Each corn field will have 4 wheat fields surrounding it to ensure no two corn fields share an edge.

    • The total number of corn fields possible in this arrangement is 25.

  • Answered by AI
    View 7 more answers
  • Q4. Describe a situation where you have solved complex problem with limited source of information?
  • Ans. 

    Solved a complex problem with limited information by breaking it down into smaller parts and conducting thorough research.

    • Identified key components of the problem

    • Conducted thorough research to gather relevant information

    • Utilized critical thinking and problem-solving skills to connect the dots

    • Consulted with experts or colleagues for additional insights

    • Tested different solutions to find the most effective one

  • Answered by AI
    Add your answer
  • Q5. How did you manage to validate the information when there was some conflictincting information presented to you ?
  • Ans. 

    I cross-referenced the conflicting information with other reliable sources and consulted with relevant stakeholders to determine the accuracy.

    • Cross-referenced conflicting information with other reliable sources

    • Consulted with relevant stakeholders for clarification

    • Analyzed the context and credibility of each source before making a decision

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare situational or behavioral questions well.
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
1w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Turing?
Ask anonymously on communities.
More about working at Turing
  • HQ - Palo Alto,California, United States
  • Internet
  • 501-1k Employees (India)

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 Interviews By Designations

  • Turing Business Analyst Interview Questions
  • Turing Data Scientist Interview Questions
  • Turing Data Analyst Interview Questions
  • Turing Software Engineer Interview Questions
  • Turing Software Developer Interview Questions
  • Turing Python Developer Interview Questions
  • Turing Research Analyst Interview Questions
  • Turing Senior Software Developer Interview Questions
  • Show more
  • Turing Junior Data Analyst Interview Questions
  • Turing Backend Developer Interview Questions

Interview Questions for Popular Designations

  • Business Analyst Interview Questions
  • Data Scientist Interview Questions
  • Data Analyst Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Analyst Interview Questions
  • Senior Associate Interview Questions
  • Java Developer Interview Questions
  • Show more
  • Manager Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3.9/5

based on 117 interview experiences

Difficulty level

Easy 16%
Moderate 71%
Hard 13%

Duration

Less than 2 weeks 80%
2-4 weeks 12%
4-6 weeks 5%
6-8 weeks 2%
More than 8 weeks 2%
View more
logo
Join Turing AI powered, human led

Interview Questions from Similar Companies

Tracxn
Tracxn Interview Questions
3.1
 • 104 Interviews
Toothsi
Toothsi Interview Questions
2.8
 • 62 Interviews
Zolo
Zolo Interview Questions
3.3
 • 57 Interviews
GoMechanic
GoMechanic Interview Questions
3.7
 • 53 Interviews
Netmeds.com
Netmeds.com Interview Questions
3.6
 • 47 Interviews
Impact Guru
Impact Guru Interview Questions
3.6
 • 42 Interviews
KreditBee
KreditBee Interview Questions
3.4
 • 38 Interviews
Flipkart Health+
Flipkart Health+ Interview Questions
3.5
 • 26 Interviews
Mfine
Mfine Interview Questions
3.7
 • 24 Interviews
Milkbasket
Milkbasket Interview Questions
3.9
 • 21 Interviews
View all

Turing Reviews and Ratings

based on 212 reviews

3.2/5

Rating in categories

2.7

Skill development

3.8

Work-life balance

3.8

Salary

2.2

Job security

3.4

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 212 Reviews and Ratings
Jobs at Turing
Turing
Technical Content Writer (2-6 yrs)

2-6 Yrs

Not Disclosed

Turing
Python Programmer - Backend Architecture (1-7 yrs)

1-7 Yrs

Not Disclosed

Turing
Python Developer - Backend Technologies (1-7 yrs)

1-7 Yrs

Not Disclosed

Explore more jobs
Turing Salaries in India
Data Scientist
104 salaries
unlock blur

₹10.9 L/yr - ₹38.5 L/yr

Talent Acquisition Specialist
47 salaries
unlock blur

₹4.4 L/yr - ₹15 L/yr

Data Analyst
44 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Business Analyst
42 salaries
unlock blur

₹4.8 L/yr - ₹6.6 L/yr

Data Specialist
34 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Turing with
Netmeds.com

Netmeds.com

3.6
Compare
Toothsi

Toothsi

2.8
Compare
Tracxn

Tracxn

3.1
Compare
Zolo

Zolo

3.3
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Turing Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter