Upload Button Icon Add office photos

Filter interviews by

Turing Python Developer Intern Interview Questions and Answers

Updated 19 Sep 2024

Turing Python Developer Intern Interview Experiences

2 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

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

asked in Browseinfo
Q1. what is python? what is a list? what is a tuple? what is set? Dif ... read more
Q2. Create a django crud application. Create two models employee and ... read more
asked in Techolution
Q3. API design for a book store (what would be the endpoints and what ... read more
Q4. How to use Django to find to products details addd.
asked in Turing
Q5. To develop a flask application which handles the requests.

Interview questions from similar companies

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
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 Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development
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
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with tracing program

Round 2 - Coding Test 

3 problem with easy to hard

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

Turing Interview FAQs

How many rounds are there in Turing Python Developer Intern interview?
Turing interview process usually has 2-3 rounds. The most common rounds in the Turing interview process are Aptitude Test, Coding Test and Case Study.
What are the top questions asked in Turing Python Developer Intern interview?

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

  1. To develop a flask application which handles the reques...read more
  2. A problem related to Mat...read more
  3. OOPS related coding quest...read more

Tell us how to improve this page.

Turing Python Developer Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
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 Python Developer Intern 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

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview