Mostly SQL based scenario questions as position was for BI rolw
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
Given a block of memory, how would one implement their own heap memory allocation API?
ask you to remember the detail implementation of Sort Algorithm like QuickSort / Bubble Sort. ask you to remember the detail of a design pattern.
Technical questions.
implement queue with stacks
Implement malloc() and free() to solve heap fragmentation problem, while malloc() should be very fast and free() could be slower.
Sort in linear time but without extra space as in counting sort
Question from phone interview. How to make queue using stack-container?
You are given an array with integers (both positive and negative) in any random order. Find the sub-array with the largest sum.
Copy list with next and random pointers without using more memory than needed for a copy
Viewing 1501 - 1510 interview questions