Upload Button Icon Add office photos

Filter interviews by

Housing.com Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Housing.com Interview Questions and Answers

View all 96 questions

Housing.com Interview Experiences

Popular Designations

69 interviews found

Software Developer Interview Questions & Answers

user image Kashish Babbar

posted on 16 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given a rotated sorted array, how can you search for a target value efficiently using the binary search algorithm?
  • Q2. Other questions on indexing and other stuff

Top Housing.com Software Developer Interview Questions and Answers

Q1. Longest Substring Without Repeating CharactersGiven a string 'S' of length 'L', return the length of the longest substring without repeating characters. Example: Suppose given input is "abacb", then the length of the longest substring witho... read more
View answer (5)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (41)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT)

Round 1 - Coding Test 

Aptitude plus 2 basic DSA

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA (binary tree traversal)
  • Q2. DSA (array questions)
Round 3 - One-on-one 

(2 Questions)

  • Q1. OOPs( design calculator)
  • Q2. Design Heap( tree)
  • Ans. 

    Design a heap tree data structure

    • A heap is a complete binary tree where the value of each node is greater than or equal to the values of its children

    • There are two types of heaps: min heap (parent node is smaller than children) and max heap (parent node is larger than children)

    • Heap can be implemented using arrays where parent node at index i has children at indices 2i+1 and 2i+2

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Discussion on strong and weak reference
  • Q2. Generics method map implementation
  • Ans. 

    Implement a generics method map in Java

    • Create a generic method that takes an array and a function as parameters

    • Use a lambda expression to apply the function to each element in the array

    • Return a new array with the transformed elements

  • Answered by AI
Round 2 - Coding Test 

Duration 1 hr

1. reverse of link list
2. find link list is circular or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concept should be good

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to do inheritance with prototypes
  • Ans. 

    Inheritance with prototypes allows objects to inherit properties and methods from other objects in JavaScript.

    • Create a constructor function for the parent object

    • Add properties and methods to the parent object's prototype

    • Create a constructor function for the child object

    • Set the child object's prototype to be an instance of the parent object

  • Answered by AI
  • Q2. Explain closure in JS
  • Ans. 

    Closure in JS is when a function is able to remember and access its lexical scope even when it is executed outside that scope.

    • Closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Functions in JavaScript form closures, which means they 'remember' the variables in the scope where they were created.

    • Closures are commonly used in event handlers, callbacks

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Housing.com interview questions for popular designations

 Accounts Manager

 (9)

 Software Developer

 (8)

 Software Engineer

 (6)

 Associate Product Manager

 (3)

 Senior Accounts Manager

 (3)

 Assistant Manager Operations

 (2)

 Front end Engineer

 (2)

 Senior Software Engineer

 (2)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Didnt give interview yet
  • Q2. Didnt give interview yet.

Interview Preparation Tips

Interview preparation tips for other job seekers - didnt give intreview yet

Top Housing.com Software Developer Interview Questions and Answers

Q1. Longest Substring Without Repeating CharactersGiven a string 'S' of length 'L', return the length of the longest substring without repeating characters. Example: Suppose given input is "abacb", then the length of the longest substring witho... read more
View answer (5)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Housing.com Interview Questions

Training Manager Interview Questions & Answers

user image Ashique Ellahe

posted on 6 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous profile and about tools you know and you overall experience
  • Q2. It was a general discussion
Round 2 - Assignment 

Asked to prepare a PPT on Impact of Digital marketing on Real estate

Round 3 - HR 

(1 Question)

  • Q1. In this they asked about relocation part and it was just a general duscussion

Training Manager Interview Questions asked at other Companies

Q1. How can a reduction be done in the time taken for trainees to achieve the targets set as per the BAU?
View answer (1)

Jobs at Housing.com

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. About previous experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Last ctc about sk
  • Ans. 

    The candidate is being asked about their last drawn salary package.

    • Be honest and provide the exact figure of your last drawn CTC.

    • Explain any additional benefits or perks included in the CTC.

    • Mention any bonuses or incentives received on top of the CTC.

    • Discuss any salary negotiations or increments during your tenure.

    • Avoid exaggerating or understating your last CTC.

  • Answered by AI
  • Q2. Why are you leaving current organization

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

City Head Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Related to my exisitng role, went well
Round 2 - One-on-one 

(1 Question)

  • Q1. On the name of interview, interviewer discussed about housing more and did not ask about my work ex, challenges, roles & responsibilities. I did not felt it like an interview. I think made his mind in his ...

City Head Interview Questions asked at other Companies

Q1. Suppose there are multiple orders of flat tyres in your city at same time, how will you manage your supply?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. How u gonna meet 7 people in a fay
  • Q2. Will u be okay with traveling
  • Q3. 222hjjcjkbvhknbvcxx
  • Q4. Ogguoxyocivixygucyg GCx
  • Q5. Lhcukzykcuxyofixlyc

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (50)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is QA testing
  • Q2. IDk why i gave interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Housing.com Interview FAQs

How many rounds are there in Housing.com interview?
Housing.com interview process usually has 2 rounds. The most common rounds in the Housing.com interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Housing.com interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Housing.com. The most common topics and skills that interviewers at Housing.com expect are B2B Sales, Transaction Services, Field Sales, Real Estate Sales and Client Acquisition.
What are the top questions asked in Housing.com interview?

Some of the top questions asked at the Housing.com interview -

  1. Given two sides of a river having the same cities labeled in characters. Bridge...read more
  2. How will you kill all java process in one comman...read more
  3. Given a square area of 1024x1024 on a map with some flats (housing mentality :P...read more
How long is the Housing.com interview process?

The duration of Housing.com interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Housing.com Interview Process

based on 23 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 31 Housing.com interviews
Job Portal
Referral
Company Website
WalkIn
Campus Placement
Recruitment Consultant
35%
26%
13%
6%
6%
3%
11% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 419 Interviews
NoBroker Interview Questions
3.1
 • 221 Interviews
Square Yards Interview Questions
4.1
 • 194 Interviews
MagicBricks Interview Questions
3.2
 • 50 Interviews
99acres Interview Questions
3.8
 • 29 Interviews
PropTiger.com Interview Questions
4.0
 • 23 Interviews
Nestaway Interview Questions
4.0
 • 17 Interviews
CommonFloor Interview Questions
3.7
 • 3 Interviews
Quikr Realty Interview Questions
3.9
 • 1 Interview
Makaan.com Interview Questions
3.8
 • 1 Interview
View all

Housing.com Reviews and Ratings

based on 527 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-Life balance

4.0

Salary & Benefits

3.2

Job Security

3.8

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 527 Reviews and Ratings
PropTiger.com - Relationship Manager

Bangalore / Bengaluru

1-6 Yrs

₹ 3.5-7.5 LPA

Housing.com (B2B Sales)

Bangalore / Bengaluru

1-6 Yrs

₹ 4.5-9 LPA

Explore more jobs
Senior Accounts Manager
424 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Accounts Manager
222 salaries
unlock blur

₹3.5 L/yr - ₹8.8 L/yr

Team Manager
73 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Software Development Engineer
63 salaries
unlock blur

₹10 L/yr - ₹28.5 L/yr

Key Account Manager
46 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Housing.com with

MagicBricks

3.2
Compare

NoBroker

3.1
Compare

PropTiger.com

4.0
Compare

99acres

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview