What makes a developer count as senior?
Python Backend Engineer Interview Questions
157 python backend engineer interview questions shared by candidates
I was asked about my CV and Python related experience.
1. If there is EKS and s3 bucket how will you connect them and design.
They tested my knowledge of API requests.
it was about my experience
Tell me about your experience Hypothetical situations
What is the difference between thead and div? What is the full form of css? Where have you used css?
What security measure would you implement to protect your web services?
2trs and 1mr and 1 hr
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 61 - 70 interview questions