Upload Button Icon Add office photos

Zamil

Compare button icon Compare button icon Compare

Filter interviews by

Zamil Senior Hvac Technician Interview Questions and Answers

Updated 17 Sep 2023

Zamil Senior Hvac Technician Interview Experiences

1 interview found

Senior Hvac Technician Interview Questions & Answers

user image Shahnawaz Ail Shahnawaz Ail

posted on 17 Sep 2023

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

I applied via Job Portal

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. HVAC technician Chiller operator
Round 3 - Technical 

(1 Question)

  • Q1. HVAC technician Chiller

Interview Preparation Tips

Interview preparation tips for other job seekers - HVAC technician air cool plant and package AC ductable AC Chillar operator all maintenance Saudi Arabia you work Indian experience lndeni6

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Give your strategy to start a coaching class for CET students
  • Q2. For a text file, write a C program to check if all open brackets (, { and [ are closed appropriately
  • Q3. How will you conduct a computer simulation to study flow of traffic on a busy road
  • Ans. 

    Computer simulation can be conducted to study traffic flow on a busy road.

    • Identify the key variables such as traffic volume, vehicle types, road conditions, and traffic control measures

    • Develop a mathematical model to represent the flow of traffic

    • Collect real-world data to calibrate and validate the model

    • Use simulation software like VISSIM or SUMO to create a virtual environment

    • Input the variables and parameters into th...

  • Answered by AI
  • Q4. Explain your final year project.
  • Q5. Algorithms required to solve puzzles
  • Q6. Explain the concept of time and space complexity
  • Ans. 

    Time complexity refers to the amount of time an algorithm takes to run, while space complexity refers to the amount of memory it requires.

    • Time complexity measures the efficiency of an algorithm in terms of the time it takes to execute as the input size increases.

    • Space complexity measures the efficiency of an algorithm in terms of the amount of memory it requires as the input size increases.

    • Time complexity is commonly e...

  • Answered by AI
  • Q7. A number of questions on pointers
  • Q8. Questions on virtual functions, polymorphism, etc

Interview Preparation Tips

Skill Tips: Be very thorough in C and C++. This may not be sufficient for comps and IT students who may be asked on a variety of topics they have studied. Incase you are not from these two branches and you are asked a question beyond what was taught to us in our first year notify the same to the interviewer.
Skills:
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro Previous Working experience and related Previous working experience questions

Interview Questionnaire 

1 Question

  • Q1. Difficult situation you were face your previous company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Share the incident you were faced.

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Cognos deployment process and upgrade
  • Ans. 

    Cognos deployment process involves planning, testing, and executing the deployment of Cognos software to production environment.

    • The deployment process should be planned carefully to avoid any issues during the deployment.

    • Testing should be done in a non-production environment to ensure that the deployment is successful.

    • The deployment should be executed in a phased manner to minimize downtime and ensure that the system i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good technical skill required

Skills evaluated in this interview

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

Interview Questionnaire 

5 Questions

  • Q1. Describe a project which you consider your best work and explain approach behind your rationale and assumptions
  • Q2. What could have been other approaches to do same job
  • Ans. 

    Other approaches to the same job could include automation, outsourcing, or reorganizing the team.

    • Automation: Implementing technology to streamline processes and reduce manual labor.

    • Outsourcing: Hiring a third-party company to handle certain tasks or responsibilities.

    • Reorganizing the team: Restructuring roles and responsibilities to optimize efficiency and productivity.

    • Example: Automating inventory management to reduce ...

  • Answered by AI
  • Q3. ML gradient boosting algorithm related questions
  • Q4. Logistic regression related questions
  • Q5. Banking products knowledge was checked.... Like transactor, revolver, defaulter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CV thoroughly, have good understanding of algorithms and analytical approaches taken by you. Strengths weakness, why HSBC, why switch to banking domain. Be prepared for logical thinking based questions during round with senior mgmt. Prepare convincing answers and be smart in tackling difficult questions. Don't beat around the bush if you don't know something or you forgot. Be ready with things you would need to explain a project, keep numbers handy. Last but not the least don't fake your experience.

Interview Questionnaire 

1 Question

  • Q1. Question regarding SQL basic

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linear Regression, Market Basket Analysis, Time Series Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your CV simple. Dont put random concepts on your CV that you have no idea of just to make your CV attractive. Always remember, if you are shortlisted for interviews, the recruiters have a good feel about you. Your CV should be crisp and simple and put/write concepts you are thorough with and have a detailed idea in. Prepare well. Prepare smart.

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 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 - Technical 

(1 Question)

  • Q1. Project related interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Asked some questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended for manual testing. I was little easy

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

Zamil Interview FAQs

How many rounds are there in Zamil Senior Hvac Technician interview?
Zamil interview process usually has 3 rounds. The most common rounds in the Zamil interview process are Technical and Resume Shortlist.
What are the top questions asked in Zamil Senior Hvac Technician interview?

Some of the top questions asked at the Zamil Senior Hvac Technician interview -

  1. HVAC technician Chiller opera...read more
  2. HVAC technician Chil...read more

Tell us how to improve this page.

Zamil Senior Hvac Technician Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 573 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 347 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
BNP Paribas Interview Questions
3.8
 • 180 Interviews
View all
Zamil Senior Hvac Technician Salary
based on 4 salaries
₹2 L/yr - ₹5.2 L/yr
35% less than the average Senior Hvac Technician Salary in India
View more details

Zamil Senior Hvac Technician Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

2.2

Salary

4.0

Job security

2.0

Company culture

2.8

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Hvac Technician
8 salaries
unlock blur

₹4.5 L/yr - ₹6.4 L/yr

Hvac Design Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹8.4 L/yr

Electrical Engineer
4 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Hvac Engineer
4 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Hvac Supervisor
4 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

Explore more salaries
Compare Zamil with

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare

BNY

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