Commvault Interview Questions

Commvault Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(78)
SQL
(56)
Machine Learning
(52)
Probability
(30)
Statistics
(20)

Commvault Interview Questions

Practice for the Commvault interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Write a Python function called longest_increasing_subsequence that takes a list of integers as input and returns as output the length of the longest increasing subsequence in the list.

Note: An increasing subsequence is a subset of a list where the elements are in strictly increasing order. The subsequence does not have to be contiguous or unique.

Example:

Input:

nums = [10, 9, 2, 5, 3, 3, 7, 101, 18]

Output:

4

Explanation:

The longest increasing subsequence is [2, 3, 7, 101], for a total length of 4.

SQL
Easy
SQL
Easy
Loading pricing options

View all Commvault questions

Challenge

Check your skills...
How prepared are you for working at Commvault?

Commvault Salaries by Position

$176K
$208K
Product Manager
Median: $185K
Mean (Average): $190K
Data points: 3
$56K
$173K
Software Engineer
Median: $137K
Mean (Average): $128K
Data points: 8

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Product Manager role pays the most with a $190,000 base salary while the Software Engineer role on average pays the least with a $128,250 base salary.

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion