List Vs Tuple ,Array vs List ,Decorators ,iterator vs Generator, SQL Where VS Having clause ,AWS Services
Senior Python Developer Interview Questions
541 senior python developer interview questions shared by candidates
Is and == difference, linux commands
Questions regarding what is an API, REST, classes, schemas, etc.
Hicieron preguntas basicas del lenguaje de python, como si es interprete o compilado
Decorator pattern, General python questions covers oop and logging
Python basics; DB basics. async and OS basics; few algorithm tasks
ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
All about Python and Django basics
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 ... ```
Viewing 271 - 280 interview questions