J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Dynamic Digital Technology (Calcutta) en mai 2017
Entretien
I had applied by mailing their recruiter, whose contact we had been given by our institute's departmental head. The interview was maily based on the projects and skills listed on my resume.
I wasalso given to code a solution a trivially easy algorithms problem.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Dynamic Digital Technology (Calcutta) en sept. 2019
Entretien
This was an on-campus interview process being conducted by them. The entire process was 1-day long.The 1st round was an mcq round containing questions related to OS,C++,C program output,Computer Networks ,aptitude and similar subjects.This was followed by a face to face interview (3:1).
Questions d'entretien [3]
Question 1
Given a triangle, trisect each of its sides .Now connect the points by every possible line segment.Count the number of triangles formed.Give a generalized formula for calculating for an L-sided regular polygon.
Given a string, seperate the string on based on the string 'and'.
Example : "He is a boy and he studies in class 10".
the code should output :"He is a boy"
"He studies in school".(handle the corner cases)
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Dynamic Digital Technology (Kalyani) en mars 2017
Entretien
The interview is usually done in 2 rounds. maybe 3 in the case of a large number of applicants.
The 1st round is a coding round in C/C++. It is not too difficult as long as one has his basics clear.
the 2nd round is a technical interview round.
There are no HR rounds.
Questions d'entretien [1]
Question 1
Q: Given an array of numbers of length l, and another integer n, such that n<=l, find the nth largest number with O(n) complexity.