Upload Button Icon Add office photos

Filter interviews by

Cohesity Member Technical Staff Interview Questions and Answers

Updated 1 May 2024

Cohesity Member Technical Staff Interview Experiences

1 interview found

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

I applied via campus placement at Indian Institute of Technology (IIT), Mumbai and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Circular linked list question

Round 2 - One-on-one 

(1 Question)

  • Q1. Most graph based DSA
  • Ans. 

    Graph based data structures and algorithms are essential for solving complex problems involving relationships and connections.

    • Graphs consist of nodes and edges that represent relationships between the nodes.

    • Common graph algorithms include depth-first search (DFS) and breadth-first search (BFS).

    • Examples of graph based data structures include adjacency list and adjacency matrix.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for designing a thread-safe concurrent transaction application?
  • Q2. Find middle element of linkedlist
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Code snippets apti to guess output

Round 2 - Coding Test 

5 questions with each 15 min time

Round 3 - Coding Test 

Long coding with 2 hrs time

Round 4 - Technical 

(2 Questions)

  • Q1. Db modelling for accounting app
  • Ans. 

    Database modeling for an accounting application

    • Identify entities such as customers, invoices, transactions, and accounts

    • Establish relationships between entities (e.g. one-to-many, many-to-many)

    • Consider normalization to reduce redundancy and improve data integrity

    • Use primary keys and foreign keys to maintain data consistency

    • Implement constraints to enforce business rules (e.g. unique constraints, check constraints)

  • Answered by AI
  • Q2. Class diagram and system design for any fintech app
  • Ans. 

    A fintech app class diagram and system design involves modeling classes, relationships, and interactions for financial services.

    • Identify key classes such as User, Account, Transaction, and Payment

    • Define relationships between classes (e.g. User has many Accounts, Account has many Transactions)

    • Consider security measures for sensitive financial data

    • Include features like authentication, authorization, and encryption

    • Design ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Asked coding question on array medium level.
Round 2 - Technical 

(1 Question)

  • Q1. Asked design related question and coding question and current project architecture etc
Round 3 - Behavioral 

(1 Question)

  • Q1. Techno behavioural question
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - PS dsa system design doing properly will help

Member Technical Staff Interview Questions & Answers

Oracle user image Jayraj Singh Bundela

posted on 15 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are the key components and considerations for low-level design in a healthcare system?

Member Technical Staff Interview Questions & Answers

Zoho user image Satyavratha Sundar

posted on 23 Aug 2024

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

Leetcode medium and easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concept - basic questions
  • Q2. Java fundamentals - scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior member of the technical staff, leading projects and mentoring junior team members.

    • Continuing to develop my technical skills and expertise

    • Taking on more leadership responsibilities within the team

    • Mentoring and guiding junior team members

    • Contributing to the overall success and growth of the organization

  • Answered by AI
  • Q2. What do you know about the company
  • Ans. 

    Company is a leading technology company specializing in software development and innovation.

    • Founded in 1976 by Steve Jobs, Steve Wozniak, and Ronald Wayne

    • Known for popular products such as iPhone, iPad, Mac computers, and Apple Watch

    • Headquartered in Cupertino, California

    • Employs over 100,000 people worldwide

    • Revenue of over $260 billion in 2019

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Medium DSA question based on string and sliding window algorithm
Round 2 - Technical 

(1 Question)

  • Q1. 2 Medium DSA Questions - 1 was based on using heaps (both min and max) - 1 was based on binary search with using few other optimisations
Round 3 - Technical 

(1 Question)

  • Q1. LLD Round - Based on Designing HashMap
Round 4 - Behavioral 

(1 Question)

  • Q1. Couple of behavioural questions and small discussion on one of the projects mentioned on Resume. Was a friendly discussion of around 30 mins.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design and explain ext file system
  • Ans. 

    Ext file system is a widely used file system in Linux for organizing and managing files on storage devices.

    • Ext stands for Extended File System

    • Supports features like journaling, access control lists, and extended attributes

    • Uses inodes to store metadata about files and directories

    • Supports different block sizes for efficient storage allocation

  • Answered by AI
  • Q2. A question about networking and cryptography
Round 2 - Coding Test 

A problem on dynamic programming

Skills evaluated in this interview

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

The questions pertain to strings, arrays, and matrices.

Round 2 - Internship 

(1 Question)

  • Q1. Building an application similar to Swiggy using Tomcat
  • Ans. 

    Building a Swiggy-like application using Tomcat

    • Utilize Tomcat as the web server to handle HTTP requests

    • Implement a database to store user information, restaurant details, and orders

    • Develop a user-friendly interface for customers to browse restaurants and place orders

    • Integrate payment gateway for secure transactions

    • Implement features like order tracking, reviews, and ratings for restaurants

    • Ensure scalability and perform...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Sep 2023.

Round 1 - Coding Test 

First round was hacker rank test

Round 2 - Coding Test 

Two coding questions and optimisation and other basic DS and OOPS questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Deep diving into current project works
  • Ans. 

    I am currently working on developing a new feature for our company's website to improve user experience.

    • Researching user feedback and analyzing data to identify areas for improvement

    • Collaborating with designers and developers to create wireframes and prototypes

    • Implementing and testing the new feature to ensure functionality and usability

    • Gathering feedback from users through surveys and usability testing

    • Iterating on the

  • Answered by AI

Cohesity Interview FAQs

How many rounds are there in Cohesity Member Technical Staff interview?
Cohesity interview process usually has 2 rounds. The most common rounds in the Cohesity interview process are Coding Test and One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Cohesity interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Cohesity Member Technical Staff Salary
based on 28 salaries
₹15 L/yr - ₹62.8 L/yr
165% more than the average Member Technical Staff Salary in India
View more details

Cohesity Member Technical Staff Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-Life balance

4.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Site Reliability Engineer
29 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Member Technical Staff
28 salaries
unlock blur

₹15 L/yr - ₹62.8 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

Technical Staff Member 3
10 salaries
unlock blur

₹22 L/yr - ₹55 L/yr

Explore more salaries
Compare Cohesity with

RUBRIK INDIA

3.7
Compare

Druva

3.6
Compare

Veeam Software

4.0
Compare

CommVault

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview