Upload Button Icon Add office photos

Filter interviews by

Turing Software Engineer Interview Questions and Answers for Experienced

Updated 23 Mar 2025

Turing Software Engineer Interview Experiences for Experienced

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. DP medium question C# Internals LLM technical writing
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 for undefined

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python Code - Data Structures, Dynamic Programming

Software Engineer Jobs at Turing

View all

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

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

Medium level array question was asked on hackerrank.

Round 3 - One-on-one 

(1 Question)

  • Q1. Simple string question was asked which required a little thinking and simple implementation.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a coding round. I was given a screenshot which has dropdowns in it and I had to make the UI of it using react.js

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple DSA and MERN stack should be good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Cloud Services
  • Q2. AWS - SNS/SQS/Lambda etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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

Basic on PHP and Javascript should be clear
Laravel framework based questions

Round 3 - Coding Test 

Algo, basic Javascript

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical and Fitment round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

25 basic aptitude asked from train,time and work

Round 2 - Coding Test 

2 coding questions which was basic and medium questions

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

Interview Questionnaire 

3 Questions

  • Q1. I was asked about 3 dsa questions,like very ranging from easy to medium
  • Q2. 1-find all the duplicate pairs in given array
  • Ans. 

    Find all duplicate pairs in given array of strings

    • Create a hash table to store frequency of each string

    • Iterate through the array and check if frequency is greater than 1

    • Add the string to result if frequency is greater than 1

  • Answered by AI
  • Q3. 2-shortest substring which when repeated gives the entire string(kmp) algorithms
  • Ans. 

    KMP algorithm finds the shortest substring that repeats to form the entire string.

    • KMP algorithm uses a prefix table to find the longest proper prefix that is also a suffix of each substring.

    • The length of the shortest repeating substring is the length of the string minus the length of the longest proper prefix.

    • Example: For string 'abcabcabc', the longest proper prefix is 'abcabc' and the length of the shortest repeating

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and speak out loud also keep the conversation going lemer give pauses like for 3 or more minutes.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Aptitudes
Logical
Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. DSA questions Arrays Linkedlist And basics of OOP React Basics
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you Your strengths / weaknesse Introduction
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Implement linked list from scratch. Insert, delete, search, etc.
  • Ans. 

    Implementing a linked list with insert, delete, and search functionalities.

    • Create a Node class with data and next pointer

    • Implement insert method to add nodes at the end or specific position

    • Implement delete method to remove nodes based on data or position

    • Implement search method to find a specific node

  • Answered by AI
  • Q2. Threads, process, deadlock etc. Os related questions.
  • Q3. Sql queries : find 5 highest salary.
  • Ans. 

    Use SQL query to find the 5 highest salaries in a database table.

    • Use the SELECT statement to retrieve the salaries from the table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the top 5 salaries.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join. Since I was having different offer from other company as well.

Skills evaluated in this interview

Turing Interview FAQs

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

Some of the top questions asked at the Turing Software Engineer interview for experienced candidates -

  1. Give example of decorator in pyth...read more
  2. Optmise performance in pyt...read more
  3. DP medium question C# Internals LLM technical writ...read more

Tell us how to improve this page.

Turing Software Engineer Interview Process for Experienced

based on 3 interviews

Interview experience

3
  
Average
View more
Turing Software Engineer Salary
based on 19 salaries
₹13 L/yr - ₹35.6 L/yr
155% more than the average Software Engineer Salary in India
View more details

Turing Software Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

1.9

Skill development

1.7

Work-life balance

4.0

Salary

1.9

Job security

1.9

Company culture

1.7

Promotions

1.7

Work satisfaction

Explore 3 Reviews and Ratings
Full-Stack Software Engineer

Remote

3-7 Yrs

Not Disclosed

Software Engineer

Remote

3-7 Yrs

Not Disclosed

Software Engineer

Remote

2-4 Yrs

₹ 20-33 LPA

Explore more jobs
Data Scientist
79 salaries
unlock blur

₹12 L/yr - ₹39.5 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.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview