Filter interviews by
I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.
Electrical deals with electricity and power distribution, while electronic deals with electronic circuits and devices.
Electrical focuses on power generation, transmission, and distribution
Electronic deals with electronic circuits, components, and devices
Electrical systems typically operate at higher voltages and currents compared to electronic systems
Examples of electrical systems include power grids and electrical wir...
MCB stands for Miniature Circuit Breaker and RCB stands for Residual Current Breaker.
MCB is a type of circuit breaker that automatically switches off electrical circuits during abnormal conditions.
RCB is a type of circuit breaker that detects leakage current and quickly switches off the circuit to prevent electric shocks.
MCBs are commonly used in residential and commercial buildings to protect electrical circuits from ...
Both ELCB and RCCB serve the purpose of protecting against electric shocks, but RCCB is more advanced and offers additional protection.
ELCB (Earth Leakage Circuit Breaker) detects earth faults by measuring the imbalance in current flow, while RCCB (Residual Current Circuit Breaker) detects leakage current by comparing the current flowing in the live and neutral wires.
RCCB is more sensitive and can detect lower leakage ...
Basic types of electrical circuits include series, parallel, and series-parallel circuits.
Series circuits have only one path for current flow
Parallel circuits have multiple paths for current flow
Series-parallel circuits combine elements of both series and parallel circuits
Examples include a simple light bulb circuit (series), a household electrical outlet circuit (parallel), and a combination of both in a car's electri
AC stands for alternating current, which changes direction periodically. DC stands for direct current, which flows in one direction constantly.
AC is commonly used in household appliances and power distribution systems.
DC is commonly used in batteries and electronic devices.
AC changes direction periodically, while DC flows in one direction constantly.
AC voltage can be easily converted using transformers, while DC voltag
Top trending discussions
I am a highly skilled System Engineer with expertise in designing and implementing complex systems.
Experienced in managing and troubleshooting network infrastructure
Proficient in virtualization technologies such as VMware and Hyper-V
Strong knowledge of operating systems like Windows and Linux
Familiar with scripting languages like PowerShell and Bash
Excellent problem-solving and communication skills
Yes, I have experience working in teams.
I have worked on several group projects during my studies.
I have collaborated with colleagues to solve complex technical problems.
I have participated in cross-functional teams to implement system upgrades.
I have also been part of agile development teams, working closely with software engineers and testers.
One example of teamwork is when I led a team of engineers to successfully d
Yes, I know C language. Here's a program to print numbers from 1 to 10 excluding 5.
Use a loop to iterate from 1 to 10
Inside the loop, check if the current number is equal to 5
If it is not equal to 5, print the number
The question was about finding the average of a set of numbers.
I approached the problem by first summing all the numbers in the set.
Then, I divided the sum by the total number of elements in the set to find the average.
I used a loop to iterate through the set and keep track of the sum and count of elements.
Print the level order traversal of binary tree in spiral form
Perform level order traversal of the binary tree
Alternate the direction of traversal for each level
Use a stack to reverse the order of nodes in each level
Print the nodes in the order of traversal
Find the maximum element in each subarray of size k in a given array.
Iterate through the array from index 0 to n-k.
For each subarray of size k, find the maximum element.
Store the maximum elements in a separate array.
Return the array of maximum elements.
To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.
Merge the two arrays into a single sorted array using a modified merge sort algorithm.
Return the Kth element from the merged array.
Merge two sorted arrays into one sorted array with expected time complexity of (m+n).
Use a two-pointer approach to compare elements from both arrays and merge them into the first array.
Start comparing elements from the end of both arrays and place the larger element at the end of the first array.
Continue this process until all elements from the second array are merged into the first array.
Interview experience
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant