Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2023.Ā There were 3 interview rounds.
Top trending discussions
I applied via LinkedIn and was interviewed in Nov 2024.Ā There were 3 interview rounds.
Methods to reduce harmonics in induction motor include using passive filters, active filters, and multi-pulse converters.
Use passive filters such as LC filters to reduce harmonics in induction motor
Utilize active filters like active power filters to eliminate harmonics
Implement multi-pulse converters such as 12-pulse or 24-pulse converters to reduce harmonics
Ensure proper grounding and shielding to minimize harmonics
In 5 years, I see myself as a senior electrical engineer leading a team on innovative projects.
Leading a team of engineers on innovative projects
Advancing to a senior electrical engineer role
Continuing professional development and learning new technologies
Contributing to the growth and success of the company
My project involved designing and implementing a smart home automation system using IoT technology.
Utilized sensors to detect motion, temperature, and light levels in different rooms
Developed a mobile application to remotely control devices such as lights, thermostats, and security cameras
Integrated voice control using virtual assistants like Amazon Alexa or Google Assistant
Implemented machine learning algorithms to pr...
During my internship, I gained hands-on experience in designing and implementing electrical systems.
Worked on various projects involving circuit design and troubleshooting
Assisted in testing and analyzing electrical components
Collaborated with engineers to develop solutions for technical challenges
Phasor diagram of an induction motor shows the relationship between the stator and rotor currents and voltages.
The phasor diagram typically includes the stator current, rotor current, stator voltage, and rotor voltage.
The angle between the stator current and stator voltage represents the power factor.
The angle between the stator current and rotor current represents the slip of the motor.
The phasor diagram helps in unde...
The torque equation of induction is used to calculate the torque produced in an induction motor.
The torque equation of induction is given by T = (3 * V^2 * R2) / (s * X2)
Where T is the torque, V is the voltage, R2 is the rotor resistance, s is the slip, and X2 is the rotor reactance
This equation helps in understanding the relationship between voltage, resistance, reactance, and slip in determining the torque produced i
I applied via Recruitment Consulltant
Wire tiper and crimper are tools used to strip and crimp wires for electrical connections.
Use wire stripper to remove insulation from the end of a wire by placing it in the cutting jaws and squeezing the handles.
Use wire crimper to attach a connector to the stripped end of the wire by placing the connector in the crimping jaws and squeezing the handles.
Ensure the wire is stripped to the correct length before crimping t...
Identifying simples and understanding drawings is crucial for Panel Wireman.
Study the drawing carefully to identify different components and materials used
Refer to the legend or key provided in the drawing for symbols and materials
Consult with supervisors or experienced colleagues for clarification if needed
Use measuring tools to verify dimensions and materials specified in the drawing
Attend training sessions or worksh...
I have a family of 4 persons including myself.
My family consists of 4 members
This includes myself and 3 other family members
We are a family of 4
I have worked for ABC Company and XYZ Company in the past.
Worked for ABC Company as a Panel Wireman
Also worked for XYZ Company on various projects
posted on 8 Sep 2024
I applied via Recruitment Consulltant and was interviewed in Aug 2024.Ā There were 5 interview rounds.
My expertise lies in the field of mechanical engineering with a focus on structural analysis and design.
Specialize in structural analysis and design
Proficient in CAD software such as AutoCAD and SolidWorks
Experience with finite element analysis (FEA)
Knowledge of material properties and stress analysis
Worked on projects involving designing and testing mechanical components
The main problem in the part at my working company is frequent breakdowns due to poor quality materials.
Frequent breakdowns due to poor quality materials
Lack of proper maintenance procedures
Inadequate training of maintenance staff
Supplier issues with delivering substandard parts
Quality is the measure of excellence or superiority of something.
Quality is meeting or exceeding customer expectations.
It involves consistency, reliability, and durability.
Quality can be subjective and may vary depending on the context.
Examples include high-quality products, services, processes, and experiences.
As a Sr. Engineer, my responsibility is to lead and manage engineering projects, provide technical expertise, and ensure the successful completion of tasks.
Leading and managing engineering projects from conception to completion
Providing technical expertise and guidance to team members
Ensuring the successful execution of tasks within deadlines and budget constraints
Collaborating with cross-functional teams to achieve pr...
To solve the problem, first identify the root cause, brainstorm potential solutions, evaluate each solution, implement the best one, and monitor the results.
Identify the root cause of the problem by analyzing data and gathering information.
Brainstorm potential solutions with a team or individually.
Evaluate each solution based on feasibility, cost, and impact.
Implement the best solution and monitor the results to ensure...
Seeking new challenges and opportunities for growth in a different environment.
Looking for new challenges and opportunities for professional growth
Interested in working with new technologies or industries
Seeking a better work-life balance or company culture
Wanting to relocate to a different city or country for personal reasons
I am impressed by the company's commitment to innovation, strong team culture, and focus on employee development.
Innovative projects and technologies being developed
Positive team culture and collaboration
Opportunities for professional growth and development
Company's reputation and success in the industry
I am currently earning a competitive salary based on my experience and qualifications.
My current salary is in line with industry standards
I am open to discussing compensation based on the responsibilities of the Sr. Engineer role
I believe my salary should reflect my skills and contributions to the company
The aspect refers to a particular part or feature of something.
Aspect is a specific element or characteristic of a subject or situation.
It can also refer to a particular way in which something can be viewed or interpreted.
For example, in engineering, the aspect of a design could refer to its functionality, aesthetics, or cost-effectiveness.
I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Jul 2024.Ā There were 3 interview rounds.
20 questions 40 minutes, 3 type of question easy, medium and hard each of 1, 3 and 5 points respectively, if you answer correct then you move above in difficulty else go down.
Implementing binary search and bubble sort algorithms in Python
Binary search: Divide and conquer algorithm to find a target value in a sorted array
Bubble sort: Iteratively swap adjacent elements if they are in the wrong order
Example for binary search: def binary_search(arr, target):
Example for bubble sort: def bubble_sort(arr):
posted on 5 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024.Ā There was 1 interview round.
Heat detectors are devices that sense abnormally high temperatures and are typically used in areas where smoke detectors may not be suitable.
Types of heat detectors include fixed temperature detectors, rate-of-rise detectors, and combination detectors.
Fixed temperature detectors activate when a specific temperature is reached.
Rate-of-rise detectors activate when the temperature increases rapidly.
Combination detectors c...
NWC, NWF, and NWD are different file formats used in BIM modeling.
NWC (Navisworks Cache) is a lightweight file format used for sharing models with stakeholders who do not have access to the original software.
NWF (Navisworks File) is a project file format that references multiple NWD files and allows for collaboration and coordination.
NWD (Navisworks Document) is a published file format that contains all the data and ge
posted on 2 Jan 2025
I was interviewed in Jul 2024.
Group discussion about past job and experience
Numerical questions and reasoning
posted on 23 Sep 2024
I applied via Campus Placement
30 question of c code snippet 5 question of aptitude and 2 coding question
Storage classes in C define the scope and lifetime of variables.
There are 4 storage classes in C: auto, register, static, and extern.
Auto variables are stored in memory and have local scope.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared outside of any function and can be accessed by other files.
Interview experience
Light Driver
4
salaries
| ā¹6.5 L/yr - ā¹8 L/yr |
Software Developer
3
salaries
| ā¹8.4 L/yr - ā¹18.5 L/yr |
Senior Consultant
3
salaries
| ā¹9 L/yr - ā¹16 L/yr |
UltraTech Cement
Ambuja Cements
ACC
Shree Cement