i
Saint-Gobain
Filter interviews by
I appeared for an interview in Sep 2024.
Engaging in technical learning enhances problem-solving and innovation within a team.
Encourage continuous education through workshops and online courses, e.g., Coursera or Udemy.
Implement regular knowledge-sharing sessions where team members present new technologies or solutions they've explored.
Create a mentorship program pairing experienced members with those seeking to learn specific technical skills.
Utilize collabo...
I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.
Maths ,basic engineering logical reasoning
Earthing is needed to prevent electrical shocks, protect equipment, and ensure safety.
Prevents electrical shocks by providing a path for current to flow into the ground
Protects equipment from damage caused by lightning strikes or power surges
Ensures safety by reducing the risk of fire in case of a fault in the electrical system
The principal of induction motor involves the creation of a rotating magnetic field in the stator which induces current in the rotor.
Induction motors operate on the principle of electromagnetic induction.
The stator windings are connected to an AC power source, creating a rotating magnetic field.
This rotating magnetic field induces current in the rotor, causing it to rotate.
The rotor does not have any electrical connect...
I applied via Naukri.com and was interviewed in May 2022. There were 5 interview rounds.
Questions on reasoning , quant , English and engineering skills
I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.
Saint-Gobain interview questions for designations
What people are saying about Saint-Gobain
I applied via Walk-in and was interviewed in Nov 2023. There was 1 interview round.
3 candidate was their vs 1 opening
A pile is a long, cylindrical structure made of materials such as concrete, steel, or wood, used to support heavy loads.
Piles are commonly used in construction to support buildings, bridges, and other structures.
They are driven or drilled into the ground to provide stability and prevent settling or shifting.
Different types of piles include timber, concrete, steel, and composite piles.
Pile foundations are often used in ...
Vertical load test of pile is a test to determine the load carrying capacity of a pile.
A vertical load is applied to the pile using a hydraulic jack or a reaction frame.
The load is increased until the pile reaches its ultimate capacity or a predetermined limit.
The test helps in determining the pile's load settlement behavior and its ultimate bearing capacity.
The test is commonly used in the construction industry to ens...
Lateral load test of pile is a test to determine the lateral capacity of a pile.
It involves applying a horizontal load to the pile and measuring the deflection.
The test is conducted by using a hydraulic jack or a reaction frame.
The lateral load test helps in determining the lateral load capacity of the pile.
The test results are used to design the foundation of the structure.
The lateral load test is important for struct...
Yes
Yes, there is an IS code for vertical load test of piles.
The relevant IS code is IS 2911 (Part 4): 2013 - 'Design and construction of pile foundations - Load test on piles'.
This code provides guidelines for conducting vertical load tests on piles to determine their load-carrying capacity and performance.
The code covers various aspects such as test setup, instrumentation, loading procedures, acceptance criteria, and ...
Vertical load test of pile is done to determine the load carrying capacity of the pile.
To ensure the pile can support the intended load
To determine the settlement of the pile under load
To verify the design assumptions
To assess the quality of the pile installation
Examples: bridge piers, high-rise buildings, transmission towers
Vertical load test is a procedure to determine the load-bearing capacity of a structure.
The test involves applying a vertical load to the structure and measuring the resulting deflection.
The load is gradually increased until the structure reaches its maximum load-bearing capacity.
The test can be performed using hydraulic jacks, weights, or other equipment.
The results of the test are used to ensure the safety and stabil...
Lateral load test is a procedure to determine the strength and stability of a structure against horizontal forces.
The test involves applying a horizontal force to the structure and measuring its response.
The force is usually applied using hydraulic jacks or a reaction frame.
The test is performed on a representative section of the structure, such as a column or a wall.
The results of the test are used to verify the desig...
SPT test is a standard penetration test used to determine the soil's resistance to penetration.
SPT test involves driving a standard sampler into the soil using a hammer of standard weight and height.
The number of blows required to drive the sampler a certain distance is recorded as the SPT N-value.
SPT test is commonly used in geotechnical engineering to determine soil properties such as shear strength and bearing capac...
MPR, WPR, and DPR are acronyms used in various fields to represent different concepts.
MPR stands for Monthly Progress Report, which is a document that provides an overview of the progress made during a specific month.
WPR stands for Weekly Progress Report, which is a document that highlights the progress made on a weekly basis.
DPR stands for Daily Progress Report, which is a document that summarizes the daily progress m...
BBS calculation is a method used to determine the reinforcement required for a pile.
BBS stands for Bar Bending Schedule.
It involves calculating the length and number of steel bars required for the pile.
Factors such as load capacity, soil type, and pile diameter are taken into consideration.
The BBS is used to ensure the pile can withstand the required load and prevent failure.
The number of tests required for a pile depends on various factors such as the type of pile, soil conditions, and project requirements.
The number of tests can range from one to several depending on the project.
Common tests for piles include static load tests, dynamic load tests, and integrity tests.
Factors such as pile length, diameter, and soil type can affect the number of tests required.
The project specifications an...
The cut off level of pile depends on various factors such as soil type, load capacity, and design requirements.
The cut off level of pile is the depth at which the pile is embedded into the ground.
It is determined by the soil type and load capacity of the ground.
The design requirements of the structure being built also play a role in determining the cut off level of pile.
For example, if the structure requires a deeper f...
The minimum distance of detume bar of pile vertical load test is typically 2.5 times the diameter of the pile.
The detume bar is used to measure the settlement of the pile during the load test.
The minimum distance is important to ensure accurate measurement of the pile settlement.
The distance is typically 2.5 times the diameter of the pile, but may vary depending on the specific test requirements.
If the distance is too ...
Dynamic load test of pile is done to assess its load carrying capacity and integrity.
To ensure the pile can withstand the expected load and prevent failure
To determine the pile's ultimate bearing capacity
To assess the pile's integrity and detect any defects or damage
To verify the design assumptions and optimize the foundation design
Examples: bridge piers, tall buildings, wind turbines, etc.
Integrity test of pile is done to ensure the pile is structurally sound and can bear the required load.
To ensure the pile is not damaged during installation
To check if the pile is free from any defects or cracks
To verify if the pile can bear the required load
To ensure the safety of the structure and its occupants
Examples: Sonic Integrity Testing, Crosshole Sonic Logging, etc.
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
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.
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
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...
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
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
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 ...
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
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.
based on 8 interviews
1 Interview rounds
based on 102 reviews
Rating in categories
Team Member
528
salaries
| ₹1.4 L/yr - ₹7.9 L/yr |
Software Engineer
170
salaries
| ₹3 L/yr - ₹11.9 L/yr |
Senior Software Engineer
166
salaries
| ₹6.5 L/yr - ₹24.1 L/yr |
Key Account Manager
162
salaries
| ₹6.2 L/yr - ₹18 L/yr |
Production Engineer
155
salaries
| ₹1 L/yr - ₹11 L/yr |
Tata Projects
Shapoorji Pallonji Group
Kalpataru Projects International
Nagarjuna Construction Company