Top kuliza interview questions
| S.No | Interview Question | Number of times candidates experienced this question in interviews |
|---|---|---|
| 1 | Sort a stack using a temporary stack | 3915 |
| 2 | Distinct adjacent elements in an array | 3772 |
| 3 | Design a stack that supports getMin() in O(1) time and O(1) extra space | 3662 |
| 4 | Sorting array using Stacks | 3579 |
| 5 | Sort a stack using recursion | 3332 |
| 6 | Non-overlapping sum of two sets | 2651 |
| 7 | Longest Span with same Sum in two Binary Arrays II | 2591 |
| 8 | How to check if two given sets are disjoint? | 2564 |
| 9 | Count number of triplets with product equal to given number | 2526 |
| 10 | Rearrange an array such that ‘arr[j]’ becomes ‘i’ if ‘arr[i]’ is ‘j’ | 2328 |
| 11 | Count Primes in Ranges | 2325 |
| 12 | Longest Span with same Sum in two Binary arrays | 2074 |
| 13 | Elements to be added so that all elements of a range are present in array | 2019 |