I applied through a recruiter. The process took 1 day. I interviewed at Zycus (Pune) in Sept 2014
Interview
It was a scheduled interview in a hotel at Pune location. It started with a short brief about their company in a big conf room by one of the company representative and he said they have plans to open a branch in pune, for the same reason they started hiring. First round was technical apti round, which was really basic that even if i don't post questions a person with 6 months experience in the field would crack without any preparation. It was a mailed interview, but many of the people just walked in.
I managed to crack the apti. The next round was technical interview, for which the shortlisted candidates have to wait for 3 hours.
I was really disappointed with the technical interview part, there were two guys who were taking the interview sitting on couch. They didn't asked much things just resume, a php question, only a jquery question which i guess i was right, and the interview was over. The attitude of guys was not at all like they are taking a technical interview, they didn't understand the importance of the procedure it was too much casual. It was really not worth the wait. When i asked them for results, they said i will be contacted by HR for the same. While they asked one of the guy to wait for HR round, i thought why didn't they told me on the face directly.
Anyways its a great company, but certainly it was not a good experience.
I applied online. The process took 1 day. I interviewed at Zycus (Mumbai)
Interview
It took one day for whole process. I applied on company website. First round is Apti including 3 programs. Aptitude questions are based on logical problems and PHP basic. After that 2 techincal round. This is the first company I came across which let you know that you wont be considered for further process i.e. rejected on mail. Really appreciate that.
Interview questions [2]
Question 1
1 . Solve problem based on LIVE cell and DEAD cell, draw next 2 cycles.
2. Write progarm for 1st problem.
3. Write program for factorial.
4. HTTP status code.
5. Guess the output for php code.
6. sql query basic mcq.
This is all in the first round.
In 2nd and 3rd round they asked questions based on javascript and PHP
1. Use of const, var, let
2. What is callback function. difference between call back and promises.
3. What are hooks and how to use them.
4. Difference between class,library, helper.
5. List some basic helpers.
6. database setting questions
7. PHP mail function
8. What is API and what are uses.
9. What projects have worked on.
Started with general aptitude as first round with general aptitude problem like on train, seating problem etc.30 min for 10 questions. After it clear 3 php program was there.with one puzzle and need to write code to solve that puzzle.
I applied online. The process took 1 day. I interviewed at Zycus
Interview
The process started with a coding test round where there were 2 questions out of which you need to solve any 1.
The 1st question was based on writing a program to check whether 1 given string is a rotational form of another string.
e.g. string1 =" test" and string2="estt" return true;
string1= "test" and string2=" etst" return false.
The 2nd question was a matrix of 5*5. To wirte a program showing the sum of the diagonals.