Interview Question

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.

时间: 2024-10-12 16:19:43

Interview Question的相关文章

Garena interview question

Web Developer Interview Anonymous Interview Candidate in Singapore (Singapore) No Offer Neutral Experience Difficult Interview Application I applied through an employee referral. The process took 5 days. I interviewed at Garena Online (Singapore (Sin

Google interview question: k-nearest neighbor (k-d tree)

Question: You are given information about hotels in a country/city. X and Y coordinates of each hotel are known. You need to suggest the list of nearest hotels to a user who is querying from a particular point (X and Y coordinates of the user are giv

Google interview question: quickSort-like questions

上一篇总结了mergeSort-like questions,这篇总结一下有关quickSort的问题. Question: Given an array of object A, and an array of object B. All A's have different sizes, and all B's have different sizes. Any object A is of the same size as exactly one object B. We have a f

Google interview question: count bounded slices(min/max queue)

Question: A Slice of an array said to be a Bounded slice if Max(SliceArray)-Min(SliceArray)<=K. If Array [3,5,6,7,3] and K=2 provided .. the number of bounded slice is 9, first slice (0,0) in the array Min(0,0)=3 Max(0,0)=3 Max-Min<=K result 0<=2

Google interview question: disjoint-set questions

Question: Given a n,m which means the row and column of the 2D matrix and an array of pair A( size k). Originally, the 2D matrix is all 0 which means there is only sea in the matrix. The list pair has k operator and each operator has two integer A[i]

Interview Question Overload、Refactoring和Override?

Overload Overload我们百度翻译知道是超载的意思,不过我们一般称其为重载,在这里我们不纠结于它的翻译,我们来讲讲重载是什么意思,重载的好处.在下面我们以Overload来代表重载(为了记英语单词,你懂得). Overload是什么 Overload:顾名思义,就是Over(重新)--load(加载),所以中文名称是重载.它可以表现类的多态性,可以是函数里面可以有相同的函数名但是参数名.返回值.类型不能相同:或者说可以改变参数.类型.返回值但是函数名字依然不变. Overload的好

Phone Interview L

Today is my first phone interview since I start to look for jobs. I feel so nerves before the clock run to 10:00 am. Actually, zzz and I go through the interview question till Midnight at two o'clock. My phone interviewer is a mixed race girl, I thin

Top 10 tough core Java interview questions answers programming

Tough core Java interview questions and answersWhat is tough core java interview question ? Why do people look for tough Java questions before going for interview? well I don't thing I need to answer these tough questions because its pretty natural t

Remove duplicates

https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Social%20Network%20Company/Social%20Network%20Company%20-%20Interview%20Questions%20-%20SOLUTIONS/Phone%20Screen%20-%20SOLUTION.ipynb P