Upload Button Icon Add office photos

Filter interviews by

Bitzer India Interview Questions and Answers

Updated 4 May 2024

Bitzer India Interview Experiences

2 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell us about yourself

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)

Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2020

I applied via Recruitment Consultant and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Compressor related
  • Q2. Iam working in compressor Asmbly

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear sir i am working compressor assembly frick india Ltd FBD and ITI Trade R/ac government iti faridabad iam working Tecumseh india pvt Ltd and apprentice one year Tecumseh pvt Ltd and working Final Department i am married and compressor working Compressor is Hart Refrigeration system this is most important part Refrigeration cycle compressor in side low form and out side super hit from cycle

Interview questions from similar companies

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some questions from Programmable Logic Controllers or PLC followed by some basic questions from Intel 8051 Microcontroller.

  • Q1. What are the general functions of a Programmable Logic Controller (PLC)?
  • Ans. 

    PLCs are used to control machinery and automate processes in industrial settings.

    • Monitoring inputs from sensors

    • Executing control algorithms

    • Communicating with other devices

    • Logging data for analysis

    • Implementing safety functions

    • Examples: controlling a conveyor belt, regulating temperature in a furnace

  • Answered by AI
  • Q2. Can you describe the basic elements in Ladder logic programming?
  • Ans. 

    Ladder logic programming is a graphical programming language used for PLCs, with basic elements like contacts, coils, timers, and counters.

    • Ladder logic consists of rungs, which are made up of inputs (contacts) and outputs (coils).

    • Contacts represent conditions that must be met for the output to be energized.

    • Coils are outputs that are energized when the conditions of the contacts are met.

    • Timers and counters are used to c...

  • Answered by AI
  • Q3. What are the different types of PLC inputs and outputs?
  • Ans. 

    PLC inputs and outputs include digital inputs, digital outputs, analog inputs, and analog outputs.

    • Digital inputs: used for receiving binary signals (on/off, high/low). Examples: push buttons, limit switches.

    • Digital outputs: used for sending binary signals. Examples: relays, solenoids.

    • Analog inputs: used for receiving continuous signals. Examples: temperature sensors, pressure transducers.

    • Analog outputs: used for sendin...

  • Answered by AI
  • Q4. What are the advantages and disadvantages of the S7 controller?
  • Ans. 

    The S7 controller offers high performance and flexibility but can be complex to program and expensive.

    • Advantages: high performance, flexibility, scalability

    • Disadvantages: complexity in programming, expensive

    • Example: S7-1200 offers fast processing speeds and can be easily expanded with additional modules

    • Example: Programming for S7 controllers may require specialized training and expertise

  • Answered by AI
  • Q5. Can you explain the time stamp available in the S7-200 PLC?
  • Ans. 

    The time stamp in S7-200 PLC is used to record the time when a specific event occurs.

    • Time stamp is a feature in S7-200 PLC that records the time when a specific event happens.

    • It helps in tracking the sequence of events and troubleshooting issues.

    • Time stamp can be used to monitor the performance of the PLC system.

    • Example: A time stamp can be recorded when a sensor detects a change in temperature.

    • Example: Time stamp can ...

  • Answered by AI
  • Q6. Could you explain Jnc in the context of microcontrollers?
  • Ans. 

    Jnc stands for Jump and Call in the context of microcontrollers.

    • Jnc is an instruction used in microcontrollers to jump to a specified address if the carry flag is not set.

    • It is commonly used in conditional branching operations in microcontroller programming.

    • For example, in 8051 microcontroller assembly language, the instruction JNC label will jump to the specified label if the carry flag is not set.

  • Answered by AI
  • Q7. What are the types of interrupts in the Intel 8051 microcontroller?
  • Ans. 

    The types of interrupts in the Intel 8051 microcontroller include external hardware interrupts, timer interrupts, and serial communication interrupts.

    • External hardware interrupts are triggered by external devices connected to the microcontroller.

    • Timer interrupts are generated by the internal timers of the microcontroller.

    • Serial communication interrupts occur when data is received or transmitted through the serial port.

    • ...

  • Answered by AI
