J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez Commvault en août 2019
Entretien
First-round was coding round. There were 1 demo question and 5 real coding questions. They provided only c++ and java as programming languages for coding and you were not allowed to use inbuilt libraries like <algorithm>. These are 4 out of 5 questions
Questions d'entretien [1]
Question 1
Q.1 Left view of binary tree
Q.2 Copy the content of a 2d array into a new 2d array but allocate the size of the new array dynamically by using the ‘new’ operator in c++.
Q.3 You are given a number n. Find the total no. of binary numbers that can be represented in n digits and having two consecutive 1’s.
Example: – n=3 binary no. in 3 digits can be 000, 001, 010, 100, 101, 110, 111 but only 110 and 111 has two consecutive 1’s so answer will be 2.
Q.4 Remove the duplicate nodes from a singly LinkedList.
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Commvault (Séoul) en févr. 2025
Entretien
Clumio team. Moderate(medium ~ easy hard of leetcode) coding questions and little system design. Interviewers were kind and mostly it was discussion about the problem. Best interview experience I had in korea.
J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Commvault (Séoul) en janv. 2025
Entretien
1 online test => concurreny, CS
2 coding test => leetcode but more low level system design
2 coding test => leetcode + resume question + behavior question
The coding interview problem is quite difficult in the korea
but the quailty of problems are really good
J'ai passé un entretien chez Commvault (Bangalore Rural)
Entretien
It was campus recruitment,
Round 1 was proctored exam with 2 sections. Section 1 was programming aptitude and section 2 was coding.
Initially we were given choice to select between language(JAVA and CPP). it was according to our chosen language the questions were there.
Questions d'entretien [1]
Question 1
The coding question were like including bit manipulation, question involving strings etc.