Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      ValueLabs

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: ValueLabs reviews | ValueLabs jobs | ValueLabs salaries | ValueLabs benefits
      ValueLabs interviewsValueLabs Senior UI Developer interviewsValueLabs interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      IBM
      3.6★Compensation and benefits
      avatar
      Dell Technologies
      3.5★Compensation and benefits
      avatar
      Avanade
      3.6★Compensation and benefits
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior UI Developer Interview

      16 Feb 2018
      Anonymous employee
      Hyderābād

      Other Senior UI Developer interview reviews for ValueLabs

      Senior UI Developer Interview

      30 Apr 2015
      Anonymous interview candidate
      Hyderābād
      No offer
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through a staffing agency. I interviewed at ValueLabs (Hyderābād) in Jan 2018

      Interview

      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

      Interview questions [1]

      Question 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 Answers
      1
      Negative experience
      Average interview

      Application

      I applied through a staffing agency. The process took 1 day. I interviewed at ValueLabs (Hyderābād) in Apr 2015

      Interview

      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!

      Interview questions [4]

      Question 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 Answers

      Question 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 Answer

      Question 3

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

      Question 4

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