Upload Button Icon Add office photos

Cohesity

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cohesity Member Technical Staff Software Interview Questions and Answers

Updated 6 Mar 2024

Cohesity Member Technical Staff Software Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Be good on basics of coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Some sql queries and code piece related to substring

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, be good in basics of coding
Interview experience
3
Average
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 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Design a multithreaded logger system
  • Ans. 

    A multithreaded logger system allows multiple threads to log messages concurrently without blocking each other.

    • Use a thread-safe data structure like a concurrent queue to store log messages.

    • Implement a logging class with methods for adding log messages and writing them to a file.

    • Use synchronization mechanisms like locks or semaphores to ensure thread safety.

    • Consider using a separate thread for writing log messages to t...

  • Answered by AI
  • Q2. How virtual pointers work?
  • Ans. 

    Virtual pointers are used in C++ to implement polymorphism by allowing objects to be accessed through a base class pointer.

    • Virtual pointers are used in C++ to achieve runtime polymorphism.

    • They are created by adding virtual keyword to a function in a base class.

    • Virtual pointers allow objects of derived classes to be accessed through a base class pointer.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CommVault Senior Software Developer interview:
  • C++
Interview preparation tips for other job seekers - Read all concepts of C++.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain how CLR works
  • Ans. 

    CLR is the runtime environment for .NET applications that manages memory, security, and execution of code.

    • CLR stands for Common Language Runtime

    • It compiles code into an intermediate language (IL) that can run on any platform with CLR installed

    • CLR manages memory through garbage collection

    • It provides security through code access security (CAS)

    • CLR also includes just-in-time (JIT) compilation for improved performance

  • Answered by AI
  • Q2. Explain SOLID principle
  • Ans. 

    SOLID is a set of principles for object-oriented programming that aims to make software more maintainable, scalable, and robust.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segreg...

  • Answered by AI
  • Q3. Explain design pattern
  • Ans. 

    Design pattern is a reusable solution to a commonly occurring problem in software design.

    • Design patterns provide a common language for developers to communicate solutions.

    • They help in creating flexible, maintainable, and scalable software.

    • Examples include Singleton, Factory, Observer, and MVC pattern.

    • Design patterns are categorized into three types: Creational, Structural, and Behavioral.

  • Answered by AI
  • Q4. Write a program for palindrome
  • Ans. 

    Program to check if a given string is a palindrome

    • Convert the string to lowercase to ignore case sensitivity

    • Remove all non-alphanumeric characters from the string

    • Reverse the string and compare it with the original string

    • If they are the same, then the string is a palindrome

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Function overloading vs overriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a function in a subclass with the same name and parameters as a function in the superclass.

    • Function overloading is used to provide different ways to call a function with different parameters.

    • Function overriding is used to provide a specific implementation of a function in a subclass that is diffe...

  • Answered by AI
  • Q2. Difference between ref and out
  • Ans. 

    Ref and out are both used to pass arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref and out are used to pass arguments by reference instead of by value

    • Ref is used for both input and output parameters while out is only used for output parameters

    • Ref requires the variable to be initialized before passing while out does not

    • Example: void MyMethod(ref int x) { x = x + 1; }

    • Example: void MyMeth

  • Answered by AI
  • Q3. Explain jagged array in C#
  • Ans. 

    Jagged array is an array of arrays where each array can have different lengths.

    • Each array can have different number of elements

    • Can be used to represent tables with varying number of columns

    • Example: string[][] jaggedArray = new string[3][];

  • Answered by AI
  • Q4. How does IIS work internally
  • Ans. 

    IIS is a web server that handles HTTP requests and responses.

    • IIS stands for Internet Information Services.

    • It is a component of Windows Server.

    • It listens for incoming HTTP requests on a specified port.

    • It processes the request and sends back a response.

    • It can host multiple websites on a single server.

    • It supports various protocols like HTTP, HTTPS, FTP, SMTP, etc.

    • It can be configured using the IIS Manager tool.

    • It can also

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why do you want to join Oracle ?
  • Q2. What is your greatest weakness ?
