Ho presentato la mia candidatura online. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Excellence Technosoft (Noida) nel mese di ott 2017
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Excellence Technosoft (Noida)
Colloquio
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
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Excellence Technosoft (Noida) nel mese di dic 2015
Colloquio
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.
Domande di colloquio [1]
Domanda 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).