Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Quotfy (Londres, Inglaterra) en oct 2014
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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??