1. Tell me about yourself. 2. How much are you familiar with our business?
Senior Backend Developer Interview Questions
1,024 senior backend developer interview questions shared by candidates
Develop a pseudo load balancer with a maximum of 10 instances, applying random algorithm and round-robin
Which result from your previous job are you most proud of?
The interview questions rangesd from problem solving related to questions of my current projects both persona and professional. There were also personality based questions and questions related to domain skills.
1) Gave a problem to solve in the technical.
coding: - load balancer - transfer money from A to B system design: - integrate bank system with ATM machines
Java programming language, spring, git, docker
Quelles sont vos prétentions salariales?
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 ... ```
What is Hash collision ?
Viewing 491 - 500 interview questions