Round 1: Coding Round hosted on interviewbit platform.
Consisted of two coding questions – Number of ways to decode, LIS. Consisted of MCQs based on Operating systems and DBMS
https://www.geeksforgeeks.org/count-possible-decodings-given-digit-sequence/
https://www.geeksforgeeks.org/longest-increasing-subsequence-dp-3/
Round 2: Technical Round :
I was asked to implement two questions. First one was to print all the triplets that sum to K. Duplicates were allowed in the array. Focus was more on the approach than on the actual solution. Second question was to do in place string compression.
https://www.geeksforgeeks.org/print-all-triplets-with-given-sum/
https://www.geeksforgeeks.org/run-length-encoding/
Round 3: Technical Round:
I was asked a question based on Lowest common ancestor and then to calculate the distance from lca to both the nodes and then I had to apply some kind of manipulations. I was to implement the whole code. Then I was asked a question based on string matching and window.
ref:
https://www.geeksforgeeks.org/diameter-of-a-binary-tree/
https://www.geeksforgeeks.org/anagram-substring-search-search-permutations/
Then I was asked questions based on OS and DBMS:
- What is virtual memory? How will you design a virtual memory?
- Questions based on demand paging, page swapping, how does page map, data structures used for it, page table concepts and functions of memory management unit.
- Page replacement algorithms, implement LRU Cache ( I did it using dll and hashmap)
- Fragmentation in OS and DBMS, transaction, serialization, indexing and usage of checkpoints in recovery.
- More logical questions were asked based on whatever answer one gives.
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!