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 Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Saint-Gobain Interview Questions and Answers

View all 105 questions

Saint-Gobain Interview Experiences

Popular Designations

172 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. The first round was technical and it was a hard round as your concept of sap should be clear
  • Q2. Why do u maintain Reconcilation a/c?
  • Ans. 

    Reconciliation accounts are maintained to ensure accuracy and consistency in financial records.

    • Helps in identifying discrepancies between different accounts

    • Ensures accuracy and consistency in financial statements

    • Facilitates easy tracking of transactions and balances

    • Aids in detecting errors or fraud in accounting records

  • Answered by AI
  • Q3. FI MM Integration, FI SD Integration?
  • Q4. What we maintain on company code lvl and client level and why?
  • Ans. 

    Company code level is maintained for global settings applicable to all clients, while client level is maintained for specific settings unique to each client.

    • Company code level settings include currency, chart of accounts, and fiscal year variants.

    • Client level settings include customer master data, vendor master data, and sales organization data.

  • Answered by AI
  • Q5. Phases of blueprint, tables
  • Ans. 

    Blueprint phases include planning, designing, and implementation. Tables are used to organize data in a structured format.

    • Blueprint phases: planning, designing, implementation

    • Tables: organize data in structured format

    • Examples: creating a blueprint for a new building, using tables in a database to store information

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Manager round some kind of behavioural check and some technical question asked as they give u scenerio about the work and some accounting questions
  • Q2. General Entries, P2P, OTC, RTR
  • Q3. What bank Reconcilation and validations
  • Ans. 

    Bank reconciliation involves comparing the bank statement with the company's records to ensure they match, while validations involve verifying the accuracy and completeness of financial transactions.

    • Bank reconciliation ensures that the company's records match the bank statement by comparing deposits, withdrawals, and other transactions.

    • Validations involve verifying the accuracy and completeness of financial transaction...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. The last round was hr
  • Q2. Some kind of behavioural check, salary discussions, terms and conditions but one thing here the hr round is not a formality round as u have to give full impression over there dont take it simple

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Luck

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2024

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

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What do you know about design builder
  • Q2. What are the materials which are sustainable friendly

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good , asked some technical questions , and some non technical questions too
Saint-Gobain Interview Questions and Answers for Freshers
illustration image
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 

Aptitude test contain 40 question of quantitative, logical and mathamatical.

Round 3 - Coding Test 

Second is technical round was contain java, dot net.

Round 4 - Group Discussion 

They give any topic to talk on. this one also elimination round.

Round 5 - One-on-one 

(3 Questions)

  • Q1. Last one technical and HR interview. Well prepare on whatever you added in resume. Make sure you are created project based on they are hiring. If they are hiring for java developer then you must have java ...
  • Q2. OOps concept. SQL query
  • Q3. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - You must have project in which field you want job.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - Technical 

