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

Clear (1)

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 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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

DOT NET Developer Jobs at Saint-Gobain

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Asked sdlc of mcc.
  • Q2. Processes of request start and end.
  • Ans. 

    Request processes involve initiation, handling, and completion of user requests.

    • Requests are initiated by users through various means such as forms, APIs, or direct communication.

    • Requests are then handled by the system, which may involve validation, processing, and communication with external systems.

    • Finally, the request is completed and the user is notified of the outcome.

    • The process may involve multiple steps and sta...

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net and db related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly the asking processes knowledge and programming knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Java oops concepts, exceptions, and java 8 features
  • Ans. 

    Java OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction. Exceptions are used for error handling. Java 8 features include lambda expressions, streams, and functional interfaces.

    • OOPs concepts: Inheritance (e.g. class B extends class A), Polymorphism (e.g. method overloading, overriding), Encapsulation (e.g. private variables with public methods), Abstraction (e.g. abstract classes, interfaces...

  • Answered by AI

Skills evaluated in this interview

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

Java arrays,spring,hibernet,sql

Round 2 - Technical 

(2 Questions)

  • Q1. What is java version
  • Q2. What is RDMBS in sql
Round 3 - Technical 

(2 Questions)

  • Q1. What is java jav
  • Q2. What is Sql sql
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Python c java etc more about code

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

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

There were two questions: one related to machine learning and the other regarding service pipelines.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. What is Git versioning
  • Ans. 

    Git versioning is a system that tracks changes in code files, allowing multiple developers to collaborate and manage different versions of the codebase.

    • Git versioning allows developers to track changes made to code files over time.

    • Developers can create branches to work on new features or bug fixes without affecting the main codebase.

    • Commits are used to save changes to the codebase, providing a history of modifications ...

  • Answered by AI
  • Q3. Page life cycle

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I had been questioned about mechanical maintenance and condition monitoring field

Interview Preparation Tips

Interview preparation tips for other job seekers - Write in your CV only what you know,don't write anything that you can't explain if question arises.Be honest and tell u don't know what you don't .

I applied via Approached by Company and was interviewed before May 2021. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All about area related work
Round 3 - HR 

(1 Question)

  • Q1. Package finalizing and house allotment process

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go for freshers, its most trusted brand in steel making, but work hours may vary depending on your area of working
Contribute & help others!
anonymous
You can choose to be anonymous

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

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

SALARIES

Saint-Gobain

No Salaries

JOBS

NetAnalytiks Technologies

No Jobs

SALARIES

Afcons Infrastructure

JOBS

Alstom Transportation

No Jobs

COMPANY BENEFITS

Tata Technologies

No Benefits

Tell us how to improve this page.

Saint-Gobain DOT NET Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

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
Tata Projects Interview Questions
4.2
 • 425 Interviews
KEC International Interview Questions
4.0
 • 298 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
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