Filter interviews by
Loss in electrical refers to the amount of energy lost during transmission and distribution of electricity.
Loss in electrical systems can occur due to resistance in wires and transformers.
This loss is commonly referred to as 'line loss' or 'transmission loss'.
It is typically measured as a percentage of the total energy transmitted.
Efforts are made to minimize loss through the use of efficient equipment and better ...
Ohm's law states that the current through a conductor between two points is directly proportional to the voltage across the two points.
Ohm's law is a fundamental law of electrical engineering.
It relates the three basic electrical quantities: voltage, current, and resistance.
The formula for Ohm's law is V = IR, where V is voltage, I is current, and R is resistance.
Ohm's law is used to calculate the behavior of elec...
Power generation involves converting energy sources into electricity, which is then distributed through a network of power lines.
Power generation can come from various sources such as coal, natural gas, nuclear, hydro, wind, and solar.
The electricity generated is then transmitted through high-voltage power lines to substations.
At the substations, the voltage is reduced and the electricity is distributed to homes a...
The colour code of resistance is a system used to identify the resistance value of electronic components.
The code consists of four or five coloured bands on the component.
The first two bands represent the significant digits of the resistance value.
The third band represents the multiplier or number of zeros to be added to the significant digits.
The fourth band represents the tolerance or the percentage deviation fr...
Resistance is the opposition to the flow of electric current, while impedance is the total opposition to the flow of alternating current.
Resistance is measured in ohms and is caused by the physical properties of a material.
Impedance is measured in ohms as well, but it takes into account both resistance and reactance.
Reactance is the opposition to the flow of alternating current caused by capacitance or inductance.
...
Power can be calculated by multiplying voltage and current.
Power (P) = Voltage (V) x Current (I)
Unit of power is watt (W)
Power can also be calculated by dividing work done by time taken
P = W/t
UPS provides backup power to prevent data loss and equipment damage during power outages.
Prevents data loss and equipment damage during power outages
Provides backup power to critical systems
Ensures uninterrupted power supply
Protects against power surges and spikes
Ideal for businesses with mission-critical operations
Load can be calculated by determining the amount of power consumed by a device or system.
Calculate the power consumption of the device or system
Determine the voltage and current of the load
Use the formula P = VI to calculate the load
Consider the power factor of the load
Use a wattmeter or multimeter to measure the load
UPS block diagram is a graphical representation of the components and their connections in an uninterruptible power supply system.
UPS block diagram consists of input power source, rectifier, battery, inverter, and output load.
The input power source is connected to the rectifier which converts AC power to DC power.
The battery is connected to the DC bus and provides backup power in case of power failure.
The inverter...
SLD stands for Single Line Diagram. It is a graphical representation of an electrical system.
SLD shows the flow of electrical power in a system
It includes all the components of the system like transformers, generators, breakers, etc.
SLD helps in identifying faults and troubleshooting
It is designed using standard symbols and conventions
SLD is used in power system planning, design, and maintenance
I applied via Approached by Company and was interviewed before Jul 2021. There were 4 interview rounds.
UPS provides backup power to prevent data loss and equipment damage during power outages.
Prevents data loss and equipment damage during power outages
Provides backup power to critical systems
Ensures uninterrupted power supply
Protects against power surges and spikes
Ideal for businesses with mission-critical operations
Load can be calculated by determining the amount of power consumed by a device or system.
Calculate the power consumption of the device or system
Determine the voltage and current of the load
Use the formula P = VI to calculate the load
Consider the power factor of the load
Use a wattmeter or multimeter to measure the load
The question is unclear. Please provide more context.
Please provide more information about what you are asking.
Are you asking about the current state of a particular industry or market?
Are you asking about the current flow of electricity?
Please clarify your question so I can provide a more accurate answer.
Power can be calculated by multiplying voltage and current.
Power (P) = Voltage (V) x Current (I)
Unit of power is watt (W)
Power can also be calculated by dividing work done by time taken
P = W/t
Loss in electrical refers to the amount of energy lost during transmission and distribution of electricity.
Loss in electrical systems can occur due to resistance in wires and transformers.
This loss is commonly referred to as 'line loss' or 'transmission loss'.
It is typically measured as a percentage of the total energy transmitted.
Efforts are made to minimize loss through the use of efficient equipment and better trans...
UPS block diagram is a graphical representation of the components and their connections in an uninterruptible power supply system.
UPS block diagram consists of input power source, rectifier, battery, inverter, and output load.
The input power source is connected to the rectifier which converts AC power to DC power.
The battery is connected to the DC bus and provides backup power in case of power failure.
The inverter conv...
SLD stands for Single Line Diagram. It is a graphical representation of an electrical system.
SLD shows the flow of electrical power in a system
It includes all the components of the system like transformers, generators, breakers, etc.
SLD helps in identifying faults and troubleshooting
It is designed using standard symbols and conventions
SLD is used in power system planning, design, and maintenance
Power generation involves converting energy sources into electricity, which is then distributed through a network of power lines.
Power generation can come from various sources such as coal, natural gas, nuclear, hydro, wind, and solar.
The electricity generated is then transmitted through high-voltage power lines to substations.
At the substations, the voltage is reduced and the electricity is distributed to homes and bu...
Resistance is the opposition to the flow of electric current, while impedance is the total opposition to the flow of alternating current.
Resistance is measured in ohms and is caused by the physical properties of a material.
Impedance is measured in ohms as well, but it takes into account both resistance and reactance.
Reactance is the opposition to the flow of alternating current caused by capacitance or inductance.
Imped...
The colour code of resistance is a system used to identify the resistance value of electronic components.
The code consists of four or five coloured bands on the component.
The first two bands represent the significant digits of the resistance value.
The third band represents the multiplier or number of zeros to be added to the significant digits.
The fourth band represents the tolerance or the percentage deviation from th...
Ohm's law states that the current through a conductor between two points is directly proportional to the voltage across the two points.
Ohm's law is a fundamental law of electrical engineering.
It relates the three basic electrical quantities: voltage, current, and resistance.
The formula for Ohm's law is V = IR, where V is voltage, I is current, and R is resistance.
Ohm's law is used to calculate the behavior of electric ...
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.
Led a team of 10 in a project that increased sales by 20% over six months.
Implemented a new inventory management system that reduced waste by 15%.
Conducted weekly team meetings to enhance communication and address challenges.
Developed training programs for new employees, improving onboarding effic...
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.
I am currently working on developing a mobile application for a client in the hospitality industry.
The application will allow users to make reservations and order food and drinks from their mobile devices.
We are using React Native for the front-end and Node.js for the back-end.
We are also implementing a payment gateway to allow for secure transactions.
The client has requested that the app be available in both iOS and A...
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
based on 2 reviews
Rating in categories
Purchase Executive
4
salaries
| ₹2.2 L/yr - ₹3 L/yr |
Service Engineer
3
salaries
| ₹2.2 L/yr - ₹2.5 L/yr |
TCS
Accenture
Wipro
Cognizant