Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      ValueLabs

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su ValueLabs | Offerte di lavoro di ValueLabs | Stipendi di ValueLabs | Benefit di ValueLabs
      Colloqui di ValueLabsColloqui per Senior UI Developer presso ValueLabsColloquio di ValueLabs


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      IBM
      3.6★Stipendio e benefit
      avatar
      Dell Technologies
      3.5★Stipendio e benefit
      avatar
      BTC Business Technology Consulting
      3.7★Stipendio e benefit

      Colloquio per Senior UI Developer

      16 feb 2018
      Dipendente anonimo
      Hyderabad

      Altre recensioni di colloqui per Senior UI Developer presso ValueLabs

      Colloquio per Senior UI Developer

      30 apr 2015
      Candidato anonimo a colloquio
      Hyderabad
      Nessuna offerta
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso ValueLabs (Hyderabad) nel mese di gen 2018

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 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 risposte
      1
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso ValueLabs (Hyderabad) nel mese di apr 2015

      Colloquio

      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!

      Domande di colloquio [4]

      Domanda 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 risposte

      Domanda 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 risposta

      Domanda 3

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

      Domanda 4

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