Algorithms and Data Structures, Pythons Dicts - MultiValue Dicts, Range and Xrange, Iterators and Generators, Decorators
Software Engineering Python Developer Interview Questions
6,401 software engineering python developer interview questions shared by candidates
What is the difference between rabbit mq and Kafka.
Tuples vs List in Python
How to 5 Db connection via python ?
Can you tile a chess board with two opposite corners removed with (2x1) dominoes?
What are Python decorators and how do you use them?
All were practical questions based on certain scenarios. 1. What are use of Django Rest Framework? Why don't we just use Django to create Rest APIs? 2. How you will perform an Asynchronous Activity? 3. How web browser understands Location of server? 4. What are type of security tokens we use to access third party APIs.
what was your last challenge in recent projects
To develop a python command line tool that takes the architecture (amd64, arm64, mips etc.) as an argument and downloads the compressed Contents file associated with it from a Debian mirror. The program should parse the file and output the statistics of the top 10 packages that have the most files associated with them.
In python asked me, L1 = [1,2,3,4] L2 = L1 L3 = L2.copy() L2[0] = [5] print(L1,L2,L3) What will be the answer?
Viewing 201 - 210 interview questions