Design an OO parking lot. What classes and functions will it have. It should say, full, empty and also be able to find spot for Valet parking. The lot has 3 different types of parking: regular, handicapped and compact. Here is a quick start to get th…
Amazon Interview | Set 27 Hi, I was recently interviewed for SDE1 position for Amazon and got selected. I have 1.5 year experience in java. Geeksforgeeks helped me lot. I am very thankful to Geeksforgeeks team. Following were interview questions- Two…
I'll be sitting for an Amazon interview in 3 months. Which website should I use to practice: SPOJ, HackerRank, HackerEarth, CodeChef, Codeforces, or UVA? Answer Request Follow231 Comment Share Downvote Promoted by Hired.…
This is a new series of sharing core Java interview question and answer on Finance domain and mostly on big Investment bank.Many of these Java interview questions are asked on JP Morgan, Morgan Stanley, Barclays or Goldman Sachs. Banks mostly asked c…
Amazon onsite behavior question[一亩三分地论坛面经版] - Powered by Discuz! http://www.1point3acres.com/bbs/thread-307462-1-1.html How to raise-the-bar in the Amazon Interview? | Kraftshala http://kraftshala.com/how-to-raise-the-bar-in-the-amazon-interview/ Ama…
声明:本文为博主原创文章,未经博主允许不得转载. 以下是英文翻译: warnning: Copyright!you can't reprint this blog when you not get blogger's permission. It is a very excellent interview question that concludes serveal important knowledge which explain how to correctly use printf(…
JavaScript interview Question - Create a Array with two papameters without using loop! JavaScript - 不用循环, 创建数组 & 数据 https://stackoverflow.com/a/44206718/5934465 JavaScript问题: 自定义一个函数,接收 m,n 两个整数参数, 返回一个长度为m 的且值都等于n的数组, 不能使用任何js 的循环语句 (for, for in, fo…
HDS(11.16.2015): How to design an non-stop website like Google or Amazon? What design patterns are you using? Implement a queue with two stacks. Quick-sort partition on a single linked list.…
去年校招时的一道面试题,觉得蛮有意思,贴出来. Question: Spy start at a, during an interval he moves |b| to right when b >=0; moves |b| to left when b <0; I can ask the spy if he is in position x, if he is then I win. Answer: Here is how I analyze this problem: 1) First a…