Upload Button Icon Add office photos

Filter interviews by

IRE Homes Closing Manager Interview Questions and Answers

Updated 20 May 2022

IRE Homes Closing Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Sales executive 

(1 Question)

  • Q1. Past Work Experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Do you know about this company and when it's was started

Interview Preparation Tips

Interview preparation tips for other job seekers - You must be clear with your words and try to explain yourself in the round only
Make an eye contact with interviewer that will show your confidence

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

It was easy, bacis aptitude questions asked in this round

Round 2 - Communication 

(1 Question)

  • Q1. It was a Ai generated communication test, where you have to repeat sentence, basic english question asked, and the ability of communication was cheked. Easy to crack
Round 3 - One-on-one 

(3 Questions)

  • Q1. This was a technical and hr round
  • Q2. What is cloud, vpn, lan, wan? And bacis trouble shooting question
  • Q3. What is your hobbies, tell me about your hometown.

Interview Preparation Tips

Interview preparation tips for other job seekers - Though it was a easy process, and I answerd all the questions but they didn't communicate with me further.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. AKS DEPOYMENT , security?
  • Q2. Dokcer file instructions
  • Q3. Vm intergration with self hosted agent?
  • Ans. 

    VM integration with self-hosted agent allows for seamless deployment and management of resources.

    • Self-hosted agents can be used to run tasks on virtual machines (VMs) in a cloud environment.

    • Integration involves configuring the self-hosted agent to communicate with the VMs for deployment and management.

    • This setup enables flexibility and control over the resources being utilized.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Devops practices?
  • Ans. 

    DevOps practices involve collaboration between development and operations teams to automate processes and improve efficiency.

    • Continuous integration and continuous deployment (CI/CD)

    • Infrastructure as code (IaC)

    • Automated testing

    • Monitoring and logging

    • Collaboration and communication between teams

  • Answered by AI
  • Q2. Hcl programs, terraform?

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Fastconnect and IPsec tunnels in OCI
  • Ans. 

    Fastconnect and IPsec tunnels are networking solutions in OCI for secure and reliable connectivity.

    • Fastconnect provides a private connection between on-premises network and OCI without going through the public internet.

    • IPsec tunnels create secure communication channels over the public internet between on-premises network and OCI.

    • Both Fastconnect and IPsec tunnels ensure data privacy, integrity, and availability for net...

  • Answered by AI
  • Q2. How to enabled audit logs inOCI
  • Ans. 

    Enable audit logs in OCI for monitoring and compliance purposes.

    • Navigate to the OCI Console and select the compartment you want to enable audit logs for.

    • Go to 'Audit' under 'Identity' and click on 'Create Configuration'.

    • Choose the services you want to audit, set the log retention period, and specify the log object storage bucket.

    • Review and create the configuration to start logging audit events.

    • Monitor the audit logs in...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is file storage
  • Ans. 

    File storage is a method of storing and organizing digital files in a structured manner.

    • File storage involves saving data in a structured format for easy retrieval and management

    • It can be done locally on a computer or on a network server

    • Examples include saving documents, images, videos, and other digital files on a computer's hard drive or in cloud storage services like Google Drive or Dropbox

  • Answered by AI
  • Q2. What is alarm definition and event rules in OCI
  • Ans. 

    Alarm definition and event rules in OCI are used to monitor and manage resources based on predefined conditions.

    • Alarm definitions specify the conditions under which an alarm is triggered in OCI Monitoring service

    • Event rules define actions to be taken when specific events occur in OCI Events service

    • Both are essential for proactive monitoring and management of resources in OCI

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - Coding Test 

2 questions are there 1 is a moderate dsa question & 2nd is a SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Go concurrency?
  • Q2. Some questions about AWS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based question AWS lambda
  • Q2. SQL query and Python programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    Experienced Senior Cloud Engineer with a strong background in designing and implementing cloud solutions.

    • Over 8 years of experience in cloud computing

    • Proficient in AWS, Azure, and Google Cloud Platform

    • Designed and implemented scalable and secure cloud architectures

    • Strong background in automation and DevOps practices

    • Certified in AWS Solutions Architect and Azure Administrator

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on managerial skill
Round 3 - HR 

(1 Question)

  • Q1. Salary negotioation
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 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 - Aptitude Test 

Tcs Nqt test every year it will conduct

Round 3 - Coding Test 

10 Mcq, 2 programs, and psychometric test also

Round 4 - Technical 

(4 Questions)

  • Q1. C programming basics, Cloud, Python basics and sql basics
  • Q2. What is a pointer
  • Ans. 

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

    • Pointers are used to indirectly access the value of a variable.

    • They are commonly used in programming languages like C and C++.

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

  • Answered by AI
  • Q3. What is function
  • Ans. 

    A function is a block of code that performs a specific task when called upon.

    • Functions can take input parameters and return output values.

    • Functions help in organizing code into reusable blocks.

    • Examples include functions to calculate the square root of a number or to sort an array.

  • Answered by AI
  • Q4. What is integer
  • Ans. 

    An integer is a whole number that does not have a fractional or decimal part.

    • Integers can be positive, negative, or zero.

    • Examples of integers include -3, 0, 7, and 100.

    • Integers are used in programming for tasks like counting and indexing.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Fifteenth year education document verification
  • Q2. Percentage of marks I acquired
  • Ans. 

    I acquired 85% marks in my academic studies.

    • I received 85% marks in my academic studies.

    • I consistently performed well in my courses and exams.

    • My academic achievements reflect my dedication and hard work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please strong in basics any technology

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is docker?
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers.

    • Docker allows you to package an application and its dependencies into a standardized unit called a container.

    • Containers are lightweight, portable, and isolated environments that can run on any machine with Docker installed.

    • Docker simplifies the process of managing and scaling applications by providing a consistent environment across d...

  • Answered by AI
  • Q2. Docker architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was online assessment based on linux , networking and networking questions .
In second round , had a interview on devops tools like docker , kubernetes, github,terraform.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical question were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and process

IRE Homes Interview FAQs

How many rounds are there in IRE Homes Closing Manager interview?
IRE Homes interview process usually has 2 rounds. The most common rounds in the IRE Homes interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Director Marketing
3 salaries
unlock blur

₹35 L/yr - ₹35 L/yr

Closing Manager
3 salaries
unlock blur

₹3.2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare IRE Homes with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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