Cohesity Interview Questions — 3 DSA Problems
3 problems with full solutions in Python, Java, C++, JavaScript, Go, Rust.
Most frequently asked Cohesity LeetCode questions for software engineering interviews.
- LRU Cache (MEDIUM) — Hash Table, Linked List, Design, Doubly-Linked List
- Path With Minimum Effort (MEDIUM) — Array, Binary Search, Depth-First Search, Breadth-First Search, Union Find, Heap (Priority Queue), Matrix
- Find Median from Data Stream (HARD) — Two Pointers, Design, Sorting, Heap (Priority Queue), Data Stream
C
Cohesity
3 questions tracked3 with solutions
Frequency scoreSorted highest → lowest frequency✓ Our Solution = we have a detailed walkthrough
Showing 3 of 3 questions
1Hash TableLinked ListDesignDoubly-Linked List
2ArrayBinary SearchDepth-First SearchBreadth-First Search+3
3Two PointersDesignSortingHeap (Priority Queue)+1