Design & Build a Summary Search System
Software Developer Iii Interview Questions
1,276 software developer iii interview questions shared by candidates
I didn't run into anything that I felt would trip me or anyone else up. It was all very straight forward.
What's your favorite language and why?
Written Test Cover 1. Selenium WebDriver basic 2. Basic Java programs to write 3. TestNG Framework Q 4. cucumbar Framework Q .. 5. SQL Queries.. (like 3rd largest number query)..
Software (e.g. about the submitted take home test) as well as statistics questions (e.g. how to test if a sample is normally distributed) and about manipulating and analyzing large data sets.
How do you find out the sum of two largest nums in an array?
What is virtual fn and explain vtable.
Implement an HTTP API given a specification.
I got asked literally every question because I had so many interviews.
Question was Find kth smallest in two sorted arrays. I gave solution in order m+N, k and log k. Trick in the question is, what if method is called n times. Complexity also multiplies by n. But the expectation is, during first call, maintain the complete sorted array and in subsequent calls will be of order 1. That's absolute stupidity because we are talking about method, not class. Other questions are, print tree column wise which is otherwise in order traversal. Implement own queue library, implement hotel reservation.
Viewing 251 - 260 interview questions