explain about the project architecture along with the technologies used
Lead Software Engineer Interview Questions
2,157 lead software engineer interview questions shared by candidates
They started asking about myself and then interview questions related to java which I applied for. Questions were related to core java,advance java and database. Every round of technical was mix of average and tough questions including basic knowledge plus coding capability. I shared my screen in both technical rounds.
find number of anagrams possible in a sentance.
How do you do code reviews?
Traverse matrix in spiral form, Java 8 questions, longest contiguous sub-array
Java random question from all part of java.
DSA Leetcode Medium Question on BS.
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 2011 - 2020 interview questions