Upload Button Icon Add office photos

Filter interviews by

Turing Python Developer Interview Questions and Answers

Updated 19 Nov 2024

Turing Python Developer Interview Experiences

3 interviews found

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

Moderate level coding test is conducted

Round 2 - Coding Test 

Advanced level coding is given to solve

Round 3 - HR 

(1 Question)

  • Q1. Introduce about myself
  • Ans. 

    Experienced Python Developer with a passion for creating efficient and scalable solutions.

    • Over 5 years of experience in Python development

    • Strong knowledge of Python frameworks such as Django and Flask

    • Proficient in database management with SQL and NoSQL databases

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

    • Experience in developing RESTful APIs and integrating third-party services

    • Strong problem-solv...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. There were 3 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 

The first step is to pass successfully for different tech stacks.

Round 3 - Technical 

(2 Questions)

  • Q1. Please preview your work experience history after you have passed all challenges and I would recommend checking your availability.
  • Q2. Can you summarize your work experience and a key accomplishment in each role?

Python Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Tell me the logic of program to reverse a given string word by wo ... read more
asked in TCS
Q2. 1. Difference between tuple and a list? 2. What are decorators? 3 ... read more
asked in Cognizant
Q3. What is the difference between variable and object?
asked in Accenture
Q4. 2.Write a program to print a string in reverse without using buil ... read more
Q5. How to convert the .txt file into .csv file in python

Python Developer Interview Questions & Answers

user image Anantharaman V

posted on 19 Nov 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I appeared for an interview before Nov 2023.

Round 1 - Coding Test 

Turings inbuilt platform to write functions of a python code

Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a program to where a robber should be able to rob max amount of money from 9 houses, alarm will ring if 2 consecutive houses are robbed
  • 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]

  • Answered by AI
  • Q2. 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)

  • Answered by AI

Python Developer 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 Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node contains a reference to the previous and next node.

    • Create a Node class with data, prev, and next pointers

    • Implement methods to add, remove, and traverse nodes in the list

    • Handle edge cases like adding to an empty list or removing the only node

  • Answered by AI
  • Q2. Phone book design

Interview Preparation Tips

Topics to prepare for KreditBee Software Developer interview:
  • DSA

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
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. 2 code and 2 MySQL query
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on various projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

General aptitude focused on mathematics.

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

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Was bit tough and need to concentrate on work time

Round 2 - Coding Test 

Was about coding in any language such as Java python

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

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Consists of 5 questions of DSA
1 Knapsack, 1 bitwise, 1 string , 1 basic mathematics, 1 dynamic programming

Round 2 - Technical 

(1 Question)

  • Q1. Based on Coding question and dbms and question based on resume.
Round 3 - Technical 

(1 Question)

  • Q1. Recursive approach for printing prime number It was taken by CTO of company

Interview Preparation Tips

Topics to prepare for Zolo Software Developer interview:
  • Data Structures
  • DBMS
  • OS
Interview preparation tips for other job seekers - Overall interview is easy and supportive you will get a lot of time to think your approach and explain your approach

Turing Interview FAQs

How many rounds are there in Turing Python Developer interview?
Turing interview process usually has 2-3 rounds. The most common rounds in the Turing interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for Turing Python Developer 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 Python, Clinical SAS Programming, Medical Coding, Debugging and Data Analysis.
What are the top questions asked in Turing Python Developer interview?

Some of the top questions asked at the Turing Python Developer interview -

  1. Write a program to where a robber should be able to rob max amount of money fro...read more
  2. What is a recursive funct...read more

Tell us how to improve this page.

Turing Python Developer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Turing Python Developer Salary
based on 5 salaries
₹10 L/yr - ₹12 L/yr
108% more than the average Python Developer Salary in India
View more details

Turing Python Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Python Developer

Remote

2-5 Yrs

₹ 10-10 LPA

Python Developer

Remote

2-5 Yrs

₹ 10-10 LPA

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

₹4.3 L/yr - ₹14 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

Business Analyst
32 salaries
unlock blur

₹3.6 L/yr - ₹14.4 L/yr

Explore more salaries
Compare Turing with

Netmeds.com

3.6
Compare

Toothsi

2.8
Compare

Tracxn

3.2
Compare

Zolo

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview