Upload Button Icon Add office photos

Schneider Electric

Compare button icon Compare button icon Compare

Filter interviews by

Schneider Electric Software Engineer Interview Questions and Answers for Freshers

Updated 28 Sep 2024

Schneider Electric Software Engineer Interview Experiences for Freshers

2 interviews found

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

The coding was basic

Round 2 - Technical 

(1 Question)

  • Q1. Was asked about basic cse concepts
Round 3 - HR 

(1 Question)

  • Q1. Just asked about family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics and be confidant about answers. Don't talk about job roles with hr..

Software Engineer Interview Questions & Answers

user image Arya S Gangadkar

posted on 1 Oct 2021

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions mainly on project.
  • Q2. Difference between POP AND OOP
  • Ans. 

    POP focuses on data and behavior separation while OOP focuses on objects and their interactions.

    • POP stands for procedural-oriented programming while OOP stands for object-oriented programming.

    • POP focuses on functions and procedures while OOP focuses on objects and their properties and methods.

    • POP is more suitable for small programs while OOP is more suitable for large programs.

    • In POP, data can be accessed by any functi...

  • Answered by AI
  • Q3. What is OS and types of OS
  • Ans. 

    OS stands for Operating System. It is a software that manages computer hardware and software resources.

    • Types of OS include Windows, macOS, Linux, Android, iOS, and Unix

    • OS can be classified as single-user or multi-user, single-tasking or multi-tasking, and real-time or non-real-time

    • Examples of single-user OS are Windows and macOS, while examples of multi-user OS are Linux and Unix

    • Real-time OS are used in systems that re...

  • Answered by AI
  • Q4. What version of language and framework did you use in project
  • Ans. 

    We used Python 3.7 and Django 2.2 framework for the project.

    • Python 3.7 was used as the programming language

    • Django 2.2 was used as the web framework

    • We also used other libraries and tools such as Pandas, NumPy, and Git

    • The project was developed using Agile methodology

  • Answered by AI
  • Q5. All OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your project very well,and know the fundamentals and learn any 2 subjects properly preferably OOPS and DBMS/OS

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies for Fresher

asked in Capgemini
Q1. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more

Software Engineer Jobs at Schneider Electric

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession

I appeared for an interview 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 

1 Question

  • Q1. 1. What are delegates? 2. Question on Linq C# 3. Most of the questions were on design patterns and SOLID principles 4. OOPS concepts 5. Puzzles were also there.

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Prepare basics thoroughly

Interview Preparation Tips

Interview preparation tips for other job seekers - Better be prepared with basic knowledge
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

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 8 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot of technical questions on WPF and C#.Net

Interview Preparation Tips

Interview preparation tips for other job seekers - To get a good package clear the interview with at least answering 85 - 90% of the questions. The package range is good, but it'll depend totally on your interview performance.

Schneider Electric Interview FAQs

How many rounds are there in Schneider Electric Software Engineer interview for freshers?
Schneider Electric interview process for freshers usually has 3 rounds. The most common rounds in the Schneider Electric interview process for freshers are Coding Test, Technical and HR.
How to prepare for Schneider Electric Software Engineer interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Schneider Electric. The most common topics and skills that interviewers at Schneider Electric expect are Agile, Python, Test Cases, Artificial Intelligence and Enterprise Applications.
What are the top questions asked in Schneider Electric Software Engineer interview for freshers?

Some of the top questions asked at the Schneider Electric Software Engineer interview for freshers -

  1. What version of language and framework did you use in proj...read more
  2. What is OS and types of...read more
  3. Difference between POP AND ...read more

Tell us how to improve this page.

Schneider Electric Software Engineer Salary
based on 107 salaries
₹3.6 L/yr - ₹14.9 L/yr
At par with the average Software Engineer Salary in India
View more details

Schneider Electric Software Engineer Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.7

Salary

3.3

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Expert, Software Engineer(Linux)

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Deputy Manager
1.4k salaries
unlock blur

₹5 L/yr - ₹13.6 L/yr

Senior Manager
724 salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Manager
690 salaries
unlock blur

₹5.8 L/yr - ₹18.4 L/yr

Deputy General Manager
319 salaries
unlock blur

₹15 L/yr - ₹46 L/yr

Assistant Manager
317 salaries
unlock blur

₹3.5 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Schneider Electric with

Siemens

4.1
Compare

Johnson Controls

3.5
Compare

Honeywell Automation

3.8
Compare

Rockwell Automation

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