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.
Software Development Engineer I Interview Questions
27,491 software development engineer i interview questions shared by candidates
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.
Describe what you know of relational databases and SQL
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
How you would handle a situation were you saw a potential safety hazard.
I see you mention that you have an attention to detail on your resume but i see a typo here. Can you explain that?
Viewing 221 - 230 interview questions