Top arcesium interview questions
| S.No | Interview Question | Number of times candidates experienced this question in interviews |
|---|---|---|
| 1 | Decode String Leetcode Solution | 6450 |
| 2 | Top K Frequent Elements LeetCode Solution | 5310 |
| 3 | Container With Most Water LeetCode Solution | 5279 |
| 4 | Word Wrap Problem | 4395 |
| 5 | Maximum path sum in a triangle | 3786 |
| 6 | Smallest Palindrome after Replacement | 3707 |
| 7 | Longest Repeated Subsequence | 3195 |
| 8 | Find all pairs (a, b) in an array such that a % b = k | 2870 |
| 9 | Difference Array | Range update query in O(1) | 2793 |
| 10 | Populating Next Right Pointers in Each Node Leetcode Solution | 2771 |
| 11 | Delete Nth node from the end of the given linked list | 2622 |
| 12 | Subset with sum divisible by m | 2556 |
| 13 | Check if any two intervals overlap among a given set of intervals | 2502 |