Upload Button Icon Add office photos

Texas Instruments

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Texas Instruments Digital Interview Questions and Answers

Updated 29 Aug 2016

Texas Instruments Digital Interview Experiences

3 interviews found

Digital Interview Questions & Answers

user image Garimella Hari Venkat Kiran

posted on 27 Aug 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: The test has three parts , Analog, Digital and aptitude. Every part has 20 questions . The technical parts are of slightly higher difficulty than what is taught generally. For the aptitude part, the questions are pretty straightforward and are simple enough to do .
Tips: Check out video lectures on IITM VLSI page for analog courses.
Duration: 120 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions for Digital profile are simple and if you brush through any digital systems book like Morris Mano, then you will be able to answer all the questions. For some students they asked two rounds and for others they only had one.
Tips: Keep your cool. The questions will be very logical So if you don't know it ,you can solve it there

Round: HR Interview
Experience: The HR interview has questions like Why TI? Where did you hear about TI first? What inspired you to be an engineer ? What are your plans for further studies ? etc.
Tips: It is supposed to be more like a conversation than an interview. So be yourself and know about your interests because if you can't answer questions about your life , then that is not a good sign.

General Tips: Talk to them . After the interview before you leave get to know a little about them like their name and other things. Since they asked you so much about yourself it does make sense to ask them back so that you will learn a little more about the company and their attitude.
Skill Tips: They only tested if you can think on your feet.
Duration: Two
College Name: IIT Madras
Motivation: It is one of the best Core companies in Electrical and Electronics that invests heavily in R&D . So I was motivated to apply

Digital Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2016

Interview Preparation Tips

Round: Test
Experience: There was a section wise cut-off. So, if you performed well in Digital,say, you would be shortlisted irrespective of your performance in Analog(provided, you performed bad here). There were people who got shortlisted for both profiles. Difficulty was moderate. Analog required a bit of thinking. Digital was mostly on basics. Aptitude was easy. There was negative marking for all sections.
Tips: Analog: Analog Electronics, Control Systems, Analog Integrated Circuits. Basics mostly.
Digital: DECA, DSD (especially VHDL ), some microprocessor basics.
Aptitude: No preparation necessary
Duration: 90 minutes
Total Questions: 60

Round: Technical Interview
Experience: Round1: Basic questions on CMOS, MUX logic(like, make an XOR gate using 2:1 MUX), STA, and strangely on C programming(in the end)

Round2: In depth discussion of above mentioned topics. Like, relation between Vih, Vil, Vol,Voh of inverter characteristics with Vth and Vtp, How to make the curve more ideal, types power dissipation in CMOS circuits, etc. Also, make FlipFlops using MUXes, STA,etc
Tips: Be clear with basics. Given a question, speak out loud and clear your approach(answer is secondary), Interviewers are nice and keep giving hints. Draw diagrams if necessary.

Round: HR Interview
Experience: Normal HR questions. Finally, only 4 were selected: 3 from digital, 1 from analog, though many had HR interview. So, HR interview doesn't necessarily mean you are in.
Tips: Donot give single line answers, not essays as well. Let it be crisp and to the point. Donot generalise anything. Be nice.

Skills: Static Timing Analysis (STA), VLSI Design, Basic Digital Logic
College Name: NIT Surathkal

Digital Interview Questions Asked at Other Companies

asked in TCS
Q1. Given a maximum of 100 digit numbers as input, find the differenc ... read more
Q2. What is Digital marketing. What is SEO. Types of SEO. Link buildi ... read more
Q3. tell me about what is digital marketing & how to do that
Q4. how you plan strategy for digital marketing
Q5. what is your past digital marketing designation

Digital Interview Questions & Answers

user image Narayana Krishnan

posted on 29 Aug 2016

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. Simple Techinal Questions
  • Q2. General questions about yourself and why you chose TI

Interview Preparation Tips

Round: Test
Experience: Test questions are difficult ,just answwr as many as you can.
Tips: There is a DSP section also available if they offer that profile.
Revise EMC and Dig-sys
Duration: 165 mins minutes
Total Questions: Technical

Round: Technical Interview
Experience: First rounds questions are basics,If u make it to second round they ask you some advanced questions.
Tips: Revise EMC and Dig-Sys.Do not answer outright "I DONT KNOW".Ask for some tip and try to solve it from tjere on.

Round: HR Interview
Experience: Hr round is peace,Its just a formality as long as you dont screw it ul completely.
Tips: Just dont mention any start-up MS/MBA enthu.

Skill Tips: Solve as many and as accurately as you can.
Skills: C language basics, Analog And Digital Knowledge, Speed
Duration: 2. Months
College Name: IIT Madras

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

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

Round 2 - Technical 

(1 Question)

  • Q1. Mostly basics of verilog digital and analog were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding questions and MCQ's

Round 2 - Technical 

(3 Questions)

  • Q1. Live coding, mostly questions based on C pointers
  • Q2. Types of Memory Allocations in C
  • Ans. 

    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...

  • Answered by AI
  • Q3. Pointers in C - Types of pointers
  • Ans. 

    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);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming skills in C language

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. General Questions from Projects on Resume?
  • Q2. Questions on Python and C?
  • Q3. Reasoning and Puzzle questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - MCQ 

(2 Questions)

  • Q1. Sql questions, linux questions
  • Q2. Output based question, aptitude question
Round 2 - Technical 

(2 Questions)

  • Q1. Basic coding concepts
  • Q2. Resume discussion

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and don't be nervous. Trust yourself. You can crack it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. This involves telephonic interview with questions based on VLSI-MOSFET and Digital electronics

Interview Preparation Tips

Topics to prepare for STMicroelectronics Intern interview:
  • VHDL
  • System Verilog
  • Digital Electronics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Basic Verilog coding and digital design questions

Round 3 - HR 

(2 Questions)

  • Q1. Details on education, grades, career interests...etc If we offer you a permanent role after successful internship are you willing to join
  • Q2. What are your grades
  • Ans. 

    I have consistently maintained high grades throughout my academic career.

    • I have consistently achieved top grades in all my courses.

    • I have a GPA of 3.8 on a scale of 4.0.

    • I have received several academic awards and honors for my outstanding performance.

    • I have excelled in subjects like mathematics, computer science, and physics.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please refresh your digital design concepts. Flip flops, FSMs...etc
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

INTERVIEWS

Texas Instruments

No Interviews

INTERVIEWS

Texas Instruments

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

JOBS

Dassault Systemes

No Jobs

INTERVIEWS

Meditab Software

No Interviews

JOBS

Essex Lake Group

No Jobs

DESIGNATION

JOBS

Meditab Software

No Jobs

INTERVIEWS

Meditab Software

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 252 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
View all
Analog Design Engineer
150 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Design Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Texas Instruments with

Analog Devices

4.0
Compare

NXP Semiconductors

3.7
Compare

Microchip Technology

3.9
Compare

STMicroelectronics

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview