1-Design a vector class (like std vector - not too difficult, just need to know) 2-Find if a subset of an array sums to a given sum (know about memoization techniques if solving recursively) 3-Find 10 top most frequent words in a huge file in linear time (mind also memory allocations). Also provide a multithreaded solution as an extra part to this question. 4-how vtables work in C++? 5-how memory mapped IO works? 6-produces consumer problem (know about conditional variables) 7-design a cyclic array
Lead Engineer Interview Questions
7,944 lead engineer interview questions shared by candidates
Explain your current project architecture. Few clarifying questions based on this.
Where are your micro services deployed?
Round 1 : Find Second re-occurring word in a list of worlds, Implements queue using LinkedList, No of Platforms required for list of Trains sort of problem. Java stream questions, spring questions, hibernate questions , Aws questions, React questions. Round 2: JVM internals, design patterns, Streams, Spring Container internals, Database commit life cycle, Microservices patterns, NoSql Questions. Stress on previous work
First Round Question: You are given two linked lists and two integers i and j (i <= j). You need to replace the nodes from index i to j (0-based) in the first linked list with the entire second linked list and return the updated list. Example: Input: List1: 1 -> 2 -> 3 -> 4 -> 9 -> 6 List2: 4 -> 5 -> 10 -> 7 -> 3 i = 2, j = 4 Output: 1 -> 2 -> 4 -> 5 -> 10 -> 7 -> 3 -> 9 -> 6
They asked about Networking and TCP/ IP protocol
Anagram grouping question asked in an interview
1st and 2nd round they asked coding questions. First round is coding, second is system design 3rd is cultural and behavior round. In 2nd round interviewer was not ready with questions. He asks to implement binary search. Then asks me to add code to build the tree. Next asked to delete a node things like that. It felt that he was just wanted to kill time. In 3rd round he asked me what do I do after my work. Twice. same question two times.
basic question regarding sorting, etc
Qt C++ related UI questions, database basics
Viewing 7201 - 7210 interview questions