I applied online. The process took 1 week. I interviewed at Excellence Technosoft (Noida)
Interview
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
I applied online. The process took 2 days. I interviewed at Excellence Technosoft (Noida) in Oct 2017
Interview
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.
Interview questions [1]
Question 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.
I applied online. I interviewed at Excellence Technosoft (Noida) in Dec 2015
Interview
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.
Interview questions [1]
Question 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).