Cuantos más niveles superes, mejor sabrás cuál es tus niveles de conocimientos sobre esta materia, tanto teóricos como relacionados con la implementación real de la solución y el nivel que tienes respecto a los demás candidatos. Nunca ninguna oferta de empleo había sido tan transparente como ahora.
Si tu nivel de conocimientos no llega al nivel requerido por las empresas, no te desanimes en absoluto, pues ahora tienes claro en qué áreas tienes que depositar tus esfuerzos para poder optar a los trabajos que te interesan.
Mucho ánimo de parte del equipo de HIWOOK.
Aún no estás registrado, en este enlace te contamos las ventajas de ser un candidato.
Este contenido está restringido sólo para ciertos usuarios. Únete. 🙂
Antes de seguir, lee bien las instrucciones que te facilitamos:
El tiempo para hacer la prueba es limitado. Podrás ver en todo momento una cuenta atrás para que puedas calcular bien.
- Estamos seguros que aprovecharás la única oportunidad para hacer el test.
- Para superar el test es necesario conseguir más de un 50 % de respuestas correctas.
- Recuerda responder a todas las preguntas.
- Cuando termines, puedes dejar un comentario. Nos ayudará a mejorar las evaluaciones para que sean transparentes, fiables y válidas.
Es el momento de comenzar. Tómate un segundo para respirar hondo y relajarte. Ya sabes que así podrás hacerlo mejor y demostrar todo lo que sabes sobre este tema.
¡Seguro que te sale fenomenal!
Test-summary
0 of 10 questions completed
Preguntas:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Información
You have already completed the test before. Hence you can not start it again.
Test se está cargando...
You must sign in or sign up to start the test.
You must first complete the following:
Resultados
Resultados
0 of 10 questions answered correctly
Ha transcurrido
Puntuación promedio |
|
Su puntaje |
|
Categorías
- Sin categorizar 0%
Pos. | Nombre: | Ingresado en | Ptos. | Resultado |
---|---|---|---|---|
La tabla está cargando | ||||
No hay datos disponibles | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Contestadas
- Review
-
Question 1 of 10
1. pregunta
1 point(s)Which of the following methods will print to the console without a trailing new line?
-
Question 2 of 10
2. pregunta
1 point(s)Which of the following statements is true about the process object in Node.js?
-
Question 3 of 10
3. pregunta
1 point(s)What will be the output of following line of code
for(var i=0;i<5;i++){
setTimeout(function(){ console.log(i) }, 0 );
} -
Question 4 of 10
4. pregunta
1 point(s)What is the output of following line of code
let x = "4" + ("20" - 8) / 2 - "2"
console.log(x) -
Question 5 of 10
5. pregunta
1 point(s)How many lines of defaults history can be in NODE REPL HISTORY SIZE?
-
Question 6 of 10
6. pregunta
1 point(s)Which of the following statement is true about child_process.spawn() ?
-
Question 7 of 10
7. pregunta
1 point(s)What is the output of following line of code
function runAsync(){
return new Promise(function(resolve,reject){
resolve()
})
}
runAsync().then(function(){
console.log(1)
},function(){
console.log(2)
}) -
Question 8 of 10
8. pregunta
1 point(s)Which of the following is true about buffer in Node.Js?
-
Question 9 of 10
9. pregunta
1 point(s)Which module of core node.js API is used for writing unit tests for your applications?
-
Question 10 of 10
10. pregunta
1 point(s)Route paths, in combination with a request method, define the endpoints at which requests can be made. Which of following are valid form of route path?
CARACTERÍSTICAS DE LA PRUEBA
IDIOMA
Esta prueba está realizada en inglés
COMPETENCIAS EVALUADAS
In Advanced 2, a user learnt about the node.js API, route path, buffer and runAsync(). Topic:- -Route paths, core node.js API, buffer, runAsync() and difficult node.js based programs