Senior Backend Developer Interview Questions

1,024 senior 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 491 - 500 interview questions

Glassdoor has 1,024 interview questions and reports from Senior backend developer interviews. Prepare for your interview. Get hired. Love your job.