Upload Button Icon Add office photos

Cohesity

Compare button icon Compare button icon Compare

Filter interviews by

Cohesity Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Cohesity Interview Questions and Answers

View all 41 questions

Cohesity Interview Experiences

Popular Designations

81 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Comp fundamentals c java os dbms

Round 3 - Coding Test 

2 codes. 1 of string 1 of graph

Round 4 - Technical 

(4 Questions)

  • Q1. All related comp fundaments and puzzles
  • Q2. Linked list detect loop
  • Q3. Stl vs collectin in java
  • Ans. 

    STL (Standard Template Library) is a library of generic algorithms, data structures, and iterators in C++. Collections in Java are interfaces and classes that represent data structures.

    • STL in C++ provides containers like vectors, lists, maps, etc. for storing data and algorithms for manipulating them.

    • Collections in Java include interfaces like List, Set, Map, and classes like ArrayList, HashSet, HashMap, etc.

    • STL is par...

  • Answered by AI
  • Q4. Cake puzzle and bulb puzzle

Skills evaluated in this interview

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Cant remember much of how round 1 happened

Round 2 - Technical 

(2 Questions)

  • Q1. Give a base 7 representation of a number - coding question
  • Ans. 

    Convert a number to base 7 representation

    • Divide the number by 7 and store the remainder in each step

    • Repeat until the quotient is 0

    • Reverse the remainders to get the base 7 representation

  • Answered by AI
  • Q2. Min and max in matrix calculation
  • Ans. 

    Finding the minimum and maximum values in a matrix

    • Iterate through each element in the matrix to find the minimum and maximum values

    • Initialize min and max variables with the first element in the matrix

    • Compare each element with the current min and max values and update accordingly

    • Example: For a matrix [[1, 2, 3], [4, 5, 6]], min = 1, max = 6

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on design more. Coding questions are known to be simple in cohesity rounds when compared to rubrik

Skills evaluated in this interview

Engineering Intern Interview Questions asked at other Companies

Q1. What the final product of blast furnace? What is the composition of the iron produced and the source of high content of P? And how to reduce the content?
View answer (1)

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Prepare for easy and medium questions.

Round 2 - Coding Test 

Prepare for easy and medium questions.

SQA Engineer Interview Questions asked at other Companies

Q1. How you justify customer if any bug is reproduced in production?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General Technical Questiona related to customer support and troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident with your answers and maintain good attitude towards the interviewer. Nobody’s perfect with answering all questions. All the best

Senior Application Support Engineer Interview Questions asked at other Companies

Q1. What is the defence in Financial or non Financial transactions.
View answer (1)

Cohesity interview questions for popular designations

 Software Engineer

 (15)

 SQA Engineer

 (6)

 Software Developer

 (6)

 Senior Software Engineer

 (5)

 Technical Support Engineer

 (3)

 Branch Credit Manager

 (2)

 Senior Software Developer

 (2)

 Software Engineer Intern

 (2)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three question on coding medium to hard level

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview one coding question you have to solve

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Cohesity Interview Questions

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Hacker Rank aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Linux Virtualisation Coding questions

SQA Engineer Interview Questions asked at other Companies

Q1. How you justify customer if any bug is reproduced in production?
View answer (1)

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Easy to Medium level
  • Q2. Implement stack using queue
  • Ans. 

    Implement stack using queue by using two queues and maintaining the order of elements.

    • Use two queues to simulate stack operations - push, pop, top.

    • For push operation, add element to queue1.

    • For pop operation, move all elements from queue1 to queue2 except the last one, then remove and return the last element.

    • For top operation, move all elements from queue1 to queue2 except the last one, then return the last element with

  • Answered by AI

Skills evaluated in this interview

SQA Engineer Interview Questions asked at other Companies

Q1. How you justify customer if any bug is reproduced in production?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. You can expect Operating System questions in technical discussions, for example, process communication in Linux.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Strong coding questions leetcode medium to hard

Round 2 - One-on-one 

(1 Question)

  • Q1. Deep tech os dbma and network

Member Technical Staff Software Interview Questions asked at other Companies

Q1. write a query to update employye salary write code for palindrome what is normalization what is views what is acid properties
View answer (1)

Software Engineer Interview Questions & Answers

user image Vaishnavi Birajdar

posted on 29 Mar 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Test - one coding question 1 sql query 20 mcq on cs fundamental

Round 2 - Technical 

(1 Question)

  • Q1. Questions on object oriented paradigm

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Cohesity Interview FAQs

How many rounds are there in Cohesity interview?
Cohesity interview process usually has 2-3 rounds. The most common rounds in the Cohesity interview process are Technical, HR and Coding Test.
How to prepare for Cohesity interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cohesity. The most common topics and skills that interviewers at Cohesity expect are Data Management, Data Processing, Computer science, Linux and Product Management.
What are the top questions asked in Cohesity interview?

Some of the top questions asked at the Cohesity interview -

  1. Tell all things that happen inside a system when we press 'k' on the notep...read more
  2. What proper paper you for legal cleari...read more
  3. How is Reliability ensured in Networ...read more
How long is the Cohesity interview process?

The duration of Cohesity interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cohesity Interview Process

based on 72 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 847 Interviews
Google Interview Questions
4.4
 • 824 Interviews
Nutanix Interview Questions
3.7
 • 75 Interviews
NetApp Interview Questions
3.9
 • 65 Interviews
CommVault Interview Questions
3.9
 • 27 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
RUBRIK INDIA Interview Questions
3.6
 • 13 Interviews
Arcserve Interview Questions
3.3
 • 9 Interviews
Pure Storage Interview Questions
3.2
 • 7 Interviews
Veeam Software Interview Questions
4.0
 • 5 Interviews
View all

Cohesity Reviews and Ratings

based on 589 reviews

3.9/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.8

Salary

3.4

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 589 Reviews and Ratings
Software Engineer
430 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
293 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Support Engineer
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cohesity with

RUBRIK INDIA

3.6
Compare

Druva

3.7
Compare

Veeam Software

4.0
Compare

CommVault

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview