Backend Python Developer Interview Questions

168 backend python 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 81 - 90 interview questions

Glassdoor has 168 interview questions and reports from Backend python developer interviews. Prepare for your interview. Get hired. Love your job.