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

      Housing.com

      Acquired by Proptiger

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Housing.com reviews | Housing.com jobs | Housing.com salaries | Housing.com benefits
      Housing.com interviewsHousing.com Javascript Developer interviewsHousing.com 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.

      Javascript Developer Interview

      14 Apr 2015
      Anonymous interview candidate
      No offer
      Neutral experience
      Easy interview

      Application

      I applied online. The process took 1 week. I interviewed at Housing.com

      Interview

      Got a call in less than a week from hr. She for got to schedule my interview on reminding after 4 more days. she scheduled my interview.It was one good and easy phone interview which i messed up(Could have done better).Easy but tricky questions

      Interview questions [2]

      Question 1

      Basic javascript questions Like output of small functions difference between '==' and '===' etc
      2 Answers

      Question 2

      One or two puzzles
      1 Answer
      1

      Other Javascript Developer interview reviews for Housing.com

      Javascript Developer Interview

      25 Apr 2015
      Anonymous interview candidate
      Mumbai
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 1 day. I interviewed at Housing.com (Mumbai) in Apr 2015

      Interview

      I applied through their site. I got call in 1 week I was called on their development center. They are basically looking for basic fundamental knowledge in CSS , JS and frameworks like Backbone , AngularJS and other libraries like reactJS , nodeJS. They conduct multiple rounds. First round which is like screening round. It went on for more than 1.5 hour for me . I cleared the first round . Questions regarding objects ,

      Interview questions [1]

      Question 1

      [1] a = { name : "test" }; b = { name : "test" }; what will be a === b ? a===b ? // --->false Object references are not same [2] Explain Login mechanism of site . Asked about how authentic API calls are made when session is active. [3] Question about Data structure . I was told to decrease complexity of particular problem. [4] How backbone views , say BV1 , BV2 , BV3 can message each other ( i.e. event trigger ) Ans : Visit link :http://stackoverflow.com/questions/21977945/backbone-event-bus-multiple- views-on-the-same-page. [5] There are 2 images on single page. Either you want both to be loaded or neither of them. Ans : use sprites [6] Questions related to closure. [7] What is promise in js ? [8] obj = { val : 123 , vals : { val : 45 , vals : { val : 90 } } , name : 'abc' , names : { name : 'xyz'}} make it : obj = { val : 123 , vals_val : 45 , vals_vals_val : 90 , name : 'abc' , names_name : 'xyz'} Ans : Use recursion . There can be better solution. [9] Asked about projects [10] which is faster call or apply Ans : call is faster . You will get answer from stackoverflow. [11] How you inherit properties in js prototypes . [12] what is target and currentTarget [13] Difference between .bind() , .on() , .live() . delegate() functions . backbone events : {} uses which one of the above ? [14] CSS positioning related questions . what is box-model (I didn't know) [15] asked about reactJS [16] requireJS and routing in backbone. [17] Their favorite question : How browser works ? [18] puzzle : 5 points (x,y) pair in XY plane . All (x,y) of 5 points are ONLY integers. Prove that at least one pair will have midpoint which is going to be integer (x,y). ( Pigeon hole concept ) 100 doors puzzle . [19] How browser links classes with actual DOM . What is BOM and DOM. [20] difference between cache and local storage Prepare well on backbone (routing , events , requireJS ) / angular / nodeJS . Prototypes , constructors , closure , CSS . They ask if you have something your own online to show them . Have look at some internals of the basics like how browser works , how data is linked . If you are good at basics , housing is not that tough .
      Answer question
      9