Round 4 - HR 

(1 Question)

  • Q1. Compensation discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on C#, OOPS, SQL, basic programs.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 2 tech rounds 1 tech plus managerial Then final call with HR

Interview Preparation Tips

Topics to prepare for Oracle Senior Software Developer interview:
  • Python
  • Linux Internals
  • Behavioural Skills
Interview preparation tips for other job seekers - It was for Linux kernel patch validation
Questions were asked about python automation and Linux services, threads, file handling, RPM etc.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 6 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical Interview based on you experience.
  • Q2. Logical questions related to the real world problem solving
Round 3 - Technical 

(2 Questions)

  • Q1. Pure technical on working technologies
  • Q2. Basic to in depth technical questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Your responsibilities in the project
  • Q2. Achievements in your work
Round 5 - Behavioral 

(2 Questions)

  • Q1. Technical questions and achievements
  • Q2. Strengths, weaknesses and project structure
Round 6 - HR 

(2 Questions)

  • Q1. Salary discussion and position information
  • Q2. Salary negotiations and information on position

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to wait for offer at least 2-3 months. Then only choose this company to get the job. They take lot of time to release the offer. For me it took 90 days to release the offer.

Associate Interview Questions & Answers

Oracle user image amboxavatar

posted on 10 Jun 2021

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to create a PowerPoint on how would I help the sales team with the selling pitch
  • Q2. Asked me to write an email summarizing my findings from the selling pitch deck
  • Q3. Guesstimate - how many flights are handled by Bangalore airport on a daily basis
  • Ans. 

    Around 600 flights are handled by Bangalore airport on a daily basis.

    • Bangalore airport is one of the busiest airports in India

    • It handles both domestic and international flights

    • On average, there are around 25-30 flights per hour

    • The number of flights may vary depending on the day of the week and time of the year

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills are very important

I applied via Referral and was interviewed before Jul 2021. There were 2 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 Resume tips
Round 2 - Aptitude Test 

Easy question, maximum question on average, ages, pie chart,flow chart of coding, English comprehension, situation based question.

Interview Preparation Tips

Topics to prepare for Oracle Consultant interview:
  • Puzzle
  • Guesstimate
Interview preparation tips for other job seekers - Well Prepare for aptitude round since it is 1 round of elimination.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DR scenarios details and configuration
  • Q2. Nutanix upgrade process
Round 2 - Technical 

(2 Questions)

  • Q1. Linux boot process
  • Q2. Commands awk and sed in linux
  • Ans. 

    awk and sed are powerful text processing tools in Linux.

    • awk is used for pattern scanning and processing

    • sed is used for text stream editing

    • Both can be used in combination to manipulate text files

    • Example: awk '{print $1}' file.txt

    • Example: sed 's/old/new/g' file.txt

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

OA based on 3 coding questions which had abstract based DP questions. 50 MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. Javascript basic questions
  • Q2. React questions
Round 3 - Technical 

(2 Questions)

  • Q1. Interview with director and more like technical and behavioural.
  • Q2. Why do you think you will be able to survive in our team
  • Ans. 

    I have a strong technical background, excellent communication skills, and a proven track record of working well in team environments.

    • Strong technical background in software development

    • Excellent communication skills to collaborate effectively with team members

    • Proven track record of successfully working in team environments

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Strengths and Weaknesses
Contribute & help others!
anonymous
You can choose to be anonymous

Cohesity Interview FAQs

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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

OneBanc Technologies

No Interviews

INTERVIEWS

Cohesity

No Interviews

INTERVIEWS

CDM Smith

No Interviews

INTERVIEWS

CDM Smith

No Interviews

INTERVIEWS

LinguaSol

No Interviews

Tell us how to improve this page.

Cohesity Member Technical Staff Software Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 905 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
SAP Interview Questions
4.2
 • 309 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 252 Interviews
View all
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