Upload Button Icon Add office photos

Carrier Midea

Compare button icon Compare button icon Compare

Filter interviews by

Carrier Midea Branch Manager Interview Questions and Answers

Updated 30 Sep 2023

Carrier Midea Branch Manager Interview Experiences

1 interview found

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Market awareness, team handling, business expansion
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation, grade negotiation etc.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Carrier Midea?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

Branch Manager Interview Questions Asked at Other Companies

Q1. You are officially a DBM but have taken on the responsibilities o ... read more
Q2. Role of Branch Manager?How to manage team?Cross sell?
Q3. What is 2515? Wis difference between commercial car and private c ... read more
asked in Axis Bank
Q4. What is the difference between operations and sales?
Q5. Is it easy to give loans or is it easy to collect monthly EMI ?

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. A C program was asked to write
  • Q2. How to implement sr flipflop using gates.
  • Ans. 

    An SR flip-flop can be implemented using NAND gates.

    • Use two NAND gates to create the SR flip-flop.

    • Connect the output of one NAND gate to the input of the other NAND gate.

    • Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.

    • The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.

  • Answered by AI
  • Q3. Steps to find temperature of N rooms and display the same
  • Ans. 

    The answer describes the steps to find and display the temperature of N rooms.

    • Create an array to store the temperature of each room

    • Iterate through each room and prompt the user to enter the temperature

    • Store the temperature in the corresponding array index

    • Display the temperature of each room

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The first criteria for shortlisting is based on CGPA (8 above)

Round: Test
Experience: A technical test was conducted which had questions from C language and Microcontroller. It was MCQ type.The test was moderately hard
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Experience: The above questions were asked and a paper was provided to answer it. The next shotlist was based on the paper evaluation
Tips: Technical knowledge mandatory

Skills: Technical
College Name: Government Model Engineering College, Thrikkakara

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. How you will control absentism
  • Q3. What is your roles and respondsiblities

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered

I applied via Referral and was interviewed before Aug 2021. 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 - HR 

(2 Questions)

  • Q1. What are your top 3 strengths?
  • Q2. What are your top 3 weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Show case your skills what you are best at.
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I can not disclose the questions but definitely it was a level up than I expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a deep knowledge about your field of experience, narrow knowledge is not going to help you here as there are more numbers of interviews and that will definitely going to beat you with its uncertainty of the questions so better prepare throughly
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. 1. Basic testing questions
  • Q2. 2. Question related to API and sql

Interview Questionnaire 

1 Question

  • Q1. Line drawing algorithm , clone linked list

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Its a zoom call interview which lasted for 45 minutes. initially there are two panel members in which one is very targetting at me. They asked me different type of questions like jumping from DSA to project then to python then again java. Its a mixed combo pack type interview. for each and every question they asked me the real time example. The discussion on my project lasted for 15-20 mins.

  • Q1. 

    Count Set Bits Problem Statement

    Given a positive integer N, compute the total number of '1's in the binary representation of all numbers from 1 to N. Return this count modulo 1e9+7 because the result can...

  • Ans. 

    Count the total number of set bits in the binary representation of numbers from 1 to N modulo 1e9+7.

    • Use bitwise operations to count the set bits in each number from 1 to N.

    • Keep track of the total set bits and return the result modulo 1e9+7.

    • Optimize the solution to handle large values of N efficiently.

    • Consider using dynamic programming or precomputing values for faster computation.

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 mins
Round difficulty - Easy

This round was a zoom interview. The interview started with my brief introduction. This time the interview was more interested in my hobbies and passions. He asked me what do you do to keep yourself updated with the latest technology trends?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 8CGPAMicron Technology interview preparation:Topics to prepare for the interview - Apptitude, C, Java, Data Structures and Algorithms, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do participate in all the coding contests, long challenges held by codechef, codeforces
Tip 2 : Practice all kinds of problems on leetcode, gfg, coding ninjas
Tip 3 : When you are writing a written exam for a particular company, make sure you get to know about the company in detail.

Application resume tips for other job seekers

Tip 1 : Make your resume short and sweet(mostly 1 page, max 2 pages) is preferred.
Tip 2 : Make sure your resume is crisp rather than descriptive
Tip 3 : Do not lie on your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Carrier Midea Interview FAQs

How many rounds are there in Carrier Midea Branch Manager interview?
Carrier Midea interview process usually has 3 rounds. The most common rounds in the Carrier Midea interview process are Resume Shortlist, One-on-one Round and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

6-8 weeks 100%
View more
Carrier Midea Branch Manager Salary
based on 11 salaries
₹18.2 L/yr - ₹30.5 L/yr
133% more than the average Branch Manager Salary in India
View more details

Carrier Midea Branch Manager Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.9

Salary

2.2

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
Diploma Trainee Engineer
55 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Assistant Manager
40 salaries
unlock blur

₹9.6 L/yr - ₹15 L/yr

Senior Executive
33 salaries
unlock blur

₹5.1 L/yr - ₹10 L/yr

Area Sales Manager
32 salaries
unlock blur

₹13 L/yr - ₹18 L/yr

Quality Engineer
26 salaries
unlock blur

₹1.7 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Carrier Midea with

Molex

3.9
Compare

TDK India Private Limited

3.8
Compare

Micron Technology

3.6
Compare

Broadcom

3.3
Compare
write
Share an Interview