Round 2 - Face to Face 

(6 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was heavily inclined towards Operating System and Computer Networks and the interviewer asked questions revolving around the fundamentals of the subject.

  • Q1. What is a bootstrap program in an operating system?
  • Ans. 

    A bootstrap program is a small program that initializes the operating system on a computer.

    • Bootstrap program is stored in ROM or EEPROM and is executed when the computer is powered on.

    • It loads the operating system kernel into memory and starts its execution.

    • Bootstrap program is responsible for setting up the initial state of the operating system.

    • Examples include BIOS (Basic Input/Output System) in PCs and UEFI (Unified

  • Answered by AI
  • Q2. Can you explain demand paging?
  • Ans. 

    Demand paging is a memory management scheme where pages are only brought into memory when they are demanded by the program.

    • Pages are loaded into memory only when needed

    • Helps in reducing the amount of physical memory required

    • Improves overall system performance by allowing more processes to run simultaneously

    • Commonly used in virtual memory systems

  • Answered by AI
  • Q3. Can you explain any 5 essential UNIX commands?
  • Ans. 

    Five essential UNIX commands are ls, cd, pwd, mkdir, and rm.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

  • Answered by AI
  • Q4. What are the different types of VPN?
  • Ans. 

    Different types of VPN include remote access VPN, site-to-site VPN, and client-to-site VPN.

    • Remote access VPN allows individual users to connect to a private network from a remote location.

    • Site-to-site VPN connects entire networks together over the internet.

    • Client-to-site VPN allows individual devices to connect to a private network.

    • Examples include OpenVPN, IPsec, and SSL VPN.

  • Answered by AI
  • Q5. Can you describe the OSI Reference Model?
  • Ans. 

    The OSI Reference Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI Reference Model stands for Open Systems Interconnection Reference Model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers for data trans...

  • Answered by AI
  • Q6. Can you explain the TCP and UDP protocols?
  • Ans. 

    TCP is a connection-oriented protocol that ensures reliable data delivery, while UDP is a connectionless protocol that focuses on speed.

    • TCP stands for Transmission Control Protocol and is used for reliable data transmission.

    • TCP establishes a connection between sender and receiver before data transfer.

    • TCP uses sequencing and acknowledgment to ensure data integrity.

    • UDP stands for User Datagram Protocol and is used for fa...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 1 years of experienceSiemens interview preparation:Topics to prepare for the interview - Operating Systems, Computer Architecture, Microcontollers and Microprocessors, Computer Networks, AptitudeTime required to prepare for the interview - 3 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.

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 interviewSelected

Skills evaluated in this interview

I was interviewed in Apr 2017.

Interview Questionnaire 

15 Questions

  • Q1. What are you currently doing in your job profile?
  • Ans. 

    I am currently responsible for designing, implementing, and maintaining system infrastructure for our organization.

    • Designing system architecture to meet business requirements

    • Implementing new technologies and solutions to improve system performance

    • Maintaining system infrastructure to ensure high availability and security

    • Troubleshooting and resolving system issues as they arise

  • Answered by AI
  • Q2. What is system configuration?
  • Ans. 

    System configuration refers to the process of setting up and arranging hardware and software components to work together efficiently.

    • System configuration involves setting up hardware and software components to work together efficiently

    • It includes configuring network settings, installing drivers, and setting up user accounts

    • Examples of system configuration tools include Microsoft System Center Configuration Manager and ...

  • Answered by AI
  • Q3. What is the disadvantage or drawback in S7 controller?
  • Ans. 

    The S7 controller has limited scalability and flexibility compared to other controllers.

    • Limited number of I/O points

    • Limited memory capacity

    • Limited processing power

    • Limited communication options

    • Limited support for advanced programming languages

    • Limited compatibility with third-party devices

    • Limited ability to handle complex control algorithms

    • Limited fault diagnostics capabilities

  • Answered by AI
  • Q4. Same question but in depth.
  • Q5. Like draw system configuration
  • Q6. Explain topologies used/protocol etc
  • Ans. 

    Topologies and protocols used in networking

    • Topologies: Bus, Star, Ring, Mesh, Hybrid

    • Protocols: TCP/IP, HTTP, FTP, SMTP, DNS

    • Ethernet, Wi-Fi, Bluetooth are common networking technologies

    • Network security protocols: SSL, TLS, IPSec

    • Routing protocols: OSPF, BGP, RIP

  • Answered by AI
  • Q7. Tell me about your self?
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in network protocols such as TCP/IP, DNS, DHCP

    • Skilled in troubleshooting hardware and software issues

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q8. Family condition and persons?
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • Family of four: parents and younger sister

    • Close-knit family

    • Supportive family members

    • Regular family gatherings and activities

  • Answered by AI
  • Q9. Why you want to join us?
  • Ans. 

    I am passionate about utilizing my technical skills to contribute to innovative projects and collaborate with a talented team.

    • Passionate about technology and innovation

    • Excited to work with a talented team

    • Looking for opportunities to utilize technical skills

  • Answered by AI
  • Q10. Are you sure this profile matches to your career goal.
  • Ans. 

    Yes, this profile aligns with my career goal as a System Engineer.

    • My career goal is to work in the field of system engineering

    • I have relevant education and experience in system engineering

    • I am passionate about technology and problem-solving, which are key aspects of system engineering

  • Answered by AI
  • Q11. Why you want to switch?
  • Ans. 

    I want to switch to explore new challenges and opportunities for growth in my career.

    • Seeking new challenges to enhance my skills and knowledge

    • Opportunity for career growth and advancement

    • Interested in working with new technologies or industries

  • Answered by AI
  • Q12. What is that thing which attract you for this job?
  • Ans. 

    The opportunity to work on complex systems and solve challenging problems in a dynamic environment.

    • Opportunity to work on complex systems

    • Solving challenging problems

    • Dynamic work environment

  • Answered by AI
  • Q13. What is the reason you left your current job profile?,because my profile was Automation engineer.
  • Q14. Your family baackground?
  • Ans. 

    My family background is diverse and includes a mix of professions and interests.

    • My parents are both engineers, which inspired me to pursue a career in the same field.

    • I have siblings who are in the medical field, providing a different perspective on healthcare.

    • We have a strong emphasis on education and continuous learning in our family.

    • Family gatherings often involve discussions about technology, science, and current ev...

  • Answered by AI
  • Q15. What is that quality in you which suits this job?
  • Ans. 

    My problem-solving skills and attention to detail make me a perfect fit for this role.

    • Strong problem-solving skills

    • Attention to detail

    • Ability to work well under pressure

    • Experience with troubleshooting complex systems

    • Strong communication skills

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: First of all i applied through india's most famous job portal naukri.com.
This opening comes through a consultant [ pacific IT solutions ],first my resume was shortlisted by this consultant,after that they contact me on my mobile number verified with naukri.com,for avalibility and interest for change and tell me that they forward ,y resume to siemens HR and if they will shortlist you then you will get a mail for F2F round from them.
Tips: Special tips for this round are:-
Always update your profile daily and try to follow up more n more consultant/recruiter.

Round: Technical Interview
Experience: I reached interview location on time,then i submit my resume in reception ,after 30 min my interview starts with all these question given above,then they told me to wait outside.
Tips: 1)Be confident and in formal look.
2)What ever is written in your resume you must be familier with this.
3)Dont put all the certification/courses/skill in your resume.try to put only those things which you know vwry well.
4)Make your resume as per job demand.Heighlight your those skills which matches to job.
5)Dont be over smart if you know the answer of given question.

