S**I 发帖数: 15689 | 1 ☆─────────────────────────────────────☆
yuhanlin (Yuhan) 于 (Mon Aug 29 00:18:17 2011, 美东) 提到:
周五面完最后一个onsite, 累的惨兮兮的, 好容易爬回家. 不管结果如何, 这段时间找
工作算是告一段落了.
下面把这段时间面试中被问到的题目整理一下, 供大家参考. 我也就不说具体是那些公
司了, 都是很典型的面试题, 到哪里都有可能会被问到.
* implement memcpy? How to improve? how to determine if a system is
32bit or 64bit?
* how is static keyword used in Java?
* a list of intervals, no overlapping and sorted, write a function to
insert an interval into the list and still keep the list sorted and no
overlapping.... 阅读全帖 |
|
b*****t 发帖数: 72 | 2 Coding(都是挺基本的题,但是我有几个题有些bug,哎):
1.Find the missing number in an array;
2. Reverse the bits of an integer;
3. Using a MACRO function to output the byte stream;
4. Detect a loop in a linked list;
5. Reverse a string(protect the input& return a new string);
6. Count the Ones of an integer;
7. Endianness detection;
8. Delete a node in a singly linked list and a double linked list;
9. Even parity function;
10. Extract the payload part from a packet;
11. Rounding function;
C/C++:
1. Static keyword;
2.... 阅读全帖 |
|
d**e 发帖数: 6098 | 3 ☆─────────────────────────────────────☆
travelodge (travelodge) 于 (Fri Aug 31 00:46:34 2012, 美东) 提到:
总觉得山寨淘宝的research scientist很鸡肋, 工资跟sde一样,但基本不
发paper,
这样怎么来评定该不该升级。 不发paper又不经常写code那就等于没法跳槽,万一被裁
员别家的research scientist还是看paper的吧。
至于山寨百度的SDE(T4), 又担心他们家高手如云, 很难升级, 会不会做万年sde(最多
升到5)
钱上其实账目上差不多, 扣掉免税州的低房价, 不过淘宝少了很多福利
对于fresh phd来说
RSII: 125k + 40k sign-on /2 + 55k RSU / 4 = 158.75K
SDE 127k + 15% bonus + 160 RSU/4 = 170K
有没有过来人给点建议。。。。
面经,记不清了
山寨淘宝/京东
onsite有个job talk,
然后有五六轮聊天面试吧,题目... 阅读全帖 |
|
g*******s 发帖数: 2963 | 4 刚才网上查了一下为啥pure virtual=0, 我只想说 “我……&#¥……%#”
As with most "Why" questions about the design of C++, the first place to
look is The Design and Evolution of C++, by Bjarne Stroustrup1:
The curious =0 syntax was chosen over the obvious alternative of introducing
a new keyword pure or abstract because at the time I saw no chance of
getting a new keyword accepted. Had I suggested pure, Release 2.0 would have
shipped without abstract classes. Given a choice between a nicer syntax and
abstract classes, I... 阅读全帖 |
|
d*******n 发帖数: 124 | 5 我想找一个google search offline的工具,可以基于keyword search 我的document。
可是google desktop discontinue了,还有没有alternative呢。
P.S.不是类似document内部和eclipse内部的那种基于keyword或regexp的search,因为
那些都是hard match而不是soft match。 By soft match, I mean using LCS. |
|
a********9 发帖数: 129 | 6 之前稍微收集了一下
glassdoor
===================
edit distance
level traverse tree(高频)
1) Calculate the square root of a double(高频)
2) Given n intervals [si, fi], find the maximum number of overlapping
intervals.
3) Print all the paths from root to every leaf in a binary tree.
4) Print the sum of all the numbers at every vertical level in a binary tree
5) Given a set of n jobs with [start time, end time, cost] find a subset so
that no 2 jobs overlap and the cost is maximum ?
6) Given 1 trillion messages ... 阅读全帖 |
|
d****e 发帖数: 768 | 7 我不做analog和RF.
resume要写得准确,范围宁小勿大。Any keyword you put on the resume, unless
properly stated, interviewers assume you're the original designer and expect
you answer any question about the keyword.
Analog- |
|
x******0 发帖数: 178 | 8 你说的对,我刚开始是说对所有的做操作。后来面试官一质疑,我就马上改过来,只对
被搜索的keyword做这个操作。但是他还是觉得我统计这些keyword的方法太expensive。
貌似这个面试feedback还不错,但是肯定没有达到面试官心中的optimal。应该是差不
远了。 |
|
s******s 发帖数: 89 | 9 比较认同赵大牛的方法。
用一个HashMap 来记得current minute 的
Keywords 和它的出现次数。用 一个Queue of
size of 30 (因为30 分钟,也可以是60分钟)
来记录 每一分钟的map,构成 一个动态
leaking buffle Queue,这样就可以精确
算出last 30 minutes, 60 minutes, 24 hours
freq Top K keywords. |
|
n*******e 发帖数: 37 | 10 =============================================
背景/包袱/Negotiate相关问题
=============================================
本人MS degree in ECE, 3年embedded software经验+ 1年软体创业经验, 最近拿到亚
麻Irvine offer: base 100,000 + bonus 25,000分兩年 + RSU 220 share分四年, 平
均大約一年total compensation128,000, title是sde 1
想请教前辈们两个问题:
1. 想请问3年embedded software + 1年software经验, 拿SDE 1算是正常吗? 还是应该
拿SDE 2比较合理?
2. 另外, 即使在SDE 1中, total compensation 128,000 是不是还是算低呢?
根据版上资料, 我想就算地点是Irvine, 这也绝对是被low ball了吧...
3. 有人知道这种情况下药如何negotiate呢? 可以要SDE 2... 阅读全帖 |
|
w**z 发帖数: 8232 | 11 The Biggest Mistakes I See on Resumes, Part 2: Your top 8 questions
Laszlo BockInfluencer
SVP, People Operations at Google
Jan 26, 2015 168,970Views 1,016Likes 275CommentsShare on
LinkedInShare on FacebookShare on Google PlusShare on Twitter
I was blown away that my first article got over 2 million views. I've always
been passionate about helping people find good jobs. But my advice in "The
Biggest Mistakes I See on Resumes" was just a starting point: the basic
stuff we all need to nail... 阅读全帖 |
|
t*****t 发帖数: 86 | 12 我去年的onsite是上午三轮算法下午一轮上机。
算法第一题是给一个string和两个keyword,返回最短的包含俩keyword的substring。
第二题类似leetcode的merge k lists,但是给的是iterator,要注意怎么优化使用。
第三题类似leetcode的path sum II,不过给的不是treenode而是两个类,一个edge一
个vertice,写的时候会麻烦一点但是思路是一样的。下午上机是给一个logfile,里面
每行有userid,activity,timestamp什么的,规定在一定时间内(好像是90s)如果用
户没有activity则认为是一个session结束。要求读取logfile内容然后按时间顺序输出
所有的session到标准输出流。我用的java,os是ubuntu,ide是eclipse,虽然他们上
班好像用intelliJ,时间一个半小时,注意最大的test case很大,所以做的时候注意
memory的使用,不要整个file读完才开始写不然会爆内存,也不要把所有东西都一直存
在hashmap里,不然会爆,有的东西没用所以... 阅读全帖 |
|
f*******r 发帖数: 55 | 13 【 以下文字转载自 JobMarket 讨论区 】
发信人: frankfeir (frankfeir), 信区: JobMarket
标 题: Synopsys R&D positions in MA
发信站: BBS 未名空间站 (Wed Feb 25 14:07:46 2015, 美东)
There are 2 openings in Synopsys VG team in marlborough, ma. If you are
interested, please send resumes to [email protected]
/* */
R&D Engineer, Staff
The Engineer will be part of the Software R&D team based in Marlborough, MA.
In this role you will contribute to the development of simulation, emulation
and FPGA prototyping software, includi... 阅读全帖 |
|
F********y 发帖数: 400 | 14 是的,我的recruiter也是,可以说如果你的recruiter没有一开始就很积极帮你的话,
哪怕你催了也不会特别积极。毕竟就算催了,他主动forward了,不够积极的recruiter
很可能敷衍一下随便forward到一些不是很match的组(比如丢你给老印,比如找一个简
历里的keyword就直接丢去需要keyword的组)。有经验的recruiter就知道把你forward
到一些有match到的组(比如丢你给老中,比如按照你的背景去丢到相关领域的组)。
我上周四催了,我的recruiter就问了下我python和go哪个熟,然后说把我forward到一
些可能match的组了。根本不知道他把我丢去哪些组了。。还不用说,有些recruiter会
主动让你去联系google员工问opening,有些recruiter(比如我的)会建议你别去联系
google员工骚扰他们blahblahblah。唉,这么重要的过程里让HR的影响成分这么大,
google也是屌屌的。
我Linkedin上都骚扰了几百个(literally)国人大哥大姐,不少人就是host,但是都
在至少几个星期前... 阅读全帖 |
|
y*****e 发帖数: 712 | 15 那个说root是keywords的评论太扯了,至今让我震惊
keywords |
|
x**********4 发帖数: 70 | 16 import re
class Solution:
def evaluate(self, expr):
tokens = re.split('[ ()]', expr)
tokens = [token for token in tokens if token]
var, stack, i = {}, [], 0
keywords = set(['add', 'mult', 'let'])
while i < len(tokens):
if tokens[i] == 'add' or tokens[i] == 'mult':
stack.append(tokens[i])
i += 1
elif tokens[i] == 'let':
i += 1
while i < len(tokens) and tokens[i] not ... 阅读全帖 |
|
发帖数: 1 | 17 我觉得可以这样。
把Keywords建踹树。
然后hashmap对keywords统计。
把hashmap里面每个当前的值删了。如果map为空,就记录左指针。
并且把左指针的的值放入map里。
这样就O(n * k)了 k为字符串平均长度。 |
|
c******w 发帖数: 1108 | 18 严重走偏了。指需要一个hashmap存keywords。search words从左往右一个一个扫过去
,check是否在keyword里。只需要记一下当前的continous run多长就够了。每次check
是O(1)所以overall只O(n) |
|
h*****n 发帖数: 93 | 19 这不就是LeetCode #76 Minimum Window Substring的变形吗?只不过Keywords必须
相邻,也就是windows.size()等于keywords.size() |
|
发帖数: 1 | 20 我觉得可以这样。
把Keywords建踹树。
然后hashmap对keywords统计。
把hashmap里面每个当前的值删了。如果map为空,就记录左指针。
并且把左指针的的值放入map里。
这样就O(n * k)了 k为字符串平均长度。 |
|
c******w 发帖数: 1108 | 21 严重走偏了。指需要一个hashmap存keywords。search words从左往右一个一个扫过去
,check是否在keyword里。只需要记一下当前的continous run多长就够了。每次check
是O(1)所以overall只O(n) |
|
h*****n 发帖数: 93 | 22 这不就是LeetCode #76 Minimum Window Substring的变形吗?只不过Keywords必须
相邻,也就是windows.size()等于keywords.size() |
|
w*******d 发帖数: 59 | 23 其实不是这样的……如果LZ知道pool里还有多少PhD没有match上就不会这么想了。G和F
一直都是intern面试通过比例远远高于实际坑数,大部分人最终都是match不上的。我
觉得能不能match到组除了面试成绩外,最关键的是自己的兴趣。现在很多人都说自己
想做ML,哪有那么多ML的坑?结果就是大部分的intern host一搜索自己的keyword直接
把这些applicant筛掉了。
我知道LZ的背景很强,但是如果有intern正好对自己的项目有直接的兴趣是一定会被先
选中的。intern host不可能去看全部几千份简历来挑谁背景更好,大部分是keyword
match一下。我建议LZ去修改一下自己的实习兴趣?不要写的太specific,target太准
确会吓跑一堆host的……
最后祝愿LZ早日match上组。 |
|
H**********5 发帖数: 2012 | 24 agree,瞄了下LZ简历,页数太少了。ICC的简历都是7-8页,那些烙印给人第一感觉就是
项目做的很多(虽然都是编的)。LZ的简历给我感觉就是项目少了,这个也可能是原因
: 其实不是这样的……如果LZ知道pool里还有多少PhD没有match上就不会这么想了
。G和F
: 一直都是intern面试通过比例远远高于实际坑数,大部分人最终都是match不上
的。我
: 觉得能不能match到组除了面试成绩外,最关键的是自己的兴趣。现在很多人都
说自己
: 想做ML,哪有那么多ML的坑?结果就是大部分的intern host一搜索自己的
keyword直接
: 把这些applicant筛掉了。
: 我知道LZ的背景很强,但是如果有intern正好对自己的项目有直接的兴趣是一定
会被先
: 选中的。intern host不可能去看全部几千份简历来挑谁背景更好,大部分是
keyword
: match一下。我建议LZ去修改一下自己的实习兴趣?不要写的太specific,
target太准
: 确会吓跑一堆host的……
... 阅读全帖 |
|
o****g 发帖数: 174 | 25 用的是这个wheel, 要先加载一个package scrapy.
https://github.com/LKI/wescraper
有如下错误:好像是没有得到cookie? 为什么?
[scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: scrapybot)
2018-01-23 17:51:22 [scrapy.utils.log] INFO: Versions: lxml 4.1.1.0, libxml2
2.9.7, cssselect 1.0.3, parsel 1.3.1, w3lib 1.18.0, Twisted 17.9.0, Python
2.7.13 |Anaconda 4.4.0 (64-bit)| (default, Dec 20 2016, 23:09:15) - [GCC 4.4
.7 20120313 (Red Hat 4.4.7-1)], pyOpenSSL 17.0.0 (OpenSSL 1.0.2l 25 May
2017), cryptography 1.8.1, Platform Linux-... 阅读全帖 |
|
f*******r 发帖数: 55 | 26 There are 2 openings in Synopsys VG team in marlborough, ma. If you are
interested, please send resumes to [email protected]
/* */
R&D Engineer, Staff
The Engineer will be part of the Software R&D team based in Marlborough, MA.
In this role you will contribute to the development of simulation, emulation
and FPGA prototyping software, including the support and modeling of the
prototyping board, automatic partitioning, placement and routing on the
board, timing analysis and timing optimiza... 阅读全帖 |
|
|
|
|
|
|
M**********n 发帖数: 4964 | 32 我觉得是他们那个map做得不好,我选的一直都是shopping。不管怎么zoom in,不管怎
么拖动地图,都找不到之前找到的店。之后才想起上次不是选类别,直接用keyword
“supermarket"才搜出那些店的。再用keyword 搜,一下就搜出来了。 |
|
|
|
|
|
|
|
|
y***m 发帖数: 7027 | 40 没看到form...., 跑到这里
https://odr.bbb.org/odrweb/public/NewComplaint.aspx?ComplaintTypeID=2&
countryid=1
Results from our database
The businesses matching your search appear below. Please select the business
that your complaint is about. If you cannot find the business you are
looking for, either go back and change your search, or select the radio
button below to enter the business information yourself.
Identity IQ
2360 Corporate Cir Ste 400
Henderson, NV 89074-7739
I cannot... 阅读全帖 |
|
c**********0 发帖数: 836 | 41 好,等我找到发上来. 前几天用各种各样的keywords搜索想知道阴超对胚胎是不是safe.
现在想不
起用的什么keywords找到的 (几个不同的article). |
|
|
|
|
c*******u 发帖数: 12899 | 45 ☆─────────────────────────────────────☆
debonair (江南小生) 于 (Sat Aug 18 16:58:17 2012, 美东) 提到:
众所周知,中国虽然是乙肝大国,关于乙肝病毒的研究最发达的国家却是美国。
所以,中国医生嘴里的吃饭不传播乙肝病毒当然是转述自西方流行病研究的成果。但真
要探究吃饭是否传播乙肝病毒,还得考虑以下因素。
1. 目前现代医学的看法是,乙肝病毒携带者唾液里面的浓度远低于血液,所以唾液传
播并不是乙肝传播的主要途径。但注意不是主要途径不代表不是途径。
2. 中国人共餐,几乎每天和家人交换唾液。
3. 最要命的是中国人(包括第一代移民)口腔疾病多,牙齿牙龈有伤口出血是常事,
受感染的几率大增。
所以最有效的途径还是通过打乙肝疫苗,实行分餐。
☆─────────────────────────────────────☆
miaomi8 (miaomi8) 于 (Sat Aug 18 17:03:40 2012, 美东) 提到:
挺有道理
当然疫苗是王道
吃饭做不到分餐的话,用公筷公勺
★ 发自i... 阅读全帖 |
|
|
|
W*******g 发帖数: 458 | 48 【 以下文字转载自 Exchange 讨论区 】
发信人: Westtwing (Plan Bold Dream Far), 信区: Exchange
标 题: Huge Multi-Family garage sale--Union city
发信站: BBS 未名空间站 (Sat Sep 15 02:37:46 2012, 美东)
We are having a multi-family huge garage sale on this Sat, Sept 14th
starting from 8:30 AM
Location: 32701 Epire St, Union City, CA 94587
Little Tikes Patrol Police Car 30th Anniversary Edition:
http://www.amazon.com/Tikes-Patrol-Police-Anniversary-Edition/d
Philips electrical breast pumps: Bought brand new. Only used a few time... 阅读全帖 |
|
|
|