Given an array of numbers, replace each number with the product of all the numbers in the array except the number itself *without* using division.
Sr Engineer Interview Questions
137,828 sr engineer interview questions shared by candidates
Coderpad: given an array scores[][] = {“jerry”,”65”},{“bob”,”91”}, {“jerry”,”23”}, {“Eric”,”83”}} Find the student with highest average score
Draw a bridge and you have three people trying to cross? Seriously>
Consider an X x Y array of 1's and 0s. The X axis represents "influences" meaning that X influences Y. So, for example, if $array[3,7] is 1 that means that 3 influences 7. An "influencer" is someone who influences every other person, but is not influenced by any other member. Given such an array, write a function to determine whether or not an "influencer" exists in the array.
How many credit cards does Amex issue in a year in US?
Write a probability formula to tell how many bits will be changed when 1 is added to a 32 bit binary number.
Create a stack of numbers where the maximum number is always known.
In a stream of integers from 1 to n, only one number will be repeated. How can you tell what that number is?
Traverse nodes in a binary tree
Is 3,599 a prime number? Yes or No. Explain.
Viewing 1 - 10 interview questions