由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Implement an web-based dictionary lookup
相关主题
一个关于hash table的interview questionJob Opportunity
Get first Greater in a array问一道OO design题
关于implement dictionary! Trie vs BST vs Hashtable请教几道CS基础题,谢谢!
如何做 Keyword Suggestion关于设计题的准备,个人经验。
攒人品,发几个面试题 C/C++问个L家的常见设计题
job opening: 有数据库相关经验的在找工作或者换工作的请进question 2: o(1) euque and dequeue?
求助一道面试题晕死,周六还会有电面……(update)
简历上这么写可以不面试的时候可以用STL吗
相关话题的讨论汇总
话题: dictionary话题: implement话题: explained话题: client话题: level
进入JobHunting版参与讨论
1 (共1页)
a*******y
发帖数: 1040
1
how will you implement dictionary for client . suppose data is stored in
database .you don't need to implement dictionary but explain entire
interaction and systems involved .
The interviewer was not interested in knowing how dictionary is internally
implemented . he was more interested in understanding bigger picture ie.
high level , eg.
i explained you will have ajax call from client page to fetch matching words
, explained arguments that i will pass in ajax , explained high level server
side api , how this api will interact with db and how it will send
information back to client .
i think we should discuss high level perspective eg. designing the system
overall architecture rather than dictionary algorithm
g*****g
发帖数: 34805
2
You did well. I think many big companies don't
care about this stuff, you ain't supposed to architect
any system as a newbie, that's why they focus on algorithm
only.

words
server

【在 a*******y 的大作中提到】
: how will you implement dictionary for client . suppose data is stored in
: database .you don't need to implement dictionary but explain entire
: interaction and systems involved .
: The interviewer was not interested in knowing how dictionary is internally
: implemented . he was more interested in understanding bigger picture ie.
: high level , eg.
: i explained you will have ajax call from client page to fetch matching words
: , explained arguments that i will pass in ajax , explained high level server
: side api , how this api will interact with db and how it will send
: information back to client .

a*******y
发帖数: 1040
3
有没有人能给个系统点的,这种design的题真伤脑筋
g*****g
发帖数: 34805
4
你可以看看讨论j2ee三层架构的东西,所有流行的架构
都是相似的。你要是实际做过web应用,这个应该很清楚。

【在 a*******y 的大作中提到】
: 有没有人能给个系统点的,这种design的题真伤脑筋
p*****2
发帖数: 21240
5
web based directory 一般是如何设计的?
跟AD啥的有关系吗?
1 (共1页)
进入JobHunting版参与讨论
相关主题
面试的时候可以用STL吗攒人品,发几个面试题 C/C++
vmware intern interviewjob opening: 有数据库相关经验的在找工作或者换工作的请进
背景调查会联系所有的经历吗,比如internship求助一道面试题
what is the internal implementation of Deque简历上这么写可以不
一个关于hash table的interview questionJob Opportunity
Get first Greater in a array问一道OO design题
关于implement dictionary! Trie vs BST vs Hashtable请教几道CS基础题,谢谢!
如何做 Keyword Suggestion关于设计题的准备,个人经验。
相关话题的讨论汇总
话题: dictionary话题: implement话题: explained话题: client话题: level