Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Dynamic Digital Technology (Calcutá) em mai. de 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.
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 dia. Fui entrevistado pela Dynamic Digital Technology (Calcutá) em set. de 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).
Perguntas de entrevista [3]
Pergunta 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)
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 dia. Fui entrevistado pela Dynamic Digital Technology (Kalyani) em mar. de 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.
Perguntas de entrevista [1]
Pergunta 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.