Envié una solicitud electrónica. El proceso duró 1 día. Acudí a una entrevista en Edfora (Hauz Khas) en mar 2018
Entrevista
The interview process starts with online test that contains questions related to domain you are applying. (Test you can give it from home). If you cleared above screening test then you will be called for Face to Face discussion. There are total four rounds. Described below:
Round 1: Technical Stage 1
Basic questions related to JavaScript, Node and Data Structure. I love the statement that was by the interviewer "Candidate can do solve any problem if candidate have good problem solving skills."
Round 2: Technical Stage 2
In this basic theoretical questions asked related to your domain and projects you involved.
Round 3: Aptitude and HR Questions (Written)
There will be ten aptitude questions. Timings is 20 minutes. There are two more written test above your understanding about position and future goals. There is one situation reaction test.
Round 4: With CTO
This is the final round and here you will be asked some complex questions to test your domain knowledge and problem solving skills.
Preguntas de entrevista [23]
Pregunta 1
Round 1: JavaScript + Node JS + Problem Solving (Basic)
Q: What is prototypal inheritance.
Q: What is output of following code?
for(var i =0; i < 8; ++i){
setTimeOut((i)=>{console.log(i)}, 100);
}
What will be the code look like if we want to print 1-7 in console?
Q: Question based on form handling in Angular2/Angular1?
You have a row with three inputs in it. Say input1, input2 and input3.
There is a plus button in the end and upon clicking plus a new save row will be pushed and will appeared next to first row.
Conditions:
a) If input1 is filled all three must be filled.
b) input2 will have number validation on it.
c) If all inputs are filled except input1 then discard the values while saving.