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

      prooV

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: prooV reviews | prooV jobs | prooV salaries | prooV benefits
      prooV interviewsprooV Front End Team Leader interviewsprooV 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.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

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

      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
      Smartmatic
      3.7★Compensation and benefits

      Front End Team Leader Interview

      24 Sept 2019
      Anonymous interview candidate
      Herzliyya
      Declined offer
      Neutral experience
      Average interview

      Application

      I applied through a staffing agency. The process took 2 weeks. I interviewed at prooV (Herzliyya)

      Interview

      Interview with current Team Lead, explaining what they're looking for, Interview with Project Manager, professional interview (30 min). Things I did not like: - The interview lasted about 1.5 hrs, it means, with getting to the location, I wasted about 4 hrs. Despite simple 10-15 min phone call could have shown we don't fit each other :)

      Interview questions [7]

      Question 1

      Q1. To which boolean value each of the expressions will be evaluated? undefined == null undefined ===null
      1 Answer

      Question 2

      Q2. What is the output? (function(x) {return (function(y) {console.log(x);})(2);})(1);
      Answer question

      Question 3

      Q3. var cake = 'lemon'; function getMeCake(){ function flavor (){ console.log( cake ); } cake = 'chocolate'; return flavor; } getMeCake()();
      Answer question

      Question 4

      Q4, var momo = 5; function fofo(){ console.log(momo); var momo = 2; } fofo();
      Answer question

      Question 5

      Q5. function gogo(n){ var n=4; return function(t){return n+t;} } gogo(2)(4);
      Answer question

      Question 6

      Q6. Write this constructor function as React ES6 Component with a state: Function Car(type, engine){ this.type = type; this.engine = engine; } Car.prototype.takeRight = function(degree}{} Car.prototype.excelerate = function(speed){}
      Answer question

      Question 7

      Q7. Draw diagram of class hierarchy abstracting the following shapes: square, circle, triangle, including basic methods and properties.
      Answer question