Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 semanas. Fui entrevistado pela National Instruments em set. de 2015
Entrevista
The interview was conducted in the university. It was a 45-minute interview containing both technical and behavioral questions. They invited for a dinner the next day, which was an indication that the result was positive. I got a package (mail) with the offer letter in two weeks.
Perguntas de entrevista [2]
Pergunta 1
Add values of a given tree, find the best way to find if a given point is inside a circle or not
Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa National Instruments.
Entrevista
Asked me behavioral questions like explain a bug that was hard to fix. Then asked about shuffling a deck of cards and a tree question. Overall wasnt too bad. But I got rejected
Perguntas de entrevista [1]
Pergunta 1
If a tree has its children pointing to its parent, find the shared parent between any two nodes
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 dias. Fui entrevistado pela National Instruments (Mysore) em jul. de 2016
Entrevista
Written round
Consisted of 10 questions of 90 minute duration consisting questions on C, FAFL, Algorithms, probability, permutaion and combination, microprocessors.
Coding round
2 questions with 3 hr duration
1. Long question, I don't remember fully. I'll just give input/output examples. It was basically on string decoding. If jon2snow3 is there the decoded string will be jonjonsnowjonjonsnowjonjonsnow. Given a string and an integer k we have print the kth character in the decoded string
input:
jon2snow3
8
output:
n
2. Given an array and an integer k return the number of contiguous sub arrays whose sum is divisible by k.
input format:
n k
<n elements of the array>
input:
4 5
10 0 4 5
output:
4
explaination: {10},{0},{10,0},{5} are the sub arrays with sum divisible by 5.
Technical+HR interview
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 dia. Fiz uma entrevista na empresa National Instruments (Champaign, IL).
Entrevista
There were 2 behavioral questions and 2 coding questions. The two behavioral questions were a time I showed initiative and a time I had to debug something and how I approached it. The two coding questions covered how to represent data such as a deck of cards, and a question about traversing through trees. The interviewer was very friendly and made me feel at ease.