Implement an web-based dictionary lookup# JobHunting - 待字闺中
a*y
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
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