Upload Button Icon Add office photos

Schneider Electric

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Schneider Electric Management, Technical Interview Questions and Answers

Updated 14 Sep 2015

Schneider Electric Management, Technical Interview Experiences

1 interview found

Interview Preparation Tips

Round: Technical Interview
Experience: ADAPTABILITY TO JOB CONDITIONS,
BE READY TO FACE ANY SITUATION,WHY THIS JOB,
WHY WERENT U INTERESTED IN EARLIER COMPANIES ,
IF POSSIBLE U R ALLOWED TO DO MANAGEMENT ALONGWITH JOB WUD U DO IT(STRICTLY SAY NO)
ETC

Skill Tips: BE CALM ,BE NATURAL,GIVE UR BEST
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was ok... dont tell them that your favourite subject was EMF even if it was... because they can't ask questions on it (Siemens is into power, not antennas).. so say something like machines / switchgear / transformers related... they make switchgear / motors / transformers so be good in it...

General Tips: Siemens is a good company.. a couple of my friends have been to germany and iran etc for work... but I didn't join Siemens because they paid abysmally as compared to Rinfra (rinfra paid twice). The work is good, but the pay is a big negative.
Skills:
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
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 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Power transmission
Round 2 - Technical 

(1 Question)

  • Q1. Electric grid stability
Round 3 - HR 

(1 Question)

  • Q1. Where you see yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism in C++?
  • Ans. 

    Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through virtual functions and function overriding.

    • It allows for more flexibility and extensibility in code.

    • Example: A base class 'Shape' with virtual function 'draw', and derived classes 'Circle' and 'Square' that override 'draw'.

  • Answered by AI
  • Q2. Explain how different kind of motions are achieved in a Drone
  • Ans. 

    Different motions in a drone are achieved through varying the speed and direction of the propellers.

    • Changing the speed of the propellers controls the altitude of the drone.

    • Varying the speed of propellers on different sides of the drone allows it to move forward, backward, left, or right.

    • Adjusting the speed of the propellers diagonally creates rotational motion for turning.

    • Combining these motions enables the drone to pe

  • Answered by AI
  • Q3. Linux Commands?
  • Q4. Explain PID controller and its tunning.
  • Ans. 

    PID controller is a control loop feedback mechanism used in systems to control process variables.

    • PID stands for Proportional, Integral, Derivative.

    • Proportional term responds to the current error.

    • Integral term corrects the accumulated error over time.

    • Derivative term predicts future error based on current rate of change.

    • Tuning involves adjusting the three parameters (P, I, D) to achieve desired system response.

    • Example: I...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Subject related questions from the stated field
Round 2 - HR 

(1 Question)

  • Q1. Explaination on company culture and joining process
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Some basic aptitude questions on hackerearth can be learned from frequently asked questions

Round 3 - Coding Test 

Covering lot of different topics of computer science

Round 4 - One-on-one 

(3 Questions)

  • Q1. 1:1 with Senior Manager
  • Q2. Everything in resume
  • Q3. Testing knowledge about software systems and basics of linux, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Though the interview lasted an hour, the selection was based on CGPA only. The job description was very generic while selection and later better roles were given to students from bigger colleges on the date of joining
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. how is motor connected to PLC 2.use of PID controller 3. which motor is used in fans 4. Inrush current 5. Is starting current more or running current
  • Ans. 

    Motor is connected to PLC using motor starters or variable frequency drives. PID controller is used for precise control. Fans typically use induction motors. Inrush current is the initial surge of current when a motor starts. Starting current is usually higher than running current.

    • Motor is connected to PLC using motor starters or variable frequency drives

    • PID controller is used for precise control of motor speed or posi...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1. General electrical questions -difference between earthing and grounding. -frequency of volt in home supply and why? -voltage of power supply in homes? 2. Diff b/w -AC & DC motor -1 phase and 3 phase m...
Round 4 - HR 

(1 Question)

  • Q1. 1. Biggest achievements 2. why do you want to work here 3. strengths and weakness 4. example where you have used your strength qualities 5. about family

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in May 2022. 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 - Technical 

(3 Questions)

  • Q1. Details of OoPs concept.
  • Q2. Write a program using OoPs concept
  • Ans. 

    Program using OOPs concept

    • Identify the objects and their properties

    • Create classes and define their methods

    • Use inheritance and polymorphism

    • Encapsulate data and use access modifiers

    • Example: A program to simulate a bank account

  • Answered by AI
  • Q3. How do code review in your project
  • Ans. 

    Code reviews are conducted regularly to ensure code quality and adherence to coding standards.

    • Code reviews are conducted by peers or senior developers.

    • Reviewers check for code quality, readability, maintainability, and adherence to coding standards.

    • Issues found during code review are documented and addressed by the developer.

    • Code reviews are conducted regularly, either before merging code or on a scheduled basis.

    • Tools ...

  • Answered by AI
Round 3 - Coding Test 

One programming challange just to see how good you use OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding practice using oops so that you can beat coding round.not focused on logic more but the way u use oops

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Nov 2022. 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 - Technical 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How well do you work with a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic behavioral questions
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

Tell us how to improve this page.

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 417 Interviews
Bosch Interview Questions
4.2
 • 329 Interviews
Johnson Controls Interview Questions
3.5
 • 261 Interviews
ABB Interview Questions
4.1
 • 233 Interviews
Eaton Interview Questions
3.9
 • 118 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
View all
Deputy Manager
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
684 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
670 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
304 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy General Manager
281 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Schneider Electric with

Siemens

4.1
Compare

ABB

4.1
Compare

Honeywell Automation

3.8
Compare

Emerson Electric Co.

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent