Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Kyb Motorcycle Suspension Warehouse Incharge Interview Questions and Answers

Updated 15 Aug 2022

Kyb Motorcycle Suspension Warehouse Incharge Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed before Aug 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself ? What was your experience ? Ask questions related to your experience?
Round 3 - HR 

(1 Question)

  • Q1. Discussion on CTC ? What was your expected CTC ?
  • Ans. 

    I expect a competitive CTC based on my experience and industry standards.

    • My expected CTC is based on my experience and skills.

    • I have researched industry standards and salary ranges for this position.

    • I am open to negotiation based on the company's offer and benefits package.

    • I am looking for a fair and competitive salary that reflects my contributions to the company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No ask any other round ?
Only two round more than enough.

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving your interview

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

Interview Questionnaire 

1 Question

  • Q1. Write the equation for dynamics and wave spectra equations. I do not remember questions as it is 3 years back.

Interview Preparation Tips

Interview preparation tips for other job seekers - This happened in Technip FMC Hyderabad, India. I hold 10 years experience. Interviewers don not know what to get from the candidates. The panel tried to prove within themselves that can ask difficult questions. The even entered to doctorate level questions which is not valid for performing job. Finally, I conclude that they performed some time-pass session.

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions will be related to the post which company is offering.
  • Q2. Should be very accurate to all electronics queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and to the point answers will help.

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Process,Simulation, CAD

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Referral and was interviewed before Jul 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 Resume tips
Round 2 - Aptitude Test 

Quantitative Aptitude, Numerical Ability, Synonym etc

Round 3 - Technical 

(1 Question)

  • Q1. Introduce yourself Where you did Training? What was your academic project? Guide? What do you like? Tractor or Implement? What is your aim?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence, presence of mind should be there

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Compilation process steps?
  • Ans. 

    Compilation process involves several steps to convert source code into executable code.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to create an executable file.

    • Loading: Loads the executable file into memory and prepares it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well prior the interview, revise all the basic concepts of Embedded C and MATLAB if you have applied for embedded systems.

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

Round 1 - Aptitude Test 

Quant , Logical REASONING , Java

Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work for , Be honest and well rounded discussions on CV
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 Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Online sales vs offline sales

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What have you done is your internship?
  • Ans. 

    During my internship, I worked on developing sales strategies, conducting market research, and assisting with client presentations.

    • Developed sales strategies to target new clients

    • Conducted market research to identify potential leads

    • Assisted in creating and delivering client presentations

    • Collaborated with the sales team to analyze sales data and trends

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. 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 

(6 Questions)

  • Q1. Normalization in SQL, What is Cursor in SQL
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity. A cursor in SQL is a database object used to retrieve and manipulate data row by row.

    • Normalization in SQL involves breaking down a large table into smaller tables and defining relationships between them to reduce redundancy.

    • Cursors in SQL are used to fetch and process individual rows returned by a query...

  • Answered by AI
  • Q2. .Net Core and API based questions
  • Q3. Abstract and interface difference
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods along with abstract methods

    • Interfaces can only have abstract methods and constants

    • A class can implement multiple interfaces but can only inherit from one abstract class

  • Answered by AI
  • Q4. Const and read only difference in C#
  • Ans. 

    Const keyword is used to declare constants at compile time, while read-only keyword is used to create immutable fields that can only be assigned a value at runtime.

    • Const values are determined at compile time and cannot be changed, while read-only values can only be assigned a value once at runtime.

    • Const fields are implicitly static, while read-only fields are not.

    • Example: const int x = 5; read-only int y = 10;

  • Answered by AI
  • Q5. Azure basic fundamental questions
  • Q6. Sample query to join tables using SQL
  • Ans. 

    Sample query to join tables using SQL

    • Use the JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to be selected from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI

Skills evaluated in this interview

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

Kyb Motorcycle Suspension Interview FAQs

How many rounds are there in Kyb Motorcycle Suspension Warehouse Incharge interview?
Kyb Motorcycle Suspension interview process usually has 3 rounds. The most common rounds in the Kyb Motorcycle Suspension interview process are HR and Resume Shortlist.

Recently Viewed

INTERVIEWS

Kyb Motorcycle Suspension

No Interviews

INTERVIEWS

Pennant Technologies

No Interviews

INTERVIEWS

Telaverge Communications

No Interviews

INTERVIEWS

Pennant Technologies

No Interviews

INTERVIEWS

Telaverge Communications

No Interviews

INTERVIEWS

Frost & Sullivan

No Interviews

INTERVIEWS

Hitachi Payment Services

No Interviews

INTERVIEWS

ZS

10 top interview questions

INTERVIEWS

Pennant Technologies

No Interviews

INTERVIEWS

Telaverge Communications

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

John Deere Interview Questions
4.1
 • 228 Interviews
Caterpillar Inc Interview Questions
4.3
 • 178 Interviews
KONE Interview Questions
4.1
 • 101 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
TechnipFMC Interview Questions
4.0
 • 70 Interviews
Hilti Interview Questions
3.5
 • 60 Interviews
TÜV SÜD Interview Questions
3.9
 • 60 Interviews
Concentric Interview Questions
3.8
 • 36 Interviews
Sandvik Asia Interview Questions
4.3
 • 30 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
View all

Kyb Motorcycle Suspension Warehouse Incharge Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

2.0

Salary

2.0

Job security

4.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Junior Operator Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Oprating Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kyb Motorcycle Suspension with

John Deere

4.1
Compare

KONE

4.1
Compare

Caterpillar Inc

4.3
Compare

TÜV SÜD

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