Upload Button Icon Add office photos

Terex

Compare button icon Compare button icon Compare

Filter interviews by

Terex Senior Design Engineer Interview Questions and Answers

Updated 18 Dec 2022

Terex Senior Design Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Dec 2021. 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 - Technical 

(1 Question)

  • Q1. Technical round with the team lead. Test your basic knowledge on engineering/project handling abilities.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round with Group lead manager. Might takes an hour. Pure technical questions based on your past experience/projects you worked on. How you approached or handled the projects individually or as a ...
Round 4 - One-on-one 

(1 Question)

  • Q1. Kind of one on one discussion with you and the Executive lead (Head of the department). Questions will be mostly on behavioral, sutiation based questions ect..
Round 5 - HR 

(1 Question)

  • Q1. Predominantly on Salary negotiations and document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, loyal and Don't get into your own trap. Choose wisely, do research before you step in.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department
Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on canditate experience
Round 2 - Tool test 

(1 Question)

  • Q1. Creo tool test is given
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, comapny overview

Interview Preparation Tips

Interview preparation tips for other job seekers - I had virtual face to face interview after i cleared, i gave virtual tool test.
After clearing this 2 rounds i had face to face with HR (Asia head), Reporting manager and his boss at office.
Work from office is cumpulsory though i gave virtual interviews.

Basically these company expects skilled canditate for less compensation. 18% will variable pay!! From the compensation you recieve. Which is given at year end based your performance, company performance..
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write code on Merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain on PCA , SVM and image processing concepts
  • Ans. 

    PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

    • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

    • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

    • Image processing involves techniques like filtering, s...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your project challenges

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 before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism in OOPS
  • Ans. 

    Polymorphism in OOPS refers to the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method of its parent class, providing different implem

  • Answered by AI
  • Q2. How SQL Performance Can Be Optimized
  • Ans. 

    SQL performance can be optimized by using indexes, optimizing queries, minimizing network round trips, and using proper data types.

    • Use indexes on columns frequently used in WHERE clauses to speed up data retrieval.

    • Optimize queries by avoiding unnecessary joins, using WHERE clauses effectively, and limiting the number of rows returned.

    • Minimize network round trips by batching multiple queries into a single request.

    • Use pr...

  • Answered by AI
Round 2 - Manegerial 

(2 Questions)

  • Q1. Salary Expectation as per Your Role
  • Ans. 

    My salary expectation as a Senior Software Engineer is based on industry standards, my experience, and the responsibilities of the role.

    • Research industry standards for Senior Software Engineer salaries

    • Consider my years of experience and expertise in software development

    • Factor in the specific responsibilities and requirements of the role

    • Negotiate based on the company's budget and benefits package

    • Be open to discussing sa

  • Answered by AI
  • Q2. How will manage If you see the application is crashed
  • Ans. 

    I will investigate the root cause, analyze logs, and work on fixing the issue to prevent future crashes.

    • Investigate the crash logs to identify the root cause

    • Analyze the code to understand the issue

    • Implement a fix for the crash

    • Test the fix thoroughly before deploying it

    • Implement monitoring and alerting to catch similar issues in the future

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Why do you want to change the job?
  • Q2. Where do you want to see yourself in next 5 years?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. 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 - HR 

(1 Question)

  • Q1. What is your highest qualification
  • Ans. 

    My highest qualification is a Master's degree in Electrical Engineering.

    • Master's degree in Electrical Engineering

    • Specialized in power systems

    • Thesis focused on renewable energy integration

    • Completed advanced courses in control systems

    • Published research papers in IEEE conferences

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is your role and responsibilities in the project quality?
  • Ans. 

    As a Senior Engineer, my role in project quality is to ensure that all deliverables meet the required standards and specifications.

    • Developing and implementing quality assurance processes and procedures

    • Conducting regular audits and inspections to identify any quality issues

    • Collaborating with cross-functional teams to address and resolve quality concerns

    • Creating and maintaining quality documentation, including test plans...

  • Answered by AI

I applied via Company Website and was interviewed in Jan 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: technical round
no. of questions 30

Round: Test
Experience: Questions related to NPD
no. of questions 10


Round: Test
Experience: VP Round
all questions reated to job 10


Round: Test
Experience: HR round ..

General Tips: Know the JD before interview
Skills: Communication, Body Language, Decision Making Skills
Duration: 1-4 weeks
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?

Terex Interview FAQs

How many rounds are there in Terex Senior Design Engineer interview?
Terex interview process usually has 5 rounds. The most common rounds in the Terex interview process are One-on-one Round, Resume Shortlist and Technical.
What are the top questions asked in Terex Senior Design Engineer interview?

Some of the top questions asked at the Terex Senior Design Engineer interview -

  1. Technical Round with Group lead manager. Might takes an hour. Pure technical qu...read more
  2. Technical round with the team lead. Test your basic knowledge on engineering/pr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 238 Interviews
Caterpillar Inc Interview Questions
4.2
 • 177 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
TÜV SÜD Interview Questions
3.9
 • 63 Interviews
TKIL Interview Questions
4.2
 • 58 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
Sulzer Interview Questions
3.9
 • 27 Interviews
Buhler Interview Questions
3.9
 • 26 Interviews
View all
Terex Senior Design Engineer Salary
based on 122 salaries
₹5.2 L/yr - ₹16.5 L/yr
8% more than the average Senior Design Engineer Salary in India
View more details

Terex Senior Design Engineer Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

2.7

Salary

3.3

Job security

4.2

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 11 Reviews and Ratings
Design Engineer
138 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Senior Design Engineer
122 salaries
unlock blur

₹5.2 L/yr - ₹16.5 L/yr

Lead Engineer
43 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Production Engineer
26 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Mechanical Engg. Design
25 salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

Explore more salaries
Compare Terex with

ABB

4.1
Compare

Caterpillar Inc

4.2
Compare

Sigma Electric Manufacturing Corporation

4.0
Compare

TÜV SÜD

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