Interview as okayish. I was asked one question related to DSA. Moreover, it was a mathematical question but to be solved using coding. Question was that you are given 10 numbers of int type each with value of almost around INT_MAX. Each value can be same but they will be either equal to INT_MAX or little less than INT_MAX. Find the average of those 10 numbers. It is not a straightforward find out average question.