Upload Button Icon Add office photos

Filter interviews by

Clear (1)

BSH Home Appliances Group Intern Interview Questions and Answers

Updated 29 May 2024

BSH Home Appliances Group Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2022

I applied via Campus Placement and was interviewed in May 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are your projects?
  • Ans. 

    I have worked on various projects including a web development project and a data analysis project.

    • Web development project: Developed a responsive website using HTML, CSS, and JavaScript.

    • Data analysis project: Analyzed a large dataset using Python and generated insights using data visualization techniques.

  • Answered by AI
  • Q2. What have you studied about HVAC
  • Ans. 

    I have studied the basics of HVAC systems including principles, components, and maintenance.

    • Studied the principles of heating, ventilation, and air conditioning

    • Learned about the different components of HVAC systems such as compressors, condensers, and evaporators

    • Explored the importance of proper maintenance and troubleshooting techniques

    • Gained knowledge about energy efficiency and environmental impact of HVAC systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and speak nicely with full confidence

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2021

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic OOP question

Interview Preparation Tips

Interview preparation tips for other job seekers - Have Strong hold in computer science fundamentals

Interview questions from similar companies

Intern Interview Questions & Answers

IFB user image Anonymous

posted on 13 Feb 2024

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join company
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want this role
  • Q2. Why do you think you are best fit for this role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

MCQ questions of C language

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. All about the things that were added in the resume
  • Q3. I was asked to write a simple code
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about yourself and your family background
  • Q2. What is your passion
  • Q3. Do you have any other offer

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 4 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Prepare thoroughly for aptitude...

Round 2 - Technical 

(3 Questions)

  • Q1. Write code of multiplication
  • Ans. 

    Code for multiplication operation in programming languages

    • Use the * operator in most programming languages to perform multiplication

    • Example: int result = num1 * num2;

    • Remember to handle overflow cases if working with large numbers

  • Answered by AI
  • Q2. Say ur semester subjects
  • Ans. 

    My semester subjects include Computer Science, Mathematics, and Economics.

    • Computer Science - Programming, Algorithms, Data Structures

    • Mathematics - Calculus, Linear Algebra, Statistics

    • Economics - Microeconomics, Macroeconomics, Econometrics

  • Answered by AI
  • Q3. Introduce 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

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce 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. Asked detail abt hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on wht u r saying...

Intern Interview Questions & Answers

OPPO user image Kingston placement

posted on 22 Nov 2024

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

The aptitude was very tough

Intern Interview Questions & Answers

HARMAN user image Anonymous

posted on 20 Aug 2024

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

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

Round 1 - Aptitude Test 

It contains 35 question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the project
  • Ans. 

    The project is a web application that helps users track their daily water intake and reminds them to stay hydrated.

    • Users can input their daily water consumption and set goals for themselves.

    • The application sends notifications to remind users to drink water throughout the day.

    • Users can view their water intake history and track their progress over time.

  • Answered by AI
  • Q2. Write the code for even number
  • Ans. 

    Code to identify even numbers

    • Use the modulo operator (%) to check if a number is divisible by 2

    • If the remainder is 0, then the number is even

    • Example: int num = 6; if(num % 2 == 0) { // num is even }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce 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

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Some situational question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

Intern Interview Questions & Answers

HARMAN user image Anonymous

posted on 19 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions related to C
  • Q2. Questions about Linux

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 31 Jan 2021

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. If the employe completed 35 percent of his work in first 10 days of month means what is the predicted month end Target?
  • Ans. 

    Predicted month end target based on 35% work completed in first 10 days.

    • Assuming the employee works at a consistent pace throughout the month

    • Calculate the remaining work as 65% of the total work

    • Divide the remaining work by the remaining days in the month

    • Add the result to the 35% already completed

    • This gives the predicted month end target

    • For example, if the total work is 100 units, and 35 units are completed in the first...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cool
Tell answers enthusiastically with due respect

Contribute & help others!
anonymous
You can choose to be anonymous

BSH Home Appliances Group Interview FAQs

How many rounds are there in BSH Home Appliances Group Intern interview?
BSH Home Appliances Group interview process usually has 1-2 rounds. The most common rounds in the BSH Home Appliances Group interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for BSH Home Appliances Group Intern 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 BSH Home Appliances Group. The most common topics and skills that interviewers at BSH Home Appliances Group expect are Blog Writing and Content Writing.
What are the top questions asked in BSH Home Appliances Group Intern interview?

Some of the top questions asked at the BSH Home Appliances Group Intern interview -

  1. What have you studied about H...read more
  2. Basic OOP quest...read more

Recently Viewed

SALARIES

LTS International

SALARIES

OneBanc Technologies

SALARIES

BSH Home Appliances Group

JOBS

OneBanc Technologies

No Jobs

SALARIES

WebKorps Solutions

LIST OF COMPANIES

OneBanc Technologies

Overview

LIST OF COMPANIES

Grazitti Interactive

Overview

SALARIES

Builtwell Solutions

SALARIES

Builtwell Solutions

SALARIES

BSH Home Appliances Group

Tell us how to improve this page.

BSH Home Appliances Group Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

Samsung Intern Interview Questions
3.9
 • 8 Interviews
Dell Intern Interview Questions
4.0
 • 5 Interviews
HARMAN Intern Interview Questions
3.7
 • 3 Interviews
OPPO Intern Interview Questions
4.0
 • 3 Interviews
Philips Intern Interview Questions
3.9
 • 3 Interviews
Signify Intern Interview Questions
3.5
 • 3 Interviews
Daikin Intern Interview Questions
4.2
 • 2 Interviews
Apple Intern Interview Questions
4.3
 • 2 Interviews
View all
BSH Home Appliances Group Intern Salary
based on 9 salaries
₹1.8 L/yr - ₹5 L/yr
18% less than the average Intern Salary in India
View more details

BSH Home Appliances Group Intern Reviews and Ratings

based on 7 reviews

3.4/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

3.4

Salary

3.6

Job security

4.0

Company culture

2.9

Promotions

3.8

Work satisfaction

Explore 7 Reviews and Ratings
Assistant Manager
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BSH Home Appliances Group with

Whirlpool

4.0
Compare

Samsung

3.9
Compare

LG Electronics

4.0
Compare

Panasonic Avionics Corporation

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