What factors could be used to prioritize between different tasks/processes?
Python Developer Interview Questions
5,397 python developer interview questions shared by candidates
They ask you about your project and basic of python
How does foreach work in javascript?
What is scope in python?
write a program to return common sub-string in a list of string (python).
Prime number
How to concatenate String? I feel like anyone who did not fail cs 101 could answer this question...
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.
Viewing 4811 - 4820 interview questions