由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 一个design的题
相关主题
Google 电面 algorithm 问题 (转载)Facebook Moving To The JVM
Coding test: you can get a job if you can provide a solutionC++是否能实现java那样的reflect机制?
万能的买买提, 请问有人面过 appnexus 吗,求分享一些经验,谢谢啦一道多线程的面试题
bloomberg offer附面经G onsite 面经
One C++ question请教一个OOP的C++问题
zz 讨论一道笔试题跪求pure storage的面经!谢谢!
请教几道bloomberg面试题一道经典涉及多线程,互斥访问的面试题
MITBBS 面试题第一题问一道Multithread和一道social graph的题
相关话题的讨论汇总
话题: bid话题: design话题: bidmanager话题: item话题: bidder
进入JobHunting版参与讨论
1 (共1页)
a*******y
发帖数: 1040
1
2 Answers
Design a online Auction system (similar to e-bay)
Functionalities include enlisting a product for auction by bid owner,
Placing bid for a product by bidders,Bid winner selection,Notification of
bid winner etc ). Interviewer was mainly looking for Objects involved in the
system and their relationship and use of design patterns
class BidManager
class Bidder
class Item
so use command design? BidManager would be the Invoker, Item is the receiver
, Bidder is the client. Bid Manager would have a queue for store all of the
command, anything else?
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一道Multithread和一道social graph的题One C++ question
C++ JNI code to invoke native methodzz 讨论一道笔试题
为什么不能直接比较java hashMap get 的值?请教几道bloomberg面试题
很多java future, 如何能够async 检查是否future time out.MITBBS 面试题第一题
Google 电面 algorithm 问题 (转载)Facebook Moving To The JVM
Coding test: you can get a job if you can provide a solutionC++是否能实现java那样的reflect机制?
万能的买买提, 请问有人面过 appnexus 吗,求分享一些经验,谢谢啦一道多线程的面试题
bloomberg offer附面经G onsite 面经
相关话题的讨论汇总
话题: bid话题: design话题: bidmanager话题: item话题: bidder