Open In App

CommVault Systems Interview Experience (On-Campus)

CommVault System recently visited our campus (IIT BHU) in January-2021. Here is our interview Experience:

Round 1: This was an online round of 65 minutes. It had 15 MCQs (25 minutes) purely on C++/Java OOP implementation and 3 programming questions(40 minutes).  



  1. It was similar to maximum-sum-path-matrix-top-bottom. (https://www.geeksforgeeks.org/maximum-sum-path-matrix-top-bottom/amp/)
  2. Find the length of the longest palindrome substring. (https://www.geeksforgeeks.org/length-of-longest-palindrome-substring/amp/ )
  3. Don’t remember based on union-find.

Round 2: It was a continuous coding round for around 6 hours.

The problem statement was similar to this : (File system design)



Create a file system that has the following functions:

  1. Add a file(whose full path is given) along with the directories inside which it is present.
  2. Append a file.
  3. Create a linked file.
  4. Append linked file.
  5. Delete link.
  6. Move files from one directory to another.

There were around 40 candidates (from various colleges) in this round. We were put into different rooms via zoom and had to code while sharing our screens.

I was not selected for the Final technical round.

Article Tags :