Heremaps assumed interview questions
Given an array of numbers, form another array object saying with on is repeating how many times.
Interface and Abstraction
Search algorithms (ie DFS, BFS, A*)
1. Difference between map and hashmap?
2. How to sort the elements using a linklist?
3. Aggregation and composition concept?
4. Code for binary search tree?
Design Patterns, Collections, OOPS concepts, Debugging, Coding.
LinkedLists, Stacks, Queues, Binary Search, Algorithm Time Complexities, etc
C++ Memory Model, Http protocol
singleton pattern
decorator pattern
conceptual coding concepts
stack and queue questions
1st Round : all java and related framework questions one DS algo question based on graph need to solve either by using DFS or BFS. Just need to discuss logic and do some typing on online code editor(more of white board sort)
2nd Round : Rest, design Rest based spring boot micro service junit code coverage sonar Jenkins
To split a String with multiple delimiters and the resultant should also include the delimiters.
Maximum rectangle to fit list of given points on co-ordinate system, Fibonacci, etc.
First question asks to write a copy constructor for a class, which has const member.
The second question asks to write a C++ wrapper to encapsulate the APIs in C.
The third one asks to realize a function to find out the item in a vector, which appears most frequently.
White board a function to calculate a Fibonacci sequence for n.
How would you design a system which renders a lot of vector data over an Earth? How would you deal with frequent data updates? What spatial structures would you use? What parametrizations?
Please provide your basic template implementation of std::vector with in-place construction and memory policy and so on
Please tell us about sorting algorithms. QSort, HeapSort, MergeSort. Which one preserves order, which one is in-place? Please implement any on paper.
-Questions about Design Patterns (Gang of 4 book).
-Questions about unit and integration testing, Agile Practices.
Comments
Post a Comment