Premium Employer

i

This company page is being actively managed by Saint-Gobain Team. If you also belong to the team, you can get access from here

Saint-Gobain Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Saint-Gobain Software Engineer Interview Questions, Process, and Tips

Updated 4 Nov 2024

Top Saint-Gobain Software Engineer Interview Questions and Answers

View all 6 questions

Saint-Gobain Software Engineer Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java programming questions

Software Engineer Interview Questions & Answers

user image Gaurav Tembhurkar

posted on 3 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Coding Test 

Coding Test, Technical

Round 3 - HR 

(1 Question)

  • Q1. Asking about the previous role and responsibility.

Interview Preparation Tips

Interview preparation tips for other job seekers - No Round 2

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is OOP concept
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: Inheritance allows a class to inherit properties and behaviors from another class.

  • Answered by AI
  • Q2. Advantages of oops
  • Ans. 

    Advantages of OOP include code reusability, modularity, flexibility, and easier maintenance.

    • Code reusability allows for the reuse of classes and objects in different parts of the program.

    • Modularity helps in organizing code into manageable units, making it easier to understand and maintain.

    • Flexibility allows for easy modifications and updates to the code without affecting other parts of the program.

    • Easier maintenance is...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Views on IOT with example
  • Ans. 

    I believe IOT has immense potential to revolutionize various industries by connecting devices and collecting data for analysis.

    • IOT can improve efficiency and productivity by automating processes

    • It can enhance customer experience by providing personalized services

    • IOT can also enable predictive maintenance to reduce downtime

    • Example: Smart home devices like thermostats and security cameras that can be controlled remotely

  • Answered by AI
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Angualr concepts, pipes, services, modules
Round 3 - One-on-one 

(1 Question)

  • Q1. Question about previous company, work to do in Saint gobain

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your primary skills, concepts, Saint gobain is on hiring spree so high chances to getting selected

Saint-Gobain interview questions for designations

 Senior Software Engineer

 (2)

 Software Engineer Trainee

 (1)

 Associate Software Engineer

 (1)

 Software Developer

 (6)

 Software Tester

 (1)

 Software Test Specialist

 (1)

 QA Engineer

 (2)

 Security Engineer

 (1)

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. C# - OOPs, Static Classes, Explicit Interface, Extension Method, Delegates. MVC - Filters, Partial View, Routing, Action Methods return type. Web Api - Return type, Authentication, Authorization. SQL - CTE...
Round 2 - Client Interview 

(3 Questions)

  • Q1. What you are expecting from us?
  • Q2. What's your strength?
  • Q3. How log you willing to work with us?
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations, and check for your confidence.

Interview Preparation Tips

Interview preparation tips for other job seekers - Talk confidently, ans on point and you will be selected.

Thank you
Best of luck 🤞

Get interview-ready with Top Saint-Gobain Interview Questions

I applied via campus placement at SIES College of Management Studies (SIESCMS)

Round 1 - Aptitude Test 

60 Questions 30 Quantitative 20 logical 10 english

Round 2 - Coding Test 

60 Questions 15 java 15 .net 15 sql 15 networking

Interview Preparation Tips

Topics to prepare for Saint-Gobain Software Engineer interview:
  • Java
  • C++
  • .Net
  • Sql
Interview preparation tips for other job seekers - Clear your basics Everything from the version to founder just know everything
Round 1 - Technical 

(1 Question)

  • Q1. Basic Core java , Angular, Hibernate , SpringBoot
Round 2 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Behavioral 

(1 Question)

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good . It took 1 hr technical round and 30 min manager round .

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Wide range of aptitude questions including some technical

Round 3 - Technical 

(4 Questions)

  • Q1. Pure technical interview theory + coding
  • Q2. WAP to find the 2nd maximum number
  • Ans. 

    WAP to find the 2nd maximum number in an array

    • Sort the array in descending order and return the 2nd element

    • Iterate through the array and keep track of the maximum and 2nd maximum

    • Use a priority queue to find the 2nd maximum

  • Answered by AI
  • Q3. Explain design patterns
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide a common vocabulary for developers to communicate about solutions to common problems.

    • They can improve code readability, maintainability, and scalability.

    • Examples include the Singleton pattern, Factory pattern, and Observer pattern.

  • Answered by AI
  • Q4. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients should ...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Questions related to hobby
  • Q2. Career expectations related to
  • Q3. Family background discussion

Interview Preparation Tips

Topics to prepare for Saint-Gobain Software Engineer interview:
  • .Net
  • Azure
  • Angular
  • SAP ABAP
Interview preparation tips for other job seekers - Move ahead without a doubt in a mind.. Excellent work culture.. Organisation is known for its values and the respect which everyone shares on the floor

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Gave topic for discussion. How anyone can conduct GD round for experienced people without checking their technical knowledge.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked easy Java SQL questions
  • Q2. Are strings immutable and explain its benifits.
  • Ans. 

    Yes

    • Strings are immutable in most programming languages.

    • Immutable strings provide safety and consistency in code.

    • Immutable strings allow for efficient memory management.

    • Immutable strings enable string interning and caching for optimization.

    • Immutable strings facilitate thread safety in concurrent programming.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 - HR 

(5 Questions)

  • Q1. What is Notice Period ?
  • Q2. What is Current CTC ?
  • Ans. 

    Current CTC refers to the current salary or compensation package of the candidate.

    • Current CTC is the total amount of money a candidate is currently earning from their job.

    • It includes the base salary, bonuses, incentives, and any other monetary benefits.

    • Candidates may choose to disclose their Current CTC during interviews to negotiate a better offer.

    • For example, if a candidate's Current CTC is $80,000 per year, it means...

  • Answered by AI
  • Q3. AB PLC Hardware
  • Q4. Addon Instructions
  • Q5. Redundancy architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Rockwell automation PLC

Saint-Gobain Interview FAQs

How many rounds are there in Saint-Gobain Software Engineer interview?
Saint-Gobain interview process usually has 2-3 rounds. The most common rounds in the Saint-Gobain interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in Saint-Gobain Software Engineer interview?

Some of the top questions asked at the Saint-Gobain Software Engineer interview -

  1. WAP to find the 2nd maximum num...read more
  2. Explain design patte...read more
  3. Explain SOLID princip...read more

Tell us how to improve this page.

Saint-Gobain Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Join Saint-Gobain Leader in Light and Sustainable Construction
Saint-Gobain Software Engineer Salary
based on 166 salaries
₹3 L/yr - ₹11.5 L/yr
17% less than the average Software Engineer Salary in India
View more details

Saint-Gobain Software Engineer Reviews and Ratings

based on 21 reviews

3.7/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.4

Salary

4.2

Job security

4.1

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 21 Reviews and Ratings
Team Member
510 salaries
unlock blur

₹1.4 L/yr - ₹8.7 L/yr

Software Engineer
166 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Senior Software Engineer
163 salaries
unlock blur

₹6.5 L/yr - ₹24.2 L/yr

Production Engineer
150 salaries
unlock blur

₹2.5 L/yr - ₹9.8 L/yr

Key Account Manager
149 salaries
unlock blur

₹6.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Saint-Gobain with

Asahi India Glass

3.8
Compare

Hindustan Unilever

4.2
Compare

Asian Paints

4.0
Compare

Berger Paints

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