Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by PropSquare Team. If you also belong to the team, you can get access from here

PropSquare Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PropSquare Interview Questions and Answers

Updated 27 Jun 2024

PropSquare Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to test earth wir in the swich board
  • Ans. 

    To test earth wire in switchboard, use a multimeter to check for continuity and ensure proper grounding.

    • Use a multimeter set to continuity mode to check for a complete circuit between the earth wire and the ground

    • Ensure the switchboard is properly grounded to prevent electrical hazards

    • Check for any loose connections or damaged insulation on the earth wire

    • Verify that the earth wire is connected to the earth terminal on ...

  • Answered by AI
  • Q2. How much crrunt in the three phase
  • Ans. 

    The current in a three-phase system depends on the load and the voltage of the system.

    • The current in a three-phase system can be calculated using the formula: I = P / (√3 x V x PF), where I is the current, P is the power, V is the voltage, and PF is the power factor.

    • The current in each phase of a balanced three-phase system is equal to the total current divided by √3.

    • The current in a three-phase system can vary based o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - confidance is important for interview

Maintenance Supervisor Interview Questions asked at other Companies

Q1. What qualities do you look for in the perfect piece of jewellery
View answer (2)

Interview questions from similar companies

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

I was interviewed before Dec 2018.

Round 1 - HR 

(1 Question)

  • Q1. Basic operation details
Round 2 - One-on-one 

(3 Questions)

  • Q1. Operational tasks
  • Q2. Real time achievement
  • Q3. Situation escalation
Round 3 - HR 

(1 Question)

  • Q1. Salary discuss and negotiation

I applied via Recruitment Consulltant and was interviewed in Jun 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. About jewelry field experience
  • Q2. As a Branch Manager experience
  • Q3. Jewellery store level experience
  • Ans. 

    I have 5 years of experience working in a jewellery store, handling inventory, sales, and customer service.

    • Managed inventory to ensure accurate stock levels

    • Assisted customers in selecting jewellery pieces for special occasions

    • Implemented sales strategies to increase revenue

    • Trained staff on product knowledge and customer service

    • Handled customer complaints and resolved issues effectively

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive to attend interview in face to face interview

I applied via Walk-in and was interviewed before Jan 2020. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction that's all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and essay writing

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

I applied via Campus Placement

Interview Questionnaire 

16 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a recent IT graduate with a passion for coding and problem-solving.

    • Graduated with a degree in IT

    • Proficient in programming languages such as Java and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong analytical and problem-solving skills

    • Ability to work well in a team and communicate effectively

  • Answered by AI
  • Q2. Being a mathematical graduate how can you cope up in IT
  • Ans. 

    Mathematics provides a strong foundation for problem-solving and analytical skills, which are essential in IT.

    • Mathematics involves logical thinking and problem-solving, which are crucial skills in IT.

    • Mathematical concepts such as algorithms, statistics, and calculus are widely used in IT.

    • Mathematics also helps in developing a strong analytical mindset, which is essential in data analysis and software development.

    • Mathem...

  • Answered by AI
  • Q3. What are steps taken to join IT
  • Ans. 

    Steps to join IT include obtaining relevant education, gaining experience through internships or entry-level positions, and networking.

    • Obtain relevant education such as a degree in computer science or IT

    • Gain experience through internships or entry-level positions

    • Develop technical skills through online courses or certifications

    • Build a professional network through attending industry events or joining professional organiz...

  • Answered by AI
  • Q4. What are the technologies you know
  • Ans. 

    I have knowledge of programming languages such as Java, Python, and C++. I am also familiar with web development technologies like HTML, CSS, and JavaScript.

    • Proficient in Java, Python, and C++ programming languages

    • Familiar with web development technologies like HTML, CSS, and JavaScript

    • Knowledge of database management systems like MySQL and Oracle

    • Experience with version control systems like Git

    • Understanding of software...

  • Answered by AI
  • Q5. Okay tell me about that
  • Q6. What programming language you know
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Java - used for building enterprise-level applications

    • Python - known for its simplicity and versatility

    • C++ - used for system programming and game development

  • Answered by AI
  • Q7. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory.

    • They are used to access and modify data indirectly.

    • Pointers are commonly used in dynamic memory allocation.

    • Example: int* ptr; // declares a pointer to an integer variable.

  • Answered by AI
  • Q8. What is a null pointer
  • Ans. 

    A null pointer is a pointer that does not point to any memory location.

    • A null pointer is represented by the value 0 or NULL.

    • Dereferencing a null pointer results in a segmentation fault.

    • Null pointers are commonly used to indicate the end of a linked list or array.

    • Null pointers can be assigned to any pointer type.

  • Answered by AI
  • Q9. What are structures
  • Ans. 

    Structures are user-defined data types that allow storing multiple data types under a single name.

    • Structures are used to group related data together.

    • They can contain variables of different data types.

    • Structures can also contain functions.

    • Structures are defined using the 'struct' keyword.

    • Example: struct student { char name[20]; int age; float marks; };

    • Structures can be passed as arguments to functions.

    • They can also be u...

  • Answered by AI
  • Q10. What is nested structure
  • Ans. 

    A nested structure is a structure within another structure in programming.

    • It allows for more complex data structures to be created

    • It can be used in various programming languages such as C++, Java, and Python

    • An example of a nested structure is a struct within a struct in C++

  • Answered by AI
  • Q11. What are classes
  • Ans. 

    Classes are templates for creating objects that have similar properties and methods.

    • Classes are used in object-oriented programming.

    • They define the properties and methods that objects of that class will have.

    • Objects are instances of a class.

    • Classes can inherit properties and methods from other classes.

    • Examples of classes include 'Person', 'Car', and 'Animal'.

  • Answered by AI
  • Q12. What are classes in C++
  • Ans. 

    Classes in C++ are user-defined data types that encapsulate data and functions.

    • Classes are used for object-oriented programming.

    • They allow for data abstraction and encapsulation.

    • Classes can have member variables and member functions.

    • Objects are instances of classes.

    • Inheritance and polymorphism are key features of classes.

  • Answered by AI
  • Q13. I said no idea
  • Q14. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior IT professional, leading a team and contributing to the growth and success of the organization.

    • Leading a team of IT professionals

    • Contributing to the growth and success of the organization

    • Continuously learning and staying updated with the latest technologies

    • Taking up challenging projects and delivering successful solutions

    • Building strong professional relationships and networking with

  • Answered by AI
  • Q15. According to you what do you need ...technical skills or team collabration
  • Q16. Can you work in night shift and can you relocate
  • Ans. 

    Yes, I am willing to work in night shifts and relocate if required.

    • I am flexible and adaptable to different work schedules, including night shifts.

    • I understand the importance of providing 24/7 support in the IT industry.

    • I am open to relocating for better career opportunities and growth.

    • I have a strong commitment to my work and can adjust to new environments.

    • I am willing to make necessary arrangements to ensure smooth t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good...You shouldnt be tensed...you can talk whatever you know...be confident always

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Any one related mi
  • Q2. I what job in our company.this company hiring mi?
  • Q3. I have graduate in BMS field so give me a one chance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Giveup my interview in telephone round.then ,

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

