Texas Instruments interview experience Real time questions & tips from candidates to crack your interview

Analog technology Development

Texas Instruments
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 11 months
Topics: Digital design, Analog electronics, OOPs, Operating system, DBMS, DSA, VLSI
Tip
Tip

Tip 1 : good with basics and have a good command on basic electronics concepts to solve the circuits.
Tip 2 : Deep understanding of OOPs concepts is must. Do Avg To meadium level coding questions. Have a good command on DP and recursion.
Tip 3 : And be clear with your approach to solve any question and explain everything about that question.

Application process
Where: Campus
Eligibility: 7 cgpa
Resume Tip
Resume tip

Tip 1 : have 2-3 good projects on your resume some basic projects also can be there try to make projects on real-world solution.
Tip 2 : also mentioned all the things which you have done in your academic.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 Minutes
Interview date2 Aug 2021
Coding problem1

It's MCQ based round. And there is different different sections of analog ,digital , aptitude and computer fundamentals. -ve marking is also there -0.5 for each wrong question.

1. Factorial of a Number

Easy
0/40
Asked in companies
HCL TechnologiesNagarro SoftwareCapegemini Consulting India Private Limited

Write a program to find the factorial of a number.

Factorial of n is:

n! = n * (n-1) * (n-2) * (n-3)....* 1

Output the factorial of 'n'. If it does not exist, output 'Error'.

Try solving now
02
Round
Easy
Face to Face
Duration50 minutes
Interview date5 Aug 2021
Coding problem1

1 coding question

1. String Palindrome

Easy
0/40
Asked in companies
UnacademyCIS - Cyber InfrastructureThales

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
03
Round
Medium
Face to Face
Duration55 minutes
Interview date5 Aug 2021
Coding problem1

It's pure coding, project explaination and oops concepts based round.

1. N Stacks In An Array

Hard
20m average time
80% success
0/120
Asked in companies
IntuitBNY MellonAmazon

Design a data structure to implement ‘N’ stacks using a single array of size ‘S’. It should support the following operations:

push(X, M): Pushes an element X into the Mth stack. Returns true if the element is pushed into the stack, otherwise false.

pop(M): Pops the top element from Mth Stack. Returns -1 if the stack is empty, otherwise, returns the popped element.

Two types of queries denote these operations :

Type 1: for push(X, M) operation.
Type 2: for pop(M) operation.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
SDE - Intern
3 rounds | 7 problems
Interviewed by Texas Instruments
7979 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4782 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6543 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3567 views
0 comments
0 upvotes