Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso prooV (Herzliyya)
Colloquio
Interview with current Team Lead, explaining what they're looking for,
Interview with Project Manager,
professional interview (30 min).
Things I did not like:
- The interview lasted about 1.5 hrs, it means, with getting to the location, I wasted about 4 hrs. Despite simple 10-15 min phone call could have shown we don't fit each other :)
Domande di colloquio [7]
Domanda 1
Q1. To which boolean value each of the expressions will be evaluated?
undefined == null
undefined ===null
Q6. Write this constructor function as React ES6 Component with a state:
Function Car(type, engine){
this.type = type;
this.engine = engine;
}
Car.prototype.takeRight = function(degree}{}
Car.prototype.excelerate = function(speed){}