Upload Button Icon Add office photos

CommVault

Compare button icon Compare button icon Compare

Filter interviews by

CommVault Software Developer Intern Interview Questions and Answers

Updated 24 May 2022

CommVault Software Developer Intern Interview Experiences

1 interview found

I appeared for an interview in Feb 2022.

Round 1 - Coding Test 

(3 Questions)

Round duration - 65 Minutes
Round difficulty - Hard

There were 15 MCQS you have to do in 25 Minutes and 3 Coding questions you have to do in 40 minutes. They also give a demo test link to get you use to the environment.

  • Q1. 

    Sliding Maximum Problem Statement

    Given an array of integers ARR of length 'N' and a positive integer 'K', find the maximum elements for each contiguous subarray of size K.

    Example:

    Input:
    ARR = [3, 4,...
  • Ans. 

    Find maximum elements for each subarray of size K in a given array of integers.

    • Iterate through the array and maintain a deque to store the indices of elements in decreasing order.

    • Pop elements from the deque if they are out of the current window.

    • Keep track of the maximum element in each subarray of size K.

  • Answered by AI
  • Q2. 

    Jump Game Problem Statement

    In this problem, you are given an array ARR consisting of N integers. Your task is to determine the minimum number of jumps required to reach the last index of the array N - 1....

  • Ans. 

    The problem involves finding the minimum number of jumps required to reach the last index of an array, where each element represents the maximum distance that can be jumped from that index.

    • Start from index 0 and keep track of the farthest index that can be reached from each position.

    • Update the current farthest index as the maximum of current farthest index and i + ARR[i].

    • Increment the jump count when the current index ...

  • Answered by AI
  • Q3. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Given a string, find the longest palindromic substring, prioritizing the one with the smallest start index.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found and its starting index

    • Return the longest palindromic substring with the smallest start index

  • Answered by AI
Round 2 - Video Call 

Round duration - 180 Minutes
Round difficulty - Hard

It was more of Design + Data structure round. They give access to their server and ask us to do code there.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Galgotias College of Engineering and Technology, Greater Noida. I applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 7 CGPACommvault interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, OS, DPTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Do as much as coding question you can do.
Tip 2 : Do some projects also.
Tip 3 : Revise and clear your basic concepts too.

Application resume tips for other job seekers

Tip 1 : Mention only things related to job profile only.
Tip 2 : Make it page pager.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is HTML, PHP and CSS
  • Ans. 

    HTML, PHP, and CSS are programming languages used for creating and designing websites.

    • HTML (Hypertext Markup Language) is used for creating the structure and content of web pages.

    • PHP (Hypertext Preprocessor) is a server-side scripting language used for creating dynamic web pages.

    • CSS (Cascading Style Sheets) is used for styling and formatting the layout of web pages.

    • Example: HTML is used to create headings, paragraphs, ...

  • Answered by AI
  • Q2. In my technical test, they asked me to replicate the privacy pages of Twitter and facebook.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was referred to by a friend so this step was comparatively easier.
Tips: Resume should be straightforward and extra and incomplete information should be avoided.

Round: Technical + HR Interview
Experience: A formal face to face interview was conducted. They tested my past knowledge about concepts related to the functioning of their company. It was a smooth interview.
Tips: Be confident, and if you are not thorough with a particular topic, be straightforward and tell the interviewer. Honesty is the best policy to crack an interview.

Round: Client interview
Experience: In this round, a conference call was held between the client in US and me. I was expected to put my exisiting knowledge in to practice to solve the problem at hand.
Tips: Be clear and concise and communicate appropriately. At this stage, a proficiency in English language and a good command over it is a must. Even if you are nervous and sweating, don't EVER show it.

Skills: Technical Analysis, Communication

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jun 2022. 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. There were two interviewers. I was interviewed in python. Two coding questions on python and one SQL question and few questions on projects and previous working experience and knowledge on linux.
  • Q2. What is your work experience
  • Q3. What are the projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Your hardwork will definitely pays off.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Some question were related to APIs
  • Q2. What is rest API
  • Ans. 

    REST API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company with remote work

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. PHP, OOPS,Mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time, even if you are answering all questions in interview they will reject you.

Interview Questionnaire 

1 Question

  • Q1. Php oops concepts are their primary focus

I applied via Naukri.com and was interviewed before Sep 2021. 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 tips
Round 2 - Aptitude Test 

1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.

Round 3 - Coding Test 

After clearing apti, they will assign machine test. 1 hr time limite.

Round 4 - Technical 

(1 Question)

  • Q1. After clearing assign technical round in that project managers giving interview. Asking Oops consept, some php technical quetions like php array function, global variables, mvc, mysal queries, joins, ind...
Round 5 - One-on-one 

(1 Question)

  • Q1. After clear interview first round, TL giving second round.
Round 6 - HR 

(1 Question)

  • Q1. For salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops consept, real time examples, design factor, array functions, how to debug error, mysql joins, normalisation 1nf 2nf 3nf
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

Don’t panic. All rounds are easy

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts, some logical array programs
Round 4 - One-on-one 

(1 Question)

  • Q1. Agile methodology questions, describe your project structure etc
Round 5 - HR 

(1 Question)

  • Q1. Company details, role and Payment discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Sorry to say but worse experience. I cleared all rounds with good feedback but after hr round, I called hr continuously for further process but I don’t know what happed they directly called me and said we put you on hold for 15 to 20 days. And i got one e-mail on next day that “we take this opportunity to thank you for showing your interest.” Because of this offer I left 3 more offers. If they have to change there policies then why they took my interview. They have to clear all that things before interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts like Abstraction, difference between Abstract class and Method
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. There were 7 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 tips
Round 2 - Coding Test 

HackerRanck Test which includes some mcq and PHP test

Round 3 - Technical 

(1 Question)

  • Q1. SQL question PHP OOPs Unit Testing Microservices Agile Methodologies
Round 4 - Technical 

(1 Question)

  • Q1. SQL Questions PHP OOPs Unit Testing
Round 5 - One-on-one 

(1 Question)

  • Q1. Related to your work experience
Round 6 - One-on-one 

(1 Question)

  • Q1. Related to your work experience
Round 7 - HR 

(1 Question)

  • Q1. Final round as Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - As a new software engineer at Entrata India, you can expect to work with a team of highly skilled professionals who are passionate about their work and committed to excellence. The company provides excellent training opportunities to help you sharpen your skills and stay up-to-date with the latest technologies and best practices in the industry.

Tell us how to improve this page.

Interview Questions from Similar Companies

Mobileum Interview Questions
3.3
 • 37 Interviews
Entrata Interview Questions
4.1
 • 34 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
Bentley Systems Interview Questions
4.3
 • 21 Interviews
View all
CommVault Software Developer Intern Salary
based on 4 salaries
₹28 L/yr - ₹34 L/yr
364% more than the average Software Developer Intern Salary in India
View more details
Technical Specialist
66 salaries
unlock blur

₹11 L/yr - ₹32 L/yr

Software Engineer
51 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Senior Engineer
38 salaries
unlock blur

₹12.2 L/yr - ₹38 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹16 L/yr - ₹49 L/yr

Engineer
25 salaries
unlock blur

₹9 L/yr - ₹31 L/yr

Explore more salaries
Compare CommVault with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

Entrata

4.1
Compare

Mobileum

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