Following questions were asked: - snake and ladder game design - inheritance - 9 coin problem, identify odd weighted coin - SOLID principles - Largest contiguous sub array - Difference between POST/PUT API - Micro-services architecture
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
1)Trapping rain water variation 2) BFS based problem
Can't tell the exact questions due to NDA. However, questions were based on data structures, sorting algorithms, object oriented design.
The coding question.
Can't disclose but 2 LC medium problems.
Basic DS questions: LRU cache, trees, count the islands.
Design Questions and Leadership principles
Write a function to find number that occur odd times in input array
K most frequent integers from array of integers.
The most difficult question was to find the maximum contiguous subsequence in a bar chart. I was able to find a solution in O(N^3) which is basically the brute force method The idea is that given a bar chart with peaks and valley's, you should find the subsequence X which gives you the maximum area underneath the chart. For the life of me I couldn't think of the answer at the time, , I had a hard time visualizing it, however it's a classical computer science problem called "the maximum sum contiguous subsequence problem."
Viewing 2101 - 2110 interview questions