Filter interviews by
I was interviewed in Aug 2017.
The question asks to implement a block diagram for a given transfer function in the form of a/b.
Identify the numerator and denominator polynomials of the transfer function
Draw blocks for each polynomial term, representing multiplication and addition operations
Connect the blocks according to the transfer function equation
Include any necessary delays or feedback loops
Label the inputs and outputs of the block diagram
No
The system is not stable because the transfer function has a pole at z = 1
A stable system should have all poles inside the unit circle in the z-plane
In this case, the pole at z = 1 lies on the unit circle, making the system marginally stable
IIR and FIR filters are two types of digital filters used in signal processing.
IIR (Infinite Impulse Response) filters use feedback to create a response to an input signal.
FIR (Finite Impulse Response) filters only use feedforward and have a finite duration of response.
IIR filters can be implemented with fewer coefficients but may be less stable than FIR filters.
FIR filters have linear phase response and are generally ...
The sampling theorem states that a signal must be sampled at a rate at least twice its bandwidth to avoid aliasing.
The sampling theorem is also known as the Nyquist-Shannon sampling theorem.
Sampling at a rate slightly more than twice the bandwidth ensures that all the information in the signal is captured without distortion.
If the sampling frequency is too low, aliasing can occur, where high-frequency components are in...
DTFT is a continuous function that represents the frequency content of a discrete-time signal, while DFT is a discrete function that represents the frequency content of a finite-length sequence.
DTFT is defined for both finite and infinite-length signals, while DFT is only defined for finite-length sequences.
DTFT is a continuous function in frequency domain, while DFT is a discrete function in frequency domain.
DTFT prov...
The output sequence y[n] can be obtained by convolving the input sequence x[n] with the impulse response h[n] = [1, 0, 0, 0, -1].
The given transfer function H(Z) represents a discrete-time system with a finite impulse response (FIR) filter.
To find y[n], we need to convolve x[n] with the impulse response h[n] = [1, 0, 0, 0, -1].
Convolution can be performed by sliding the impulse response over the input sequence and summ...
It is better to take another random shot.
The probability of hitting the target is higher when taking another random shot.
Taking the next slot after the one that missed you does not increase the chances of hitting the target.
Each slot has an equal probability of being chosen, so the odds are the same for both options.
I am an avid rock climber and have scaled several peaks around the world.
I have been rock climbing for over 10 years
I have climbed peaks in the Himalayas, Andes, and Alps
Rock climbing has taught me perseverance, problem-solving, and teamwork
My parents are both teachers, my mom teaches English and my dad teaches Math.
Both parents are teachers
Mom teaches English
Dad teaches Math
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...
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
Basic aptitude and mcqs on analog and digital electronics
I am a dedicated Analog Layout Engineer with a strong background in designing and implementing analog circuits.
I have a Bachelor's degree in Electrical Engineering from XYZ University.
I have 5 years of experience working in the semiconductor industry, specifically focusing on analog layout design.
I am proficient in using CAD tools such as Cadence Virtuoso for layout design.
I have a strong understanding of analog circui...
Semiconductors are used in electronics because of their ability to conduct electricity under certain conditions, making them essential for creating electronic devices.
Semiconductors can be used to control the flow of electricity, allowing for the creation of transistors, diodes, and integrated circuits.
They have properties that fall between conductors and insulators, making them versatile for various electronic applica...
A diode is a semiconductor device that allows current to flow in one direction only.
A diode has two terminals - an anode and a cathode.
It works by allowing current to flow from the anode to the cathode when a forward voltage is applied.
When a reverse voltage is applied, the diode blocks the current flow.
Diodes are commonly used in rectifiers, voltage regulators, and signal demodulation.
Examples of diodes include silico...
Biasing of a diode refers to applying a DC voltage across the diode to control its voltage and current characteristics.
Biasing a diode involves applying a DC voltage across it in order to control its operation.
Forward biasing occurs when the positive terminal of the voltage source is connected to the anode of the diode.
Reverse biasing occurs when the negative terminal of the voltage source is connected to the anode of ...
The fabrication process of a MOSFET involves creating the various layers and structures that make up the transistor.
Start with a silicon wafer as the base material
Create the gate oxide layer on top of the wafer
Deposit polysilicon to form the gate electrode
Implant dopants to create the source and drain regions
Add metal layers for interconnects
Perform various lithography and etching steps to define the transistor's featu
MOSFET operates in different regions: cutoff, triode, saturation. Each region has specific characteristics.
Cutoff region: MOSFET is off, no current flows
Triode region: MOSFET acts as a resistor, linear relationship between Vgs and Id
Saturation region: MOSFET acts as a current source, Vds is small and Id is relatively constant
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Basic verbal, aptitude questions, Calculate resistance value, multiplexer.
Texas Instruments interview questions for popular designations
I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.
Get interview-ready with Top Texas Instruments Interview Questions
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Mostly questions are on number system,probabilty and PC and from verbal reasoning
Use 2:1 muxes to create a 3 input XOR gate.
Connect two of the inputs to the select lines of the muxes.
Connect the third input to the data input of one of the muxes.
Connect the outputs of the two muxes to the inputs of a third mux to get the XOR output.
Blocking assignments wait for the assigned value to be calculated before moving on, while non-blocking assignments allow for concurrent execution.
Blocking assignments use '=' operator and execute sequentially
Non-blocking assignments use '<=' operator and allow for concurrent execution
Blocking assignments can cause race conditions if not used carefully
Non-blocking assignments are commonly used in Verilog for modeling ha
A 3-input XNOR gate truth table shows the output based on the inputs being equal or not.
XNOR gate output is 1 when all inputs are equal, and 0 when inputs are not equal
The truth table for a 3-input XNOR gate will have 8 rows (2^3) to cover all input combinations
Example: Input A=0, B=1, C=0 will result in output 0
8051 is an 8-bit microcontroller while ARM is a 32-bit microprocessor with higher performance and more advanced features.
8051 is an 8-bit microcontroller, while ARM is a 32-bit microprocessor.
ARM processors generally have higher performance and more advanced features compared to 8051.
ARM processors are commonly used in mobile devices, embedded systems, and IoT applications, while 8051 is more commonly used in simple em...
Basic questions in electroics, digital and analog
PN Junction Diode stands for Positive-Negative Junction Diode.
PN Junction Diode is a semiconductor device formed by joining a P-type semiconductor with an N-type semiconductor.
It allows current to flow in one direction only, from the P-type region to the N-type region.
Commonly used in rectifiers, voltage regulators, and signal demodulation.
Example: 1N4148 is a popular PN Junction Diode.
DV stands for Digital Video.
DV is a format used for recording and playing back digital video.
It is commonly used in camcorders and digital cameras.
DV files have a .dv file extension.
DV video has a resolution of 720x480 pixels for standard definition or 720x576 pixels for PAL systems.
TDL stands for Test Data Load in memory testing, used to load test data into memory for testing purposes.
TDL is a process in memory testing where test data is loaded into memory to simulate real-world usage scenarios.
It helps in identifying memory leaks, performance issues, and other memory-related problems.
Examples of TDL tools include MemTest86, RAMMon, and MemTest.
XOR is a logical operation that outputs true only when inputs differ, while elastic codec is a compression algorithm used in video streaming.
XOR is a logical operation that outputs true only when inputs differ
Elastic codec is a compression algorithm used in video streaming
XOR is commonly used in cryptography for encryption purposes
Elastic codec helps in reducing the size of video files for efficient streaming
Easy if you managae time well otherwise time will be not sufficient
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Its basically a test comprising 32 mcq
12- logical reasoning
20- core C,DBMS, OS , Computer Networks
2 coding Questions
In the OA there were 200 MCQ questions
Top trending discussions
Some of the top questions asked at the Texas Instruments interview -
The duration of Texas Instruments interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 66 interviews
Interview experience
based on 182 reviews
Rating in categories
Analog Design Engineer
150
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
72
salaries
| ₹0 L/yr - ₹0 L/yr |
Design Engineer
52
salaries
| ₹0 L/yr - ₹0 L/yr |
Digital Design Engineer
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Application Developer
40
salaries
| ₹0 L/yr - ₹0 L/yr |
Analog Devices
NXP Semiconductors
Microchip Technology
STMicroelectronics