Open In App

Texas Instrument Interview Experience for software Developer

Last Updated : 29 Aug, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

It was on-campus in August 2023.

Note: There was know any such CGPA criteria.

Eligibility: CSE,ECE,EE only

Round 1(OA ): Duration 75 mins

This was MCQ Round and there was 2 sections :

(i). 20 Aptitude Questions were asked and time limit was 30 Minutes only .

The question was based on logical reasoning ,Some Math concept and figure based.

(ii). Technical Round :35 Questions were asked and time limit was 30 Minutes only .

The Questions were asked from CS Fundamentals like OS,DBMS,CN,OOPs (in Java and C++ both code were given ) . Some Question were Easy ,but most of questions were hard . 4-5 Questions were asked from SQL ,which was tough 1 was Query based and rest was backend related .

NOTE- DBMS and OOPs were major portion .

Only 21 Students was able to Qualify for next round . I was one of that.

Round 2 (Interview): Duration 40-45 mins

Tell me about yourself.

Then they asked about one of my projects to discuss it in detail .

Then they go for Resume and asked topic which I mentioned in Resume like React js,Javascript ,Node Js etc.

Then they go for Coding Questions .

One Question was aked and they have given me in comment of the meeting :

Question: Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionary words.

Input: s = “applepenapple”, wordDict = [“apple”,”pen”]

Output: true

Input: s = “catsandog”, wordDict = [“cats”,”dog”,”sand”,”and”,”cat”]

Output: false

Note: Coding Questions were Easy for everyone they more focused on Project and CS fundamental.

one question was asked from SQL Query :

Question: We have two table Student(id,name) and Course (id,marks,s_id) and query was to find the name of student who got more than 870 marks in all subject (Each subject carry 100 Marks)

Final Result : Out of 21 only 3 students were selected .

Tips: Focus more on CS Fundamental ,Communication Skills,DSA,and Project.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads