Coding Round
There were 2 coding questions (10 marks each) and 20 MCQ’s from various core concepts ( OS,DS,Algorithms,DB,C language etc ).
- Question 1 : https://www.geeksforgeeks.org/dsa/given-a-string-print-all-possible-palindromic-partition/ Given a string, find all possible palindromic partitions of given string.
- Question 2 : You are given with a large paragraph and N words.You have to find a min length subparagraph of the paragraph which contain all those N words in any order.(Case Insensitive)
- Give use cases when you will prefer Hash table instead of BST and vice-versa?
- What happens in case of duplicate insertions in Hash table and BST. What is its effect on the complexity of search?