Upload Button Icon Add office photos

CommVault

Compare button icon Compare button icon Compare

Filter interviews by

CommVault Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top CommVault Interview Questions and Answers

View all 15 questions

CommVault Interview Experiences

Popular Designations

27 interviews found

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

Python questions on data structures and algorithms

Round 3 - Technical 

(1 Question)

  • Q1. DBMS, python questions
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Checking Company fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures and Algorithms better in python

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Campus coding test with 2 data structure questions

Round 2 - Technical 

(1 Question)

  • Q1. On-site technical round with 2 developers. Was asked to write pseudo-code to balancing an AVL tree.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
CommVault Interview Questions and Answers for Freshers
illustration image

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was a mcq+coding round. There were 2 coding questions of medium difficulty. It was around 3 P.M.

  • Q1. 

    Count Substrings with K Distinct Characters

    Given a lowercase string 'STR' and an integer K, the task is to count all possible substrings that consist of exactly K distinct characters. These substrings ar...

  • Ans. 

    Count substrings with exactly K distinct characters in a given lowercase string.

    • Iterate through all substrings of length K and count distinct characters.

    • Use a set to keep track of distinct characters in each substring.

    • Increment count if number of distinct characters equals K.

  • Answered by AI
  • Q2. 

    Collect Maximum Coins from Matrix

    You are provided with a matrix consisting of 'M' rows and 'N' columns. Each cell in this matrix either contains a coin or is empty.

    Your task is to collect the maximum n...

  • Ans. 

    Given a matrix with coins and empty cells, collect maximum coins from boundary cells and adjacent cells.

    • Iterate through the boundary cells and collect coins from them and their adjacent cells

    • Keep track of visited cells to avoid collecting the same coin multiple times

    • Use depth-first search or breadth-first search to explore adjacent cells

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

It was held after the debugging round at around 1 PM. The interviewer briefed me about the problem and then asked me to code in visual studio code.

  • Q1. 

    Optimize Memory Usage Problem Statement

    Alex wants to maximize the use of 'K' memory spaces on his computer. He has 'N' different document downloads, each with unique memory usage, and 'M' computer games,...

  • Ans. 

    Maximize memory usage by pairing downloads and games within memory limit 'K'.

    • Sort the downloads and games in descending order.

    • Iterate through the downloads and games to find the pairs within memory limit 'K'.

    • Return the pairs that maximize memory usage.

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 minutes
Round difficulty - Hard

It was immediately after the second interview round. Total 6 students were shortlisted from various colleges for this round. It was at around 4 PM. There were 2 interviewers and asked questions from OS, DBMS, DS and project related questions from resume.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bhagwan Parshuram Institute of Technology. I applied for the job as Fullstack Developer in DelhiEligibility criteriaNo backlogs were allowedCommvault interview preparation:Topics to prepare for the interview - Python (as a language for data structures), Data structures, Operating system, Computer networking, Database management systemTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Only mention those things in resume that you know very well
Tip 2 : Core subjects are very important for commvault
Tip 3 : Concept of usage of data structures should be clear

Application resume tips for other job seekers

Tip 1 : Do not mention anything in resume that you are not sure about. Keep it simple
Tip 2 : You can add achievements other than technical also.

Final outcome of the interviewRejected

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics, plugin, oob scenarios
Round 2 - HR 

(1 Question)

  • Q1. Why switch , ambitions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have option, join other one. ......................................

CommVault interview questions for popular designations

 Software Engineer

 (4)

 Software Developer

 (2)

 Sdet Engineer

 (2)

 Quality Analyst

 (1)

 Senior Software Developer

 (1)

 Senior Software Engineer

 (1)

 Web Developer

 (1)

 Intern

 (1)

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Networks based questions
  • Q2. Os based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and tough for fresher to crack, Nice package and good people who will guid u in interview process in case you are stuck at answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top CommVault Interview Questions

I was interviewed before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Jobs at CommVault

View all

Interview Questionnaire 

3 Questions

  • Q1. Given a table, tell the normal form it is in and normalise it.
  • Ans. 

    Answering normalisation of a given table in an interview for Quality Analyst.

    • Identify the functional dependencies in the table

    • Check for any partial dependencies and remove them by creating new tables

    • Check for any transitive dependencies and remove them by creating new tables

    • Normalize the table to 1st, 2nd or 3rd normal form based on the dependencies

    • Ensure that the new tables have a primary key and foreign key relations

  • Answered by AI
  • Q2. Given two tables, write queries for given scenarios
  • Q3. Perform the required form of join for a given scenario.

Interview Preparation Tips

Round: Test
Experience: It was an online test of 45 MCQ questions. Questions were aimed at testing basic understanding of concepts including a few tricky questions.
Tips: Answer the quants section first followed by verbal. Rest are a little time consuming.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: All the questions focussed on databases. No other subjects were involved. The queries were tricky and mainly involved joins. I was expecting some debugging questions and basic DSA questionnaire but which were not asked.
Tips: If you are good at databases only then opt for this otherwise go for Developer profile.

College Name: VIT Vellore

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

CommVault Interview FAQs

How many rounds are there in CommVault interview?
CommVault interview process usually has 1-2 rounds. The most common rounds in the CommVault interview process are Coding Test, Technical and HR.
How to prepare for CommVault 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 CommVault. The most common topics and skills that interviewers at CommVault expect are Networking, Linux, Troubleshooting, Azure and Technical Support.
What are the top questions asked in CommVault interview?

Some of the top questions asked at the CommVault interview -

  1. Given a table, tell the normal form it is in and normalise ...read more
  2. Who has the right to decide the termination clause in an contra...read more
  3. How backup process go...read more
How long is the CommVault interview process?

The duration of CommVault interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

CommVault

INTERVIEWS

ITC

No Interviews

SALARIES

CommVault

INTERVIEWS

NLC India Limited

10 top interview questions

LIST OF COMPANIES

Unified Mentor

Overview

JOBS

CommVault

No Jobs

JOBS

CommVault

No Jobs

INTERVIEWS

CommVault

No Interviews

SALARIES

NLC India Limited

Tell us how to improve this page.

CommVault Interview Process

based on 23 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
Cohesity Interview Questions
3.9
 • 81 Interviews
NetApp Interview Questions
3.9
 • 65 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
Entrata Interview Questions
4.3
 • 34 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
RUBRIK INDIA Interview Questions
3.6
 • 13 Interviews
Arcserve Interview Questions
3.3
 • 9 Interviews
Veeam Software Interview Questions
4.0
 • 5 Interviews
View all

CommVault Reviews and Ratings

based on 104 reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.9

Salary

3.9

Job security

4.0

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 104 Reviews and Ratings
Principal Engineer - C++ and SQL

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Senior Analyst - Business Operations

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Implementation Specialist

Bangalore / Bengaluru

7-9 Yrs

Not Disclosed

Explore more jobs
Technical Specialist
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CommVault with

Veeam Software

4.0
Compare

NetApp

3.9
Compare

Druva

3.7
Compare

RUBRIK INDIA

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview