J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Zycus (Mumbai)
Entretien
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.
Questions d'entretien [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.
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Zycus
Entretien
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.