Upload Button Icon Add office photos

Schneider Electric

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Schneider Electric R&D Engineer Interview Questions, Process, and Tips

Updated 21 Oct 2024

Top Schneider Electric R&D Engineer Interview Questions and Answers

Schneider Electric R&D Engineer Interview Experiences

6 interviews found

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quantitative aptitude questions

Round 2 - Technical 

(4 Questions)

  • Q1. What are your interests and hobbies?
  • Ans. 

    My interests and hobbies include hiking, playing guitar, and reading science fiction novels.

    • Hiking in the mountains is a great way for me to stay active and enjoy nature

    • Playing guitar helps me relax and express my creativity

    • Reading science fiction novels allows me to escape into different worlds and expand my imagination

  • Answered by AI
  • Q2. Who are the competitors of Schneider electric?
  • Ans. 

    Some competitors of Schneider Electric include Siemens, ABB, and Eaton.

    • Siemens

    • ABB

    • Eaton

  • Answered by AI
  • Q3. What are your accomplishments?
  • Ans. 

    I have successfully led multiple R&D projects resulting in innovative product developments and cost savings.

    • Led cross-functional teams to develop and launch a new product line

    • Implemented new testing procedures that improved product quality by 20%

    • Reduced production costs by 15% through process optimization

    • Received patent for novel technology in the field

  • Answered by AI
  • Q4. Questions related to academic projects

Interview Preparation Tips

Topics to prepare for Schneider Electric R&D Engineer interview:
  • Undergraduate subjects
Interview preparation tips for other job seekers - Thoroughly prepare your technical subjects

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mcqs and 4 gamefied aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Self introduction

R&D Engineer Interview Questions Asked at Other Companies

Q1. give some ideal characteristics of opamp. what is CMRR. what is t ... read more
Q2. suppose a customer gets a crash in our software and that crash du ... read more
Q3. draw and explain a full wave bridge rectifier. explain the losses ... read more
Q4. what are the features of 8086 and compare it with the present pro ... read more
asked in Samsung
Q5. A program to tell if a knight on a chessboard at a given location ... read more

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude was a bit easy but time taking

Round 2 - Technical 

(2 Questions)

  • Q1. What do you know about python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It has a large standard library and supports multiple programming paradigms.

    • Python uses indentation to define code blocks, making it easy to read and write.

    • Popular frameworks and libraries in Python include Django, Flask, NumPy,

  • Answered by AI
  • Q2. Explain ur technical interests?
  • Ans. 

    My technical interests lie in the fields of artificial intelligence, machine learning, and robotics.

    • I am particularly interested in developing algorithms for autonomous systems.

    • I enjoy working on projects that involve computer vision and natural language processing.

    • I have a passion for exploring the intersection of technology and healthcare, such as developing medical imaging analysis tools.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How much do you expect?

Skills evaluated in this interview

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. From core subjects
  • Q2. About projects , analog and control systems.

Schneider Electric interview questions for designations

 Design Engineer

 (5)

 Electrical Design Engineer

 (4)

 Senior Design Engineer

 (2)

 Associate Design Engineer

 (1)

 Trainee Design Engineer

 (1)

 Project Application Engineer

 (1)

 Hardware Testing Engineer

 (1)

 Electrical Design & Estimation Engineer

 (1)

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2023

Interview experience
4
Good
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 Resume tips
Round 2 - Aptitude Test 

Game based mode and some basic coding mcq

Round 3 - One-on-one 

(1 Question)

  • Q1. Various searching techniques with time complexity
  • Ans. 

    Various searching techniques with time complexity

    • Linear Search - O(n)

    • Binary Search - O(log n)

    • Hashing - O(1)

    • Depth First Search (DFS) - O(V + E)

    • Breadth First Search (BFS) - O(V + E)

  • Answered by AI

Skills evaluated in this interview

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Mostly hr questions like tell me about yourself and frommy resume.about my final year project.
  • Q2. Since python was in my resume they started asking coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Some basic engineering concepts like types of manufacturing and sensors. But they wanted programmers more so they asked me coding questions for which i was not prepared and they didn't inform that before either.

Interview questions from similar companies

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Standard HR questions
  • Q2. Questions based on my POR's and extra curricular activities

Interview Preparation Tips

Round: Resume Shortlist
Experience: Good projects and internships helped me to get through this round

Round: Test
Duration: 60 minutes

Round: Technical Interview
Experience: Questions related to signal processing (included image signal processing as well), control and communications. Also there were few technical questions based on the internships and the projects done. This interview lasted for about 30 mins.

Round: HR Interview
Experience: 45 mins of HR round. All the standard HR questions were asked and questions were based on each and every point that you have put up in the resume

College Name: IIT MADRAS

Interview Preparation Tips

