J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Quotfy (Londres, Angleterre) en oct. 2014
Entretien
The interview was a bit challenging . I was given a series of small tasks to code in php and JS , in just under 60 minutes. Time was not enough to complete all, which didn't matter.
Questions d'entretien [1]
Question 1
Some of the Questions.
1} Split an array of numbers into a specified number of groups so that the sum of all elements in each group would be as equal as possible
2}What is final class.?
3}What is wrong with this if statement: if( !strpos( $haystack, $needle ) ...?
4}Write unit tests for a few php classes/functions.
5}Can you set JavaScript variable value to php variable? Justify your answer
6} Write php fragment code to print out the data submitted by the user through html form using get or post method? you need to display the field name and value??