Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by KONE Team. If you also belong to the team, you can get access from here

KONE Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

KONE Electrical Maintenance Engineer Interview Questions and Answers

Updated 26 Feb 2024

KONE Electrical Maintenance Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Electrical component or electronices engineering
  • Q2. Diode, transistor,rectifier,mosfet.smps,inverter,cycloconverter,basic motor principal, transformer
  • Ans. 

    Converter current flowing one direction in the circuit convert ac into dc is semiconductor devices, cycloconverter are easily used in 1 phase to 3 phase convert power also

  • Answered by MOHIT Only me
  • Q3. Uses of multimeter and calibration of instrument
  • Ans. 

    A multimeter is a versatile tool used to measure voltage, current, and resistance in electrical circuits. Calibration ensures accuracy of measurements.

    • Multimeters are used to measure voltage, current, and resistance in electrical circuits

    • Calibration involves adjusting the multimeter to ensure accurate readings

    • Regular calibration is important to maintain the accuracy of the instrument

    • Examples of calibration methods incl...

  • Answered by AI
  • Q4. Measurment of current device's another voltagees,electomotive force
  • Ans. 

    To measure current device's other voltages and electromotive force, use a multimeter set to the appropriate range.

    • Set the multimeter to the voltage or electromotive force setting depending on what you want to measure.

    • Connect the multimeter leads to the appropriate terminals of the device being measured.

    • Read the measurement displayed on the multimeter.

    • Ensure the multimeter is set to the correct range to avoid damaging t...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary range or ask to previous company benefit

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear all technical knowledge in this field for join interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. On your branch to trade and basic knowledge
  • Q2. Family background your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - I left this company 3 months ago, but still haven’t received clearance. It’s not only me but many who have left this company have had lot of difficulty getting clearance. I have call HR/IR department in many time but they do not pick up, and call back. Management people have no response. Totally careless.
John Deere management are very bad.
Do not join this company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. About my tech experience and some technical questions from my tech stack
  • Q2. What is the toughest project that you have worked so far

Interview Preparation Tips

Topics to prepare for Trane Technologies Software Developer interview:
  • React
  • Javascript
Interview preparation tips for other job seekers - Just say the things which you know don't think knowing too much tech stack can help you to clear interview just learn one programming language correctly if will be enough

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

Intern Interview Questions & Answers

ABB user image Anonymous

posted on 15 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. 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 tips
Round 2 - Group Discussion 

Conversation about my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your CV as a speech, investigate about the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were mainly focused on cloud and testing field
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were 4 sections and first one was quant, second one was logical, third was English and finally 3 coding questions in last section

Round 2 - Coding Test 

4 codes and 5 technical questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Explain multi threading
  • Ans. 

    Multi threading is the ability of a CPU to execute multiple threads concurrently.

    • Allows for parallel execution of tasks, improving performance

    • Each thread has its own stack and runs independently

    • Threads can communicate and synchronize using shared memory

    • Examples: running multiple tasks simultaneously in a web server, processing data in parallel

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is 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.

    • It enables a single interface to be used for different data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. Diff b/w inner and outer joins
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, with NULL values where there is no match

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Outer join - SELECT * FROM table1 LEFT OUTER JOIN table

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hitachi Intern interview:
  • Java
  • Web Technologies
  • Threads
  • OOPS
Interview preparation tips for other job seekers - Easy interview and all questions will be asked from your resume. Difficulty would be mainly depend on interviewer. Apart from technical few behavioral questions were asked.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test, quant, grammer, logical

KONE Interview FAQs

How many rounds are there in KONE Electrical Maintenance Engineer interview?
KONE interview process usually has 2 rounds. The most common rounds in the KONE interview process are Technical and HR.
What are the top questions asked in KONE Electrical Maintenance Engineer interview?

Some of the top questions asked at the KONE Electrical Maintenance Engineer interview -

  1. Measurment of current device's another voltagees,electomotive fo...read more
  2. Uses of multimeter and calibration of instrum...read more
  3. Diode, transistor,rectifier,mosfet.smps,inverter,cycloconverter,basic motor pri...read more

Tell us how to improve this page.

KONE Electrical Maintenance Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 241 Interviews
John Deere Interview Questions
4.1
 • 234 Interviews
Caterpillar Inc Interview Questions
4.2
 • 177 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
Atlas Copco Interview Questions
4.2
 • 79 Interviews
Schindler Interview Questions
3.9
 • 78 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
BEML Interview Questions
4.1
 • 23 Interviews
View all
KONE Electrical Maintenance Engineer Salary
based on 5 salaries
₹3.5 L/yr - ₹4.5 L/yr
At par with the average Electrical Maintenance Engineer Salary in India
View more details

KONE Electrical Maintenance Engineer Reviews and Ratings

based on 2 reviews

1.8/5

Rating in categories

1.8

Skill development

1.8

Work-life balance

1.8

Salary

2.6

Job security

1.8

Company culture

1.8

Promotions

1.8

Work satisfaction

Explore 2 Reviews and Ratings
Design Engineer
192 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Assistant Manager
148 salaries
unlock blur

₹6.2 L/yr - ₹19 L/yr

Senior Engineer
126 salaries
unlock blur

₹4.9 L/yr - ₹14.9 L/yr

Engineer
115 salaries
unlock blur

₹2.4 L/yr - ₹10.3 L/yr

Process Agent
113 salaries
unlock blur

₹2.3 L/yr - ₹5.2 L/yr

Explore more salaries
Compare KONE with

John Deere

4.1
Compare

ABB

4.1
Compare

Caterpillar Inc

4.2
Compare

Schindler

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