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.
Analyst I Interview Questions
27,482 analyst 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
I see you mention that you have an attention to detail on your resume but i see a typo here. Can you explain that?
In the Technical Interview, as I was from computer science background. They tested by basic skills in coding and asked me to solve a number of puzzles. Then I was asked to briefly explain my projects. I think this is where they expect you to express yourself as much as possible. The HR round was chill. They just get to know you better and understand where you can fit the job role.
Viewing 221 - 230 interview questions