由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 贡献一个中型软件公司面经
相关主题
问一道string match的题目 出自glassdoor facebook版AMZ面经
facebook一题弯曲中型IT公司面经
问道题Yahoo Platform组面经
问个简单的问题...发个F onsite后的加试面经吧 求bless
电面不好,求bless。这题怎么答?忙了两三个月, 今天终于收到OFFER了. +++面经.多谢版上的同学们.
面试中遇到suffix tree / trie这种题,需要自己实现吗?攒rp整理面试题(1)string match/text search
贴一下我google第一轮店面的题目Rabin-Karp算法对不定长的query set怎么办?
问几道较难的字符串题字串 查找的 最佳算法。
相关话题的讨论汇总
话题: list话题: string话题: 面经话题: 公司话题: map
进入JobHunting版参与讨论
1 (共1页)
t********3
发帖数: 567
1
貌似本版大多数都是大型公司的面经哈。我也是第一次面非大公司。
一个做教育软件的公司。
电面
45分钟,问了你现在作什么,问了很多细节的东西。感觉上去比大公司要问得仔细。当
然也可能是我刚好遇上这样的人,呵呵。
1.difference between passing reference, pointer and value to a function.
2.difference between list, set and map.
接下来是在网上share一个文件,一边写代码,他一边问问题。
you are given two list of strings, write a function return true if each
string in list 1 is also shows up in list 2.
extension: if some string show up in list 1 more than once, how do you make
sure it shows up at least same times in list 2.
open design question:
1. how to avoid strong coupling.
2. design a system that read in text file from user, display the content,
show misspelling words, show suggestions of spelling.
extension: what kind of change we need if we read from some url instead of
local file?
然后让你问他问题。之后过了一周不到的样子,就说要onsite。onsite面经等会儿送上
D*******e
发帖数: 151
2
就45分钟来说,这题目够多的。
If string is short, consider TRIE.
Map each string to an integer by Rabin-Karp? Then maintain a map where key
is hash value and value is the list of strings mapped to this hash value.
Is this the solution?
c******o
发帖数: 534
3
open question怎么答?

【在 t********3 的大作中提到】
: 貌似本版大多数都是大型公司的面经哈。我也是第一次面非大公司。
: 一个做教育软件的公司。
: 电面
: 45分钟,问了你现在作什么,问了很多细节的东西。感觉上去比大公司要问得仔细。当
: 然也可能是我刚好遇上这样的人,呵呵。
: 1.difference between passing reference, pointer and value to a function.
: 2.difference between list, set and map.
: 接下来是在网上share一个文件,一边写代码,他一边问问题。
: you are given two list of strings, write a function return true if each
: string in list 1 is also shows up in list 2.

t********3
发帖数: 567
4
这个没有标准答案吧。大概就是看你设计系统的时候,有没有考虑每個部份足夠獨立,
甚麼以後擴展方便啊,之類的

【在 c******o 的大作中提到】
: open question怎么答?
v***n
发帖数: 5085
5
感觉是那个啥罗萨他石头
1 (共1页)
进入JobHunting版参与讨论
相关主题
字串 查找的 最佳算法。电面不好,求bless。这题怎么答?
问两个G面试题面试中遇到suffix tree / trie这种题,需要自己实现吗?
问G家一道电面题贴一下我google第一轮店面的题目
关于leetcode 的strStr这题问几道较难的字符串题
问一道string match的题目 出自glassdoor facebook版AMZ面经
facebook一题弯曲中型IT公司面经
问道题Yahoo Platform组面经
问个简单的问题...发个F onsite后的加试面经吧 求bless
相关话题的讨论汇总
话题: list话题: string话题: 面经话题: 公司话题: map