KKR·Software Engineer·Online Assessment (OA)
Jun 2026
Did the KKR on-campus OA recently. 15 MCQs plus 3 DSA problems, and the DSA side was pretty manageable if you've done any leetcode prep at all.
- Find the maximum length of a subarray (window) containing only unique elements.
- Course Scheduler: given a list of courses with prerequisites, determine if all courses can be completed.
- Find the minimum ship capacity needed to carry all packages within a given number of days.
“Sliding window with a set, pretty textbook.”