Filter interviews by
Time and work, series and speed quantitative aptitude
Synchronous counters use clock signal to change state while asynchronous counters use external inputs.
Synchronous counters change state on every clock pulse
Asynchronous counters change state based on external inputs
Synchronous counters are faster and more reliable
Asynchronous counters are simpler and cheaper
Example of synchronous counter: Johnson counter
Example of asynchronous counter: Ripple counter
I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.
Digital, analog, aptitude
The question is about CMOS, MUX, and Verilog coding.
CMOS stands for Complementary Metal-Oxide-Semiconductor and is a type of technology used in integrated circuits.
A MUX (multiplexer) is a device that selects one of several input signals and forwards the selected input into a single output line.
Verilog is a hardware description language used to model digital circuits and systems.
Verilog code for a 2:1 MUX: module mux(o...
I applied via Campus Placement
I applied via Campus Placement and was interviewed in Apr 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
1st round consists of apt, digital , verilog , analog objective as well as descriptive questions in descriptive mostly related to fifo depth , counter and draw wave forms , analog questions were asked
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Three coding questions and MCQ's
Types of memory allocations in C include static, dynamic, and automatic.
Static memory allocation: memory is allocated at compile time and remains constant throughout the program's execution. Example: int x = 5;
Dynamic memory allocation: memory is allocated at runtime using functions like malloc() or calloc(). Example: int *ptr = (int*)malloc(sizeof(int));
Automatic memory allocation: memory is allocated on the stack and...
Pointers in C are variables that store memory addresses. Types include null pointers, void pointers, function pointers, etc.
Null pointers: int *ptr = NULL;
Void pointers: void *ptr;
Function pointers: int (*ptr)(int, int);
posted on 2 Apr 2024
Genreal apptitude questions
Latch is level triggered, while flip-flop is edge triggered. Latch is asynchronous, while flip-flop is synchronous.
Latch is level triggered, meaning it changes output when the input signal is high or low continuously.
Flip-flop is edge triggered, meaning it changes output only on the rising or falling edge of the clock signal.
Latch is asynchronous, meaning the output changes as soon as the input changes.
Flip-flop is syn...
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...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Associate Engineer
186
salaries
| ₹2.8 L/yr - ₹7.6 L/yr |
Physical Design Engineer
129
salaries
| ₹3 L/yr - ₹10 L/yr |
Design & Verification Engineer
84
salaries
| ₹3.1 L/yr - ₹11 L/yr |
Senior Engineer
61
salaries
| ₹8.3 L/yr - ₹31 L/yr |
Engineer
56
salaries
| ₹4 L/yr - ₹15.8 L/yr |
Intel
Qualcomm
Texas Instruments
Analog Devices