Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      ValueLabs

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de ValueLabs | Empleos en ValueLabs | Sueldos en ValueLabs | Prestaciones en ValueLabs
      Entrevistas en ValueLabsEntrevistas para el cargo de Senior UI Developer en ValueLabsEntrevista en ValueLabs


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      IBM
      3.6★Remuneración y prestaciones
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y prestaciones
      avatar
      Dell Technologies
      3.5★Remuneración y prestaciones
      avatar
      Viridien
      4.0★Remuneración y prestaciones

      Entrevista para Senior UI Developer

      16 de feb de 2018
      Empleado anónimo
      Hyderabad

      Otras evaluaciones sobre las entrevistas para el cargo de Senior UI Developer en ValueLabs

      Entrevista para Senior UI Developer

      30 de abr de 2015
      Candidato de entrevista anónimo
      Hyderabad
      Sin ofertas
      Oferta aceptada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una agencia de empleos. Acudí a una entrevista en ValueLabs (Hyderabad) en ene 2018

      Entrevista

      The entire selection process took 3 weeks. Total 4 rounds of interview including one client (Technical). You don't need to wait days for interview feedback. They will get back to you with in a day about every round Interview mainly focused on HTML5 , CSS3, OOJS, Angular Js They asked me from basics of java script to advanced level. Mainly in client round they had given me some tricky programs. Their main focus was on OOJS

      Preguntas de entrevista [1]

      Pregunta 1

      What is the output of below program. var a = [1,2,3,4] for (var i=0; i<a.length; i++){ setTimeout(function(){ console.log(i) },1000) } ( My Ans : it will print 4 5 times as it will store the latest reference) Next They asked me : How can i print 1,2,3,4 by changing some code in above example
      3 respuestas
      1
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en ValueLabs (Hyderabad) en abr 2015

      Entrevista

      The interview was supposed to be consisting of 2 rounds: 1. Technical round 2. Managerial round The experience I had with the interview was not good. The interviewer was primarily focused on JavaScript and he did not seem to know the basics. The answers he was expecting were plain wrong. Obviously the interviewer did not know JavaScript well. The confidence he had in himself about his answer were amazing!

      Preguntas de entrevista [4]

      Pregunta 1

      You have two methods: one method takes long time to run and the other completes in short time. You execute the long method first and after that you execute the short method. Which one will complete first. There is no setTimeout involved.
      4 respuestas

      Pregunta 2

      You have a class Employee with some properties: function Employee(name, age){ this.name = name; this.age = age; } You already have an object of Employee which is emp1. How do you have its name property?
      1 respuesta

      Pregunta 3

      Why JavaScript is used in browsers? Why not the languages Java, Python or Ruby?
      2 respuestas

      Pregunta 4

      What is the difference between these declarations? function a(){ } var a = function(){ }
      2 respuestas
      5