Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Commvault (Thiruvananthapuram) en ago 2016
Entrevista
There were 4 rounds - aptitude, coding round, tech interview and HR interview.
In the first round there were about 16 aptitude questions and 5 coding questions. Score per coding question was 18 marks and for aptitude 1 Mark per question.
The second round lasted about 8 hours and every hour the supervisors come and check our code, if no porgress is made we would asked to leave.
Preguntas de entrevista [1]
Pregunta 1
In the first round questions were related to linked list, bst, string and so on.
In the second round we were given two blocks of memory, one for data and one for index. The question was basically, to implement a very basic datebase system(they didn't tell this). The user will input a key and string pair, where key is unique. Both memory blocks are paged and the input string had a maximum size same as the page size. The index block consists of the KEY and a reference to the corresponding data in the data block(like page no and offset).
User can create, and read records by key. Accessing a key from index block should not be linear(O(n)), it should faster. We were allowed to store only the page tables for each block in memory, nothing else should be stored in memory other than in the index and data block.
If we were to write the two blocks to disk and then reread the key access still should be faster. My friend told me that he used b tree to solve this, I couldn't solve this.
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.