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

Updated 5 Aug 2023

Saint-Gobain DOT NET Developer Interview Experiences

1 interview found

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 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 Jobs at Saint-Gobain

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. What is OOP in prograaming
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was a aptitude test of 60 questions

Round 2 - Coding Test 

Coding test having 2 questions

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on various projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Explain oops concept in detail
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction

    • Inheritance allows a class to inherit properties and behavior from another class

    • Encapsulation involves bundling data and method...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

DSA questions mainly focusing on dynamic programming and Graphs

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

    • Strong problem-solving skills and ability to work in a team

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include a tendency to overthink and difficulty delegating tasks.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: tendency to overthink, difficulty delegating tasks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jacobs Engineering Group Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Be confident and thats all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Data structure mostly

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

2 String matching on given string

Round 2 - Technical 

(2 Questions)

  • Q1. What is optimizer s
  • Ans. 

    An optimizer is a software tool or algorithm used to improve the performance of a system by minimizing errors or maximizing efficiency.

    • Optimizers are commonly used in programming languages to improve code execution speed and reduce memory usage.

    • Examples of optimizers include compiler optimizers, database query optimizers, and machine learning model optimizers.

    • Optimizers work by analyzing code or data to identify ineffi...

  • Answered by AI
  • Q2. What is LsTM s
  • Ans. 

    LSTM stands for Long Short-Term Memory, a type of recurrent neural network (RNN) architecture.

    • LSTM networks are designed to overcome the vanishing gradient problem in traditional RNNs.

    • They are capable of learning long-term dependencies in data sequences.

    • LSTM networks have gates (input, output, forget) that regulate the flow of information within the network.

    • They are commonly used in tasks such as speech recognition, la

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Autosar questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Why we use CAN in automotive?
  • Ans. 

    CAN is used in automotive for reliable and real-time communication between electronic control units.

    • CAN allows for communication between various electronic control units in a vehicle

    • It is reliable and can handle real-time data transmission

    • CAN is widely used in automotive for applications such as engine control, transmission control, and more

  • Answered by AI
  • Q2. What does a CAN frame look like ?
  • Ans. 

    A CAN frame is a data structure used in Controller Area Network (CAN) communication, consisting of an identifier, data, and control bits.

    • A CAN frame typically consists of an 11-bit or 29-bit identifier, which helps prioritize messages on the bus.

    • It also includes a data field, which can range from 0 to 8 bytes depending on the protocol version.

    • Control bits like the start of frame, arbitration field, control field, data ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your current location? Are you able to commute to the office location?
  • Ans. 

    I am currently located in downtown Seattle and I am able to commute to the office location.

    • Located in downtown Seattle

    • Able to commute to office location

    • Have reliable transportation

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for software developers.

    • Consider my years of experience in software development.

    • Take into account my specialized skills and certifications.

    • Research the current market rate for software developers in this location.

    • Be open to negotiation based on the overall compensation package offered.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 - Technical 

(2 Questions)

  • Q1. From CV only the panel will ask the questions
  • Q2. Mostly from oops, .net, Java and databases too.

I was interviewed before Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. Questions on C++

Interview Preparation Tips

Round: Resume Shortlist
Experience: Only those with Java, C++ and JavaScript were shortlisted.

Round: Test
Experience: Pretty basic
Duration: 3 hours

Saint-Gobain Interview FAQs

How many rounds are there in Saint-Gobain DOT NET Developer interview?
Saint-Gobain interview process usually has 2 rounds. The most common rounds in the Saint-Gobain interview process are Resume Shortlist and Technical.
How to prepare for Saint-Gobain DOT NET Developer 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 Angular, Communication Skills, HTML, HTML and CSS and LINQ.
What are the top questions asked in Saint-Gobain DOT NET Developer interview?

Some of the top questions asked at the Saint-Gobain DOT NET Developer interview -

  1. give some scenario in sql server about jo...read more
  2. what are the selectors in ...read more
  3. union and unionall differe...read more

Tell us how to improve this page.

Saint-Gobain DOT NET Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Saint-Gobain Leader in Light and Sustainable Construction

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 835 Interviews
Asian Paints Interview Questions
4.0
 • 640 Interviews
JSW Steel Interview Questions
3.9
 • 580 Interviews
UltraTech Cement Interview Questions
4.2
 • 552 Interviews
Tata Projects Interview Questions
4.2
 • 422 Interviews
KEC International Interview Questions
4.0
 • 295 Interviews
Berger Paints Interview Questions
3.7
 • 258 Interviews
View all
Saint-Gobain DOT NET Developer Salary
based on 18 salaries
₹2.5 L/yr - ₹5.6 L/yr
29% less than the average DOT NET Developer Salary in India
View more details

Saint-Gobain DOT NET Developer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.3

Salary

4.1

Job security

3.2

Company culture

1.4

Promotions

2.3

Work satisfaction

Explore 2 Reviews and Ratings
Dot Net Developer

Hyderabad / Secunderabad,

Chennai

+1

2-4 Yrs

Not Disclosed

Explore more jobs
Team Member
525 salaries
unlock blur

₹1.2 L/yr - ₹7.9 L/yr

Software Engineer
166 salaries
unlock blur

₹3 L/yr - ₹11.9 L/yr

Senior Software Engineer
163 salaries
unlock blur

₹6.5 L/yr - ₹24.2 L/yr

Production Engineer
154 salaries
unlock blur

₹1 L/yr - ₹9.8 L/yr

Key Account Manager
151 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