Upload Button Icon Add office photos

Filter interviews by

Hyster-yale Lift Trucks India Senior Design Engineer Interview Questions and Answers

Updated 8 Oct 2024

Hyster-yale Lift Trucks India Senior Design Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a Senior Design Engineer with 10+ years of experience in developing innovative solutions for complex engineering challenges.

    • 10+ years of experience in design engineering

    • Expertise in developing innovative solutions for complex engineering challenges

    • Strong knowledge of CAD software and simulation tools

    • Proven track record of successful project delivery within budget and timeline constraints

  • Answered by AI
  • Q2. Technical skill

Interview Questionnaire 

4 Questions

  • Q1. Tell us the procedure of the creo cabling manual routing
  • Ans. 

    Creo cabling manual routing involves creating and routing cables in a 3D environment using Creo software.

    • Create a 3D model of the product

    • Define the routing path for the cables

    • Select the cable type and size

    • Route the cables along the defined path

    • Ensure proper clearance and bend radius

    • Validate the design for any errors or interferences

  • Answered by AI
  • Q2. Tell us the routine of your work
  • Q3. What are the platings used on the terminals?
  • Ans. 

    The platings used on the terminals include gold, tin, and silver.

    • Gold plating is used for its high conductivity and corrosion resistance.

    • Tin plating is used for its low cost and solderability.

    • Silver plating is used for its excellent conductivity and low contact resistance.

  • Answered by AI
  • Q4. Why gold platings are used on the terminals?
  • Ans. 

    Gold platings are used on terminals for various reasons.

    • Gold is a good conductor of electricity and does not corrode easily.

    • It provides a low contact resistance and high reliability.

    • It also enhances the appearance of the product.

    • Examples include connectors, switches, and circuit boards.

    • Gold plating is also used in medical implants due to its biocompatibility.

  • Answered by AI

Skills evaluated in this interview

Senior Design Engineer Interview Questions Asked at Other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced ... read more
Q2. How many methods are used to forecast population?
Q3. 1. What is GD and T? 2. Selection of motor as per weight. 3. Type ... read more
Q4. How do you decide whether a sheet metal bracket or casting is req ... read more
Q5. What is the internal band radius for a rod sheet with a thickness ... read more

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Hyster-yale Lift Trucks India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More on technical and design part

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on your experise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023.

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 

Spending sometime on Leetcode would help to crack coding test.

Round 3 - Technical 

(1 Question)

  • Q1. Technical round was very innovative to test hands on experience of candidates.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 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 

It was a easy test with 15 MCQs

Round 3 - Technical 

(1 Question)

  • Q1. It was a good discussion. Got to learn a lot of new things.
Round 4 - Technical 

(1 Question)

  • Q1. It had 1 coding question and 1 DB question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

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

(1 Question)

  • Q1. Basic spring , Sql questions and a puzzle
Round 3 - Technical 

(1 Question)

  • Q1. Questions based on spring boot, annotations, design patterns.
Round 4 - Technical 

(1 Question)

  • Q1. Singleton Design pattern, one programming question. Work related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Java 8 feature questions

Round 2 - Technical 

(1 Question)

  • Q1. Design and Technical questions
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 questions - one was a basic DP question

Round 2 - One-on-one 

(4 Questions)

  • Q1. Streams Question
  • Q2. Questions related to Java
  • Q3. Height of the binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

    • The height of an empty tree is -1.

    • The height of a tree with only one node is 0.

    • The height of a binary tree can be calculated recursively by finding the height of the left and right subtrees and adding 1 to the maximum of the two heights.

  • Answered by AI
  • Q4. Minimum spanning tree
Round 3 - One-on-one 

(2 Questions)

  • Q1. Sort 0 and 1
  • Ans. 

    Sort an array of 0s and 1s in linear time complexity.

    • Use two pointers approach - one from the start and one from the end of the array.

    • Swap 0s to the left side and 1s to the right side until the pointers meet.

    • Time complexity: O(n), Space complexity: O(1)

  • Answered by AI
  • Q2. Implement LRU cache
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to efficiently implement LRU cache.

    • Keep track of the most recently used item at the head of the linked list and the least recently used item at the tail.

    • When a new item is accessed, move it to the head of the linked list and update the hashmap...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 Coding questions and 15 MCQs

Difficulty - Intermediate

Round 2 - Technical 

(1 Question)

  • Q1. Basic NodeJS related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. System Design questions and coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Nodejs fundamental questions and system design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and growth expectations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. NodeJs architecture
  • Q2. Middleware in nodejs
  • Ans. 

    Middleware in Node.js is a function that has access to the request and response objects, and can modify or terminate the request-response cycle.

    • Middleware functions are executed sequentially in the order they are defined.

    • They can be used for tasks such as logging, authentication, error handling, etc.

    • Example: Express.js uses middleware to handle requests before they reach the route handler.

  • Answered by AI

Hyster-yale Lift Trucks India Interview FAQs

How many rounds are there in Hyster-yale Lift Trucks India Senior Design Engineer interview?
Hyster-yale Lift Trucks India interview process usually has 1 rounds. The most common rounds in the Hyster-yale Lift Trucks India interview process are One-on-one Round.
What are the top questions asked in Hyster-yale Lift Trucks India Senior Design Engineer interview?

Some of the top questions asked at the Hyster-yale Lift Trucks India Senior Design Engineer interview -

  1. Tell us the procedure of the creo cabling manual rout...read more
  2. Why gold platings are used on the termina...read more
  3. What are the platings used on the termina...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

GAO Tek Interview Questions
4.4
 • 277 Interviews
Bhanzu Interview Questions
3.9
 • 152 Interviews
Tutopia Interview Questions
4.2
 • 150 Interviews
BCD Travel Interview Questions
4.3
 • 113 Interviews
View all
Hyster-yale Lift Trucks India Senior Design Engineer Salary
based on 20 salaries
₹9 L/yr - ₹13.9 L/yr
27% more than the average Senior Design Engineer Salary in India
View more details

Hyster-yale Lift Trucks India Senior Design Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

2.9

Skill development

4.6

Work-life balance

4.1

Salary

4.8

Job security

4.1

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 4 Reviews and Ratings
Design Engineer
24 salaries
unlock blur

₹4 L/yr - ₹9.7 L/yr

Senior Design Engineer
20 salaries
unlock blur

₹9 L/yr - ₹13.9 L/yr

Product Development Engineer
17 salaries
unlock blur

₹6.8 L/yr - ₹9.7 L/yr

Technical Project Lead
13 salaries
unlock blur

₹12.5 L/yr - ₹21.5 L/yr

Senior Engineer
7 salaries
unlock blur

₹11.4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Hyster-yale Lift Trucks India with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.8
Compare

GAO Tek

4.4
Compare

Tata Teleservices

3.9
Compare
write
Share an Interview