Add office photos
Premium Employer

Saint-Gobain

4.0
based on 1.5k Reviews
Filter interviews by

100+ Samgor India Interview Questions and Answers

Updated 12 Nov 2024
Popular Designations

Q1. Explain how you will place heat and light sensors in a room with glass facade on one side

Ans.

Heat and light sensors can be strategically placed in a room with a glass facade to ensure accurate readings.

  • Place heat sensors away from direct sunlight to avoid false readings.

  • Position light sensors in areas that receive direct sunlight to measure the intensity accurately.

  • Consider placing sensors at different heights to capture variations in temperature and light levels.

  • Ensure sensors are not obstructed by furniture or other objects that may affect their readings.

  • Calibrate ...read more

View 6 more answers

Q2. What is the difference between R phase, Y phase, B phase?

Ans.

R, Y, B phases are the three phases of AC power supply. They differ in their phase angle and voltage level.

  • R phase has a phase angle of 0 degrees and is usually connected to the red wire.

  • Y phase has a phase angle of 120 degrees and is usually connected to the yellow wire.

  • B phase has a phase angle of 240 degrees and is usually connected to the blue wire.

  • The voltage level of each phase is the same, but they are out of phase with each other.

  • The three phases are used to power thr...read more

Add your answer

Q3. What kind of sensors can be used to collect heat and light based data?

Ans.

Various sensors can be used to collect heat and light based data, such as thermocouples, infrared sensors, and photodiodes.

  • Thermocouples are commonly used to measure temperature by detecting changes in voltage.

  • Infrared sensors can detect heat radiation and are used in applications like temperature monitoring and motion detection.

  • Photodiodes are light sensors that convert light energy into electrical current and are used in light intensity measurement and optical communication...read more

View 1 answer

Q4. How will you handle your distributor when one selling your product in other's area?

Ans.

I will communicate with the distributor and remind them of the agreed upon territory. If necessary, I will take appropriate action.

  • I will first have a conversation with the distributor to understand why they are selling in another area.

  • I will remind them of the agreed upon territory and the consequences of violating it.

  • If necessary, I will take appropriate action such as terminating the distributor's contract or imposing penalties.

  • I will also ensure that the distributor under...read more

Add your answer
Discover Samgor India interview dos and don'ts from real experiences

Q5. What are the steps to maintain the battery in periodically?

Ans.

Periodic maintenance of batteries is crucial for their longevity and optimal performance.

  • Check the battery terminals for corrosion and clean them if necessary

  • Inspect the battery case for any cracks or damage

  • Ensure that the battery is securely fastened in place

  • Check the electrolyte level and top up with distilled water if required

  • Test the battery voltage and recharge if necessary

Add your answer

Q6. Tcode for account group & what is function of account group?

Ans.

Tcode for account group is OBD4. Account group is used to classify GL accounts based on their nature and usage.

  • Account group is a key element in the creation of GL accounts

  • It helps in defining the fields that are mandatory while creating a GL account

  • It also determines the number range for GL accounts

  • Examples of account groups are Assets, Liabilities, Income, Expenses, etc.

Add your answer
Are these interview questions helpful?

Q7. Voltage and current difference between Series and parallel of two or more batteries?

Ans.

In series, voltage adds up while current remains the same. In parallel, voltage remains the same while current adds up.

  • In series, batteries are connected end-to-end, positive to negative. In parallel, batteries are connected positive to positive and negative to negative.

  • Series connection increases voltage but does not increase current. Parallel connection increases current but does not increase voltage.

  • Series connection is used to increase voltage for high-power applications ...read more

Add your answer

Q8. What kind of python libraries are used for excel file handling?

Ans.

Some python libraries used for excel file handling are openpyxl, pandas, xlrd, xlwt.

  • openpyxl is a library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.

  • pandas provides data structures and functions to work with structured data, including Excel files.

  • xlrd is used for reading data and formatting information from Excel files.

  • xlwt is used for writing data and formatting information to Excel files.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What are the security threats of hard-coded secrets in your code?

Ans.

Hard-coded secrets in code pose security threats such as exposure of sensitive information, potential unauthorized access, and difficulty in rotating credentials.

  • Exposure of sensitive information: Hard-coded secrets can be easily accessed by anyone with access to the code, leading to potential data breaches.

  • Potential unauthorized access: If hard-coded secrets are compromised, attackers can gain unauthorized access to systems, databases, or other sensitive resources.

  • Difficulty...read more

Add your answer

Q10. Assuming that the best-fit curve is a line, Derive the line equation using the end constraints(limits)

Ans.

