Upload Button Icon Add office photos

Filter interviews by

Real Estate Group Back Office Administration Executive Interview Questions and Answers

Updated 17 Aug 2022

Real Estate Group Back Office Administration Executive Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Past work exp Myself Work details Comfortable for work or not
  • Q2. When would joining Salary expectations
  • Ans. As hr ask i give answer as per questions
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Best feel free at time of interview dont be shy and fearful

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me something about your self
  • Q2. Salary expectation questions
  • Q3. Work experience questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. HOD interview salary expectation questions and work knowledge questions
  • Q2. Small level test in Excel and MS office suite general checkup over computer knowledge
Round 3 - CAO 

(2 Questions)

  • Q1. Work experience questions. Why do we need to hire you. What productivity you provide if you get selected.
  • Q2. Personal questions related to family and current job leaving questions. Dedication over work and life balance questions.
Round 4 - Behavioral 

(2 Questions)

  • Q1. Self introduction. Work achivement explanation.
  • Q2. What will be your idea to improve company goals

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good company to learn the work. Need not to invest money you can easily learn all levels of course.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About ourselves
  • Q2. And professional
Round 2 - One-on-one 

(2 Questions)

  • Q1. About previous experience
  • Q2. About Work profile
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Overall experience
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2023. There were 5 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 - HR 

(1 Question)

  • Q1. Introduction round salary discussion
Round 3 - Technical 

(1 Question)

  • Q1. Excel test and HOD round
Round 4 - CAO 

(1 Question)

  • Q1. Customer satisfaction task management work knowledge related questions
Round 5 - CAO round 

(4 Questions)

  • Q1. Risk management's questions
  • Q2. Construction qualities
  • Ans. 

    Construction qualities refer to the characteristics and attributes of a building or structure that determine its durability, strength, and overall quality.

    • Durability: The ability of a building to withstand wear, pressure, or damage over time.

    • Strength: The capacity of a building to support loads and resist forces without collapsing.

    • Quality of materials: The use of high-quality materials in construction to ensure longevi...

  • Answered by AI
  • Q3. Customer satisfaction
  • Q4. Task management questions

I was interviewed in Dec 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical interview round with questions on DSA, OOPS and Low Level design.

  • Q1. 

    Vertical Order Traversal of a Binary Tree

    Given a binary tree, your task is to return the vertical order traversal of its nodes' values.

    For each node located at a position (X, Y), its left child will be...

  • Q2. Why is Java considered an Object Oriented Programming Language?
  • Q3. What are indexing and partitioning in DBMS?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPANoBroker 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 interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is OOPs concept. Why is java called an Object Oriented Programming Language. What benefit does java have as an OOP language?
  • Ans. 

    OOPs stands for Object Oriented Programming. Java is called an OOP language because it follows the principles of OOP.

    • OOPs is a programming paradigm that focuses on objects and their interactions.

    • Java supports the four main principles of OOP: encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation allows bundling of data and methods into a single unit, providing data hiding and security.

    • Inheritance enabl...

  • Answered by AI
  • Q2. What is indexing and partioning in dbms?
  • Ans. 

    Indexing and partitioning are techniques used in DBMS to improve performance and manage large amounts of data.

    • Indexing is the process of creating a data structure that allows for faster retrieval of data based on certain columns or fields.

    • Partitioning involves dividing a large table into smaller, more manageable parts called partitions, which can be stored on different disks or servers.

    • Both techniques can improve query...

  • Answered by AI
  • Q3. Print vertical level traversal in a binary tree.
  • Ans. 

    Print the vertical level traversal of a binary tree.

    • Traverse the tree and assign horizontal distance to each node.

    • Store nodes in a map with their horizontal distance as key.

    • Print nodes in each horizontal distance in vertical order.

  • Answered by AI
  • Q4. Design the table diagram and the ways different tables will be linked for a movie booking website like bookmyshow.
  • Ans. 

    Design table diagram and link tables for a movie booking website like bookmyshow.

    • Create tables for movies, theaters, users, bookings, payments, and reviews

    • Link movies and theaters through a many-to-many relationship

    • Link users and bookings through a one-to-many relationship

    • Link bookings and payments through a one-to-one relationship

    • Link movies and reviews through a one-to-many relationship

  • Answered by AI
  • Q5. Low Level Design: Design a movie site booking portal using objects and classes.
  • Ans. 

    Design a movie booking portal using objects and classes.

    • Create a Movie class with attributes like title, genre, duration, etc.

    • Create a Theater class with attributes like name, location, capacity, etc.

    • Create a Show class with attributes like movie, theater, showtime, price, etc.

    • Create a Booking class with attributes like show, seats, user, etc.

    • Implement methods for booking tickets, canceling tickets, etc.

    • Use database to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the topics that the HR asks you to, at the time of scheduling the interview. In my case sql, oops, data structures and low level design questions related to all these topics were asked.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell us something about yourself and your career
Round 2 - Technical 

(1 Question)

  • Q1. Tell us something about facility and infrastructure
  • Ans. 

    Facility and infrastructure refer to the physical resources and structures that support an organization's operations.

    • Facility includes buildings, equipment, utilities, and services that support the organization's activities

    • Infrastructure refers to the underlying framework and systems that enable the facility to function efficiently

    • Examples of facility and infrastructure in a business setting include office buildings, m...

  • Answered by AI

I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Various questions pertaining to the position and my experience- Admin and facility related
  • Q2. Tell me about your self ? Initial question
  • Q3. Roles and responsibilities at your previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Not that tough to clear , they just screen you only with some gen questions, real hurdle is when the client interview happens. It depend upon the persona interviewing though

Real Estate Group Interview FAQs

How many rounds are there in Real Estate Group Back Office Administration Executive interview?
Real Estate Group interview process usually has 1 rounds. The most common rounds in the Real Estate Group interview process are HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

JLL Interview Questions
4.1
 • 342 Interviews
CBRE Interview Questions
4.2
 • 255 Interviews
NoBroker Interview Questions
3.2
 • 225 Interviews
Sobha Interview Questions
3.9
 • 124 Interviews
Lodha Group Interview Questions
4.0
 • 122 Interviews
DLF Interview Questions
4.0
 • 74 Interviews
Kalpataru Group Interview Questions
4.0
 • 69 Interviews
View all
Sales Executive
180 salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Sales Manager
115 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Telecaller
55 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Accountant
39 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Real Estate Agent
35 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare Real Estate Group with

DLF

4.0
Compare

Godrej Properties

3.7
Compare

Oberoi Realty

4.1
Compare

Prestige Group

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