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.
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.