Upload Button Icon Add office photos

Schneider Electric

Compare button icon Compare button icon Compare

Filter interviews by

Schneider Electric Deputy Manager Operations Interview Questions and Answers for Experienced

Updated 8 Oct 2023

Schneider Electric Deputy Manager Operations Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Basic electrical and Electronics, job profile related question etc.
  • Q2. Actually, vcb, ups, power electronics, igbt star delta connection, earthing, protection equipment, etc
Round 3 - TechnicalĀ 

(1 Question)

  • Q1. Job profile related question, technical discussion in details.
Round 4 - HRĀ 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your job profile I'm detail And know

Interview questions from similar companies

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

I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 4 interview rounds.

Interview QuestionnaireĀ 

3 Questions

  • Q1. What is your role in quality control department.
  • Q2. Describe one of your project that you did sololy/with extra efforts.
  • Q3. What is your team size. And at which layer lying.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, explain things smoothly.

Schneider Electric Interview FAQs

How many rounds are there in Schneider Electric Deputy Manager Operations interview for experienced candidates?
Schneider Electric interview process for experienced candidates usually has 4 rounds. The most common rounds in the Schneider Electric interview process for experienced candidates are Technical, Resume Shortlist and HR.
What are the top questions asked in Schneider Electric Deputy Manager Operations interview for experienced candidates?

Some of the top questions asked at the Schneider Electric Deputy Manager Operations interview for experienced candidates -

  1. Actually, vcb, ups, power electronics, igbt star delta connection, earthing, ...read more
  2. Basic electrical and Electronics, job profile related question e...read more

Tell us how to improve this page.

Schneider Electric Deputy Manager Operations Interview Process for Experienced

based on 1 interview

Interview experience

5
Ā Ā 
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
Ā ā€¢Ā 416 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
Honeywell Automation Interview Questions
3.8
Ā ā€¢Ā 102 Interviews
Rockwell Automation Interview Questions
3.7
Ā ā€¢Ā 70 Interviews
Addverb Technologies Interview Questions
3.9
Ā ā€¢Ā 56 Interviews
Emerson Electric Co. Interview Questions
4.1
Ā ā€¢Ā 48 Interviews
Falcon Autotech Interview Questions
3.9
Ā ā€¢Ā 44 Interviews
View all
Schneider Electric Deputy Manager Operations Salary
based on 7 salaries
ā‚¹4.9 L/yr - ā‚¹8.3 L/yr
14% less than the average Deputy Manager Operations Salary in India
View more details
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