New: interview-questionAll contenthive-129948hive-196917krhive-150122hive-180932hive-185836zzansteemhive-166405hive-144064hive-188619hive-183959hive-101145hive-183397uncommonlabcryptidhunterhive-145157hive-139150photographyhive-103599photohive-109690bitcoinhive-170554hive-180301TrendingNewHotLikerstripathih2 (25)in amazon • 6 years agoAmazon Interview QuestionsThis is the question of math that has been asked in amazon. I have tried hard to solve and finally solved it. A very good question it is and genius can only solve it. And by the way it is quite easy…raojeet (35)in programming • 7 years agoInteresting javascript concepts asked in - Google, Amazon interviewsInteresting javascript hack, you should know 1. Javascript Closures A closure is an inner function that accesses to the outer function’s variables. It has three scopes (access variables)…justyy (83)in cn • 8 years agoSoftware Engineer Interview Question - Dynamic Programming - Integer Break 软件工程师面试技巧之 动态规化 - 整数拆分Dynamic Programming (DP) is one of the very important algorithm in Computer Science. Here is the simplest example of demonstrating the concept of DP if you want to tell you 5-year-old son. Give…justyy (83)in cn • 8 years agoMicrosoft Interview Question – Get the Area of the Triangle 微软面试题:三角形的面积是多少?The following seems an easy question, to get the area of the rectangluar triangle with the slope equals to 10 and the height equals to 6. 据说是一个印度人杀入微软最后的面试, 面试官给了这么一道小学数学几何题: If your answer…