Round 1 (Online Test):
Four Programming Questions-
a) Given a string find number of different substrings that are palindromes.
b) In a matrix we can destruct it’s one column by vanishing any of the element in column . We have to destruct the matrix completely so that sum of the elements destucted by us (not that destructed itself) is minimum, given the constraint that atleast one of the elements in a row should be canceled by us. Output is that minimum sum.
Round 2 (Interview Round 1): Concepts of OOPs like Polymorphism and Inheritance and questions related to projects done.
Round 3 (Interview Round 2):
1. Some more OOPs concepts.
2. Data Structures like Hashmap, Sorting algos (Quick sort and Merge sort) (complextiy and just how to implement them).
3. What is Java (as it was my primary programming language).
4. Difference between static and dynamic programming languages.
5. Implementation of Linked List (Code with proper syntax).
6. How to find Square root of a number (without using inbuilt functions, best efficient way O(logN)).
7. In a array each number is stored twice except one that is placed only once. (Best efficient O(logN)).
If you like neveropen and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the neveropen main page and help other Geeks.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Related Practice Problems
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!