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

      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

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre ValueLabs | Ofertas de empleos en ValueLabs | Sueldos en ValueLabs | Beneficios en ValueLabs
      Entrevistas de ValueLabsEntrevistas para el puesto de Senior UI Developer en ValueLabsEntrevista de ValueLabs


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Concentrix
      3.6★Remuneración y beneficios
      avatar
      IBM
      3.6★Remuneración y beneficios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y beneficios
      avatar
      Dell Technologies
      3.5★Remuneración y beneficios

      Entrevista de Senior UI Developer

      16 feb 2018
      Empleado anónimo
      Hyderabad

      Otras opiniones sobre las entrevistas para el puesto de Senior UI Developer en ValueLabs

      Entrevista de Senior UI Developer

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

      Solicitud

      Solicité el puesto a través de una agencia de empleo. 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 normal

      Solicitud

      Solicité el puesto a través de una agencia de empleo. El proceso duró 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