Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2022. There was 1 interview round.
Sink current is the current flowing into a device, while source current is the current flowing out of a device.
Sink current is the current flowing into a device or circuit, typically towards ground.
Source current is the current flowing out of a device or circuit, typically towards a load.
Sink and source currents are important parameters in analog IC design, as they affect the performance and reliability of the circuit.
...
Common source amplifier is a type of FET amplifier with high input impedance and low output impedance.
Uses a single FET transistor with source grounded and input signal applied to gate
Provides voltage gain and high input impedance
Output impedance is low and depends on the load resistance
DC biasing is required to keep the transistor in active region
Can be used in audio amplifiers, RF amplifiers, and voltage regulators
Current mirrors are used to replicate a current source or sink with high accuracy.
Current mirrors are used in analog circuits to provide a reference current that is replicated in other parts of the circuit.
They are used to improve the accuracy and stability of the circuit.
Current mirrors are commonly used in biasing circuits, voltage regulators, and operational amplifiers.
They can be implemented using bipolar junction ...
Active loads are made of active components like transistors while passive loads are made of passive components like resistors.
Active loads are used to increase the gain of the amplifier while passive loads are used to decrease the gain.
Active loads are more complex and expensive than passive loads.
Examples of active loads include current mirrors and active loads while examples of passive loads include resistors and dio
I was interviewed in Apr 2017.
A latch is level-sensitive and a flip flop is edge-triggered.
A latch is transparent, meaning its output changes immediately with the input.
A flip flop is triggered by a clock signal, changing its output only on the rising or falling edge of the clock.
Latches are commonly used in asynchronous circuits, while flip flops are used in synchronous circuits.
Examples of latches include SR latch, D latch, and JK latch.
Examples ...
Top trending discussions
posted on 21 Feb 2025
I was interviewed in Jan 2025.
Transformers are electrical devices that transfer electrical energy between two or more circuits through electromagnetic induction.
Transformers are used to increase or decrease voltage levels in electrical circuits.
There are two main types of losses associated with transformers: copper losses and iron losses.
Copper losses occur due to the resistance of the copper windings in the transformer and are proportional to the ...
Power loss in electrical systems can be categorized into core losses, hysteresis loss, and eddy current loss.
Core losses occur in the magnetic core of transformers and include hysteresis and eddy current losses.
Hysteresis loss is caused by the reversal of magnetization in the core material, leading to energy dissipation in the form of heat.
Eddy current loss is caused by circulating currents induced in the core material...
Strategies for reducing losses in the transformation process include implementing lean manufacturing principles, improving maintenance practices, and investing in employee training.
Implementing lean manufacturing principles to eliminate waste and improve efficiency
Improving maintenance practices to prevent breakdowns and reduce downtime
Investing in employee training to enhance skills and knowledge
Utilizing technology t
High frequency in transformers is used in applications such as power distribution, induction heating, and medical equipment.
High frequency transformers are used in power distribution systems to step up or step down voltage levels efficiently.
They are also used in induction heating applications for processes like welding, melting, and heat treatment.
In medical equipment, high frequency transformers are used in devices l...
I have worked in two companies in the past, where I held roles as a Furness Engineer and Shift Incharge. I gained skills in maintenance, supervision, and problem-solving.
Worked as a Furness Engineer at Company A, responsible for maintaining and troubleshooting furnaces
Promoted to Shift Incharge at Company B, overseeing production shifts and managing a team of technicians
Learned skills in maintenance, supervision, probl...
I have extensive knowledge and experience with transducers, switching circuits, RTD, and SCADA PLC automation from my previous job roles.
Transducers are devices that convert one form of energy into another, such as a pressure transducer converting pressure into an electrical signal.
Switching circuits are used to control the flow of current in electronic devices, such as relays or MOSFETs.
RTD stands for Resistance Tempe...
My family background is diverse, with members in various occupations. I am open to working rotational and night shifts.
My family background is diverse, with members in occupations such as teachers, engineers, and business owners.
I am open to working rotational shifts as it allows for a variety in work schedule and night shifts if required for the job.
I understand the importance of flexibility in work hours and am willi
The company is a leading engineering firm with a focus on providing high-quality services. The job involves overseeing engineering operations and managing shifts.
Company is known for its expertise in engineering services
Job involves supervising engineering operations and shift management
Expectations for salary and benefits should be competitive with industry standards
Notice period is 30 days, can join after that, no cab or pick-and-drop service required.
Notice period for previous job is 30 days
Can join after completing notice period
No requirement for cab or pick-and-drop service
I was interviewed in Feb 2025.
posted on 20 Feb 2025
I was interviewed in Jan 2025.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Runtime polymorphism in C++ is achieved through virtual functions, vptr (virtual pointer), and vtable (virtual table).
Runtime polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual functions are declared in a base class and overridden in derived classes to achieve polymorphism.
vptr is a pointer that points to the vtable of an object, allowing dynamic binding of virtual ...
I primarily use C++17, but I am familiar with earlier versions as well.
I am comfortable working with features introduced in C++17 such as structured bindings and constexpr if
I have experience with earlier versions like C++11 and C++14
I stay updated with the latest features and improvements in C++ standards
Yes, I have used Windows API's extensively in my previous projects.
I have used Windows API's for tasks such as creating windows, handling messages, and interacting with system resources.
Examples include using functions like CreateWindow, SendMessage, and ReadFile.
I have also worked with specific Windows API's like Winsock for networking and WinINet for internet-related tasks.
dynamic_cast is a C++ operator used for safe downcasting of pointers and references in polymorphic classes.
dynamic_cast is used to safely downcast a pointer or reference from a base class to a derived class.
It can fail if the object being casted is not of the target type, in which case it returns a null pointer for pointers or throws a std::bad_cast exception for references.
Dynamic_cast can only be used with pointers o...
Union in C++ is a data structure that allows storing different data types in the same memory location.
Unions are similar to structures but all members share the same memory location.
Only one member of a union can be accessed at a time.
Unions are useful when you need to store different data types in the same memory space.
Example: union MyUnion { int i; float f; };
Example: MyUnion u; u.i = 10; // Accessing integer member
Weak pointer is a type of smart pointer in C++ that does not control the lifetime of the object it points to.
Weak pointers are used to break circular references in shared pointers.
They do not increase the reference count of the object.
They are used in scenarios where the object may be deleted while there are still weak pointers pointing to it.
Processes and threads are units of execution in a computer system. Memory is allocated to processes. Mutex and semaphore are synchronization mechanisms. Core refers to a processing unit in a multi-core system. Context switching is the process of switching between different processes or threads.
Processes are independent units of execution with their own memory space and resources.
Threads are lightweight units of executi...
I was interviewed in Dec 2024.
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
60 mins test which comprises of 2 sections, Technical and aptitude. Both sections have a time limit of 30 mins. The technical questions were easy to medium and i could finish it in time but i needed more time for finishing the aptitude, a total 40 questions.
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Experience with programming languages like Java, Python, and C++
Completed internships at tech companies such as Google and Microsoft
To find the voltage through a resistor, use Ohm's Law: V = I * R
Use Ohm's Law: V = I * R, where V is the voltage, I is the current flowing through the resistor, and R is the resistance of the resistor
If the current flowing through the resistor is 2A and the resistance is 5 ohms, the voltage would be V = 2 * 5 = 10V
Make sure to use the correct units for current (Amps) and resistance (Ohms) to get the voltage in Volts
Capacitors store electrical energy while resistors limit the flow of current. Resistance is directly proportional to length and inversely proportional to area.
Capacitors store electrical energy by creating an electric field between two conductive plates separated by an insulating material
Resistors limit the flow of current in a circuit by dissipating energy in the form of heat
The resistance of a resistor is directly pr...
posted on 15 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
The interview included a basic coding exercise, followed by a CV screening and questions related to Object-Oriented Programming, such as how virtual functions are implemented by the compiler and how polymorphism operates.
based on 66 reviews
Rating in categories
Senior Programmer Analyst
16
salaries
| ₹13 L/yr - ₹32 L/yr |
Programmer Analyst
15
salaries
| ₹4 L/yr - ₹9 L/yr |
Programmer Analyst II
12
salaries
| ₹8.6 L/yr - ₹15 L/yr |
Member Technical Staff
10
salaries
| ₹15 L/yr - ₹21 L/yr |
Applications Engineer
7
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Analog Devices
Texas Instruments
STMicroelectronics
Infineon Technologies