mixins django basic generic view
Python Django Developer Interview Questions
228 python django developer interview questions shared by candidates
To design a portal with customer and account holder accounts, along with showing data in numbers and tables with Ajax forms to upload data and manipulate table in real time
It was about django concepts.
"What is a prime number?" "How would you iterate through a list in Python?" "How can you merge two lists in Python using an in-built function?" "What will be the output of the following Python code? my_tuple = (1, 2, 3, 4, 5) my_tuple[2] = 10 print(my_tuple) A) (1, 2, 10, 4, 5) B) (1, 2, 3, 10, 5) C) Error: 'tuple' object does not support item assignment. D) Error: 'tuple' object has no attribute 'insert'."
Initially I placed here as an Python/Django Developer so most they asked all relevant question to my role ?
what is middle ware and how to customise?
Why Should We Hire You?
How much you know about django, have you done any projects till now, Any job offer you get before. and some database query questions
How would you commute to office
Given a list of unsorted numbers and an integer (n), return the n biggest and n smallest elements from that list of numbers.
Viewing 21 - 30 interview questions