1. Calculate the factorial of an array of integers. 2. How to improve the factorial algorithm?
Programmer Developer Interview Questions
748,248 programmer developer interview questions shared by candidates
Given an array of length N containing numbers bounded between 1 and N with exactly one duplicate, determine what the duplicate number is in O(n) time without using more than constant memory (no making new arrays of N length).
Are two words palindrome of each other?
What is a stack?
Why u chose IT? Why do want to join syntel?
Use 10 trees and plant them in 4 rows such that each row has atleast 4 trees
Here is the brain teaser question: Given integers as 1, 2, 3, 4, ..., N. Every time you remove an alternative element until only one is left. If you reach the end, just do a rounding. Return the remaining element. For example, given 1,2,3,4,5,6, you remove 1, 3, 5 and then 2, 6. So the remaining element is 4. What is the remaining element if N is 2000?
Given a Binary Search Tree with integers at every node and an integer k, write code that decides whether or not there exists two nodes a and b such that a+b=k
A google doc link with questions ranging from JAVA, Logical and Quantitative aptitude and Verbal.
The tech questions were easy if you had some practices (leetcode, etc). The behavior questions did catch me. Be prepared for some real QA scenario questions!
Viewing 621 - 630 interview questions