Round: Technical Interview
Experience: After Clearing my first round ,interviewer call me for second round on the same day,after fiew hour,the interviewer is very frank,they ask same questions and they were little bit checking my interest also towards job.
Tips: In this round the interviewer in more experienced so for him it is very easy to catch you knolwdge level.So be confident,try to answer with little bit diplomatic,and try to explain with practical experiances as musch as possible.

Round: Behavioural Interview
Experience: This Round name is Managerial round.In this round they checked my interest towards job.my family condition and dependent person.
Tips: Be confident
Listen question carefully because this round is completely diplomatic.
Try to answer smartly and diplomatic.
And try to win the trust of interviewer.

Round: HR Interview
Experience: After clearing managerial round.hr called me for this,HR is very frank and make a very comfort atmosphere at the time of interview.little bit discussing about jonb profile and then discuss salary,and finall shaking hand said.if you will get selected then we will inform you before xyz day.
I after 4 days i get a call from hr about my selection with a offer letter.
Tips: Be frank
But Not over confident

Skills evaluated in this interview

Intern Interview Questions & Answers

Thermax Limited user image Shubhechya Sarkar

posted on 22 Aug 2017

I was interviewed in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us about yourself.
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Tell us about your involvement in sports and your activities.
  • Ans. 

    I have been actively involved in sports since childhood, participating in various team sports and individual activities.

    • Played soccer for 10 years, competing at a regional level

    • Participated in track and field events in high school, specializing in long jump and hurdles

    • Currently enjoy hiking and rock climbing in my free time

  • Answered by AI
  • Q3. Discussion of company policies about side income and startups.

