i
Valeo Friction Materials India
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.
Gear ratio is the ratio of the number of teeth on the driving gear to the number of teeth on the driven gear.
Gear ratio determines the speed and torque of a system.
In hydraulic systems, gear ratio affects the force and speed of fluid flow.
In pneumatic systems, gear ratio affects the pressure and volume of air flow.
For example, a gear ratio of 2:1 means that the driving gear has twice as many teeth as the driven gear.
Ge...
MTTR stands for Mean Time to Repair and MTBF stands for Mean Time Between Failures.
MTTR is the average time it takes to repair a failed component or system.
MTBF is the average time between two consecutive failures of a component or system.
MTTR is a measure of repair efficiency, while MTBF is a measure of reliability.
Handling expensive material in store involves proper inventory management and control.
Implementing a sys...
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
Yes, I am familiar with hydraulic diagrams.
I have experience reading and interpreting hydraulic diagrams in my previous roles.
I understand the basic components of a hydraulic system and how they are represented in a diagram.
I am able to troubleshoot issues with hydraulic systems using the information provided in a diagram.
For example, in my previous job as a mechanical technician, I used hydraulic diagrams to diagnose
I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.
The hydraulic circuit is a system of interconnected components that use hydraulic fluid to transmit power.
A hydraulic circuit typically consists of a pump, valves, actuators, and fluid lines.
The pump is responsible for generating hydraulic pressure by converting mechanical energy into fluid flow.
Valves control the flow and direction of the hydraulic fluid.
Actuators, such as cylinders or motors, convert the hydraulic pr...
I applied via Approached by Company and was interviewed before Feb 2022. There were 2 interview rounds.
Valeo Friction Materials India interview questions for popular designations
I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Oct 2020. There were 2 interview rounds.
The hydraulic system is a technology that uses liquid to transmit power.
Uses incompressible fluid to generate force
Consists of a pump, fluid reservoir, valves, cylinders, and motors
Commonly used in heavy machinery like excavators and hydraulic presses
Backlash is the clearance or lost motion between mechanical components, typically in gears or threads.
Backlash is the amount of free movement or play between components in a mechanical system.
It can be found in gears, threads, or any other mechanical connection where there is a gap between mating parts.
Backlash can affect the accuracy and precision of a mechanical system.
It is important to minimize backlash in precisio...
Why-why Analysis is a problem-solving technique that involves asking 'why' multiple times to get to the root cause of an issue.
Involves asking 'why' repeatedly to uncover the underlying causes of a problem
Helps in identifying the root cause of an issue rather than just addressing symptoms
Commonly used in quality management and process improvement
Example: If a machine breaks down - Why? Because a part failed - Why? Beca...
Backlash in axis refers to the clearance or play between mating components in a mechanical system.
Backlash is the amount of movement or play between components in a mechanical system.
It can affect the accuracy and precision of the system.
Backlash can be minimized by using precision components or adjusting the system properly.
For example, in a gear system, backlash can cause inaccuracies in positioning if not properly a
There are several types of bearings used in mechanical applications.
Plain bearings
Rolling element bearings (ball bearings, roller bearings)
Thrust bearings
Sleeve bearings
Needle bearings
Tapered roller bearings
Spherical roller bearings
There are several types of hydraulic pumps, including gear pumps, vane pumps, piston pumps, and screw pumps.
Gear pumps are simple and economical, but not very efficient.
Vane pumps are more efficient and quieter than gear pumps.
Piston pumps are highly efficient and can handle high pressures.
Screw pumps are used for high viscosity fluids and can handle high pressures as well.
I was interviewed before May 2016.
I have done several projects both for curriculum and out of interest.
Developed a web application for a college project using HTML, CSS, and JavaScript.
Created a mobile app for tracking expenses using React Native out of interest.
Built a chatbot using Python for a hackathon project.
Developed a website for a local business using WordPress for a freelance project.
Created a game using Unity for a personal project.
My favorite subjects are computer science, mathematics, and physics.
Computer Science: I enjoy programming and learning about algorithms and data structures.
Mathematics: I find solving complex problems and equations very satisfying.
Physics: I am fascinated by the laws of nature and how they govern the universe.
The 8051 micro-controller consists of CPU, RAM, ROM, Timers, Serial Port, Interrupts, and I/O ports.
The CPU is the main processing unit of the micro-controller.
The RAM is used for storing data temporarily.
The ROM contains the program code that is executed by the CPU.
The Timers are used for generating precise time delays.
The Serial Port is used for communication with other devices.
The Interrupts are used for handling ex...
Microprocessors are general-purpose CPUs while microcontrollers are designed for specific tasks.
Microprocessors are used in computers, smartphones, and other devices that require complex processing.
Microcontrollers are used in embedded systems, such as home appliances, automotive systems, and medical devices.
Microprocessors have separate memory and I/O interfaces while microcontrollers have them integrated on a single ...
Von Neumann and Harvard are computer architecture classifications. 8051 belongs to Harvard architecture.
Von Neumann architecture has a single memory space for data and instructions, while Harvard architecture has separate memory spaces for data and instructions.
8051 microcontroller uses Harvard architecture as it has separate memory spaces for program instructions and data.
Harvard architecture allows simultaneous acces...
Interrupts are signals that temporarily halt the execution of a program to handle a specific event.
When an interrupt occurs in 8051, the program counter is saved on the stack and the interrupt service routine (ISR) is executed.
The ISR handles the interrupt and then returns control to the main program by restoring the program counter from the stack.
If an interrupt occurs while another interrupt is being serviced, the se...
The location of current line of execution is stored in the stack when there is an interrupt.
When an interrupt occurs, the processor saves the current state of execution on the stack.
The location of the current line of execution is stored in the program counter (PC) register.
The PC register is pushed onto the stack along with other registers.
After the interrupt is serviced, the processor pops the saved state from the st
Logic gates are basic building blocks of digital circuits. They perform logical operations on inputs to produce outputs.
AND gate: output is 1 only if both inputs are 1
OR gate: output is 1 if either input is 1
NOT gate: output is the opposite of the input
NAND gate: output is 0 only if both inputs are 1
NOR gate: output is 0 if either input is 1
XOR gate: output is 1 if inputs are different
XNOR gate: output is 1 if inputs a
Draw half adder and full adder without using EXOR gate.
Half adder can be implemented using AND and OR gates
Full adder can be implemented using two half adders and an OR gate
In half adder, sum is obtained by ORing two inputs and carry is obtained by ANDing two inputs
In full adder, sum is obtained by using two half adders and an OR gate, and carry is obtained by ANDing three inputs
Remove spaces from input string and return output string
Iterate through each character of the input string
If the character is not a space, add it to the output string
Return the output string
I am a software engineer with experience in developing web applications and a passion for learning new technologies.
Graduated with a degree in Computer Science
Proficient in programming languages such as Java, Python, and JavaScript
Experience in developing web applications using frameworks like React and Angular
Passionate about learning new technologies and keeping up with industry trends
My father is a businessman and my mother is a homemaker.
My father runs a small business in our hometown.
My mother takes care of the household and our family.
My parents have always been supportive of my education and career goals.
Bosch is a renowned company with a strong focus on innovation and sustainability.
Bosch has a reputation for being a leader in innovation and technology.
The company has a strong commitment to sustainability and social responsibility.
Bosch offers a diverse range of products and services, providing opportunities for growth and development.
The company has a global presence, offering the chance to work with people from diff
I understood the main points of the presentation.
The presentation covered the new software development process.
It emphasized the importance of collaboration between teams.
It also highlighted the need for continuous testing and feedback.
I learned about the new tools and technologies that will be used.
Overall, I found the presentation informative and useful.
I plan to pursue higher studies in computer science to enhance my skills and knowledge.
I am interested in pursuing a Master's degree in Computer Science.
I am also considering taking online courses to learn new technologies and programming languages.
I plan to attend workshops and conferences to stay updated with the latest trends in the industry.
I believe that continuous learning is essential to stay competitive in the
My strengths include leadership, problem-solving, and communication. My weaknesses are time management and public speaking.
Strengths: Leadership - I have experience leading teams and delegating tasks. Problem-solving - I am able to think critically and find solutions to complex problems. Communication - I am able to effectively communicate with team members and clients.
Weaknesses: Time management - I sometimes struggle...
Inefficiency and lack of communication irritate me the most.
Inefficiency in completing tasks
Lack of communication within the team
Not being able to meet deadlines due to lack of planning
Unnecessary delays in decision-making
Micromanagement
Lack of clarity in instructions
I assess the situation, gather information, and make a decision based on company policies and procedures.
Assess the situation and determine the severity of the issue
Gather information from all parties involved
Refer to company policies and procedures for guidance
Make a decision based on the information gathered and company guidelines
Communicate the decision to all parties involved
I am a leader who can also follow when necessary.
I believe in leading by example and inspiring others to follow.
I am comfortable taking charge and making decisions, but also value input from others.
I am adaptable and can switch between leading and following depending on the situation.
For example, in a team project, I would take the lead in organizing and delegating tasks, but also listen to and incorporate ideas from t...
based on 4 interviews
Interview experience
based on 72 reviews
Rating in categories
Oprating Engineer
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Production Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
EXEDY
UNO Minda
Rane (Madras)
Sundaram Clayton