Interview Questions

Texas Instruments

Analog & embedded powerhouse; strong AMS and firmware loops.

Ready to rehearse for Texas Instruments?

Book a 1:1 mock interview with a mentor and get a scorecard.

Take the mock

Interview process

  1. 1
    Recruiter screen

    Background and domain interest

  2. 2
    Technical phone screen

    Analog or embedded fundamentals

  3. 3
    Onsite: circuits/firmware

    Op-amps, data converters, or driver/RTOS reasoning

  4. 4
    Onsite: problem-solving

    Design trade-offs and debug

  5. 5
    Hiring manager & behavioral

    STAR stories, project deep-dive, team fit and salary discussion

Free sample questions

3 free
Q1
Medium
Embedded / FPGA

Compare I2C and SPI on wire count, speed, and addressing.

Answer

I2C uses two wires (SCL, SDA), is multi-master/multi-slave with in-band 7/10-bit addressing and ACKs, but is slower (100k–3.4M) and open-drain. SPI uses four-plus wires (SCLK, MOSI, MISO, and a per-slave chip-select), is full-duplex and much faster, but has no built-in addressing (uses CS lines) and no acknowledgment.

Trade wire count/addressing (I2C) against throughput/full-duplex (SPI).

Q2
Hard
PD + STA

Differentiate a false path from a multicycle path in STA, with an example of each.

Answer

A false path is a topological path that never propagates a real transition of interest (e.g., a path between two asynchronous clock domains, or a test-only path) — it's excluded from timing. A multicycle path is real but is allowed more than one clock cycle to propagate (e.g., a slow datapath whose result is captured every 2 cycles), so setup is relaxed to N cycles.

A common trap is setting a setup multicycle without the corresponding hold adjustment.

Q3
Hard
Analog / RF

What is phase margin and why does a rule-of-thumb target ~60° matter?

Answer

Phase margin is 180° minus the loop's phase at the unity-gain frequency; it quantifies stability. Around 60° gives a good compromise: minimal peaking/overshoot and a fast, well-damped step response. Too little margin causes ringing or oscillation; too much makes the loop sluggish.

Compensation (e.g., Miller) is used to set phase margin — a common follow-up.

Full question bank

21 locked
How does dynamic switching power scale with supply voltage V?
Easy
What does clock tree synthesis (CTS) accomplish?
Easy
In a timing report, what does negative slack indicate?
Easy
A differential pair's ability to reject signals common to both inputs is quantified by:
Easy
In C firmware, the `volatile` qualifier tells the compiler to:
Easy
FPGAs differ from ASICs primarily because they:
Easy
What is the difference between clock gating and power gating?
Medium
Multi-Vt cell libraries let a designer:
Medium
What is the antenna effect, and name one fix.
Medium
High placement congestion most directly harms:
Medium
Define setup time and hold time, and describe what a hold violation implies about a path.
Medium
A hold-time violation is correctly fixed by:
Medium
What is the gain-bandwidth product (GBW) of an op-amp?
Medium
Give two rules for writing a good interrupt service routine (ISR).
Medium
Which ADC architecture is best known for very high speed at moderate resolution?
Medium
How does positive clock skew (capture clock later than launch) affect setup and hold?
Hard
Name the basic building blocks of a charge-pump PLL.
Hard
What are recovery and removal times, and which flop input do they apply to?
Hard
List concrete techniques to close a setup violation on a critical path.
Hard
What is IR drop and how does it interact with timing?
Hard
What is priority inversion and how is it prevented?
Hard

Unlock the full Texas Instruments bank

Get all 24 questions with answers and explanations.

Unlock full bank