All standard questions asked during interview
Senior Backend Engineer Interview Questions
2,798 senior backend engineer interview questions shared by candidates
Test will be given for home work and general basics Java , Spring and working style questions... They much focus on soft skills rather technical.. I don't know why.
Technical questions * Reviewing the code * Refactoring approaches * Knowledge over the language current/upcoming features * and many more ...
1) Gave a problem to solve in the technical.
Implement a Load balancer service registry. You can go through other experiences shared in glassdoor, pretty much the same constraints.
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 ... ```
They asked about my experience working in a team environment and how I respond to feedback, highlighting the value they place on clear communication and cultural alignment.
What is the main function of the application context in Springboot?
coding: - load balancer - transfer money from A to B system design: - integrate bank system with ATM machines
SQL query
Viewing 1341 - 1350 interview questions