Upload Button Icon Add office photos

Filter interviews by

Cohesity Software Engineer Interview Questions and Answers

Updated 30 Nov 2024

Cohesity Software Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2022.

Round 1 - Coding Test 

Standard tree question was asked

Round 2 - HR 

(2 Questions)

  • Q1. Things like why do you want to join and stuff
  • Q2. What excites you about software deevelopment
  • Ans. 

    The endless possibilities of creating something new and useful excites me about software development.

    • The ability to solve complex problems through coding

    • The satisfaction of seeing a project come to life

    • The opportunity to constantly learn and improve skills

    • The potential to make a positive impact on society through technology

    • Examples: creating a mobile app that helps people track their fitness goals, developing software ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing in particular. Just be well versed with standard hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. A simple linked list question
Round 2 - HR 

(1 Question)

  • Q1. Detect cycle in undirected graph

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Word Search Problem Backtracking Leetcode

Software Engineer Interview Questions & Answers

user image Sai Meghana Reddy

posted on 19 Apr 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 3 interview rounds.

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 - Coding Test 

2 code signal programming questions

Round 3 - HR 

(1 Question)

  • Q1. System design and resume based questions

Cohesity interview questions for designations

 Software Engineer Intern

 (2)

 Senior Software Engineer

 (1)

 Software Developer

 (3)

 Site Reliability Engineer

 (1)

 Member Technical Staff Software

 (1)

 Member Technical Staff

 (1)

 Engineering Intern

 (1)

Software Engineer Jobs at Cohesity

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions about OOPS includes inheritence, interface, abstract classes, access specifiers
  • Q2. Coding question: given a vector, return a vector where each entry in the resultant vector is the product of the remaining elements in the given vector.
  • Q3. Coding question: given a vector numbers, return the index of the vector which has the longest length palindrome
  • Ans. 

    Return the index of the vector with the longest length palindrome

    • Iterate through each string in the vector

    • Check if the string is a palindrome

    • Track the index of the longest palindrome string

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Software Engineer interview:
  • oops
  • C++
  • Java
  • Python
  • DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular structure
  • Q2. Dependency injection
Round 2 - Technical 

(2 Questions)

  • Q1. Manageral questions
  • Q2. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding questions were at Leetcode difficulty level and were derived from the Striver sheet.

Round 2 - Technical 

(2 Questions)

  • Q1. BFS graph level
  • Q2. Minimum flight distance . I was not shortlisted for interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well and computer fundamentals.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - Coding Test 

It was codility test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. One codility question
Round 3 - One-on-one 

(1 Question)

  • Q1. Design system like uber eats
Round 4 - One-on-one 

(1 Question)

  • Q1. Design system like youtube
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure related question

Round 2 - Technical 

(4 Questions)

  • Q1. Quesitions related to data structure, cloud
  • Q2. Find the second highest integer
  • Ans. 

    To find the second highest integer in an array, sort the array in descending order and return the second element.

    • Sort the array in descending order

    • Return the second element in the sorted array

    • Handle edge cases like duplicates or small arrays

  • Answered by AI
  • Q3. Question related to two sum
  • Q4. Some sliding window problems
Round 3 - HR 

(1 Question)

  • Q1. General Behavioral Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Discuss the project you are most proud of
  • Ans. 

    Developed a mobile app for tracking personal fitness goals

    • Used React Native to create a cross-platform app

    • Implemented features such as goal setting, progress tracking, and workout logging

    • Integrated with wearable devices like Fitbit for automatic data syncing

  • Answered by AI
  • Q2. What are ways to speed up SQL queries? List them in increasing order of complexity?
  • Ans. 

    Ways to speed up SQL queries in increasing order of complexity

    • Use indexes on columns frequently used in WHERE clauses

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Use stored procedures to reduce network traffic and improve performance

    • Consider denormalizing tables for frequently accessed data

    • Use query optimization techniques like query caching and query hints

  • Answered by AI
  • Q3. Is Redis single-threaded or multi-threaded?
  • Ans. 

    Redis is single-threaded.

    • Redis is single-threaded, meaning it can only execute one command at a time.

    • This design choice allows Redis to be extremely fast and efficient for certain use cases.

    • However, it also means that Redis may not be the best choice for highly concurrent workloads.

  • Answered by AI
  • Q4. What sort of data types can be used as keys in Python?
  • Ans. 

    Data types that can be used as keys in Python include strings, integers, floats, tuples, and custom objects.

    • Strings are commonly used as keys in Python dictionaries.

    • Integers and floats can also be used as keys.

    • Tuples can be used as keys if they only contain immutable elements.

    • Custom objects can be used as keys if they are hashable.

    • Examples: {'name': 'John'}, {1: 'apple'}, {(1, 2): 'tuple'}

  • Answered by AI
  • Q5. What types of indexing exist in SQL?
  • Ans. 

    Types of indexing in SQL include clustered, non-clustered, unique, and composite indexes.

    • Clustered index physically reorders the table based on the index key

    • Non-clustered index creates a separate structure for the index

    • Unique index ensures that all values in the index column are unique

    • Composite index uses multiple columns for indexing

  • Answered by AI

Skills evaluated in this interview

Cohesity Interview FAQs

How many rounds are there in Cohesity Software Engineer interview?
Cohesity interview process usually has 2-3 rounds. The most common rounds in the Cohesity interview process are HR, Resume Shortlist and Coding Test.
How to prepare for Cohesity Software Engineer 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, Analytical, Computer science, Debugging and Distribution System.
What are the top questions asked in Cohesity Software Engineer interview?

Some of the top questions asked at the Cohesity Software Engineer interview -

  1. What excites you about software deevelopm...read more
  2. System design and resume based questi...read more
  3. Word Search Problem Backtracking Leetc...read more

Tell us how to improve this page.

Cohesity Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Cohesity Software Engineer Salary
based on 12 salaries
₹11 L/yr - ₹33.6 L/yr
230% more than the average Software Engineer Salary in India
View more details
Site Reliability Engineer
32 salaries
unlock blur

₹7.3 L/yr - ₹30 L/yr

Member Technical Staff
29 salaries
unlock blur

₹15 L/yr - ₹62 L/yr

Staff Engineer
19 salaries
unlock blur

₹50 L/yr - ₹98 L/yr

Senior Member of Technical Staff
15 salaries
unlock blur

₹30 L/yr - ₹67.5 L/yr

Software Engineer
12 salaries
unlock blur

₹11 L/yr - ₹33.6 L/yr

Explore more salaries
Compare Cohesity with

RUBRIK INDIA

3.7
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