Round: Resume Shortlist
Experience: General resume shortlisting out of nearly 400 applicants. Shortlisted close to 150 students.

Round: Technical Interview
Experience: Mostly questions from the resume were asked. They just wanted to know the types of projects I had done.
Tips: Make sure you know everything about what you write in your resume.

Round: Technical Interview
Experience: Another round of technical interview. Questions were more focused on the kind of profile they were offering, mostly to judge whether you are right for the job or not.

Skills: Confidence, Core knowledge
College Name: IIT BOMBAY

Interview Questionnaire 

2 Questions

  • Q1. Description about me
  • Q2. Weakness in professional life
  • Ans. 

    My weakness is sometimes taking on too much work and struggling to delegate tasks effectively.

    • Difficulty delegating tasks

    • Tendency to take on too much work

    • Working on improving time management skills

  • Answered by AI

Interview Preparation Tips

Round: aptitude test
Experience: They intimated as aptitude but it included Verbal, Quants and basics of programming and data structures & algorithm.

Round: Technical interview round 1
Experience: In this round I was asked about flight mechanics & dynamics and controls’ by giving several conditions of practical importance, some part of engine structures and thermal science, my earlier projects and questions on that, some questions from the internship’s work and M.Tech thesis work. Very fundamental as well as complex questions were asked while explaining about the projects and thesis work.

Round: technical interview round 2
Experience: I was sent to the panel interviewing for mechanical students and there I was asked questions from various subjects as well as for various conditions given on spot. Including both the technical interviews, I was asked questions from around 9-10 subjects of mechanical engineering. Apart from the questions from the course work, half of the interview was focused on the projects that I did earlier. I was asked to explain about the projects and give good insights of my contributions in that and accordingly I was asked questions from that as well. Later part of the technical round was focused for my thesis work. They started asking about the motivation behind the topic of the thesis and the technical platform set so far for the same. Concluding questions were from the company’s work and how I would be able to relate my expertise and thesis work for their benefit.

Round: HR Interview
Experience: HR round was more or less usual. Description about me and weaknesses in professional life were asked. The tricky one was one particular question about joining Honeywell and at the end of my answer, I was asked to compare Honeywell and the stalwarts of aerospace industry on my answer’s ground.

General Tips: Revise the course works, some part of the projects, be focused for profiles and prepare accordingly. Prior knowledge about companies work and the profile helps a lot. Sound knowledge of thesis work, approach and the applications, motivation behind the topic and the work completed till the placement season starts should clearly be checked. If you are not good at programming and DS & algo then revise the basics of these (helps for aptitude). Be mentally prepared for multiple rounds of technical interviews. Shape yourself according to the profile and surf through the company’s site beforehand.
Get some suggestions and feedback from seniors (specifically, M.tech students should talk to seniors, fellow students and lab mates who have been in industries) for technical interviews. Focus on your approach towards the problem for the worst case.
During technical interview, don’t try to brag about the topic that you are not sure about. They sometimes want to test your approach and attitude for the problem given to you (which will be out of your comfort zone) rather than the accuracy of the answer. Since verbal was also the part of aptitude, don’t forget to look that during your preparation.

College Name: IIT Kanpur
Contribute & help others!
anonymous
You can choose to be anonymous

Schneider Electric Interview FAQs

How many rounds are there in Schneider Electric R&D Engineer interview?
Schneider Electric interview process usually has 2-3 rounds. The most common rounds in the Schneider Electric interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Schneider Electric R&D Engineer interview?

Some of the top questions asked at the Schneider Electric R&D Engineer interview -

  1. Who are the competitors of Schneider electr...read more
  2. What do you know about pyth...read more
  3. various searching techniques with time complex...read more

Recently Viewed

INTERVIEWS

IRIS Business Services

No Interviews

INTERVIEWS

Schneider Electric

No Interviews

INTERVIEWS

IRIS Business Services

5.6k top interview questions

INTERVIEWS

Max Healthcare

No Interviews

INTERVIEWS

Hindustan Unilever

No Interviews

INTERVIEWS

Schneider Electric

No Interviews

INTERVIEWS

Amdocs

No Interviews

INTERVIEWS

IQVIA

No Interviews

INTERVIEWS

Ind-Swift Laboratories

No Interviews

SALARIES

CodeArray Technologies

Tell us how to improve this page.

Schneider Electric R&D Engineer Interview Process

based on 6 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 431 Interviews
Bosch Interview Questions
4.2
 • 334 Interviews
Johnson Controls Interview Questions
3.6
 • 261 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Eaton Interview Questions
3.9
 • 117 Interviews
Falcon Autotech Interview Questions
3.9
 • 44 Interviews
View all
Schneider Electric R&D Engineer Salary
based on 19 salaries
₹2.7 L/yr - ₹12 L/yr
24% less than the average R&D Engineer 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent