Upload Button Icon Add office photos

Filter interviews by

Bbm Acoustic India Interview Questions and Answers

Updated 3 Apr 2023

Bbm Acoustic India Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 5 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 - Aptitude Test 

30 questions 30 minutes
Engineering knowledge, Design software based questions, Welding related questions.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Whats is the difference between continuous and continual improvement?
  • Ans. 

    Continuous improvement is ongoing and focuses on small, incremental changes, while continual improvement is periodic and focuses on larger, more significant changes.

    • Continuous improvement involves making small, incremental changes to processes or products on an ongoing basis.

    • Continual improvement involves periodic reviews of processes or products to identify larger, more significant changes that can be made.

    • Continuous ...

  • Answered by AI
  • Q3. What are the formulae of area of circle, rectangle, square, cone and formulae of volume of cube, cuboid, cylinder, cone, etc?
  • Ans. 

    Formulae for area and volume of common shapes.

    • Area of circle: πr²

    • Area of rectangle: l x w

    • Area of square: s²

    • Area of cone: πr² + πrl

    • Volume of cube: s³

    • Volume of cuboid: l x w x h

    • Volume of cylinder: πr²h

    • Volume of cone: (1/3)πr²h

  • Answered by AI
Round 4 - Design Test 

(2 Questions)

  • Q1. CAD software test 2 hours
  • Q2. Sheet metal, assembly, drafting and part modeling
Round 5 - HR 

(2 Questions)

  • Q1. Salary expectations?
  • Q2. Yours 3 strengths you consider to do this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare about ur resume and basic engineering knowledge, a basic about company Products and profile

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. SALARY EXPECTATION AND CURRENT
  • Q2. NOTICE PERIOD FROM LAST ORG
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Shell scripting
  • Q2. CICD pipeline question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Which language you will code
  • Ans. 

    I am proficient in coding in multiple languages including Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Dsa topics in java
  • Ans. 

    Data Structures and Algorithms topics commonly used in Java programming.

    • Arrays and ArrayLists

    • Linked Lists

    • Stacks and Queues

    • Trees and Graphs

    • Sorting and Searching algorithms

    • Dynamic Programming

    • Hashing and Hashmaps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About yourself and introduce

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding round. It consist 70 question, 30 aptitude question and 40 mcq type coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Find the one repeated number in an array and asked for four approaches
  • Ans. 

    Find the one repeated number in an array using four different approaches.

    • Approach 1: Using a hash set to store unique elements and checking for duplicates

    • Approach 2: Sorting the array and checking adjacent elements for duplicates

    • Approach 3: Using XOR operation to find the repeated number

    • Approach 4: Using the sum formula to find the repeated number

  • Answered by AI
  • Q2. Simple sql queries

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 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 tips
Round 2 - Coding Test 

Data structures, linq and .net core related questions

Round 3 - Technical 

(1 Question)

  • Q1. Angular and .net core related questions
Round 4 - HR 

(1 Question)

  • Q1. About salary discussion

Intern Interview Questions & Answers

Sony user image Anonymous

posted on 24 May 2024

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

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Probability of bit error in a binary symmetric channel
  • Ans. 

    The probability of bit error in a binary symmetric channel can be calculated using the formula P = 1/2 * erfc(sqrt(Eb/N0)), where erfc is the complementary error function.

    • Probability of bit error in a binary symmetric channel is influenced by the signal-to-noise ratio (Eb/N0).

    • The error function erfc is used to calculate the probability of bit error.

    • The formula for calculating the probability of bit error is P = 1/2 * e

  • Answered by AI

Skills evaluated in this interview

I was interviewed in May 2017.

Interview Questionnaire 

