Questions regarding what is an API, REST, classes, schemas, etc.
Senior Python Developer Interview Questions
499 senior python developer interview questions shared by candidates
difference between list and tuple, why tuple is immutable
Round 1 Coding test mostly Data Structure and Algorithms Round 2 Technical discussion about the role and problem solving using Python
Hicieron preguntas basicas del lenguaje de python, como si es interprete o compilado
Decorator pattern, General python questions covers oop and logging
Q1: Difference b/w list and tuple, Q2: What is decorators, Q3: Difference b/w generator and iterators, Q4: How to create list comprehension
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 ... ```
List Vs Tuple ,Array vs List ,Decorators ,iterator vs Generator, SQL Where VS Having clause ,AWS Services
What is ACID in relational databases?
Basic questions where you're supposed to predict output of programs
Viewing 241 - 250 interview questions