Upload Button Icon Add office photos

Filter interviews by

National Engineering Office Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Discusion on Fatigue and strength of Materials concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Would recommend that you are good with at least 2 subjects in the mechanical engineering domain.

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.

Interview Questionnaire 

1 Question

  • Q1. Sfd and bmd. Good amount of strength of material was asked.

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

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

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 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to the post John Deere were offering to candidates. For me it was Diagnostics Author position.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be aware that answer as simple as you can.
If you don't know the answer don't try to attempt simply say that you don't know and assure interviewer that if you ll get a chance you will definitely answer that.

Be optimistic and attentive.

Senior Engineer Interview Questions & Answers

KONE user image Murali Krishnan

posted on 19 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Could you please share your experiences?
  • Ans. 

    Experienced Senior Engineer with a strong background in software development, project management, and team leadership.

    • Led a team of 10 engineers in developing a scalable web application, improving performance by 30%.

    • Implemented Agile methodologies, resulting in a 25% increase in project delivery speed.

    • Designed and optimized database systems, reducing query response time by 40%.

    • Mentored junior engineers, fostering a col...

  • Answered by AI
  • Q2. Why should Kone hire you?
  • Ans. 

    I bring extensive engineering experience, innovative problem-solving skills, and a passion for enhancing urban mobility solutions.

    • Proven track record in designing and implementing advanced elevator systems, improving efficiency by 20%.

    • Strong collaboration skills demonstrated through successful cross-functional projects, leading to a 15% reduction in project timelines.

    • Expertise in utilizing data analytics to optimize ma...

  • Answered by AI

Intern Interview Questions & Answers

KONE user image Anonymous

posted on 23 Feb 2022

I applied via Campus Placement and was interviewed before Feb 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 

(4 Questions)

  • Q1. Difference between normalisation and de-normalisation?
  • Ans. 

    Normalization is the process of organizing data in a database while denormalization is the process of intentionally introducing redundancy into a database.

    • Normalization is used to minimize data redundancy and improve data integrity.

    • Denormalization is used to improve query performance by reducing the number of joins needed.

    • Normalization involves breaking down a table into smaller tables and establishing relationships be...

  • Answered by AI
  • Q2. Write code logic for Fibonacci series?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Declare variables for first two numbers of the series

    • Loop through the series and calculate the next number by adding the previous two

    • Store the result in an array or print it

    • Repeat until desired number of terms is reached

  • Answered by AI
  • Q3. Types of inheritance with real time example?
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath inheritance.

    • Single inheritance: A child class inherits from a single parent class.

    • Multiple inheritance: A child class inherits from multiple parent classes.

    • Multilevel inheritance: A child class inherits from a parent class, which in turn inherits from another parent class.

    • Hierarchical inheritance: Multiple child classes inher...

  • Answered by AI
  • Q4. Oops concepts - difference between object and class?
  • Ans. 

    Object is an instance of a class while class is a blueprint for creating objects.

    • Class is a template or blueprint for creating objects

    • Object is an instance of a class

    • Class defines the properties and methods that an object will have

    • Object is created from a class using the 'new' keyword

    • Multiple objects can be created from a single class

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for KONE Intern interview:
  • Java
  • OOPS
  • C++
  • Data Structures
  • Operating Systems
Interview preparation tips for other job seekers - To prepare well by revising all basic concepts of programming language (java/oops/c++), Data structures, operating systems, practice basic coding logics. Be self ready with all required softskills- communication and punctuality, be formal by appearance. Keep nervousness aside and give your best at interview.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

John Deere Interview Questions
4.1
 • 234 Interviews
Caterpillar Inc Interview Questions
4.2
 • 177 Interviews
KONE Interview Questions
4.1
 • 103 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
TechnipFMC Interview Questions
4.0
 • 72 Interviews
TÜV SÜD Interview Questions
3.9
 • 64 Interviews
Hilti Interview Questions
3.5
 • 61 Interviews
TKIL Interview Questions
4.2
 • 58 Interviews
View all

National Engineering Office Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

3.8

Skill development

2.6

Work-life balance

3.4

Salary

2.6

Job security

2.6

Company culture

3.8

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Compare National Engineering Office with

John Deere

4.1
Compare

KONE

4.1
Compare

Caterpillar Inc

4.2
Compare

Sigma Electric Manufacturing Corporation

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