Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Boult Audio Team. If you also belong to the team, you can get access from here

Boult Audio Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Boult Audio Plant Manager Interview Questions and Answers

Updated 4 Feb 2023

Boult Audio Plant Manager Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jan 2023. There were 14 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 

(1 Question)

  • Q1. Basic profile and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical background and experience
Round 4 - Technical 

(1 Question)

  • Q1. Technical experience
Round 5 - One-on-one 

(1 Question)

  • Q1. Achievements and work
Round 6 - One-on-one 

(1 Question)

  • Q1. Situation based answers
Round 7 - Aptitude Test 

Logical verbal and mathematics online test

Round 8 - Excel skill 

(1 Question)

  • Q1. Microsoft excel calculations formatting formulation
  • Ans. 

    Microsoft Excel is a powerful tool for calculations, formatting, and formulation.

    • Excel allows for complex calculations using formulas and functions.

    • Formatting options in Excel help to present data in a visually appealing way.

    • Formulas in Excel can be used to perform mathematical operations, manipulate text, and analyze data.

    • Examples of Excel functions include SUM, AVERAGE, IF, VLOOKUP, and CONCATENATE.

  • Answered by AI
Round 9 - Assignment 

Question answers on their issues in writing

Round 10 - Case Study 

How to solve their problems with proposals

Round 11 - Group Discussion 

Based on round 8 and 9 evaluate the proposal

Round 12 - One-on-one 

(1 Question)

  • Q1. Technical round based on earlier round and proposals with founder 1
Round 13 - One-on-one 

(1 Question)

  • Q1. Technical round based on the earlier rounds on proposals and situations with founder 2
Round 14 - HR 

(1 Question)

  • Q1. Salary joining time negotiation position and work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Very very lengthy process and not streamlined and they want to get solutions to their problems first selection is second step

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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. Tell me about yourself
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical and HR round very carefully as the interview is going to be a little tough

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. No question from hr and team

Interview Preparation Tips

Interview preparation tips for other job seekers - No round 2 they will as it they need employees right now

I applied via Company Website

Round 1 - Aptitude Test 

Java ee architecture jdbc jpi jsp

Round 2 - Technical 

(2 Questions)

  • Q1. Any questions about java
  • Q2. Any question Related to Java

Interview Preparation Tips

Interview preparation tips for other job seekers - I want work from home can I come once a week
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

General topic of the day

Round 2 - Technical 

(2 Questions)

  • Q1. Skillset that you possess
  • Q2. Why opt this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Multi Threading
Round 2 - Coding Test 

Data structures and Algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong Data structures and Algorithms are required
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your hobby?
  • Ans. 

    My hobby is playing the guitar and writing music.

    • Playing the guitar helps me relax and express my creativity.

    • I enjoy learning new songs and techniques to improve my skills.

    • Writing music allows me to channel my emotions and thoughts into melodies and lyrics.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude tests assess problem-solving, reasoning, and analytical skills under time pressure. My experience felt like a mental workout, testing speed and accuracy in diverse areas—math, logic, and verbal

Associate Interview Questions & Answers

TCL user image Anonymous

posted on 22 Nov 2024

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time and distance, percentage, verbal

Round 2 - Group Discussion 

Related to ai and ml

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

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. How you solve palindrome Reverse an string
  • Ans. 

    To solve a palindrome, compare the string with its reverse. To reverse a string, iterate through it in reverse order.

    • Iterate through the string in reverse order to create the reversed string.

    • Compare the original string with the reversed string to check if it is a palindrome.

    • Handle cases where the input string is empty or null.

  • Answered by AI
  • Q2. Revers a string
  • Ans. 

    Reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Multiple jagged array how to iterate
  • Ans. 

    Use nested loops to iterate through each array and each element in a jagged array of strings.

    • Use a nested loop to iterate through each array in the jagged array

    • Within the nested loop, iterate through each element in the current array

    • Access each element using the indices of the arrays

  • Answered by AI
  • Q4. What is static value
  • Ans. 

    Static value is a value that remains constant and does not change.

    • Static value does not vary or fluctuate.

    • It remains the same regardless of external factors.

    • Examples include mathematical constants like pi (π) or physical constants like the speed of light.

  • Answered by AI
  • Q5. How to use debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors in code to ensure it runs smoothly.

    • Use print statements to track the flow of the program and identify where the error occurs

    • Utilize debugging tools like breakpoints to pause the program at specific points and inspect variables

    • Step through the code line by line to understand the execution flow and pinpoint the issue

    • Check for syntax errors, logical errors, and run

  • Answered by AI

Skills evaluated in this interview

Boult Audio Interview FAQs

How many rounds are there in Boult Audio Plant Manager interview?
Boult Audio interview process usually has 14 rounds. The most common rounds in the Boult Audio interview process are One-on-one Round, HR and Case Study.
What are the top questions asked in Boult Audio Plant Manager interview?

Some of the top questions asked at the Boult Audio Plant Manager interview -

  1. Microsoft excel calculations formatting formulat...read more
  2. Technical round based on the earlier rounds on proposals and situations with fo...read more
  3. Technical round based on earlier round and proposals with founde...read more

Tell us how to improve this page.

Boult Audio Plant Manager Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

HARMAN Interview Questions
3.7
 • 260 Interviews
Philips Interview Questions
3.8
 • 157 Interviews
Sony Interview Questions
4.2
 • 67 Interviews
TCL Interview Questions
4.1
 • 35 Interviews
Electrolux Interview Questions
3.6
 • 8 Interviews
View all
Senior Accounts Executive
10 salaries
unlock blur

₹5.5 L/yr - ₹7 L/yr

Executive Accountant
7 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

E Commerce Specialist
7 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Business Analyst
7 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Talent Acquisition Specialist
6 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Boult Audio with

Pigeon India

4.1
Compare

Jabra Connect

4.1
Compare

Jet Inks

3.5
Compare

Peoplelink Unified Communications

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