Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples questions for all levels #37

Open
gabywald opened this issue Aug 4, 2024 · 0 comments
Open

Add examples questions for all levels #37

gabywald opened this issue Aug 4, 2024 · 0 comments

Comments

@gabywald
Copy link
Owner

gabywald commented Aug 4, 2024

For Python (and others) :

10 Junior Python Developer Interview Questions

[#1. Name the differences between a list and a tuple in Python](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__1)
[#2. What is a namespace?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__2)
[#3. Name the fundamental Python features](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__3)
[#4. What are Python modules? What are they used for?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__4)
[#5. Specify the difference between local and global variables](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__5)
[#6. Is Python case-sensitive?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__6)
[#7. Does Python require indentation?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__7)
[#8. What are Python functions?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__8)
[#9. Why do Python developers use continue, break, and pass?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__9)
[#10. What are ways to generate a random number in Python?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__1__10)

10 Middle Python Developer Interview Questions

[#1. What are Python iterators?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__1)
[#2. What are Python documentation strings?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__2)
[#3. Explain the use of subn(), sub(), and split() in the “re” module](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__3)
[#4. Why do developers prefer NumPy arrays over Python lists?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__4)
[#5. How does Python approach multithreading? ](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__5)
[#6. What is inheritance? Name the main types of Python inheritance. ](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__6)
[#7. Define monkey-patching](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__7)
[#8. Define polymorphism in Python](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__8)
[#9. What are the differences between the three popular libraries: Django, Flask, and Pyramid?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__9)
[#10. What is the use of the map function in Python?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__2__10)

5 Senior Python Developer Interview Questions

[#1. What are the differences between Wheels and Eggs?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__3__1)
[#2. What is the purpose of Python non-local statements?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__3__2)
[#3. How do developers use “with” in Python?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__3__3)
[#4. How is Python exception handling different from that in Java?](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__3__4)
[#5. Name the differences between functional and object-oriented programming.](https://bridgeteams.com/blog/25-python-developer-interview-questions-to-ask-junior-middle-and-senior-programmers/#scroll-nav__3__5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant