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.
Software Development Engineer Iii Interview Questions
293 software development engineer iii interview questions shared by candidates
Speak about varying part experiences.
Q. Implement division without using the operator.
Round 1 Q1. Find min element in a sorted array rotated at a non-given point. E.g. 4 5 0 1 2 3 Q2. Given a binary tree and two nodes, find if the two nodes are cousins on not. Round 2 Q1. Design Instagram. HLD design. Junit test cases. Q2. Spring Boot life cycle and IOC. Some Annotations. Q3. Singleton pattern. Q4. Read through a file of 100 lines using multithreading. Round 3 Q1. Container with most water Q2. Tell me a situation where you went above and beyond your work.
particular use of some keywords in java .. that help with encapsulation and immutability.
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