9 Questions

  • Q1. Only asked about current company work ,and 1)How much pc's of lan is there..?, 2) which types of server is there ?
  • Q2. 3)How much salary do u get in current company...?, 4)what is expectation of our company..?
  • Q3. How much year have completed in company ..?
  • Q4. In how much days will u joint in our company?
  • Q5. Asked about notification period of current company?
  • Q6. Again aske about salary expectation?
  • Q7. I have given answer about salary increment and I get a 50 percent hike ?
  • Q8. I have said I will joint the company in 14 th days..
  • Q9. Instakart company provided the offer letter to me

Interview Preparation Tips

Interview preparation tips for other job seekers - only confident our work and cnfidently give the answer I will be suggest.

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

Interview Questionnaire 

2 Questions

  • Q1. Technical questions from basic and advanced C# for first round.
  • Q2. In second round there was a man who wasted 1 hour just talking all unnecessary stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time on giving interviews to this company. They will just waste time with no offers even after good interviews. Either they won't reply or reject on the basis on notice period or Salary. Bad experience.

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Focus on mathematical questions and communication skills.
  • Q2. Focus on current company profile and job summary of the last company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills should be a good and dressing sense should be professional at the time of interview

PropSquare Interview FAQs

How many rounds are there in PropSquare interview?
PropSquare interview process usually has 1 rounds. The most common rounds in the PropSquare interview process are Technical.
How to prepare for PropSquare 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 PropSquare. The most common topics and skills that interviewers at PropSquare expect are Facility Management, Housekeeping, Preventive Maintenance, Accounting and Electricals.
What are the top questions asked in PropSquare interview?

Some of the top questions asked at the PropSquare interview -

  1. how to test earth wir in the swich bo...read more
  2. how much crrunt in the three ph...read more

Tell us how to improve this page.

PropSquare Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 731 Interviews
NoBroker Interview Questions
3.2
 • 226 Interviews
Square Yards Interview Questions
4.0
 • 198 Interviews
MagicBricks Interview Questions
3.4
 • 57 Interviews
Quikr Interview Questions
3.8
 • 31 Interviews
99acres Interview Questions
3.8
 • 29 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
CommonFloor Interview Questions
3.7
 • 3 Interviews
Makaan.com Interview Questions
3.8
 • 1 Interview
Quikr Realty Interview Questions
3.9
 • 1 Interview
View all

PropSquare Reviews and Ratings

based on 9 reviews

4.3/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.4

Salary

3.7

Job security

3.9

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 9 Reviews and Ratings
Facility Manager
7 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Administration Manager
3 salaries
unlock blur

₹6.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare PropSquare with

MagicBricks

3.4
Compare

99acres

3.8
Compare

CommonFloor

3.7
Compare

Square Yards

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