Code an addition function given two strings
Ingeniero I Interview Questions
6,859 ingeniero i interview questions shared by candidates
We were sitting in the third floor of a 16 floor building. After asking me about my experiences with working within a group the interviewer suddenly asked me, "How many pennies would it take to stack as high as this building?"
1. write a program to implement memcpy 2. reverse a linked list recursively 3. inter-process communication 4. explain everything from the time you type a url in the browser 5. implement a stack
Bar raiser 1. Given array of numbers, find a, b, c such that a + b = c. Can you beat O(N**2) ? 2. Difference between Quick sort and Merge sort. What modifications you make in Quick sort so that it provides O(N lg N) worst case complexity.
Given a set of numbers, partition the set in to two, such that sum of all the candidates in first subset = sum of all the candidate numbers in second subset.
Given any string, find the index of the start of the first duplicated 3-letter subsequence. For example, in abcabcdef, it would be 0, and abcdefdef would be 3, and then abcdefkajdkffatabcdef would be 0, and abcdefkajdkffatdef would be 3.
Joan and Jim agree to meet at the library after school between 3 and 4 p.m. Each agrees to wait no longer than 15 min for the other. What is the probability that they will meet?
"code a program that checks if a linked list is circular"
gray code, string
What is an OSI Model
Viewing 91 - 100 interview questions