How to concatenate String? I feel like anyone who did not fail cs 101 could answer this question...
Desarrollador De Software Python Interview Questions
5,395 desarrollador de software python interview questions shared by candidates
Merge sort , strings, behavioural question
1) Python basics, generators iterators,django 2.)imlement generator sa,ple program, design patterns, system design 3) implement and run fibonacci series, binary search programs 4.)first two rounds are more concentrated on basics of python like namesapce in python, multi threading and multiprocessing. 5.)how to get response from1000 api request in fast manner. etc etc.
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.
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
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
Viewing 4811 - 4820 interview questions