Questions regarding what is an API, REST, classes, schemas, etc.
Senior Python Developer Interview Questions
544 senior python developer interview questions shared by candidates
ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
difference between list and tuple, why tuple is immutable
All about Python and Django basics
Decorator pattern, General python questions covers oop and logging
Most of the questions on AWS with python
Hicieron preguntas basicas del lenguaje de python, como si es interprete o compilado
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 ... ```
What is ACID in relational databases?
Python basics; DB basics. async and OS basics; few algorithm tasks
Viewing 271 - 280 interview questions