Upload Button Icon Add office photos

Cohesity

Compare button icon Compare button icon Compare

Filter interviews by

Cohesity Production Engineer Interview Questions and Answers

Updated 12 Sep 2023

Cohesity Production Engineer Interview Experiences

1 interview 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

Interview questions from similar companies

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

Dsa questions, oops, recursion, how js works,

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

(1 Question)

  • Q1. Tell me about ur self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and continuous improvement.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and process optimization

    • Led a team to implement lean manufacturing principles, resulting in a 20% increase in production efficiency

  • Answered by AI

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

Interview Questionnaire 

5 Questions

  • Q1. How to calculate parity
  • Ans. 

    Parity is calculated by counting the number of 1s in a binary sequence.

    • Parity is used to detect errors in data transmission.

    • Even parity means the number of 1s in the sequence should be even.

    • Odd parity means the number of 1s in the sequence should be odd.

    • Parity can be calculated using XOR operation on the binary sequence.

  • Answered by AI
  • Q2. What is baseline and benchmark performance?
  • Ans. 

    Baseline is the starting point of performance measurement while benchmark is the standard for comparison.

    • Baseline is the initial measurement of performance used as a reference point for future comparisons.

    • Benchmark is the standard or best practice used for comparison with the current performance.

    • Baseline and benchmark are used to measure and improve performance.

    • For example, a company may set a baseline for their websit...

  • Answered by AI
  • Q3. Performance issues scenarios and how you troubleshoot them?
  • Ans. 

    I analyze logs, monitor system resources, and use profiling tools to identify and resolve performance issues.

    • Analyze logs to identify potential bottlenecks

    • Monitor system resources such as CPU, memory, and disk usage

    • Use profiling tools to identify slow code and optimize it

    • Identify and eliminate unnecessary database queries

    • Optimize network communication

    • Implement caching mechanisms

    • Conduct load testing to identify performa

  • Answered by AI
  • Q4. What is iscsi, san,fc, maa and other protocols ?
  • Ans. 

    iSCSI, SAN, FC, MAA are protocols used in storage networking.

    • iSCSI (Internet Small Computer System Interface) is a protocol used to transmit SCSI commands over IP networks.

    • SAN (Storage Area Network) is a network that provides block-level access to data storage.

    • FC (Fibre Channel) is a high-speed network technology used to connect servers and storage devices.

    • MAA (Massive Array of Idle Disks) is a storage architecture tha

  • Answered by AI
  • Q5. What and how to read top command
  • Ans. 

    Top command displays real-time system resource usage and process information.

    • Top command shows system load, CPU usage, memory usage, and running processes.

    • The first line shows overall system statistics.

    • The second line shows CPU usage.

    • The third line shows memory usage.

    • The fourth line shows swap usage.

    • The fifth line shows running processes.

    • Press 'q' to exit top command.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for storage protocols , be confident.
There were 4 rounds: 1 telephonic, 2 technical, 3 with EE and last managerial round.
EE round was the best.He was quite understanding and open to understand others answer and even if you are wrong he will tell you where you went wrong in very polite manner.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer had less knowledge on the current technologies and was more stereo type.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

Traverse through a matrix of uppercase english alphabets to find a given word. you are allowed to make up to k jumps, and same position can be repeated too.

Round 2 - Technical 

(1 Question)

  • Q1. Compression of 0-1 matrix of particular size.
  • Ans. 

    Compression of 0-1 matrix involves reducing the size of the matrix by storing only the necessary information.

    • Use run-length encoding to compress the matrix by storing consecutive repeated values as a single value and count.

    • Identify patterns in the matrix that can be represented more efficiently.

    • Consider using sparse matrix representation if the matrix has a lot of zeros.

    • Implement efficient algorithms to compress and de...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on trie
  • Q2. Question on intervals

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Linked list, data structure
  • Q2. Map,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and analysis

Interview Preparation Tips

Round: Test
Experience: Oracle had an online test which includes 3
Sections:
1. Programming: basic C++/java programming + data structure. One need to have good hand over oops
to score well in this section.

2. Aptitude: General Aptitude Questions

3. General Maths: Very simple maths problem (+2 level) but needs very very good speed.
Tips: Individual cutoff was not declared, but different cutoff for different profile is expected.
Oracle has no GD round.

Round: Interview
Experience: In 2nd round of interview, there was more programming, less resume based question and more emphasis on will I be comfortable in an IT sector. Some apti questions were also asked.

Round: Interview
Experience: 1st round was completely on resume based. Each and every project and intern is discussed in detail. Most of the extracurricular activities were also discussed. In the 1st interview, some basic program like fibonacci series by recursion, star pattern by loop etc were asked.

Round: Interview
Experience: Next round was HR. I was asked about the earlier 2 interviews and some basic HR questions.

College Name: IIT Roorkee

Interview Preparation Tips

Round: Test
Experience: The sections were Quantitative, Logical, Verbal and Computer Science.The three sections contained very basic questions of general aptitude while the Computer Science section contained questions on Database Management, OS, SQL and Programming Aptitude.

Round: Test
Experience: The question was to program a logic to test the correctness of a solved sudoku. We were allowed to code in C++, Java, C or pseudo code.

Round: Technical Interview
Experience: Were asked simple questions and program them like reversing string without temporary variables, finding the earlier date when entered as string and finding the difference in number of days between them.
I was asked to explain him my internship project in great detail and above all one should be prepared to answer the question 'Why IT?' if from a non IT background. Then I was asked to program a logic for 'Search and replace" tool of MS Word.

Round: HR Interview
Experience: Was asked about my background in detail and stressed again and again on 'Why IT?'. Then he asked me to prepare a summary on the merits and demerits of various Employee Data Management techniques for an organisation. For the end of the interview you should have a question which you would ask to the interviewer.

General Tips: Don't try to over emphasize the correctness of your logic if the interviewer finds a glitch. It irritates him. Be interactive in your HR round. In our case it was the VP of Oracle India who took the final round. So I asked him about his experience in the company. He was very happy to share it with me. But asses your interviewer before you put forth these queries cause your interviewer might not be as jolly as mine was.
Skills:
College Name: NIT Surathkal

Cohesity Interview FAQs

How many rounds are there in Cohesity Production Engineer interview?
Cohesity interview process usually has 4 rounds. The most common rounds in the Cohesity interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Cohesity Production Engineer interview?

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

  1. stl vs collectin in j...read more
  2. all related comp fundaments and puzz...read more
  3. cake puzzle and bulb puz...read more

Tell us how to improve this page.

Cohesity Production Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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 Production Engineer Salary
based on 8 salaries
₹3 L/yr - ₹3.4 L/yr
16% less than the average Production Engineer Salary in India
View more details

Cohesity Production Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

5.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
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