Filter interviews by
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before Jun 2021. There was 1 interview round.
Top trending discussions
posted on 24 Dec 2024
Latch is level triggered and stores data temporarily, while flip flop is edge triggered and stores data permanently.
Latch is level triggered, while flip flop is edge triggered
Latch stores data temporarily, while flip flop stores data permanently
Latch requires continuous input to hold the output, while flip flop retains the output until a new input is received
A NAND gate can be used to create a NOR gate by connecting two NAND gates in series.
Connect the outputs of two NAND gates together
Connect the inputs of the two NAND gates to the same input signal
The output of the combined NAND gates will act as a NOR gate
I applied via campus placement at PSG College of Technology, Coimbatore and was interviewed in Jul 2024. There were 3 interview rounds.
It consisted of aptitude questions, then OS C 1mrks, which were re GATE questions. No coding, I chose hardware role, so questions were from digital electronics too. prepare the gate questions for these subjects
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
FPGAs are Field-Programmable Gate Arrays used in hardware design. They can be categorized as SRAM-based, Flash-based, or Antifuse-based.
SRAM-based FPGAs are volatile and require reprogramming every time they power up. Examples include Xilinx Virtex series.
Flash-based FPGAs are non-volatile and retain their configuration even when powered off. Examples include Actel ProASIC3 series.
Antifuse-based FPGAs are OTP (One-Time...
Decoupling analysis involves calculating the required capacitance to maintain stable voltage levels in a circuit.
Decoupling analysis is essential for ensuring stable power supply in electronic circuits.
It involves calculating the amount of capacitance needed to filter out noise and maintain voltage levels.
Decoupling capacitors are placed strategically in a circuit to provide this filtering effect.
The formula for calcul...
Aptitude, Digital Electronics.
posted on 28 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
Digital Electronics, verilog basics,C language basics,
Designing a digital system for detecting start bit in UART communication
The start bit is the first bit in a UART transmission and is always a logic low
The system should sample the incoming data at a rate higher than the baud rate to accurately detect the start bit
A shift register can be used to store the incoming data and detect the start bit
The system should also check for framing errors and parity errors
I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.
Basic apptitude and digital and analog mcqs
Use a 4:1 mux to create a 3 input XOR gate.
Connect two of the inputs to the select lines of the mux.
Connect the third input to one of the data inputs of the mux.
Connect the other data input of the mux to the output of an XOR gate between the first two inputs.
Use the output of the mux as the output of the 3 input XOR gate.
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Jul 2023. There were 2 interview rounds.
Logical, Quant and English questions. C based theory questions, and digital electronics.
I applied via campus placement at Pachaiyappas College, Chennai and was interviewed before Oct 2021. There were 3 interview rounds.
Based on Electronics, Aptitude and Software
D flip flop is a digital circuit that stores a single bit of data and is used in sequential logic circuits.
D flip flop has a data input (D), a clock input (CLK), a set input (S), and a reset input (R).
When the clock input is high, the value of D is transferred to the output Q.
When the set input is high, the output Q is set to high.
When the reset input is high, the output Q is reset to low.
D flip flop is used in applica...
Factorial can be found using a loop or recursion in C programming language.
Use a loop to multiply the numbers from 1 to n to find the factorial of n.
Use recursion to call the function itself with n-1 until n=1.
Handle edge cases such as negative numbers and 0.
Example: int factorial(int n) { if(n<=1) return 1; return n*factorial(n-1); }
Example: int factorial(int n) { int fact=1; for(int i=1;i<=n;i++) fact*=i; return fact
To find duplicates in a string, we can use a hash table to keep track of the frequency of each character.
Iterate through the string and add each character to the hash table with its frequency
If a character already exists in the hash table, it is a duplicate
Return a list of all the duplicate characters found
based on 2 reviews
Rating in categories
Staff Engineer
148
salaries
| ₹20 L/yr - ₹48 L/yr |
Associate Staff Engineer
146
salaries
| ₹18 L/yr - ₹37.7 L/yr |
Senior Engineer
140
salaries
| ₹13.7 L/yr - ₹26.2 L/yr |
Senior Staff Engineer
87
salaries
| ₹28 L/yr - ₹70 L/yr |
Senior Software Engineer
30
salaries
| ₹17 L/yr - ₹31 L/yr |
Intel
Texas Instruments
Micron Technology
Qualcomm