1. why do u want to leave your current company 2. decorators working , how are they different from functions 3. generators 4. diff btw iterators and generators 5 range and xrange 6 static and class methods 7 types of vars 8. types of access specifiers 10.python mem management 11 . set and frozen set 12 __init__ 13 is __init__ private 14 list and tuple difference 15 deep shallow copy 16 what did u use beatiful soup for 17. pandas - > set index , convert excel to df 18: python interpreted lang ? 19 is anything private in python. ans: nothing is private in python , we can access private vars using some tricks but python developers have left it onto us to use to act in sensible manner 20. why is init.py in a directory 21 pickling and unpickling 22 Exception handling
Python Engineer Interview Questions
6,409 python engineer interview questions shared by candidates
a local max in an array is an element that is larger than both of his neighbors (end points are special case) example array=[11,2,4,7,34,22,50] 11 is a local max because 11>2 50 is a local max because 50>11 34 is a local max because 34>7 and 34>22 find an algorithm that returns any local max in an unique array in o(logn) time complexity
3 coding exercises Conceptual and few technical questions on Python and SQL
1. Simple pattern detection and pattern printing( pyramid of stars ) 2. some basic SQL commands 3. Program to parse equations without the inbuilt eval function Questions on hirevieu are selected randomly.
they asked about the core python skills and AWS.
Different Types of data structures in python?
The interview started with a basic introduction and discussion about my projects.Later I was asked integral concepts of python such as class, objects, and joins and primary key, foreign key in sql, along with back end and front end. Also asked client server concepts.
Tell me about your experience working in a toxic team .
Python - two coding questions SQL - common sql questions
deadlock vs semaphore inheritance java vs python dbms normalization joins views abstraction oops concepts basic programs iteration vs recursion hash map data stuctures
Viewing 2811 - 2820 interview questions