I applied through university. The process took 2 weeks. I interviewed at National Instruments
Interview
Written Exam:
The exam comprised two sections:
1. Aptitude Section: This section consisted of 15 questions testing general aptitude skills.
2. Core Electronics Section: This section also includes 15 questions focused on topics such as capacitors, Kirchhoff's Voltage Law (KVL), Kirchhoff's Current Law (KCL), and other core electronics concepts.
Additionally, there were two coding questions:
- Question 1: A problem related to a modified Kadane’s algorithm.
- Question 2:A dynamic programming problem involving a knight’s movement on a chessboard.
Technical Interview:
The technical interview began with the interviewers introducing themselves, followed by my self-introduction. The interview then proceeded with a detailed discussion about my projects. Afterward, they asked me several coding questions, including:
1. Creating a "mountain array" from a given array.
2. The "Two Sum" problem.
3. The "Closest Two Sum" problem.
4. Problems related to rotational strings, and more.
These questions mainly involved arrays and strings, ranging from easy to medium difficulty.
Subsequently, the discussion shifted to electronics topics, covering areas such as digital electronics, digital communication, and sampling theory.
HR Round:
The final round was the HR interview, which focused on behavioral and situational questions. They asked about:
1. Why should we hire you?
2. What motivates you the most?
3. Have you ever guided or mentored someone?
4. How have you handled project challenges or team conflicts?
Interview questions [1]
Question 1
1. Why should we hire you?
2. What motivates you the most?
3. Have you ever guided or mentored someone?
4. How have you handled project challenges or team conflicts?
I applied through university. The process took 5 days. I interviewed at National Instruments (Mysore) in May 2024
Interview
there were 2 rounds of interview for candidates shortlisted based on coding test. First round (technical) was all about my problem solving skills(DSA) and my projects. The second round(managerial + HR) was about my projects and general discussion session.
Interview questions [1]
Question 1
In technical interview I was asked 2 DSA questions
1. Print K largest elements in a given array, without sorting the array.
2.Reverse a single linked list, iteratively
I applied through university. The process took 2 days. I interviewed at National Instruments (Bengaluru) in Apr 2024
Interview
First we had online seminar where they told us about the company and what are their goals , then after all that a online test was take in which their were mcqs and coding questions mixed , preferred language was c or c++ and questions were medium to hard level from topics - tress , array list , graphs