Deriving the line equation using end constraints

  • To derive the line equation, we need two points on the line

  • The end constraints provide the limits for the line

  • Using the limits, we can determine the coordinates of the two points

  • Once we have the points, we can calculate the slope and y-intercept of the line

  • Finally, we can write the line equation in the form y = mx + b

View 1 answer

Q11. Difference between single phase and three phase?

Ans.

Single phase and three phase are two types of electrical power distribution systems.

  • Single phase has one live conductor and one neutral conductor, while three phase has three live conductors and one neutral conductor.

  • Single phase is commonly used in residential and small commercial applications, while three phase is used in industrial and large commercial applications.

  • Single phase power supply is suitable for low power loads, while three phase power supply is suitable for hig...read more

View 1 answer

Q12. What is the difference FUSE, MCB, ELCB, RCCB?

Ans.

FUSE, MCB, ELCB, and RCCB are all electrical protection devices, but they differ in their functions and applications.

  • FUSE is a simple device that protects electrical circuits from overloading or short-circuiting by melting and breaking the circuit.

  • MCB (Miniature Circuit Breaker) is an automatic switch that trips and cuts off the power supply when there is an overload or short-circuit.

  • ELCB (Earth Leakage Circuit Breaker) is a safety device that detects and cuts off the power s...read more

Add your answer

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

Add your answer

Q14. how would you go about measuring carbon dioxide concentration in a room,factors affecting it?

Ans.

To measure carbon dioxide concentration in a room, use a CO2 sensor and consider factors like occupancy, ventilation, and indoor sources.

  • Use a CO2 sensor to measure carbon dioxide concentration in the room.

  • Factors affecting carbon dioxide concentration include occupancy levels, ventilation rates, and indoor sources like combustion appliances or plants.

  • Ensure the CO2 sensor is placed at a representative location in the room, away from direct airflow or potential obstructions.

  • C...read more

Add your answer

Q15. what is black box and white box testing?

Ans.

Black box testing is testing without knowledge of the internal workings of the system. White box testing is testing with knowledge of the internal workings of the system.

  • Black box testing focuses on the functionality of the system without knowing the internal code.

  • White box testing focuses on the internal code and structure of the system.

  • Black box testing is often used for user acceptance testing.

  • White box testing is often used for unit testing and integration testing.

  • Example...read more

Add your answer

Q16. WAP to find the 2nd maximum number

Ans.

WAP to find the 2nd maximum number in an array

  • Sort the array in descending order and return the 2nd element

  • Iterate through the array and keep track of the maximum and 2nd maximum

  • Use a priority queue to find the 2nd maximum

Add your answer

Q17. what is enthalpy and entropy and latent heat?

Ans.

Enthalpy is the heat content of a system, entropy is the measure of disorder, and latent heat is the heat absorbed or released during a phase change.

  • Enthalpy is a thermodynamic property that measures the heat content of a system at constant pressure.

  • Entropy is a measure of the degree of disorder or randomness in a system.

  • Latent heat is the heat absorbed or released during a phase change, such as melting or boiling.

  • Enthalpy and entropy are related by the Gibbs free energy equa...read more

Add your answer

Q18. How you will handle the complaint when fault is not from your side.

Ans.

I will listen to the customer's complaint, empathize with them, and offer solutions within my capacity.

  • Listen attentively to the customer's complaint and acknowledge their frustration.

  • Empathize with the customer and assure them that their complaint is being taken seriously.

  • Offer solutions within my capacity, such as escalating the issue to the relevant department or offering a refund or replacement.

  • If the fault is not from our side, explain the situation to the customer and o...read more

Add your answer

Q19. what is software testing?

Ans.

Software testing is the process of evaluating a software application or system to identify defects, errors, or gaps in functionality.

  • Software testing ensures that the software meets the specified requirements and works as expected.

  • It involves executing test cases, comparing actual results with expected results, and reporting any discrepancies.

  • Testing can be done manually or using automated tools.

  • Types of software testing include functional testing, performance testing, securi...read more

View 1 answer

Q20. How you will increase our visibility without advertisement.

Ans.

By leveraging social media, networking events, and partnerships with complementary businesses.

  • Create engaging social media content and collaborate with influencers to increase reach

  • Attend industry events and conferences to network and build relationships

  • Partner with complementary businesses to cross-promote and expand reach

  • Utilize word-of-mouth marketing by providing exceptional customer service and incentivizing referrals

Add your answer

Q21. How to find in a faulty battery?

Ans.

A faulty battery can be identified by checking its voltage, capacity, and physical appearance.

  • Check the voltage of the battery using a multimeter

  • Test the capacity of the battery using a battery tester

  • Inspect the physical appearance of the battery for any signs of damage or leakage

  • Check the battery terminals for corrosion or loose connections

  • Compare the battery's performance to its specifications

Add your answer

Q22. Are u well versed with Ehs legal compliance related acts and rule

Ans.

Yes, I am well-versed with EHS legal compliance related acts and rules.

  • I have extensive knowledge of OSHA regulations and guidelines.

  • I am familiar with EPA regulations related to hazardous waste management.

  • I have experience in implementing and maintaining compliance programs.

  • I regularly attend training sessions and seminars to stay up-to-date with the latest regulations.

  • I have successfully managed compliance audits and inspections.

Add your answer

Q23. How to face a customer have problem with our product

Ans.

Listen to the customer, empathize with their situation, and offer a solution to their problem.

  • Listen actively to the customer's concerns and ask clarifying questions.

  • Empathize with their frustration and acknowledge their experience.

  • Offer a solution to their problem, whether it be a repair, replacement, or refund.

  • Follow up with the customer to ensure their satisfaction with the resolution.

  • Provide clear and concise communication throughout the process.

Add your answer
Asked in
KAM Interview

Q24. How to connect with architects and green consultants?

Ans.

Connecting with architects and green consultants requires building relationships and showcasing expertise in sustainable design.

  • Attend industry events and conferences to network with professionals

  • Offer educational resources and case studies on sustainable design

  • Collaborate on projects to demonstrate expertise and build trust

  • Utilize social media and online platforms to showcase work and connect with potential clients

  • Stay up-to-date on industry trends and advancements in sustai...read more

Add your answer

Q25. What is a best-fit curve?

Ans.

A best-fit curve is a mathematical function that represents the closest approximation to a set of data points.

  • A best-fit curve is used to model the relationship between variables in a dataset.

  • It is often used in research and development to analyze and predict trends.

  • The curve is determined by minimizing the overall distance between the curve and the data points.

  • Different types of curves can be used, such as linear, polynomial, exponential, or logarithmic curves.

  • The best-fit c...read more

View 3 more answers

Q26. What are your weaknesses and how to channelize it to make it productive

Ans.

I tend to overthink things, but I have learned to channelize it by breaking down complex tasks into smaller ones.

  • I tend to get too involved in details, but I have learned to prioritize tasks and delegate responsibilities.

  • I can be too critical of myself, but I have learned to focus on my strengths and seek feedback to improve.

  • I struggle with public speaking, but I have taken courses and practiced to improve my communication skills.

  • I have a tendency to procrastinate, but I have...read more

Add your answer

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

Add your answer

Q28. How you can increase the demand for our product.

Ans.

By improving product features, targeting new markets, and implementing effective marketing strategies.

  • Conduct market research to identify new potential customers and their needs

  • Improve product features to meet customer demands and stand out from competitors

  • Develop effective marketing strategies to increase brand awareness and attract new customers

  • Offer promotions and discounts to incentivize customers to try the product

  • Expand distribution channels to reach new markets

  • Provide ...read more

Add your answer

Q29. Explain design patterns

Ans.

Design patterns are reusable solutions to common software design problems.

  • Design patterns provide a common vocabulary for developers to communicate about solutions to common problems.

  • They can improve code readability, maintainability, and scalability.

  • Examples include the Singleton pattern, Factory pattern, and Observer pattern.

Add your answer

Q30. How would you deal with inactive accounts?

Ans.

I would assess the reasons for inactivity, re-engage with personalized communication, offer incentives, and set up regular follow-ups.

  • Identify reasons for inactivity (e.g. lack of communication, change in needs)

  • Reach out with personalized communication to re-engage (e.g. tailored emails, phone calls)

  • Offer incentives to encourage activity (e.g. discounts, special promotions)

  • Set up regular follow-ups to maintain engagement (e.g. monthly check-ins, updates on new products)

View 1 answer

Q31. Explain SOLID principles

Ans.

SOLID principles are a set of five design principles for writing maintainable and scalable code.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

  • I - Interface Segregation Principle: Clients should not be forced to depend on interfaces they do not use.

  • D - ...read more

Add your answer

Q32. 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 transactions, such as ensuring that invoices match purchase orders an...read more

Add your answer

Q33. Draw the diagram of DOL starter.

Ans.

A DOL starter is a direct online motor starter that provides full voltage to the motor.

  • Consists of a contactor, overload relay, and start/stop buttons

  • The contactor connects the motor to the power supply

  • The overload relay protects the motor from overloading

  • The start/stop buttons control the on/off function of the motor

  • Used for small motors with low starting current

  • Not suitable for large motors or motors with high starting current

Add your answer

Q34. What are the materials which are sustainable friendly

Add your answer

Q35. How will you satisfy customer needs

Ans.

We will satisfy customer needs by understanding their requirements and providing personalized solutions.

  • Listen actively to customer feedback

  • Offer customized solutions based on their needs

  • Provide prompt and efficient service

  • Ensure quality of products and services

  • Maintain transparency and open communication

Add your answer

Q36. Explain the results you have found and tie them to fundamentals

Ans.

The results of my research show a strong correlation between X and Y, indicating a significant impact on Z.

  • Identify key findings and trends in the data

  • Explain how these results align with existing theories or principles

  • Discuss the implications of these findings for future research or practical applications

Add your answer

Q37. 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 nums WHERE @num % num = 0;

Add your answer

Q38. How maketing and sales is different

Ans.

Marketing is about creating awareness and interest, while sales is about closing deals and generating revenue.

  • Marketing focuses on creating a brand image and promoting products or services to potential customers.

  • Sales involves direct interaction with customers to persuade them to make a purchase.

  • Marketing is a long-term strategy, while sales is a short-term tactic.

  • Marketing is about creating demand, while sales is about fulfilling that demand.

  • Marketing is more about creating ...read more

View 1 answer

Q39. testing methods and testing techniques

Ans.

Testing methods are the overall approaches to testing while testing techniques are the specific methods used to test.

  • Testing methods include black box, white box, and gray box testing

  • Testing techniques include equivalence partitioning, boundary value analysis, and decision table testing

  • Testing methods are chosen based on the project requirements and goals

  • Testing techniques are chosen based on the type of software being tested and the potential risks involved

Add your answer

Q40. Explain the operation of diodes

Ans.

Diodes are electronic components that allow current to flow in one direction only.

  • Diodes have two terminals - an anode and a cathode.

  • When a diode is forward-biased, it allows current to flow through it.

  • When a diode is reverse-biased, it blocks the flow of current.

  • Diodes are commonly used in rectifiers, voltage regulators, and signal demodulation.

  • Examples of diodes include silicon diodes, Schottky diodes, and light-emitting diodes (LEDs).

Add your answer

Q41. Diffrence between switch and amplifier

Ans.

Switch is used to connect multiple devices in a network and direct data packets, while amplifier is used to increase the strength of a signal.

  • Switch is a networking device that operates at the data link layer of the OSI model, while amplifier is an electronic device that increases the amplitude of a signal.

  • Switches are used to create networks and connect multiple devices, while amplifiers are used to boost the strength of signals in audio or radio transmissions.

  • Switches have ...read more

Add your answer

Q42. 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 the tables.

  • Self Join: Joining a table with itself to combin...read more

Add your answer

Q43. What are the test cases for a graph?

Ans.

Test cases for a graph involve checking various scenarios to ensure the graph functions correctly.

  • Test case to check if the graph is empty

  • Test case to check if the graph contains nodes and edges

  • Test case to check if the graph can handle loops

  • Test case to check if the graph can handle disconnected components

  • Test case to check if the graph can handle weighted edges

Add your answer

Q44. Work subject and how to develop the major

Ans.

The work subject involves overseeing store and warehouse operations, including inventory management, logistics, and team supervision.

  • Developing a strong understanding of inventory management systems and procedures

  • Implementing efficient logistics strategies to optimize warehouse operations

  • Training and supervising warehouse staff to ensure productivity and accuracy

  • Regularly monitoring inventory levels and conducting audits to prevent stockouts or overstocking

  • Collaborating with ...read more

Add your answer

Q45. Is Hr role is profit for company

Ans.

Yes, HR plays a crucial role in driving profits for a company.

  • HR helps in recruiting and retaining top talent, which directly impacts the company's productivity and profitability.

  • HR also plays a key role in developing and implementing strategies to improve employee engagement and satisfaction, leading to higher retention rates and lower turnover costs.

  • Effective HR policies and practices can also help reduce legal risks and compliance costs for the company.

  • For example, a study...read more

Add your answer

Q46. What is transistors

Ans.

Transistors are semiconductor devices used to amplify or switch electronic signals and electrical power.

  • Transistors are fundamental building blocks of modern electronic devices.

  • They can amplify electrical signals, control the flow of current, and act as switches.

  • Transistors have three terminals: emitter, base, and collector.

  • Common types of transistors include bipolar junction transistors (BJTs) and field-effect transistors (FETs).

Add your answer

Q47. How to write date between range in orm

Ans.

Use ORM query to filter dates within a specified range

  • Use the 'filter' method in ORM to specify the date range

  • Use the '__range' lookup to specify the start and end dates

  • Example: Model.objects.filter(date_field__range=(start_date, end_date))