4 Questions

  • Q1. Why is string immutable
  • Ans. 

    String is immutable because it ensures data integrity and allows for efficient memory management.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings can be easily shared and reused, improving memory efficiency.

    • Immutable strings enable efficient string interning and caching.

    • Immutable strings support thread safety in concurrent environments.

  • Answered by AI
  • Q2. Do @requestparam has default value
  • Ans. 

    Yes, @RequestParam has a default value if not specified.

    • If a @RequestParam is not provided in the request, it will use its default value.

    • The default value can be set using the 'defaultValue' attribute of @RequestParam annotation.

    • If no default value is specified, the parameter will be considered as required and an exception will be thrown if not provided.

  • Answered by AI
  • Q3. Singleton and prototype
  • Q4. Why abstract class is required
  • Ans. 

    Abstract classes are required to provide a common interface and share code among related classes.

    • Abstract classes allow for code reusability and promote modular design.

    • They provide a common interface for a group of related classes.

    • Abstract classes can define abstract methods that must be implemented by subclasses.

    • They can also provide default implementations for common methods.

    • Abstract classes cannot be instantiated, b

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

Samsung user image Gaurav Srikant Mokhasi

posted on 3 Dec 2015

Interview Preparation Tips

Round: PRE PLACEMENT OFFER
Experience: Interns (both CS and IT) were selected in my third year. Pre-placement offers were rolled out to 16 of us which was roughly a conversion ratio of 1:3. A couple of ECE hires were added when SRI-B visited campus later.

General Tips: If you're in CS or IT, this is the only format your resume should be in: -----
Take your internship seriously. Have fun and all but also get your project done. It's not the end of the world if you don't get a PPO. Campus placements are tension-filled, no doubt, but a lot of people get equally good if not better jobs after missing out on PPOs.
Make sure you talk to your manager about the PPO process. She will be the one giving you your final review. So ensure that she knows you want the job. Prepare a fancy presentation for the HR. By fancy, I mean slick and professional. Think Apple, not flashy Microsofty graphics and stupid word art.
Skill Tips: Google GSAT (Global Samsung Aptitude Test) a week before the test and make sure you practice some similar CAT type questions. Questions are of medium difficulty and time management is a real issue (most of us were unable to finish properly). - I didn't have to use these but I've heard good things about codechef/topCoder and books such as Cracking the Coding Interview by Gayle Laakmann McDowell.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Test
Experience: 31 students were shortlisted for interviews based on aptitude test score. After first round of technical interview, 12 students were shortlisted for next rounds of interview.

General Tips: It was a good experience, nothing stressful. Though process of interviews took almost 12 hours to complete but it was rewarding in the end.
Skill Tips:  How to answer HR questions effectively.
 Keep your mind concentrated on your goal.
 Don't take stress during interview time.
 Prepare yourself according to the job profile of the company.
Skills:
College Name: NIT Surathkal

Bbm Acoustic India Interview FAQs

How many rounds are there in Bbm Acoustic India interview?
Bbm Acoustic India interview process usually has 5 rounds. The most common rounds in the Bbm Acoustic India interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in Bbm Acoustic India interview?

Some of the top questions asked at the Bbm Acoustic India interview -

  1. What are the formulae of area of circle, rectangle, square, cone and formulae o...read more
  2. Whats is the difference between continuous and continual improveme...read more
  3. Sheet metal, assembly, drafting and part model...read more

Tell us how to improve this page.

Bbm Acoustic India Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 545 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
LG Electronics Interview Questions
4.0
 • 194 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
Yamaha Motor Interview Questions
4.1
 • 65 Interviews
Bose Interview Questions
3.8
 • 5 Interviews
Jbl Interview Questions
3.8
 • 3 Interviews
Sennheiser Interview Questions
4.9
 • 1 Interview
View all

Bbm Acoustic India Reviews and Ratings

based on 23 reviews

4.0/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.8

Salary

3.9

Job security

3.6

Company culture

3.6

Promotions

3.5

Work satisfaction

Explore 23 Reviews and Ratings
Assistant Project Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Design Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Production Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bbm Acoustic India with

Bose

3.8
Compare

HARMAN

3.7
Compare

Jbl

3.8
Compare

Sennheiser

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