Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Excellence Technosoft (Noida) en oct 2017
Entrevista
Interview consisted of 4 rounds : 1. Written Test(Apti+Programming MCQ)
2. Written test to write 5 codes in php. Questions was to sort array, find largest number in the array, find 2nd largest element in the array,find repeated element, calculate diff between two dates.
3. Machine Test. Database related ques. I stuck in the foreign key constraint when joining tables and finding the 3rd highest scored student.(I didn't clear that round).
4.Maybe Hr or technical hr.
Preguntas de entrevista [1]
Pregunta 1
Machine Test ques : Make two tables
1. 2 col= Id(pri key) and username.
2. 3 col=stu_id(foreign key), subject and marks.
Through one form you have to insert the student's username in 1st table and marks and subject name in 2nd table and then have to display the name of the topper.
Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Excellence Technosoft (Noida)
Entrevista
It of 5 round
Apptitude genral question more output related
Technical written it contain 6-7 question those who basic knowledge they easily solve it
Hr
Machine round in difficulty level little bit heigh
Meeting with ceo
Me postulé en línea. Acudí a una entrevista en Excellence Technosoft (Noida) en dic 2015
Entrevista
the process was really good.There were total four rounds.Written aptitude and output questions of average difficulty level.Then written programming round, 4 programs medium difficulty.then face to face interview.then after one week system round.
Preguntas de entrevista [1]
Pregunta 1
the programs were like sum of all elements in array, second largest element in array,missing number in array, longest increasing subsequence in array(e.g.{1,5,9,2,3,0,7}= 1,2,3,7).
in f2f puzzles and programs one or two.
in system round forms and mysql through php, form validation(you can take help from the internet).