- The disadvantages of Python (What can't you use python for?) - How can you debug/optimize python code
Python Software Engineer Interview Questions
304 python software engineer interview questions shared by candidates
Implement a decorator in Python
This was a panel style interview, with multiple people each asking you their own special questions. Questions like what is the advantage of REST API, What data structure would you use if you had an array of values to find the max value, etc Then You had a code review where you have to point out what is wrong with the code. You have a choice of Python or typescript.
OOP: 1.Rate yourself in opp 2.what are private variables?, how to access private variable outside of class 3.diamond problem, real world example, how to solve it 4.oop piller with real world example 5.how we do abstraction 6.what is a constructor and what is called when object is use and no 7.need of it how to destroy it, (deconsturctor) 8.Abstract classes and interfaces. 9.Design patterns (e.g., Singleton, Factory). 10.What is Brute Force Approach?
Goneral python questions, open discussion including meta programming and the muti threading in python.
Mulitple choice question. Given a code segment, what would be the output? (annotation code execute order)
How do you secure your API Gateway ?
Program Write a program to sort the list based on second element. input : [[1,20],[-6,10]] output : [[-6,10],[1,20]]
What job did you apply for?
Online shop question: Imagine you need to implement a checkout process for an online shop. What will the main objects be? (Customer, Item, Payment, etc…) What will the relationships between the objects be? How would you design such an application?
Viewing 61 - 70 interview questions