Technical interview: Code a program that prints out multiple of 3 & 5, code a program that takes in an array prints out an array of product except self without using division operator Behavioral interview: Manager preference, Ideal work environment, Previous experiences, what will you do if you get a million $ (this question was seriously not expected for this role!)
Anonimo
Create 2 new arrays, run 1 array through a loop to calculate product of elements to the left & another array through a loop to calculate product of elements to the right. Then multiple elements in both arrays to achieve the result array.