Upload Button Icon Add office photos

Filter interviews by

Makaan.com Interview Questions and Answers

Updated 22 May 2024

Makaan.com Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Interview questions from similar companies

Intern Interview Questions & Answers

Droom user image Anonymous

posted on 5 May 2017

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company and product
  • Ans. 

    I'm sorry, I don't have access to the internet to research the company and product.

    • Answered by AI
    • Q2. Tell us all you know about Droom
    • Ans. 

      Droom is an online marketplace for buying and selling new and used vehicles.

      • Founded in 2014 by Sandeep Aggarwal

      • Offers a wide range of vehicles including cars, bikes, and scooters

      • Provides services such as vehicle history reports and inspections

      • Has over 6,500 certified dealers and over 50,000 listings

      • Operates in India and Singapore

    • Answered by AI

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: Seems like an HR question, but is a product based question for the company. So now, when they call it technical, it is because their product is the website that they manage. So I started talking about Droom's vision and mission.
    I spoke of a few features that would help customers. I also spoke of the tools that were useful for customer experience. I also mentioned the speed and quality of the site.
    Tips: Here be careful as you need to answer in the technical sense. Starting with when the company was started/ the location will not help build a point. Start off with the product. Also feel free to point out negatives, but make sure you sandwich it between smoother and better things.

    I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

    I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

    Interview Questionnaire 

    3 Questions

    • Q1. Business problems and case studies
    • Q2. Guesstimates
    • Q3. Experience to date
    • Ans. 

      I have 3 years of experience working as a Data Analyst in the finance industry.

      • Analyzed financial data to identify trends and make recommendations

      • Created reports and dashboards using tools like Tableau and Excel

      • Collaborated with cross-functional teams to improve data quality and accuracy

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Use your basic aptitude.

    I appeared for an interview in Dec 2020.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 90 minutes
    Round difficulty - Medium

    Total of 8 questions:

    4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.

    • Q1. 

      Count Subarrays with Sum Divisible by K

      Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

      Input:

      The first line of input contains an...
    • Ans. 

      Count subarrays with sum divisible by K in an array.

      • Iterate through the array and keep track of the running sum modulo K.

      • Use a hashmap to store the frequency of remainders.

      • For each prefix sum, check how many previous prefix sums have the same remainder.

      • Return the total count of subarrays with sum divisible by K.

    • Answered by AI
    Round 2 - Video Call 

    (2 Questions)

    Round duration - 60 minutes
    Round difficulty - Easy

    This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.

    • Q1. 

      Sort an Array in Wave Form

      You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

      Input:

      The first line contains an integer 'T', the number of test cases.
      For ea...
    • Ans. 

      Sort an array in a wave-like pattern where each element is greater than or equal to its adjacent elements.

      • Iterate through the array and swap elements at even indices with their adjacent odd indices to form a wave pattern.

      • There can be multiple valid wave arrays, so any valid wave array is acceptable.

      • Ensure the first element is greater than or equal to the second element to start the wave pattern.

    • Answered by AI
    • Q2. 

      Convert a Number to Words

      Given an integer number num, your task is to convert 'num' into its corresponding word representation.

      Input:

      The first line of input contains an integer ‘T’ denoting the number o...
    • Ans. 

      Convert a given integer number into its corresponding word representation.

      • Implement a function that takes an integer as input and returns the word representation of that number.

      • Break down the number into its individual digits and convert each digit into its word form.

      • Handle special cases like numbers between 10 and 19, and multiples of 10.

      • Combine the word forms of individual digits to form the final word representation

    • Answered by AI
    Round 3 - Video Call 

    (1 Question)

    Round duration - 40 minutes
    Round difficulty - Easy

    It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.

    • Q1. How does Facebook store comments in its database?
    • Ans. 

      Facebook stores comments in its database using a combination of relational and non-relational databases.

      • Comments are typically stored in a relational database like MySQL for structured data storage.

      • For scalability and performance, Facebook may also use a NoSQL database like Cassandra or HBase for storing comments in a denormalized format.

      • Metadata related to comments such as likes, timestamps, and user information may b...

    • Answered by AI

    Interview Preparation Tips

    Professional and academic backgroundI applied for the job as Software Developer in NoidaEligibility criteriaShortlisting was done on the basis of coding test.Clearwater Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithm Design, DBMS, Object Oriented Design, Machine LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

    Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
    Tip 2 : Focus on solving the questions on your own as much as you can. 
    Tip 3 : Don't waste your time on the number of questions while compromising quality.
    Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
    Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
    Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned

    Application resume tips for other job seekers

    Tip 1 : Keep it short to 1 page
    Tip 2 : Prepare it well.
    Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem

    Final outcome of the interviewRejected

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared for the interview
    There might be multiple rounds.
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before May 2022. There were 2 interview rounds.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

    Skills evaluated in this interview

    Contribute & help others!
    anonymous
    You can choose to be anonymous

    Makaan.com Interview FAQs

    How many rounds are there in Makaan.com interview?
    Makaan.com interview process usually has 2 rounds. The most common rounds in the Makaan.com interview process are HR and One-on-one Round.
    What are the top questions asked in Makaan.com interview?

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

    1. They give u a topic to writer a 100 words paragr...read more
    2. On the paragraph they ask you questi...read more
    3. Education ,. Expectati...read more

    Recently Viewed

    SALARIES

    Makaan.com

    INTERVIEWS

    NoBroker

    No Interviews

    INTERVIEWS

    PropTiger.com

    No Interviews

    LIST OF COMPANIES

    ircon Infrastructure & Services

    Overview

    INTERVIEWS

    NoBroker

    No Interviews

    SALARIES

    ircon Infrastructure & Services

    INTERVIEWS

    PropTiger.com

    No Interviews

    SALARIES

    ircon Infrastructure & Services

    INTERVIEWS

    CommonFloor

    No Interviews

    INTERVIEWS

    CommonFloor

    No Interviews

    Tell us how to improve this page.

    Makaan.com Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more

    Interview Questions from Similar Companies

    MagicPin Interview Questions
    2.6
     • 50 Interviews
    Shaadi.com Interview Questions
    3.3
     • 27 Interviews
    Tokopedia Interview Questions
    4.0
     • 25 Interviews
    HealthKart Interview Questions
    4.0
     • 25 Interviews
    Meritto Interview Questions
    3.6
     • 23 Interviews
    Droom Interview Questions
    3.7
     • 19 Interviews
    Nestaway Interview Questions
    3.9
     • 17 Interviews
    Inshorts Interview Questions
    3.9
     • 16 Interviews
    View all

    Makaan.com Reviews and Ratings

    based on 27 reviews

    3.8/5

    Rating in categories

    4.2

    Skill development

    4.3

    Work-life balance

    4.1

    Salary

    3.6

    Job security

    4.7

    Company culture

    4.4

    Promotions

    4.7

    Work satisfaction

    Explore 27 Reviews and Ratings
    Senior Customer Relationship Officer
    10 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Team Lead
    9 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Relationship Manager
    9 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Assistant Manager
    4 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Relationship Manager
    4 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare Makaan.com with

    MagicPin

    2.6
    Compare

    HealthKart

    4.0
    Compare

    Awign Enterprises

    4.0
    Compare

    Nestaway

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