Python Backend Developer Interview Questions

108 python backend 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 ... ```
avatar

Senior Python Backend Developer

Interviewed at Revolut

4
Apr 2, 2025

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 51 - 60 interview questions

Glassdoor has 108 interview questions and reports from Python backend developer interviews. Prepare for your interview. Get hired. Love your job.