ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
Python Software Developer Interview Questions
6,412 python software developer interview questions shared by candidates
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 ... ```
Describe your previous work experiences.
What are the steps involved in a CloudFormation Solution?
Project Structure was asked insed of any language
Introduce about yourself and tell me about your projects.
What is ACID in relational databases?
What is POO inside python?
Recent AI projects and what tech stack I've used.
What is a RAG process? What is CICD? How to manage context to a chatbot? Did you have any disagreements with your teammates and how you handled them?
Viewing 3191 - 3200 interview questions