Alstom Transportation
100+ R.S. Infraprojects Interview Questions and Answers
Q101. How to manage Inventory anging
Inventory aging can be managed by implementing proper inventory control measures and monitoring stock levels regularly.
Implement a first-in, first-out (FIFO) inventory management system to ensure older stock is used first.
Regularly review inventory levels and adjust ordering quantities to prevent excess stock from aging.
Utilize inventory management software to track expiration dates and set alerts for aging inventory.
Implement strategies such as discounts or promotions to sel...read more
Q102. Knowledge about piping diagram?
Piping diagram is a schematic representation of the piping system used in a particular application.
It shows the flow of fluids or gases through the system
It includes information about valves, pumps, and other components
It helps in understanding the layout of the system and identifying potential issues
It is important for designing and troubleshooting brake systems
Q103. Layout plan inputs for staring design
Layout plan inputs include site measurements, zoning regulations, client requirements, and budget.
Site measurements and topography
Zoning regulations and building codes
Client requirements and preferences
Budget constraints
Environmental factors
Accessibility and safety considerations
Q104. Do u know Autocad?
Q105. What is CCP ?
Q106. What is lean manufacturing
Lean manufacturing is a systematic approach to identifying and eliminating waste in the production process.
Focuses on continuous improvement and waste reduction
Involves all employees in the process
Uses tools such as value stream mapping and 5S
Examples include Toyota Production System and Kaizen
Results in increased efficiency, productivity, and quality
Q107. Interlocking principles
Interlocking principles refer to the safety measures taken to prevent two or more conflicting actions from occurring simultaneously.
Interlocking principles are used in various systems such as railway signaling, elevator control, and industrial automation.
They involve the use of physical or logical mechanisms to prevent unsafe or conflicting actions.
Examples of interlocking mechanisms include locks, sensors, and software algorithms.
Interlocking principles are crucial for ensur...read more
Q108. What are KPI's for project
Key Performance Indicators (KPIs) for projects are measurable metrics used to evaluate the success of a project.
KPIs should be specific, measurable, achievable, relevant, and time-bound (SMART)
Examples of project KPIs include budget variance, schedule adherence, quality metrics, customer satisfaction, and team performance
KPIs help project managers track progress, identify areas for improvement, and make data-driven decisions
Q109. What is Auxiliary converter
An auxiliary converter is a device used to convert electrical energy from one form to another in order to power auxiliary systems.
Converts electrical energy for auxiliary systems
Can be used in vehicles to power accessories like lights or radios
Often found in power plants to convert energy for various equipment
Q110. What is Regenerative Brake
Regenerative brake is a system in which energy is recovered during braking and stored for later use.
Regenerative brake converts kinetic energy into electrical energy during braking
The recovered energy is stored in a battery or capacitor for later use
Commonly used in electric vehicles to improve efficiency and range
Q111. What's welding problem
Welding problems can include issues with porosity, cracking, distortion, and incomplete fusion.
Porosity: caused by contaminants in the weld, such as oil or moisture. Can be prevented by proper cleaning and preparation.
Cracking: can occur due to high levels of stress or improper cooling. Proper preheating and post-weld heat treatment can help prevent cracking.
Distortion: caused by uneven heating or cooling of the metal. Proper welding techniques and clamping can help minimize ...read more
Q112. What is object in java
In Java, an object is an instance of a class that contains data and methods.
Objects are created using the 'new' keyword followed by the class name
Objects have attributes (fields) and behaviors (methods)
Example: 'Car' class can have objects like 'myCar' and 'yourCar'
Q113. Tell me about risk assessment
Risk assessment is the process of identifying, evaluating, and prioritizing potential risks in order to minimize or eliminate them.
Identify hazards and potential risks in the workplace
Evaluate the likelihood and severity of each risk
Prioritize risks based on their potential impact
Develop strategies to control or mitigate risks
Regularly review and update risk assessments
Q114. What is kirchiffs law
Kirchhoff's law states that the total current entering a junction must equal the total current leaving the junction.
Kirchhoff's current law (KCL) is based on the principle of conservation of charge.
It is used to analyze circuits with multiple branches and nodes.
KCL is represented mathematically as the sum of currents entering a node equals the sum of currents leaving the node.
It is essential for solving complex electrical circuits.
Q115. What is a diode
A diode is a semiconductor device that allows current to flow in one direction only.
Semiconductor device
Allows current flow in one direction
Commonly used in rectifiers and voltage regulators
Q116. How lift function works
Q117. What is burning hours
Q118. From Strength of Materials
The question is related to calculating stress and strain in materials under different loading conditions.
Understand the concepts of stress and strain in materials
Learn how to calculate stress and strain using formulas like stress = force/area and strain = change in length/original length
Consider different loading conditions like tension, compression, and shear
Use material properties like Young's Modulus and Poisson's Ratio in calculations
Q119. What is pointer in C
Pointer is a variable that stores the memory address of another variable in C programming language.
Pointers are used to manipulate data directly in memory
They are used to pass addresses of variables to functions
They can be used to create dynamic data structures like linked lists
Example: int *ptr; ptr = # *ptr = 10; //num now has value 10
Q120. Strength of Materials
Strength of Materials is a branch of engineering that deals with the behavior of solid objects subjected to stresses and strains.
Strength of Materials is essential in designing structures and machines to ensure they can withstand various loads and forces.
It involves studying the properties of materials such as elasticity, plasticity, and strength.
Common examples include calculating the stress and strain in a beam under a load, determining the factor of safety for a bridge des...read more
Q121. 5S practices daily meetings
5S practices involve daily meetings to ensure organization and efficiency in the workplace.
Daily meetings are held to discuss progress, address issues, and plan for the day.
These meetings help to ensure everyone is on the same page and working towards common goals.
Examples of topics discussed include safety, quality, productivity, and improvement opportunities.
Q122. Work planing daily target
Setting daily targets helps in planning and achieving work efficiently.
Break down larger tasks into smaller, manageable chunks
Prioritize tasks based on importance and deadlines
Allocate specific time slots for each task
Regularly review and adjust daily targets as needed
Q123. Strategies implemented to achieve KPI
Q124. What is SPC and MSA
SPC stands for Statistical Process Control and MSA stands for Measurement System Analysis.
SPC is a method of quality control which uses statistical methods to monitor and control a process.
MSA is a method used to assess the variation in measurement processes.
SPC helps in identifying and reducing variation in a process, while MSA helps in ensuring that measurement systems are accurate and reliable.
Examples of SPC tools include control charts and histograms, while examples of M...read more
Q125. What is CCT, CRi?!
Q126. Impairment accounting standard
Impairment accounting standard requires companies to assess the value of their assets and record any decrease in value as an impairment loss.
Impairment accounting standard is outlined in IFRS 9 and ASC 360.
Companies must regularly assess the carrying amount of their assets to determine if there is any impairment.
If the recoverable amount of an asset is less than its carrying amount, the company must recognize an impairment loss.
Impairment losses are recorded on the income sta...read more
Q127. How to make contract
To make a contract, identify parties, define terms, negotiate, draft agreement, review, sign, and enforce.
Identify parties involved in the contract
Define terms and conditions clearly
Negotiate to reach a mutually beneficial agreement
Draft the contract document with all details included
Review the contract for accuracy and completeness
Sign the contract with all parties involved
Enforce the terms of the contract
Q128. What is oops in java
Oops in Java stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
Oops in Java allows for the creation of classes and objects, encapsulation, inheritance, and polymorphism.
Classes are templates for objects, encapsulation hides the internal state of an object and only exposes necessary functionalities, inheritance allows for the creation of new classes based on existing ones, and polymorphism allows objects of different classes t...read more
Q129. What is polymorphism
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Q130. Interest in train technology
I have a strong interest in train technology and enjoy staying updated on the latest advancements in the field.
Fascinated by high-speed trains like the Shinkansen in Japan
Interested in the development of maglev trains for faster and more efficient transportation
Enjoy learning about the integration of technology in train systems for improved safety and performance
Q131. 7Qc Tools and Problem solving
7QC tools are a set of quality control tools used for problem-solving and process improvement.
7QC tools include Pareto chart, cause-and-effect diagram, control chart, scatter diagram, histogram, check sheet, and flowchart.
These tools help in identifying, analyzing, and solving quality-related problems in a systematic manner.
For example, a Pareto chart can be used to prioritize the most significant issues affecting quality, while a cause-and-effect diagram helps in identifying...read more
Q132. 8D steps with real problem
8D steps for problem solving with real example
D1: Establish the team - Form a cross-functional team including stakeholders
D2: Define the problem - Clearly define the problem statement and its impact
D3: Develop interim containment actions - Implement temporary solutions to prevent further issues
D4: Identify root cause - Use tools like Fishbone diagram or 5 Whys to determine the root cause
D5: Develop permanent corrective actions - Implement long-term solutions to prevent recurr...read more
Q133. Tools used and their versions
I primarily use tools like Confluence, Jira, and Git for documentation.
Confluence for creating and organizing documentation
Jira for tracking tasks and issues related to documentation
Git for version control and collaboration on documentation
Q134. Taggings and standards used
Various taggings and standards are used to organize and structure documentation.
Tags are used to categorize content for easy searching and filtering.
Standards such as Markdown or DITA are used for consistent formatting and structure.
Metadata tags can provide additional information about the content.
Version control tags help track changes and revisions.
Examples: #technical, ##installation, Markdown formatting, DITA structure
Q135. Explain Procure to pay cycle
Procure to pay cycle is the process of obtaining goods or services from a vendor, including requisition, purchase order, receipt, invoice, and payment.
The cycle starts with a requisition for goods or services needed by a department.
A purchase order is then created and sent to the vendor for the requested items.
Upon receiving the items, a receipt is generated to confirm the delivery.
An invoice is then received from the vendor for the goods or services provided.
Finally, payment...read more
Q136. Design using simulink
Simulink is a graphical programming environment for modeling, simulating, and analyzing dynamic systems.
Simulink is used for designing and simulating control systems, signal processing systems, and communication systems.
It provides a block diagram environment where you can connect blocks representing system components.
Simulink models can be used for real-time simulation, hardware-in-the-loop testing, and rapid prototyping.
It supports various domains such as electrical, mechan...read more
Q137. TCP vs UDP difference
TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.
TCP is connection-oriented, meaning it establishes a connection before sending data.
TCP is reliable as it ensures all data packets are received in order and without errors.
TCP is slower than UDP due to the overhead of establishing and maintaining connections.
UDP is connectionless, meaning it does not establish a connection before sending data.
UDP is unreliable as it does not ...read more
Q138. Explain the VCRS Cycle.
Q139. Refrigerant and its types.
Q140. Role of scrum master
Scrum Master facilitates the Scrum process, removes impediments, and ensures the team is following Agile principles.
Facilitates Scrum events (daily stand-ups, sprint planning, sprint review, sprint retrospective)
Removes impediments for the team to progress smoothly
Coaches the team on Agile principles and practices
Helps the team self-organize and make decisions
Acts as a buffer between the team and external distractions
Ensures the team is following Scrum framework
Top HR Questions asked in R.S. Infraprojects
Interview Process at R.S. Infraprojects
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month