Funny thing is they want everyone to take some test, not sure what they want to prove here. The next part is better where you talk to HR manager, discussion with the technical team, then your HR meeting.
Lead Software Engineer Interview Questions
2,157 lead software engineer interview questions shared by candidates
Sequence of images changing and you need to find the following one which matches the pattern
What’s the best way to avoid processing duplicate requests at the same time?
Code review - finding all logic/security/design mistakes, code smells, etc. in a FastAPI handler.
AWS, Laravel, Python, Concurrncy management
What is the most challenging initiative that you had that you were most proud of in your career?
First 2 rounds were around problem solving . Questions : Implement a auto complete application
Asked about Java collection options for doing an in-memory caches of data.
Explain the Chain of Responsibility Pattern and name the two places where this shows up in the Java language.
Given a double array = { [ 9, 8, 6], [ 2, 3, 5], [ 3, 4, 4] } Find the longest run counting up. A run is a consecutive row of integers counting up. So in the example above, the longest run is {[2,2], [1,2],[0,2],[0,1],[0,0]} . You won't be able to solve it in the amount of time that was given, but I think they just want to see how you think.
Viewing 2001 - 2010 interview questions