first we i had short interview on the phone about what i am working on and about my experience and than they invite me to their office for another interview.
Interview questions [2]
Question 1
to describe Damka game in classes, interface, etc... how i would implement it in OOP.
we have an array with objects.
each object having running time in milliseconds and value.
find the max value for every running second.
example : this is the array: [{123,4},{227,8},{7777,9},{9000,9}]
second 1 max value 8
second 7 max value 9
second 9 max value 9