(6 Questions)

  • Q1. Give some scenario in sql server about joins
  • Ans. 

    SQL Server joins are used to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Outer Join: Returns rows when there is a match in one of t...

  • Answered by AI
  • Q2. Sql constraints ,primary key,uniq key
  • Q3. Union and unionall difference
  • Ans. 

    UNION combines the result sets of two or more SELECT statements, while UNION ALL does the same but includes duplicates.

    • UNION removes duplicates from the result set, while UNION ALL includes all rows

    • UNION is slower than UNION ALL as it has to perform an additional step to remove duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FRO

  • Answered by AI
  • Q4. Validators in asp.net
  • Ans. 

    Validators in ASP.NET are used to validate user input on the client side before submitting the form to the server.

    • Validators can be used to check for required fields, data formats, and custom validation rules.

    • Common validators in ASP.NET include RequiredFieldValidator, RegularExpressionValidator, and CustomValidator.

    • Validators can be used in combination with validation controls like ValidationSummary to display error m...

  • Answered by AI
  • Q5. Viewstate in asp.net
  • Ans. 

    Viewstate is a hidden field in ASP.NET used to store state information of the page and its controls.

    • Viewstate is used to persist data between postbacks

    • It can be disabled to reduce page size and improve performance

    • Viewstate is encoded in Base64 format for security

  • Answered by AI
  • Q6. What are the selectors in css
  • Ans. 

    Selectors in CSS are patterns used to select the elements you want to style on a web page.

    • Selectors can target elements based on their tag name, class, ID, attributes, and more.

    • Examples include: element selector (p), class selector (.example), ID selector (#example), attribute selector ([type='text']), etc.

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Saint-Gobain interview questions for popular designations

 Software Engineer

 (8)

 Software Developer

 (6)

 Intern

 (4)

 Team Member

 (4)

 Research and Development

 (3)

 Graduate Engineer Trainee (Get)

 (3)

 Management Trainee

 (2)

 Engineer

 (2)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on your CV
Round 2 - Technical 

(1 Question)

  • Q1. Based on the project and skill they are in need
Round 3 - HR 

(2 Questions)

  • Q1. General HR and code of conduct explained
  • Q2. General discussions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Saint-Gobain Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
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 easy. We should be strong in basics.

Round 2 - Group Discussion 

Gd topic was about artificial intelligence

Round 3 - One-on-one 

(1 Question)

  • Q1. Tool cutting nomenclature

Production Graduate Engineer Trainee Interview Questions asked at other Companies

Q1. PRINCIPLE ON WHICH HEAT TRANSFER WORKS (ALL PHASES)
View answer (1)

Jobs at Saint-Gobain

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Do you prefer working independently or as part of a team?
  • Q2. Which values help you meet deadlines when working as part of a team?

Quality Controller Interview Questions asked at other Companies

Q1. What is chemistry? What is difference between organic and inorganic chemistry
View answer (3)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Cut Over Process Questions related to GL Accounting APP

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for more than you think, they ask very deep technical questions

SAP Fico Consultant Interview Questions asked at other Companies

Q1. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP? 4. What is ERP? 5. Why IT industry? 6. What is the use of Flash-Fill in Excel? 7. Any 5 excel features. (Pivot table, macros, flashfill, vlookup, charts)
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data types in SQL. Write prime number logical code in SQL
  • Ans. 

    SQL data types and prime number logic code

    • SQL data types include integer, float, varchar, etc.

    • To write prime number logic in SQL, use a loop to check if a number is divisible by any number less than itself

    • Example: DECLARE @num INT = 7; SELECT CASE WHEN COUNT(*) = 2 THEN 'Prime' ELSE 'Not Prime' END FROM (SELECT 1 AS num UNION ALL SELECT 2 UNION ALL SELECT 3 UNION ALL SELECT 4 UNION ALL SELECT 5 UNION ALL SELECT 6) AS n

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join us?

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Main focus on utility related questions

Operation & Maintenance Engineer Interview Questions asked at other Companies

Q1. Why we do oil test and what are we check in oil test?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Saint-Gobain Interview FAQs

How many rounds are there in Saint-Gobain interview?
Saint-Gobain interview process usually has 2-3 rounds. The most common rounds in the Saint-Gobain interview process are Technical, Resume Shortlist and HR.
How to prepare for Saint-Gobain interview?
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 Saint-Gobain. The most common topics and skills that interviewers at Saint-Gobain expect are Sales, Business Development, Retail Sales, Project Sales and Secondary Sales.
What are the top questions asked in Saint-Gobain interview?

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

  1. Explain how you will place heat and light sensors in a room with glass facade o...read more
  2. What is the difference between R phase, Y phase, B pha...read more
  3. What kind of sensors can be used to collect heat and light based da...read more
How long is the Saint-Gobain interview process?

The duration of Saint-Gobain interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

DESIGNATION

DESIGNATION

DESIGNATION

JOBS

Shiprocket Private Limited

No Jobs

Tell us how to improve this page.

Saint-Gobain Interview Process

based on 157 interviews

Interview experience

4.3
  
Good
View more
Join Saint-Gobain Leader in Light and Sustainable Construction

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 855 Interviews
Asian Paints Interview Questions
4.0
 • 642 Interviews
JSW Steel Interview Questions
3.9
 • 591 Interviews
UltraTech Cement Interview Questions
4.2
 • 573 Interviews
Berger Paints Interview Questions
3.7
 • 258 Interviews
Grasim Industries Interview Questions
4.0
 • 205 Interviews
ACC Interview Questions
3.9
 • 190 Interviews
View all

Saint-Gobain Reviews and Ratings

based on 1.6k reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.4

Salary

4.1

Job security

3.9

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 1.6k Reviews and Ratings
Executive - Exports

Mumbai,

Mumbai

5-10 Yrs

₹ 5.5-6 LPA

Explore more jobs
Team Member
526 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
163 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
154 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
151 salaries
unlock blur

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