Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en Dynamic Digital Technology (Calcuta) en nov 2016
Entrevista
1st round- selection on the basis of CGPA (core PG-CSE dept >7.5 and others >8) [48 out of 200 selected]
2nd round- Technical aptitude (negative marking 1/3rd of marks) (40 questions) (easier than GATE but pattern same) (ample time-2hr) [12 out of 48]
3rd round- Coding Round (one question on modified Subset-Sum problem) (time pressure-1 hr) (code blocks platform) (INTERVIEW along with code checking) [3 out of 12]
Interview totally on coding round discussion along with projects. All 3 could not run their program totally. NEED NOT BE STREET SMART BUT rather slow-paced non-enthusiastic people were selected.
They wanted ppl who will be happy with 4.5-6 LPA in kolkata. Those ppl will be selected who will perform JUST-ABOVE-AVERAGE in interview AND they must look desperate for this job.
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en Dynamic Digital Technology (Calcuta) en sept 2019
Entrevista
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).
Preguntas de entrevista [3]
Pregunta 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)
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Dynamic Digital Technology (Calcuta) en may 2017
Entrevista
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.
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en Dynamic Digital Technology (Kalyani) en mar 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.