Upload Button Icon Add office photos

Filter interviews by

Daebu Automotive Seat DPT.Manager Interview Questions and Answers

Updated 15 Nov 2022

Daebu Automotive Seat DPT.Manager Interview Experiences

1 interview found

DPT.Manager Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2022

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Your role in current job
Round 3 - Technical 

(1 Question)

  • Q1. Give a task from plant & suggest some improvement
  • Ans. 

    Task: Improve plant efficiency by reducing waste

    • Conduct a waste audit to identify areas of improvement

    • Implement lean manufacturing principles to reduce waste

    • Train employees on proper waste management techniques

    • Invest in new technology to improve efficiency

    • Regularly monitor and track waste reduction progress

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation & Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical prepare read from resume, current company role

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before May 2022.

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. KANBAN , JIT , KAIZEN ,POKAYOKE
  • Q2. What is your curreng role?
  • Ans. 

    I am currently working as a Senior Executive in the Sales department of XYZ Company.

    • Responsible for achieving sales targets and managing a team of 10 sales executives.

    • Developing and implementing sales strategies to increase revenue.

    • Regularly analyzing market trends and competitor activities to stay ahead in the market.

    • Maintaining strong relationships with key clients and ensuring customer satisfaction.

    • Preparing sales r

  • Answered by AI

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Please explain about your profile

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all be free to attend the interview.
Be bold in your explanations.
Questions mainly fall from your profile explanation.

Try to tell what you have worked with.

I applied via Referral and was interviewed in Aug 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: By skill specialist & interview call;regarding knowledge of domain.

General Tips: Krishna maruti group is very excellent place of working.big group..many plants..zero tension of job security..means a viable place to do long service.no late sitting..
Culture is greater govt.than central govt offices.
Negative is higher mismatch between ctc & in hand.
10% of basic they deduct for superannuation fund from AM level..which is unaccountable.
Avg..1000rs deduction for lunch mandatory for bad canteen good & uniform deduction.
I means to say ,anybody should discuss only in hand salary during interview.means a monthly ctc of 60k became 45k & avg 4.5k will never receive(lunch/uniform/s.a.)
Duration: <1 week

I applied via Naukri.com and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical question regarding OTR industry
  • Q2. About distribution channel

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Attend the interview

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self intro and why do you select data analyst posting

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Greetings to hr and interviewee
2. Smiling face and don't show your fear in face
3. Be bold in what your knowing then don't struggle to say answer
4. Positive attitude
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 2021. There were 3 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 

(3 Questions)

  • Q1. What are the Siemens plc models?
  • Ans. 

    Siemens plc models include S7-1200, S7-1500, S7-300, S7-400, and LOGO!

    • S7-1200

    • S7-1500

    • S7-300

    • S7-400

    • LOGO!

  • Answered by AI
  • Q2. What is the spc?
  • Ans. 

    SPC stands for Statistical Process Control, a method used to monitor and control processes to ensure they are operating efficiently and within specifications.

    • SPC involves collecting and analyzing data to identify variations in a process

    • It helps in detecting and correcting issues before they result in defects

    • Common tools used in SPC include control charts, histograms, and Pareto charts

  • Answered by AI
  • Q3. How to configure the dp dp coupler?
  • Ans. 

    To configure a dp dp coupler, set the parameters for communication protocol, baud rate, address, and data format.

    • Set the communication protocol to match the devices being connected.

    • Configure the baud rate to ensure proper data transmission speed.

    • Assign a unique address to the dp dp coupler for identification.

    • Choose the appropriate data format for the connected devices.

    • Test the configuration to ensure proper communicati

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Personal details

Skills evaluated in this interview

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

It was easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Regarding Kalman Filter
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the smart pointers?
  • Ans. 

    Smart pointers are objects that store a pointer to dynamically allocated memory and provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically releasing memory when the pointer is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to break circular references.

  • Answered by AI
  • Q2. What is the lamda function?
  • Ans. 

    A lambda function is a small anonymous function defined in a single line of code without a name.

    • Lambda functions are often used in programming languages that support functional programming.

    • They are commonly used for short, simple operations that do not require a named function.

    • Lambda functions can take any number of arguments but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for parallel execution of tasks within a program.

    • Each thread has its own stack and runs independently of other threads.

    • Threads can communicate with each other and share resources.

    • Example: A web server handling multiple client requests concurrently using threads.

  • Answered by AI
  • Q2. What is lamda function?
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple parameters and can be used as an argument to other functions.

    • Lambda functions are also known as anonymous functions because they do not have a name.

    • They are often used for short, one-time tasks that do not require a separate function definition.

    • Lambda functions can take multiple parameters and return a single value.

    • Example: lambda x, y: x + ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic intro about yourself

Daebu Automotive Seat Interview FAQs

How many rounds are there in Daebu Automotive Seat DPT.Manager interview?
Daebu Automotive Seat interview process usually has 4 rounds. The most common rounds in the Daebu Automotive Seat interview process are Technical, Resume Shortlist and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 137 Interviews
Aptiv Interview Questions
3.5
 • 101 Interviews
JK Tyres Interview Questions
3.6
 • 98 Interviews
Krishna Maruti Interview Questions
4.0
 • 94 Interviews
Valeo Interview Questions
4.0
 • 92 Interviews
Delphi TVS Interview Questions
3.9
 • 86 Interviews
Lucas-TVS Interview Questions
3.9
 • 75 Interviews
View all
Daebu Automotive Seat DPT.Manager Salary
based on 4 salaries
₹8.3 L/yr - ₹11.9 L/yr
At par with the average DPT.Manager Salary in India
View more details
Junior Engineer
40 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Engineer
22 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Short Term Trainee
22 salaries
unlock blur

₹1.2 L/yr - ₹2.4 L/yr

Design Engineer
21 salaries
unlock blur

₹1 L/yr - ₹9.4 L/yr

Senior Engineer
20 salaries
unlock blur

₹3.6 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Daebu Automotive Seat with

Yazaki

3.8
Compare

Delphi TVS

3.9
Compare

JK Tyres

3.6
Compare

Lucas-TVS

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