J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Zeus Learning Pvt. Ltd (Mumbai) en sept. 2015
Entretien
1.Aptitude Test
It will be a online test 50min questions around 25 .No negative markings and section cutoff.
[Logical,quantitive,blood relation,encryption and decryption,verbal,mathematical]
2.Technical Test - Subjective
[5 programs ] You have to write a program.Attempt all ,no options are given
Time given around 2 :30 hrs .
3.Interview - technical and Personal
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Zeus Learning Pvt. Ltd (Mumbai) en juill. 2019
Entretien
One can apply for their interview only once an year. The interview process takes around a week. It consists of following 3 rounds:
1. Aptitude: 25 Questions all on Logical Reasoning to be solved in 1 hour. Each question carries 4 marks and no negative marking. The selection is about 10% - 15% of the total candidates.
2. Technical Coding Round: This was conducted the very next day. There were 8 questions of 2 x 1 mark, 3 x 2 marks, 2 x 3 marks, 1 x 6 marks. It was quite difficult and challenging questions. One can solve using any language. They will just check your logic not syntax.
3. F2F Technical Round: This is the final round where they ask about yourself, what you like (basically checking your communication skills). Then they can ask few codes to check logic. I could solve partially so couldn't clear the round.
Questions d'entretien [9]
Question 1
Find the bug in code.
int sum;
for (int i=1; i<11; ++i)
sum=sum+i;
printf("%d",sum);
In an array of integers return max number of consecutive numbers whose sum is equal to number entered by user.
e.g. A = {1,2,3,3,5,6,7}
sum=6
1+2+3=6(3)
3+3=6(2)
o/p: 3
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez Zeus Learning Pvt. Ltd (Mumbai) en oct. 2018
Entretien
I applied through college(university) on 26th of Oct 2018.
The process consisted of three rounds
1. Aptitude
2. Technical
3. Hr
Aptitude round was an online test containing 25 ques for which 60 minutes were alloted. The ques were easy but solutions was bit lengthy that's why they provided more time for 25 ques. Ques were on quant, verbal, logic.
The technical round was written test were they as u to write a logic for a problem statement
J'ai passé un entretien chez Zeus Learning Pvt. Ltd
Entretien
I interviewed at Zeus in September 2017. First there was online aptitude test in their office. It was very easy. Then they called me for programming test. Questions mostly Based on arrays. It was quite difficult for me. So I'm not selected.