Upload Button Icon Add office photos

Filter interviews by

CommonFloor Interview Questions and Answers

Updated 27 Mar 2023

CommonFloor Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed before Mar 2022. 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Not only the first time that works best for me and the first time in my life with Home wrók not be found in my life with Home wrók
  • Q2. Haa byee with Home wrók not be found on our website for more information ℹ️
  • Q3. Hi iam uday iam job offer and will have a great 😃 to work with Home wrók to this email ✉️ to work thàm to work thàm to this video is not available for us and we can

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi iam uday job com ther to work with Home to work with Home wrók not wrok

Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2015

Interview Preparation Tips

Round: Test
Experience: The written test was conducted by MeritTrac.It consisted of four sections namely Verbal Englsih(10 mins,10 qstns) ,Quantitative Aptitude(15 mins,20 qstns),Attention to Detail(10 mins,15 qstns) and Technical Questions(30 mins,30 qstns).The first three sections were common to every one, however for the last section we were asked to choose between C/C++/Java.I chose C. Most of the questions were code snippets whose output would be the answer. Questions on time complexity and Sorting Algorithms were asked.
Duration: 65 minutes
Total Questions: 75

Round: HR Interview
Experience: I had two HR rounds(different panels).The first round was a bit technical as he asked questions about my branch subjects and the subjects studied.You don't need to be thorough in those subjects unless the person is from the same branch.Even if he is, respond to his questions positively. Admit if you don't know. The second panel was the campus recruitment incharge. He asked questions about my further studies(I said I'm not interested) and asked me whether I would go for any core company if it offered a salary higher than this(An obvious NO with little reasons).

General Tips: If you are serious to get a software job,first learn C rather than C++.You will be taught C++ in the curriculum whereas you will be asked questions from C in the interviews.C and C++ look alike,but are not.So first learn C.refer Dennis Ritchie for C and practice questions from any book like Kanethkar. So get good with C and then go for C++.Also get thorough with OOP concepts,data structures(atleast how they are implemented) and sorting techniques. Wish you GooD LucK...!
Skill Tips: Getting good marks in the written test gave me an extra edge in the interview. Be interactive with the interviewer. Know about the company before hand or in the PPT and ask questions about the kind of work they do/the kind of softwares they deal with/their clients or any such query when they open themselves for questions after the interview in PARTICULAR and the PPT in general.If you were asked to choose between C and C++ in the written test,I advise you to choose C because C++ is a very vast language and the questions can be made much complex(with virtual functions etc.).
College Name: NIT Warangal

Software Engineer Interview Questions & Answers

user image ankur aggarwal

posted on 28 Feb 2015

Interview Questionnaire 

10 Questions

  • Q1. General question on database
  • Q2. Few algorithm based questions
  • Q3. Detailed discussion about my projects
  • Q4. Discussion on my projects
  • Q5. Three or four puzzles
  • Q6. Few dynamic programming problems
  • Q7. One sorting based questions
  • Q8. What is the most important thing you are taking with you from IIT Kgp?
  • Ans. 

    The importance of problem-solving skills and teamwork.

    • Developed problem-solving skills through challenging coursework and projects.

    • Collaborated with diverse teams to complete group projects.

    • Participated in hackathons and coding competitions to enhance skills.

    • Learned to manage time effectively and prioritize tasks.

    • Developed a strong work ethic and dedication to excellence.

  • Answered by AI
  • Q9. What do you know about commonfloor?
  • Ans. 

    CommonFloor is a real estate platform that helps people find and rent/buy properties.

    • CommonFloor was founded in 2007 and is based in Bangalore, India.

    • It offers a range of services including property listings, property management, and home loans.

    • The platform has over 5 million registered users and lists properties in over 200 cities in India.

    • In 2016, CommonFloor was acquired by Quikr, another Indian online classifieds p

  • Answered by AI
  • Q10. Detailed discussion on all my projects

Interview Preparation Tips

Round: Test
Experience: Multiple choice questions were not that difficult, mostly on database and operating system. Coding question was good and i think that made the whole difference , it was on graph theory (distance between two nodes).
Tips: In general prepare all the concepts of Dynamic programming for the tests during placements not only for commonfloor they are the most generally asked questions.
Duration: 60 minutes
Total Questions: 6

Round: Technical Interview
Experience: I stuck in one of the database question , but my knowledge on my project and algorithm was good , finally they remarked me with good technical knowledge.
Tips: Prepare your projects ,i think that is most vital part in your selection . I had friends who had good technical knowledge but didn't prepare there projects well they had to face failure at many places because of that.

Round: Technical Interview
Experience: This round of mine i think was flawless i answered every questions. Step by step discussion with the panel on every question presented my point well .
Tips: Try to discuss your every doubt with interviewer about the questions and even if don't know the answer try to solve the problem interviewer will help you .

Round: HR Interview
Experience: I didn't prepare the HR question so i was bit scared before the interview but i gone with the flow and answered all the questions as i actually felt . I had good knowledge on all my projects so i had no problem there.
Tips: Prepare the hr questions because i n many interviews it could have made the difference i was shortlisted in VISA and i think finally hr round made the difference. All the above rounds were elimination.

General Tips: Be focused every time , placement time in IIT can be very difficult . Don't get depressed if you don't get selected there are lot of companies.
Skills: Database, Algorithm, Operating System, C, C++ , JAVA
College Name: IIT KHARAGPUR
Funny Moments: I did not slept for 3 days because of the schedule , my three test gone bad because of that.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview questions from similar companies

I was interviewed before Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It comprised of general aptitude questions and two coding questions. It was an offline test.

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not attack each other.

    • Generate and print valid configurations where queens are placed safely.

    • Consider constraints and time limit for efficient solution.

    • Exam...

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Achieve sorting in a single scan over the array without using any extra space.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

After having a technical discussion about my CV. He gave me two questions to code.

  • Q1. 

    Ninja and Substrings Problem Statement

    Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These su...

  • Ans. 

    Find all unique contiguous substrings of size two from a given string.

    • Iterate through the string and extract substrings of size two

    • Use a set to store unique substrings

    • Return the set as an array of strings

  • Answered by AI
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

    • If the two pointers meet at any point, there is a cycle in the linked list.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was supposed to be the HR round but out of surprise the interviewer started by giving me a question to code. 
After I approached this question with the right solution he just asked about my family. After that he said to wait. After half an hour the results were announced. A total of three students were hired and I was amongst one of them.

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use recursion to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Return the valid combinations as an array of strings.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMagicbricks interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Apr 2021. 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to only and only earn money without seeing your personal and professional life this company is best for you. They know how to use the employees.

I applied via Campus Placement and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About my self?
  • Q2. Tell me about your family?

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no rejection phase for interview in this company.
Every one gets selected after interview.

Interview Questionnaire 

2 Questions

  • Q1. Why sales
  • Ans. 

    Sales is a dynamic field that allows me to use my communication and persuasion skills to help clients achieve their goals.

    • I enjoy building relationships with clients and understanding their needs

    • I am motivated by the challenge of meeting sales targets

    • Sales allows me to constantly learn about new products and industries

    • I find it rewarding to help clients solve problems and achieve success

    • Examples: Closing a deal after a...

  • Answered by AI
  • Q2. Tell them about why you love sales what qualities you have leadership analytical and your any sales experience

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Many questions about sales.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

I applied via Indeed and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which is your weekness.,..
  • Q2. Lowest population of the world
  • Ans. 

    The lowest population in the world is in Vatican City.

    • Vatican City is the smallest country in the world with an area of 0.44 square kilometers.

    • As of 2021, the estimated population of Vatican City is around 800 people.

    • The population mainly consists of clergy, Swiss Guards, and other workers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My weekness is my family...
Lowest population country is in Europe....

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android components, lifecycle, providers, receivers, fragments, view components, Ui design related questions.
Contribute & help others!
anonymous
You can choose to be anonymous

CommonFloor Interview FAQs

How many rounds are there in CommonFloor interview?
CommonFloor interview process usually has 2 rounds. The most common rounds in the CommonFloor interview process are Resume Shortlist and One-on-one Round.
How to prepare for CommonFloor 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 CommonFloor. The most common topics and skills that interviewers at CommonFloor expect are Highways, Machine, w, Agile Testing and Assembly Language.
What are the top questions asked in CommonFloor interview?

Some of the top questions asked at the CommonFloor interview -

  1. What do you know about commonflo...read more
  2. Hi iam uday iam job offer and will have a great 😃 to work with Home wrók to...read more
  3. Haa byee with Home wrók not be found on our website for more information ℹ...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

NBCC

No Reviews

INTERVIEWS

PropTiger.com

No Interviews

SALARIES

NBCC

No Salaries

PHOTOS

NBCC

No Photos

JOBS

NBCC

No Jobs

DESIGNATION

COMPANY BENEFITS

NBCC

No Benefits

Tell us how to improve this page.

CommonFloor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 439 Interviews
NoBroker Interview Questions
3.1
 • 231 Interviews
Square Yards Interview Questions
4.0
 • 199 Interviews
MagicBricks Interview Questions
3.4
 • 57 Interviews
Quikr Interview Questions
3.8
 • 31 Interviews
99acres Interview Questions
3.8
 • 29 Interviews
PropTiger.com Interview Questions
4.0
 • 23 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
Makaan.com Interview Questions
3.8
 • 1 Interview
Quikr Realty Interview Questions
3.9
 • 1 Interview
View all

CommonFloor Reviews and Ratings

based on 26 reviews

3.7/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

3.3

Salary

2.9

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 26 Reviews and Ratings
Key Account Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Key Account Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DEP Manager, Sales
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CommonFloor with

MagicBricks

3.6
Compare

99acres

3.9
Compare

PropTiger.com

4.0
Compare

Square Yards

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview