Upload Button Icon Add office photos

Schneider Electric

Compare button icon Compare button icon Compare

Filter interviews by

Schneider Electric SDE Intern Interview Questions and Answers

Updated 8 Oct 2024

Schneider Electric SDE Intern Interview Experiences

1 interview found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

Hackerank online coding platform

Round 2 - Aptitude Test 

Probability, statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - N/A

Interview questions from similar companies

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 Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two coding questions of easy to moderate difficulty level, focusing on arrays and strings.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the Quick Sort algorithm?
  • Q2. What is the merge sort algorithm and what is its time complexity?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

It was a combination of Maths and Electronics basics.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Tell me about your projects?
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website for a local business using HTML, CSS, and JavaScript.

    • Conducted data analysis on customer feedback data to identify trends and make recommendations for improvement.

    • Implemented a machine learning algorithm to predict customer churn for a telecom company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your projects, be aware of all small things that you have done in projects.
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy and few topics related to communication

Round 2 - Technical 

(2 Questions)

  • Q1. Moderate questions
  • Q2. About projects and analog questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Was moderate and some technical questions
  • Q2. Technical and hr questions

Intern Interview Questions & Answers

Siemens user image Arin Raqshan

posted on 10 Feb 2024

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 Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was of 3 section 18-25 questions , just basic QA and verbal ability

Round 2 - Aptitude Test 

Again aptitude of similar level

Round 3 - Technical 

(1 Question)

  • Q1. They asked me questions based on my previous internship and projects

Interview Preparation Tips

Topics to prepare for Siemens Intern interview:
  • Control System
  • Rectifiers
  • Plc scada
  • Converter
  • Embedded Systems
  • Power Electronics
Interview preparation tips for other job seekers - They rejected all the males and selected only female to fulfill their diversity hiring criteria even though they had no knowledge about the subject
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 

It's easier,like 8th standard maths and some coding mcqs.

Round 3 - Technical 

(1 Question)

  • Q1. Palindrome numbers, Armstrong numbers, Oops concepts some data structures questions And whatever mentioned in your resume.
Round 4 - HR 

(1 Question)

  • Q1. Why will hire you and more discussions about company

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good experience, If basics is clear then it is easier to clear the interview.

Interview Questionnaire 

1 Question

  • Q1. Basic questions mostly based on selenium and TestNG. Explain agile and how your team works. CI/CD pipelines and Azure DevOps.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps your basics clear and you will be fine.

I was interviewed in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Sorting algorithm
  • Ans. 

    A sorting algorithm is a method of arranging elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Efficiency of sorting algorithms is measured by their time complexity, space complexity, and stability.

    • Example: Sorting an array of strings in alphabet

  • Answered by AI
  • Q2. Intro, why should i hire you?, inspiration from?

Interview Preparation Tips

Round: Test
Experience: An online aptitude test was taken.
Tips: Should have the knowledge regarding technical.
Duration: 1 hour
Total Questions: 45

Round: Technical Interview
Experience: Should explain the interviewer each and every detail regarding that algorithm.
Tips: Should have basic knowledge about the subject mentioned in the Area of interest column.

Round: HR Interview
Experience: Just be confident. And always praise yourself.

Skills: Technical Skill, Inter Person Communication Skills
College Name: Mody University Of Science And Technology, Sikar

Skills evaluated in this interview

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

Schneider Electric Interview FAQs

How many rounds are there in Schneider Electric SDE Intern interview?
Schneider Electric interview process usually has 2 rounds. The most common rounds in the Schneider Electric interview process are Coding Test and Aptitude Test.

Tell us how to improve this page.

Schneider Electric SDE Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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

₹5.2 L/yr - ₹13 L/yr

Manager
720 salaries
unlock blur

₹5.8 L/yr - ₹18.3 L/yr

Senior Manager
679 salaries
unlock blur

₹9 L/yr - ₹28 L/yr

Assistant Manager
317 salaries
unlock blur

₹3.8 L/yr - ₹11 L/yr

Senior Engineer
299 salaries
unlock blur

₹3.5 L/yr - ₹9.9 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