Ques 1: Describe any design pattern Ques 2: OOP design for any of the three problems: a. Filesystem b. HTML c. Chess game Ques 3: What data structures in Python have you used? What does dictionary in Python resemble to in Java? Ques 4: What algorithm is used in Dictionary/ Hashmap/ Hash table Ques 5: Write a code (the very basic one) in Python to filter even no's from a given list. If the list is very big, what in your code might contribute to a memory problem? How will you solve it? The answer was to use Yield. Ques 6: How will you check if the MSB in a positive integer is 0/1? Ques 7: What is binary tree? What are the algorithms to traverse a binary tree? Ques 8: You are given a very big list of positive integer. You need to find out if any two items in the list sum up to an integer, say x. Solve it in an efficient manner.
Desarrollador De Software Python Interview Questions
5,388 desarrollador de software python interview questions shared by candidates
General textbook questions about programming. Lots of namedropping questions, not assessing your technical capabilities.
Set Pyhton snippets and some apptitude question.
Everything about your past experiences
Stock prices DSA, Linked list
round 1- 1. some simple basic question like arravs vs list, tuples, sets, 2. string manipulations, tricky questions regarding it 3. then they asked oops concepts, packing/unpacking. context managers, 4. asked to write a program implementing any oop concept(inheritence)
time complexity to search a set for an item.
More of python basic questions, easy-medium level coding questions, architectural level, behavioral type questions
String manipulation problems in Python
First round is easy python Hackerrank question i.e Count the duplicate number in a list & Sql Question i.e Return the list of first names and city of users that have permissions and access to the dashboard. Second round again Technical which have python Hacker rank question i.e Find the maximum profit by buying and selling baseball card. & Sql Question i.e Return the perfomer_1 , perfomer_2 and apperance_count from apperance table which have perfomer_id, movic_id as foreign key
Viewing 4811 - 4820 interview questions