My SQL queries
Senior Python Developer Interviews
Senior Python Developer Interview Questions
"Senior developers have years of experience in Python and have the knowledge and communication skills to mentor other developers. Companies prioritize strong technical skills and questions will focus on problem solving and critical thinking. A bachelor's degree in computer science or a related field, along with years of industry experience are standard."
499 senior python developer interview questions shared by candidates
Round 1 Coding test mostly Data Structure and Algorithms Round 2 Technical discussion about the role and problem solving using Python
What is ACID in relational databases?
Write a balance transfer service between two account in a concurrent environment. Draft test/example usage (part of the spec): ``` from_account = Account(...) to_account = Account(...) service = BalanceTransferService() service.transfer(from_account, to_account, amount) # assert ... ```
Python basics; DB basics. async and OS basics; few algorithm tasks
Hicieron preguntas basicas del lenguaje de python, como si es interprete o compilado
Decorator pattern, General python questions covers oop and logging
Most of the questions on AWS with python
List Vs Tuple ,Array vs List ,Decorators ,iterator vs Generator, SQL Where VS Having clause ,AWS Services
All about Python and Django basics
Viewing 241 - 250 interview questions