I applied through university. The process took 1 day. I interviewed at Dynamic Digital Technology (Calcutta) in Nov 2016
Interview
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.
I applied through university. The process took 1 day. I interviewed at Dynamic Digital Technology (Calcutta) in Sept 2019
Interview
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).
Interview questions [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)
I applied through university. I interviewed at Dynamic Digital Technology (Calcutta) in May 2017
Interview
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.
I applied through university. The process took 1 day. I interviewed at Dynamic Digital Technology (Kalyani) in Mar 2017
Interview
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.
Interview questions [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.