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.
Junior Python Developer Interview Questions
6,380 junior python developer interview questions shared by candidates
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.
ACID properties of database transactions
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?
Implement an algorithm and make a UML diagram
The third question was again a python programming question from hacker rank.
The first question was a multiple choice question.
1. Had technical Discussion related to work. 2. Asked me about my frequent job switching.
Can you tell us about Dependency Injection and Inversion of Control.
Viewing 211 - 220 interview questions