Q. Implement division without using the operator.
Software Development Engineer Iii Interview Questions
293 software development engineer iii interview questions shared by candidates
Speak about varying part experiences.
given a list of words, a starting word and an ending word, figure out the minimum single letter mutations using the words in the list to get from the starting word to the target.
due to NDA
I was asked to elaborate about an example of my technical creativity: present the problem to the interviewer and delineate the solution in quite a detailed way.
Design your data structure with everything in o(1).
Design & Build a Summary Search System
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)..
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.
In memory cache implementation which supports concurrent operations for PUT, GET and DELTE
Viewing 51 - 60 interview questions