Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.
Self introduction education and personal information and company info
Top trending discussions
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...
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 2 interview rounds.
Basic ece ques and apti
Flip flops and latches are sequential logic circuits used in digital electronics to store and transfer data.
Flip flops are clocked circuits that store one bit of data, while latches are level-sensitive circuits that store data as long as the enable signal is active.
Flip flops are edge-triggered, meaning they change state on a clock edge, while latches are level-triggered, changing state as long as the enable signal is ...
Was asked details of scanning electron microscopy
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.
Aptitude, Digital Electronics.
Questions on dgital electronics and circuits
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 before Apr 2023. There were 2 interview rounds.
Digital Electronics, CMOS, Aptitude, C programming
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 1 interview
Interview experience
Software Engineer
332
salaries
| ₹12 L/yr - ₹44.6 L/yr |
SOC Design Engineer
223
salaries
| ₹11 L/yr - ₹33.1 L/yr |
System Validation Engineer
197
salaries
| ₹12 L/yr - ₹45.7 L/yr |
Design Engineer
158
salaries
| ₹11.5 L/yr - ₹45.3 L/yr |
Physical Design Engineer
151
salaries
| ₹9.5 L/yr - ₹30 L/yr |
Qualcomm
Nvidia
Microsoft Corporation
Advanced Micro Devices