Add your answer

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

Add your answer

Q49. 16 fields of pricing procedure

Ans.

The pricing procedure in SAP consists of 16 fields that determine the pricing calculation for a product or service.

  • The 16 fields include: Condition Type, Access Sequence, Condition Table, Calculation Type, Scale Basis, Scale Type, Condition Category, Condition Class, Condition Control, Calculation Type, Rounding Rule, Currency, Pricing Unit, Scale Quantity, Scale Value, and Condition Amount.

  • Each field plays a specific role in determining the final price of a product or servic...read more

Add your answer

Q50. What do you know about design builder

Add your answer

Q51. Explain about planning

Ans.

Planning is the process of setting goals, determining actions, and allocating resources to achieve those goals.

  • Planning involves identifying objectives and creating a roadmap to achieve them.

  • It helps in organizing tasks, setting priorities, and allocating resources effectively.

  • Planning ensures that there is a clear direction and focus for the team.

  • It helps in anticipating potential challenges and developing contingency plans.

  • Effective planning leads to increased productivity ...read more

View 2 more answers

Q52. Automation framework you worked on

Ans.

I have worked on a custom automation framework using Selenium and TestNG.

  • The framework was designed to support both UI and API testing.

  • It had a modular structure with reusable components.

  • We used Jenkins for continuous integration and delivery.

  • The framework was integrated with JIRA for test management and reporting.

  • We also implemented parallel testing to save time and increase efficiency.

Add your answer

Q53. 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 changes in the page structure.

  • Example of absolute xpath: /html/b...read more

Add your answer

Q54. Fire work at Hieght confined space near miss

Ans.

The question is unclear and requires further clarification.

  • Can you please provide more context or details about the incident?

  • What was the cause of the near miss?

  • What safety measures were in place to prevent such incidents?

  • Were there any injuries or damages as a result of the near miss?

  • How can we improve safety procedures to prevent similar incidents in the future?

Add your answer

Q55. how do you find leads

Ans.

I use a combination of online research, networking, and referrals to find leads.

  • I search for potential clients on LinkedIn and other social media platforms

  • I attend industry events and conferences to meet new people and make connections

  • I ask current clients for referrals and recommendations

  • I use lead generation tools and software to identify potential leads

  • I collaborate with colleagues and partners to share leads and opportunities

Add your answer

Q56. What is glass

Ans.

Glass is a solid, transparent material made by heating a mixture of silica and other materials.

  • Glass is a non-crystalline, amorphous solid

  • It is made by heating a mixture of silica, soda ash, and lime

  • It can be molded into various shapes and sizes

  • It is used in windows, mirrors, lenses, and containers

  • Different types of glass include tempered, laminated, and stained glass

Add your answer

Q57. What is your carrier goals

Ans.

My career goal is to become a successful Key Account Manager by consistently exceeding sales targets and building strong relationships with clients.

  • To consistently exceed sales targets and increase revenue for the company

  • To build strong and lasting relationships with clients by providing excellent customer service and support

  • To continuously improve my skills and knowledge in sales and account management

  • To eventually take on a leadership role within the company and mentor othe...read more

Add your answer

Q58. What is supply chain management

Ans.

Supply chain management involves the coordination and optimization of all activities involved in the production and distribution of goods and services.

  • Involves planning, sourcing, manufacturing, and delivering products to customers

  • Focuses on efficiency, cost reduction, and customer satisfaction

  • Utilizes technology and data analytics to improve processes

  • Examples include inventory management, transportation logistics, and supplier relationships

Add your answer

Q59. What about warehouse management

Ans.

Warehouse management involves overseeing the operations of a warehouse to ensure efficient storage and distribution of goods.

  • Organizing inventory to optimize space and accessibility

  • Implementing inventory tracking systems for accurate stock management

  • Coordinating receiving, storing, and shipping processes

  • Ensuring compliance with safety regulations and quality standards

  • Utilizing technology such as RFID and WMS for improved efficiency

Add your answer

Q60. Explain view state in asp. Net

Ans.

View state is a hidden field that stores the state of a web page and its controls between postbacks.

  • View state is used to maintain the state of controls on a web page.

  • It is stored as a hidden field on the page.

  • View state can be disabled to improve performance.

  • View state can be encrypted for security purposes.

Add your answer

Q61. What is Work permit system?

Ans.

A work permit system is a formal written system used to control high-risk work activities to ensure safety of workers and the workplace.

  • Work permit systems outline the procedures and requirements for carrying out specific high-risk tasks.

  • They are used to assess risks, implement controls, and communicate safety measures to workers.

  • Examples include hot work permits for welding, confined space entry permits, and electrical work permits.

  • Work permits are typically issued by author...read more

Add your answer

Q62. What is confined space?

Ans.

Confined space is an area that is not designed for continuous occupancy, has limited entry and exit points, and may have hazardous conditions.

  • Confined spaces are typically small and enclosed, making it difficult to enter and exit.

  • These spaces may have poor ventilation, limited lighting, or contain hazardous substances.

  • Examples of confined spaces include storage tanks, silos, tunnels, and sewers.

Add your answer

Q63. What are connected devices?

Ans.

Connected devices are electronic devices that can communicate with each other and share data over a network.

  • Connected devices can include smartphones, tablets, laptops, smart TVs, smart home devices, and wearable technology.

  • They are able to connect to the internet or other devices through Wi-Fi, Bluetooth, or other wireless technologies.

  • These devices can exchange information, synchronize data, and perform tasks together to enhance user experience and efficiency.

Add your answer

Q64. What is graphene

Ans.

Graphene is a thin layer of pure carbon arranged in a hexagonal lattice.

  • It is the thinnest material known to man

  • It is a good conductor of electricity and heat

  • It is incredibly strong and flexible

  • It has potential applications in electronics, energy, and medicine

Add your answer

Q65. Present your design research project

Ans.

My design research project focused on improving the user experience of a mobile banking app.

  • Conducted user interviews to identify pain points and areas for improvement

  • Created user personas and journey maps to visualize user needs and behaviors

  • Designed and tested prototypes to validate design decisions

  • Collaborated with developers to ensure implementation of design solutions

  • Resulted in a 20% increase in user satisfaction and a 15% increase in app usage

Add your answer

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

Add your answer

Q67. What is OOP concept

Ans.

OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOP focuses on creating objects that contain data and methods to manipulate that data.

  • Encapsulation, inheritance, and polymorphism are key principles of OOP.

  • Example: Inheritance allows a class to inherit properties and behaviors from another class.

Add your answer

Q68. Explain the woking process and etc

Ans.

The working process involves overseeing warehouse operations, managing inventory, coordinating shipments, and ensuring efficiency.

  • Oversee warehouse operations to ensure smooth functioning

  • Manage inventory levels and conduct regular audits

  • Coordinate shipments and deliveries with suppliers and customers

  • Implement efficient processes to optimize workflow

  • Ensure compliance with safety regulations and company policies

Add your answer

Q69. what's the alignment methods

Ans.

Alignment methods are techniques used to ensure proper positioning and orientation of mechanical components.

  • Common alignment methods include laser alignment, dial indicator alignment, and straight edge alignment.

  • Laser alignment uses a laser beam to measure and adjust the alignment of components.

  • Dial indicator alignment uses a dial gauge to measure the alignment of components.

  • Straight edge alignment involves using a straight edge to check the alignment of components.

  • Proper ali...read more

Add your answer

Q70. What is regression testing

Ans.

Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

  • Regression testing is performed after code changes to verify that existing features still work correctly.

  • It helps in identifying any defects introduced by new code changes.

  • Automated testing tools are often used for regression testing to save time and effort.

  • Examples of regression testing include running test cases that cover ...read more

Add your answer

Q71. What is black box testing

Ans.

Black box testing is a software testing method where the internal structure or code of the application is not known to the tester.

  • Tester focuses on the functionality of the software without knowing its internal workings

  • Tests are based on the software requirements and specifications

  • Input data is provided and output is compared against expected results

  • Examples: equivalence partitioning, boundary value analysis

Add your answer

Q72. How do you sell glass

Ans.

To sell glass, highlight its durability, versatility, and aesthetic appeal.

  • Emphasize the durability of glass, which can withstand high temperatures and resist scratches and stains.

  • Highlight the versatility of glass, which can be used for windows, mirrors, tabletops, and more.

  • Showcase the aesthetic appeal of glass, which can add elegance and sophistication to any space.

  • Provide examples of how glass can enhance the functionality and beauty of a home or business.

  • Offer competitiv...read more

Add your answer

Q73. Types of joins in sql

Ans.

Types of joins in SQL

  • Inner Join: returns only the matching rows from both tables

  • Left Join: returns all rows from the left table and matching rows from the right table

  • Right Join: returns all rows from the right table and matching rows from the left table

  • Full Outer Join: returns all rows from both tables

  • Cross Join: returns the Cartesian product of both tables

Add your answer

Q74. difference between let, const and var

Ans.

let, const, and var are all used to declare variables in JavaScript, but they have different scopes and behaviors.

  • let: block-scoped variable, can be reassigned

  • const: block-scoped variable, cannot be reassigned, but its properties can be modified

  • var: function-scoped variable, can be reassigned

Add your answer

Q75. Oxygen level in confined space?

Ans.

Oxygen level in confined spaces should be monitored to ensure safety of workers.

  • Oxygen levels in confined spaces should be maintained between 19.5% and 23.5%.

  • Low oxygen levels can lead to dizziness, confusion, and even loss of consciousness.

  • High oxygen levels can increase the risk of fire and explosion.

  • Monitoring equipment such as oxygen meters should be used to regularly check oxygen levels in confined spaces.

Add your answer

Q76. Explain Third party process

Ans.

Third party process involves outsourcing a business function to a vendor or supplier.

  • Third party process involves hiring an external vendor or supplier to perform a business function.

  • This can include outsourcing IT services, customer support, or manufacturing.

  • The third party is responsible for delivering the service or product as per the agreed terms and conditions.

  • The company outsourcing the function retains overall control and responsibility for the outcome.

  • Third party proc...read more

Add your answer

Q77. Why we need earthing

Ans.

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

Add your answer

Q78. Explain OTC cycle.

Ans.

OTC cycle refers to the process of Over-The-Counter trading of securities.

  • OTC trading involves direct trading between two parties without the involvement of a stock exchange.

  • OTC securities are not listed on formal exchanges and are traded through dealer networks.

  • OTC cycle includes negotiation, trade execution, and settlement.

  • OTC trading is common for small-cap and penny stocks.

  • OTC trading is less regulated than exchange-traded securities.

Add your answer

Q79. What about WCM pillar

Ans.

WCM pillar refers to the Web Content Management pillar in digital marketing, focusing on managing and optimizing website content.

  • WCM pillar involves creating, editing, and publishing content on websites to attract and engage users.

  • It includes strategies for content organization, SEO optimization, and user experience improvement.

  • Examples of WCM tools include WordPress, Drupal, and Joomla.

  • WCM pillar plays a crucial role in driving traffic, increasing conversions, and enhancing ...read more

Add your answer

Q80. What is rag management

Ans.

Rag management involves the proper handling and disposal of rags used in industrial settings to prevent accidents and maintain cleanliness.

  • Rags used in industrial settings can become contaminated with chemicals, oils, or other hazardous materials.

  • Proper rag management includes storing rags in designated containers, labeling them appropriately, and disposing of them according to regulations.

  • Failure to properly manage rags can lead to accidents, fires, or environmental contamin...read more

Add your answer

Q81. Views on IOT with example

Ans.

I believe IOT has immense potential to revolutionize various industries by connecting devices and collecting data for analysis.

  • IOT can improve efficiency and productivity by automating processes

  • It can enhance customer experience by providing personalized services

  • IOT can also enable predictive maintenance to reduce downtime

  • Example: Smart home devices like thermostats and security cameras that can be controlled remotely

Add your answer

Q82. Principal of induction motor

Ans.

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 connections and relies on induction for operation.

  • Common types of...read more

View 1 answer

Q83. What is scrum? Agile

Ans.

Scrum is an agile framework for managing work on complex projects.

  • Scrum involves breaking down work into small, manageable tasks called user stories.

  • It emphasizes frequent communication and collaboration among team members.

  • Scrum uses time-boxed iterations called sprints to deliver incremental value.

  • Roles in Scrum include Product Owner, Scrum Master, and Development Team.

  • Popular tools for Scrum include Jira, Trello, and Asana.

Add your answer

Q84. What is class type 22

Ans.

Class type 22 refers to a specific category or classification within a system or framework.

  • Class type 22 may refer to a specific type of product or service offered by a company.

  • It could also be a classification used in a particular industry or field.

  • In some cases, class type 22 may be a code or identifier used for organizational purposes.

Add your answer

Q85. What is SOD in SAP?

Ans.

SOD stands for Segregation of Duties in SAP, ensuring that no single user has the ability to both create and approve transactions.

  • SOD helps prevent fraud and errors by separating conflicting duties

  • It involves defining and enforcing rules to ensure proper segregation of duties

  • For example, a user should not be able to both create a vendor and approve payments to that vendor

Add your answer

Q86. Material Name used of construction

Ans.

Various materials are used in construction, such as concrete, steel, wood, and bricks.

  • Concrete is commonly used for foundations and structures

  • Steel is used for framing and reinforcement

  • Wood is used for framing and finishing

  • Bricks are used for walls and facades

Add your answer

Q87. Geometry parts of characteristics

Ans.

