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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Saint-Gobain Softwaretest Engineer Interview Questions and Answers

Updated 4 Feb 2024

Saint-Gobain Softwaretest Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. DIfference between Absolute and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath starts from the current node.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is prone to breakage if the structure of the page changes.

    • Relative xpath is easier to maintain as it adapts to change...

  • Answered by AI
  • Q2. Define push and fetch
  • Ans. 

    Push and fetch are two common operations used in software development and version control systems.

    • Push refers to the action of sending local changes to a remote repository.

    • Fetch refers to the action of retrieving the latest changes from a remote repository.

    • Push and fetch are commonly used in Git, a popular version control system.

    • Pushing changes allows others to access and review your code.

    • Fetching changes ensures that ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Saint-Gobain?
Ask anonymously on communities.

Interview questions from similar companies

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

Basic math questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about oops concept
  • Q2. What is function overloading and function overriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is redefining a base class function in a derived class.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Function overriding involves redefining a base class function in a derived class with the same name and parameters.

    • Example of function overloading: void print(in...

  • Answered by AI

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more

I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. GD&T
  • Q2. In depth Cooling system know how
  • Q3. In depth BEV Cooling systems
  • Ans. 

    BEV cooling systems are crucial for maintaining optimal temperature and performance of the battery and other components.

    • BEV cooling systems use liquid or air to cool the battery and other components

    • Liquid cooling is more efficient but adds weight and complexity

    • Air cooling is simpler but less efficient

    • Cooling systems can be active or passive

    • Active cooling systems use pumps and fans to circulate coolant or air

    • Passive coo...

  • Answered by AI
  • Q4. Overall vehicle knowledge and individual system interaction
  • Q5. General Package guidelines
  • Ans. 

    General guidelines for employee packages.

    • Packages should be competitive with industry standards.

    • Benefits should be tailored to meet the needs of employees.

    • Packages should be reviewed and updated regularly.

    • Packages should include both monetary and non-monetary incentives.

    • Packages should be communicated clearly to employees.

  • Answered by AI
  • Q6. Team and People management skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Obviously depends on the interviewer. The role over here for any individual requires an involvement at system level and hence technical knowledge is absolutely required. Even if the interview has been easy without much technical questions posed, once in the team these will be judged way too soon and the rate of progression depends on the knowledge one has and the attitude one shows in trying to learn new things fairly quickly.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About road work, Building Construction and all types quality related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare yourself as per your working experience with analysis of IS codes...

Interview Questionnaire 

4 Questions

  • Q1. What is Google sheets
  • Ans. 

    Google Sheets is a cloud-based spreadsheet program offered by Google as part of the Google Drive office suite.

    • Allows users to create and edit spreadsheets online

    • Offers collaboration features for real-time editing and commenting

    • Can import and export various file formats, including Microsoft Excel

    • Offers add-ons and scripts for automation and customization

    • Accessible from any device with internet connection

  • Answered by AI
  • Q2. What is the MDD & OMC of soil
  • Ans. 

    MDD & OMC are important parameters for soil compaction and moisture content.

    • MDD stands for Maximum Dry Density, which is the maximum density that can be achieved for a given soil compaction effort.

    • OMC stands for Optimum Moisture Content, which is the moisture content at which the maximum dry density can be achieved.

    • These parameters are important for determining the appropriate moisture content and compaction effort for...

  • Answered by AI
  • Q3. What is the velocity of steel
  • Ans. 

    The velocity of steel varies depending on the type and conditions.

    • The velocity of steel can range from 5000 to 6000 meters per second

    • The velocity of steel can be affected by factors such as temperature and pressure

    • The velocity of steel is important in industries such as construction and manufacturing

  • Answered by AI
  • Q4. What is the cube test result in 7 days
  • Ans. 

    The cube test result in 7 days depends on the purpose of the test and the specific cube being tested.

    • The cube test can refer to various tests in different fields such as construction, engineering, and materials science.

    • For example, in construction, the cube test is used to determine the compressive strength of concrete cubes after 7 days of curing.

    • The result of the cube test can vary depending on factors such as the ty...

  • Answered by AI

Skills evaluated in this interview

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

(4 Questions)

  • Q1. What is stack overloading?
  • Ans. 

    Stack overloading occurs when the stack memory is exceeded due to excessive function calls or large local variables.

    • Occurs when the stack memory limit is exceeded

    • Caused by excessive function calls or large local variables

    • Can lead to stack overflow error

  • Answered by AI
  • Q2. What are acsess specifiers
  • Ans. 

    Access specifiers determine the level of access to classes, methods, and variables in object-oriented programming languages.

    • Access specifiers include public, private, protected, and default.

    • Public allows access from any other class.

    • Private restricts access to only within the same class.

    • Protected allows access within the same package and subclasses.

    • Default (no specifier) restricts access to only within the same package.

  • Answered by AI
  • Q3. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Objects can have their own unique values for properties defined in the class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Example: Class 'Car' defines properties like 'color' and 'model', while an object ...

  • Answered by AI
  • Q4. Expalin oops concepts?
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduction ,current job profile ,Current CTC ,expected CTC
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Service management and service operations

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand itil and basic understanding of service operations

Intern Interview Questions & Answers

AECOM user image Mehul Verma

posted on 28 May 2024

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

I applied via Walk-in and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why you want to intern here

Consultant Interview Questions & Answers

AECOM user image All job update And class

posted on 10 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Group Discussion 

3 candidate was their vs 1 opening

Round 3 - One-on-one 

(1 Question)

  • Q1. There was a senior Social scientist, have taken interview

Saint-Gobain Interview FAQs

How many rounds are there in Saint-Gobain Softwaretest Engineer interview?
Saint-Gobain interview process usually has 1 rounds. The most common rounds in the Saint-Gobain interview process are Technical.
What are the top questions asked in Saint-Gobain Softwaretest Engineer interview?

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

  1. DIfference between Absolute and relative xp...read more
  2. define push and fe...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Join Saint-Gobain Leader in Light and Sustainable Construction

Interview Questions from Similar Companies

Tata Projects Interview Questions
4.2
 • 496 Interviews
KEC International Interview Questions
4.0
 • 353 Interviews
Tata Technologies Interview Questions
3.6
 • 285 Interviews
TCE Interview Questions
3.8
 • 266 Interviews
AECOM Interview Questions
4.2
 • 127 Interviews
View all
Saint-Gobain Softwaretest Engineer Salary
based on 7 salaries
₹4.9 L/yr - ₹11 L/yr
23% more than the average Softwaretest Engineer Salary in India
View more details
Team Member
567 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Key Account Manager
195 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Software Engineer
185 salaries
unlock blur

₹4.5 L/yr - ₹16.5 L/yr

Senior Software Engineer
173 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Production Engineer
151 salaries
unlock blur

₹1 L/yr - ₹9.8 L/yr

Explore more salaries
Compare Saint-Gobain with

Tata Projects

4.2
Compare

Shapoorji Pallonji Group

4.1
Compare

Kalpataru Projects International

4.1
Compare

Nagarjuna Construction Company

4.1
Compare
write
Share an Interview