What is the main function of the application context in Springboot?
Senior Backend Developer Interview Questions
745 senior backend developer interview questions shared by candidates
1) Gave a problem to solve in the technical.
.Net and SQL related questions
Technical questions * Reviewing the code * Refactoring approaches * Knowledge over the language current/upcoming features * and many more ...
SQL query
Architecture, algorithm and building a simple Java application.
What would be one trait from your previous/current company you would like to see here?
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 ... ```
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.
Develop a pseudo load balancer with a maximum of 10 instances, applying random algorithm and round-robin
Viewing 361 - 370 interview questions