about aws ec2 bigdata python mysql
Senior Python Developer Interview Questions
542 senior python developer interview questions shared by candidates
Basic questions where you're supposed to predict output of programs
List Vs Tuple ,Array vs List ,Decorators ,iterator vs Generator, SQL Where VS Having clause ,AWS Services
My SQL queries
Q1: Difference b/w list and tuple, Q2: What is decorators, Q3: Difference b/w generator and iterators, Q4: How to create list comprehension
Questions regarding what is an API, REST, classes, schemas, etc.
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 ... ```
ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
All about Python and Django basics
About the previous expericence, technologies used, reason for switching the company.. etc
Viewing 271 - 280 interview questions