Interview Preparation Tips

Round: Test
Experience: It was pretty easy and generic. Not much related to my branch i.e. Chemical Engineering. Out of 24, 6 were selected for the next round.
Duration: 1 hour 30 minutes

Round: Group Discussion
Experience: 6 of us were given the choice between 2 topics: online shopping vs. Conventional shopping, and the success of swachh bharat. We selected the prior one after a discussion of 1 minute. We were given 3 minutes to brainstorm and 12 minutes to speak, so 12+3 = 15 minutes total. The mediators, that is the HR lady and the technical gentleman, just listened, did not interfere in our discussions.
Tips: Like any GD, it's crucial to demonstrate leadership without being patronising. And to dominate without being disrespectful to others. While it's ok not to take a rigid stance in a GD, it certainly gets you bonus points if you can convince the other person and "bring them to your side". It's not a debate, so even if you argue, you have to come to a more-or-less unanimous conclusion within the set time so your discussion must have a set direction. Bonus points if you're the one giving the direction.
Duration: 15 minutes

Round: HR Interview
Experience: It was for about 10-15 minutes. The HR lady and the tech gentleman were very chill. They began by asking me about myself. I have a startup of my own so I gave a short intro about myself, my immediate family, my goals and then into my startup. They had gone through my CV so they started asking about my activities in college and what I was doing. I think they were trying to figure out my character and if all of it was genuine. Then I again started talking about my startup, so they finally relented and asked me about it. I explained the idea to them and told them that I would want to continue working on my startup. They told me that it was not in accordance with their company's policy to have an employee occupied full-time in two companies. Then I informed them that my startup was my priority, and we agreed that I would not be a good fit for Thermax.
Tips: Be confident, cool and open during the interview. You are already good if you've progressed to the last stage of the selection process. The interviewer already knows you have flair. What they want to figure out is that whether you are the right fit for their company's culture. If you're not, no matter how good you are, they will not select you. And that's ok.

Interview Questionnaire 

2 Questions

  • Q1. Standard HR questions
  • Q2. Questions based on my POR's and extra curricular activities

Interview Preparation Tips

Round: Resume Shortlist
Experience: Good projects and internships helped me to get through this round

Round: Test
Duration: 60 minutes

Round: Technical Interview
Experience: Questions related to signal processing (included image signal processing as well), control and communications. Also there were few technical questions based on the internships and the projects done. This interview lasted for about 30 mins.

Round: HR Interview
Experience: 45 mins of HR round. All the standard HR questions were asked and questions were based on each and every point that you have put up in the resume

