Implement Merge sort using two lists
Software Developer Iii Interview Questions
1,279 software developer iii interview questions shared by candidates
Group same numbers together in a given list. Print the top view of a binary tree.
asked questions in depth about OOPs concepts.
algorithms.
Though position is for a OOP, questions were heavily focused on database, DC and servers. Questions were asked in such an abroad way where it was hard to understand the main focus especially with interviewer with heavy accent
Leetcode Easy questions Medium-level LLD + Java round Technical Discussion with HM
Use and purpose of Math.floor() in JavaScript. Explanation of the useMemo hook in React and its use cases, including a banking project scenario. Difference between useCallback and useMemo in React. Explanation and use of useRef hook in React. Optimizing class components in React using lifecycle methods. Mocking components in Jest, including handling props and named exports.
1. Sort string based on frequency of characters 2. clone a linked list with next and random pointer
Round 2 - Core Java theory questions - 1. how to make a class immutable? What is the use case? 2. What is the difference between deep copy and shallow copy. 3. how do you declare a singleton class? Write code. 4. Consider below statements - String s1 = "abc" String s2 = new String("abc") String s3 = “abc” what is output of s1==s2 s1==s3 5. set s; s.put(new Student("a", 1)) s.put(new Student("b", 2)) s.put(new Student("a", 1)) what is the size of s 6. how are collisions handled in hashmap? 7. worst case time complexity of inserting element to hashmap 8. using multithreading write program to print output numbers from 1 to 100 even numbers should execute by 1 thread and odd by others. order of numbers 1 - 100 should be maintained
what is the difference between static and final keywords in java?
Viewing 811 - 820 interview questions