Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Commvault en ago 2019
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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.
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Commvault (Seúl) en feb 2025
Entrevista
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.
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Commvault (Seúl) en ene 2025
Entrevista
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
Acudí a una entrevista en Commvault (Bangalore Rural)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
The coding question were like including bit manipulation, question involving strings etc.