College Name: IIT MADRAS

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

Interview Questionnaire 

2 Questions

  • Q1. Description about me
  • Q2. Weakness in professional life
  • Ans. 

    My weakness is sometimes taking on too much work and struggling to delegate tasks effectively.

    • Difficulty delegating tasks

    • Tendency to take on too much work

    • Working on improving time management skills

  • Answered by AI

Interview Preparation Tips

Round: aptitude test
Experience: They intimated as aptitude but it included Verbal, Quants and basics of programming and data structures & algorithm.

Round: Technical interview round 1
Experience: In this round I was asked about flight mechanics & dynamics and controls’ by giving several conditions of practical importance, some part of engine structures and thermal science, my earlier projects and questions on that, some questions from the internship’s work and M.Tech thesis work. Very fundamental as well as complex questions were asked while explaining about the projects and thesis work.

Round: technical interview round 2
Experience: I was sent to the panel interviewing for mechanical students and there I was asked questions from various subjects as well as for various conditions given on spot. Including both the technical interviews, I was asked questions from around 9-10 subjects of mechanical engineering. Apart from the questions from the course work, half of the interview was focused on the projects that I did earlier. I was asked to explain about the projects and give good insights of my contributions in that and accordingly I was asked questions from that as well. Later part of the technical round was focused for my thesis work. They started asking about the motivation behind the topic of the thesis and the technical platform set so far for the same. Concluding questions were from the company’s work and how I would be able to relate my expertise and thesis work for their benefit.

Round: HR Interview
Experience: HR round was more or less usual. Description about me and weaknesses in professional life were asked. The tricky one was one particular question about joining Honeywell and at the end of my answer, I was asked to compare Honeywell and the stalwarts of aerospace industry on my answer’s ground.

General Tips: Revise the course works, some part of the projects, be focused for profiles and prepare accordingly. Prior knowledge about companies work and the profile helps a lot. Sound knowledge of thesis work, approach and the applications, motivation behind the topic and the work completed till the placement season starts should clearly be checked. If you are not good at programming and DS & algo then revise the basics of these (helps for aptitude). Be mentally prepared for multiple rounds of technical interviews. Shape yourself according to the profile and surf through the company’s site beforehand.
Get some suggestions and feedback from seniors (specifically, M.tech students should talk to seniors, fellow students and lab mates who have been in industries) for technical interviews. Focus on your approach towards the problem for the worst case.
During technical interview, don’t try to brag about the topic that you are not sure about. They sometimes want to test your approach and attitude for the problem given to you (which will be out of your comfort zone) rather than the accuracy of the answer. Since verbal was also the part of aptitude, don’t forget to look that during your preparation.

College Name: IIT Kanpur

I was interviewed in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

Bitzer India Interview FAQs

How many rounds are there in Bitzer India interview?
Bitzer India interview process usually has 1 rounds. The most common rounds in the Bitzer India interview process are HR.
What are the top questions asked in Bitzer India interview?

Some of the top questions asked at the Bitzer India interview -

  1. Iam working in compressor Asm...read more
  2. Compressor relat...read more

Tell us how to improve this page.

Bitzer India Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Johnson Controls Interview Questions
3.6
 • 261 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
LG Electronics Interview Questions
4.0
 • 195 Interviews
Daikin Interview Questions
4.2
 • 145 Interviews
Voltas Interview Questions
4.0
 • 129 Interviews
Carrier Interview Questions
3.7
 • 48 Interviews
Trane Interview Questions
4.1
 • 1 Interview
View all

Bitzer India Reviews and Ratings

based on 11 reviews

2.1/5

Rating in categories

2.3

Skill development

1.7

Work-life balance

2.2

Salary

1.7

Job security

1.7

Company culture

1.9

Promotions

1.9

Work satisfaction

Explore 11 Reviews and Ratings
Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts & Finance Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bitzer India with

Carrier

3.7
Compare

Daikin

4.2
Compare

Emerson Electric Co.

4.1
Compare

Honeywell Automation

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