Upload Button Icon Add office photos

Filter interviews by

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 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

Daikin user image Anonymous

posted on 11 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How was yesterday ?
  • Ans. 

    Yesterday was a productive day filled with meetings and project work.

    • Attended a team meeting in the morning

    • Worked on a project proposal in the afternoon

    • Had a networking event in the evening

  • Answered by AI
  • Q2. Why are letters in a keyboard placed like that ?
  • Ans. 

    The letters on a keyboard are placed in a specific layout called QWERTY, which was designed to prevent typewriter jams.

    • The QWERTY layout was developed by Christopher Sholes in 1873 for typewriters.

    • The layout was designed to separate commonly used letters to reduce the likelihood of jamming.

    • The arrangement of letters was based on the frequency of their use in the English language.

    • The QWERTY layout became popular and was

  • Answered by AI
  • Q3. What do you know about air conditioner ?
  • Ans. 

    An air conditioner is a device that cools and dehumidifies the air in a room or building.

    • Air conditioners work by removing heat and moisture from the air.

    • They use a refrigeration cycle to cool the air.

    • Air conditioners can be used for both residential and commercial purposes.

    • They come in different types such as window units, split systems, and central air conditioning systems.

    • Air conditioners improve indoor air quality ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was asked several question related to my cv and other general knowledge and technical questions to measure my suitablity for the job.

Skills: Communication, Excel Skills, Knowledge Of MS Office
College Name: Keshav Mahavidyalaya

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Whats c
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in 1972.

    • C is used for developing operating systems, embedded systems, and system software.

    • It is a compiled language and has a low-level memory access.

    • C is the predecessor of many modern programming languages like C++, Java, and Python.

  • Answered by AI
  • Q2. Whats loop
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a certain condition is met.

    • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

    • There are three types of loops in most programming languages: for, while, and do-while.

    • Example: for (int i = 0; i < 10; i++) { // do something }

  • Answered by AI
  • Q3. Why mi good samsung bad

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy interieds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions medium leetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Dfs write whole pseudo code.
  • Ans. 

    Depth First Search (DFS) pseudo code

    • Initialize a stack to keep track of nodes to visit

    • Start with the initial node and push it onto the stack

    • While the stack is not empty, pop a node from the stack and visit its neighbors

    • Push unvisited neighbors onto the stack

    • Repeat until all nodes are visited

  • Answered by AI
  • Q2. Bfs write whole pseudo code.
  • Ans. 

    BFS (Breadth First Search) algorithm pseudo code

    • Start by enqueueing the starting node

    • While the queue is not empty, dequeue a node and process it

    • Enqueue all adjacent nodes that have not been visited yet

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q3. Find the middle of the linked list.
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The position of the slow pointer at this point will be the middle of the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cv grilling some questions on projects.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Your Strengths?
  • Q2. 2. Brief 2 issues that made you challenge and how have you overcome?
  • Q3. 3. Previous experience - Companies and Education?
  • Q4. 4. Tell me about yourslef?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was a good experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were around 30 questions in aptitude

Round 2 - Coding Test 

There are 2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Regarding my resume and dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

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

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Proficient in programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. Everything about college experience Goals aspirations measure

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic is very important
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding,aptitude coding is quite easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concepts and real time examples
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming. Real-time examples include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Allows a class to inherit attributes and methods from another class.

    • Polymorphism: Ability to present the same interfa...

  • Answered by AI
  • Q2. Sql queries and bst implementation

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

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.8
 • 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
123 salaries
unlock blur

₹9 L/yr - ₹21 L/yr

Senior Engineer
82 salaries
unlock blur

₹6.5 L/yr - ₹12 L/yr

Engineer
61 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Deputy Manager
56 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Area Sales Manager
51 salaries
unlock blur

₹7.6 L/yr - ₹23 L/yr

Explore more salaries
Compare BSH Home Appliances Group with

Vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare

LG Electronics

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