Round 1 Coding test mostly Data Structure and Algorithms Round 2 Technical discussion about the role and problem solving using Python
Senior Python Developer Interview Questions
544 senior python developer interview questions shared by candidates
ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
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 271 - 280 interview questions