← Back to Directory

Cohesity

Large Enterprises

Cohesity is a data management and security company that provides solutions for data backup, recovery, storage, and protection across on-premises, cloud, and hybrid environments. It is known for its hyperconverged data platform and increasingly focuses on cyber resilience and AI-powered data insights.

1 interview note · updated Jul 2026

Cohesity·Software Engineer·Technical Phone Screen

Jul 2026
Cohesity software engineer interview with a classic backtracking problem. Nothing too exotic but you need to actually know your recursion cold or you'll fumble the edge cases.
  • Given an array of distinct positive integers and a target value, find all unique combinations of numbers from the array that sum to the target. A number can be reused as many times as needed, but two combinations that contain the same numbers in different orders count as one.

“The unlimited reuse part is what trips people up.”

View Post