Upload Button Icon Add office photos

Cohesity

Compare button icon Compare button icon Compare

Filter interviews by

Cohesity SQA Engineer Interview Questions and Answers

Updated 25 Sep 2024

Cohesity SQA Engineer Interview Experiences

6 interviews found

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2024

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

(2 Questions)

  • Q1. Storage , container, cloud
  • Q2. What are docker
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers.

    • Docker allows developers to package an application and its dependencies into a container that can run on any system.

    • Containers are lightweight, standalone, and executable packages that include everything needed to run a piece of software.

    • Docker provides tools for managing containers, such as Docker Engine for building and running cont...

  • Answered by AI

Skills evaluated in this interview

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?
Q2. How you will test two reports that point to seperate database?
Q3. What you know about Regulatory Reporting?
Q4. How http protocol works in the background?
Q5. What is Function overriding and Overloading?

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 & 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

Cohesity interview questions for designations

 SQA

 (1)

 Senior SQA Engineer

 (1)

 SQA Associate

 (1)

 Production Engineer

 (1)

 Software Engineer

 (15)

 Principal Engineer

 (1)

 Data Engineer

 (1)

 Senior Quality Engineer

 (1)

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2022

Round 1 - Technical 

(1 Question)

  • Q1. Good question from Linux
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions from python
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics of your domain and recommend to go with Hacker rank coding questions

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2022

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Basic question for your project
Round 2 - Technical 

(1 Question)

  • Q1. Cloud relates question

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic are must. Project details they ask..
No coding questions for me.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Druva user image Sohom Bhattacharjee

posted on 2 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - screening 

(2 Questions)

  • Q1. Details about career goals
  • Q2. Details about expectations (in terms of role)
Round 2 - Coding Test 

DSA and lagorithmic optimizations (this is based on team you are joining so questions vary a LOT)

Round 3 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 

Medium level leetcode questions and some apti very rare but.

Round 3 - Technical 

(3 Questions)

  • Q1. Good practice of ds algo and os
  • Ans. 

    Good practice of data structures, algorithms, and operating systems is essential for software engineers.

    • Regularly practice coding challenges to improve problem-solving skills

    • Understand the time and space complexity of algorithms

    • Learn about different data structures and when to use them

    • Familiarize yourself with operating system concepts like processes, threads, and memory management

  • Answered by AI
  • Q2. Is given tree bst or not?
  • Q3. Check whether cycle in linked list.
  • Ans. 

    Check for cycle in a linked list by using two pointers approach.

    • Use two pointers, one moving at double the speed of the other.

    • If there is a cycle, the two pointers will eventually meet.

    • Alternatively, use a hash set to keep track of visited nodes.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Binary search tree
Linked list

Round 2 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Technologies used
  • Ans. 

    I have experience with a variety of technologies including Java, Python, SQL, and JavaScript.

    • Java

    • Python

    • SQL

    • JavaScript

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

100 minutes, there were 3 coding questions and some easy to medium level mcq on core subjects

Round 2 - Technical 

(2 Questions)

  • Q1. Isomorphic string
  • Q2. What you'll use to implement a playlist
  • Ans. 

    A playlist can be implemented using an array of strings to store the list of songs.

    • Use an array of strings to store the list of songs in the playlist

    • Implement functions to add, remove, and shuffle songs in the playlist

    • Consider using a linked list data structure for more efficient insertion and deletion operations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on problem solving skills and your core knowledge

Skills evaluated in this interview

Cohesity Interview FAQs

How many rounds are there in Cohesity SQA Engineer interview?
Cohesity interview process usually has 1-2 rounds. The most common rounds in the Cohesity interview process are Technical, Aptitude Test and Behavioral.
What are the top questions asked in Cohesity SQA Engineer interview?

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

  1. what are doc...read more
  2. Implement stack using qu...read more
  3. Good question from Li...read more

Tell us how to improve this page.

Cohesity SQA Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 822 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 279 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
View all
Cohesity SQA Engineer Salary
based on 127 salaries
₹10 L/yr - ₹19 L/yr
23% more than the average SQA Engineer Salary in India
View more details

Cohesity SQA Engineer Reviews and Ratings

based on 14 reviews

4.6/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.2

Salary

3.5

Job security

4.5

Company culture

3.8

Promotions

4.4

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
432 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
289 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