Geometry parts of characteristics refer to the different components or attributes that make up a geometric shape or object.

  • Geometry parts include points, lines, angles, and shapes.

  • Points are the basic building blocks of geometry and have no size or dimension.

  • Lines are straight or curved and have length but no width or thickness.

  • Angles are formed by two intersecting lines or rays and measure the amount of rotation between them.

  • Shapes are formed by connecting lines or curves an...read more

Add your answer

Q88. 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 FROM table2;

Add your answer

Q89. 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 messages to the user.

  • Client-side validation using validator...read more

Add your answer

Q90. Explain your design process

Ans.

My design process involves research, ideation, prototyping, testing, and iteration.

  • Conduct research to understand user needs and pain points

  • Brainstorm and ideate potential solutions

  • Create prototypes to test and gather feedback

  • Iterate and refine designs based on feedback

  • Test final design with users to ensure usability and effectiveness

Add your answer

Q91. Any design research project

Ans.

Design research project on improving user experience of a mobile banking app

  • Conduct user interviews to understand pain points and needs

  • Analyze user behavior data to identify common issues

  • Create prototypes and conduct usability testing

  • Iterate design based on feedback

  • Collaborate with developers to implement changes

  • Evaluate success through user feedback and metrics

Add your answer

Q92. Importance of Industrial DMZ network

Ans.

Industrial DMZ network is crucial for securing industrial control systems from cyber attacks.

  • DMZ network acts as a buffer zone between the internet and the industrial control system network.

  • It allows for secure remote access to the network without compromising the safety of the system.

  • DMZ network can be used to monitor and filter traffic, preventing unauthorized access to the network.

  • It can also be used to isolate critical systems from less secure systems.

  • Examples of DMZ netw...read more

Add your answer

Q93. What is the CUA Su24 tcode Su53 tcode

Add your answer

Q94. What is Api testing

Ans.

API testing is a type of software testing that involves testing APIs directly.

  • API testing involves testing the functionality, reliability, performance, and security of APIs.

  • It focuses on verifying that the API meets the requirements and works as expected.

  • API testing can be done manually or using automated tools like Postman or SoapUI.

  • Examples of API testing include testing RESTful APIs, SOAP APIs, and web services.

Add your answer

Q95. OOPS CONCEPT OF JAVA

Ans.

OOPS concepts in Java refer to the principles of Object-Oriented Programming such as inheritance, encapsulation, polymorphism, and abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

  • Polymorphism: Ability of a method to do different things based on the ...read more

Add your answer

Q96. previous customers handled

Ans.

I have successfully handled a wide range of customers in my previous roles, including small businesses, large corporations, and individual consumers.

  • Experience working with small businesses, providing tailored solutions to meet their specific needs

  • Managed relationships with large corporations, ensuring smooth implementation of solutions and addressing any issues promptly

  • Assisted individual consumers with product inquiries, troubleshooting, and resolving any issues they encoun...read more

Add your answer

Q97. What is 7 qc tool

Ans.

7 QC tools are a set of basic statistical tools used for quality control and process improvement.

  • 1. Check Sheet: Used to collect and organize data in a structured format.

  • 2. Pareto Chart: Helps identify the most significant factors contributing to a problem.

  • 3. Histogram: Visual representation of data distribution.

  • 4. Scatter Diagram: Shows the relationship between two variables.

  • 5. Control Chart: Monitors process performance over time.

  • 6. Cause-and-Effect Diagram (Fishbone Diagra...read more

Add your answer

Q98. Advantages of oops

Ans.

Advantages of OOP include code reusability, modularity, flexibility, and easier maintenance.

  • Code reusability allows for the reuse of classes and objects in different parts of the program.

  • Modularity helps in organizing code into manageable units, making it easier to understand and maintain.

  • Flexibility allows for easy modifications and updates to the code without affecting other parts of the program.

  • Easier maintenance is achieved through encapsulation, inheritance, and polymorp...read more

Add your answer

Q99. Attribute of test cases

Ans.

Attributes of test cases include clarity, completeness, correctness, efficiency, and effectiveness.

  • Clarity: Test cases should be easy to understand and follow.

  • Completeness: Test cases should cover all possible scenarios and conditions.

  • Correctness: Test cases should accurately reflect the expected results.

  • Efficiency: Test cases should be designed to be executed in a timely manner.

  • Effectiveness: Test cases should be able to identify defects in the system.

  • Example: A test case fo...read more

Add your answer

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

Add your answer
1
2
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Samgor India

based on 52 interviews in the last 1 year
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.4
 • 488 Interview Questions
3.8
 • 386 Interview Questions
4.2
 • 384 Interview Questions
4.2
 • 310 Interview Questions
4.0
 • 253 Interview Questions
4.1
 • 152 Interview Questions
View all
Top Saint-Gobain Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter