Upload Button Icon Add office photos

Filter interviews by

Turing Senior Software Developer Interview Questions and Answers for Experienced

Updated 4 Nov 2024

Turing Senior Software Developer Interview Experiences for Experienced

1 interview found

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

Questions related to longest palindromic substring

Round 2 - Technical 

(2 Questions)

  • Q1. Polyfill related questions
  • Q2. Some coding questions
Round 3 - HR 

(1 Question)

  • Q1. About previous work experience

Senior Software Developer Jobs at Turing

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development
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

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

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

Round 1 - Coding Test 

4 Online coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript questions
  • Q2. About different Data structures
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team on innovative projects.

    • Leading a team on innovative projects

    • Advancing to a senior software developer role

    • Continuing to learn and grow in the field

    • Possibly pursuing further education or certifications

    • Contributing to the success of the company

  • Answered by AI
  • Q2. Why you want to join KreditBee
  • Ans. 

    I want to join KreditBee because of its innovative work culture and growth opportunities.

    • Innovative work culture at KreditBee attracts me

    • Opportunities for growth and learning in the company

    • Excited about contributing to the success of KreditBee

  • Answered by AI

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
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Build an sample app server with express.js
  • Ans. 

    Build a sample app server using express.js

    • Install express.js using npm

    • Create a new express app

    • Set up routes and middleware

    • Start the server to listen on a specific port

  • Answered by AI
  • Q2. How do you make connection with database in your project
  • Ans. 

    I use JDBC (Java Database Connectivity) to establish connection with the database in my project.

    • Use JDBC API to connect to the database

    • Load the JDBC driver

    • Create a connection object

    • Create a statement object

    • Execute SQL queries

  • Answered by AI
  • Q3. Write multer middleware code.
  • Ans. 

    Multer is a middleware for handling multipart/form-data, used for file uploads in Node.js.

    • Install multer package using npm: npm install multer

    • Require multer in your Node.js file: const multer = require('multer')

    • Set up multer middleware with desired options: const upload = multer({ dest: 'uploads/' })

    • Use the upload middleware in your route handler to process file uploads

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

2 Graph question of leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Questions of leetcode
  • Q2. DSA Questions
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
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

Turing Interview FAQs

How many rounds are there in Turing Senior Software Developer interview for experienced candidates?
Turing interview process for experienced candidates usually has 3 rounds. The most common rounds in the Turing interview process for experienced candidates are Coding Test, Technical and HR.
How to prepare for Turing Senior Software Developer 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, Computer Science, Javascript, Computer Networking and Web Technologies.
What are the top questions asked in Turing Senior Software Developer interview for experienced candidates?

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

  1. Different design patterns in Go L...read more
  2. Basic Go Fundament...read more
  3. Polyfill related questi...read more

Tell us how to improve this page.

Turing Senior Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
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 Senior Software Developer Salary
based on 5 salaries
₹24 L/yr - ₹60 L/yr
168% more than the average Senior Software Developer Salary in India
View more details
Senior Software Developer

Remote

3-6 Yrs

Not Disclosed

Senior Software Developer - Fullstack

Remote

3-6 Yrs

Not Disclosed

Sr Software Developer

Remote

3-7 Yrs

Not Disclosed

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
38 salaries
unlock blur

₹3.5 L/yr - ₹13.7 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