如果100000美元现金,应该做些什么(投资在哪些方面)?# Money - 海外理财
Y*l
1 楼
断断续续找了三个月工作(从一月份开始找的),大公司,小公司都有尝试,最后拿到
3个offer。
第一个月,我人在加州某公司实习。利用了地理优势(属于local candidate)和朋友
的ref,拿到了不少面试机会。但是,由于准备的不充分,很多好的机会就这么错过了
,比如说google和twitter。不过失败是成功知母,这些失败的经验,终于给我带来了
一月末的两个offer。一个是just so so 的startup A,一个是一个dying的大公司。。
。他们给的答复时间也非常紧。没办法,我只好做了决定。。。
第二个月。。。很平静。。之前投出去没回音的还是没回音。。安心写我的博士论文。
第三个月,突然另外一个start up B 找上我。。B比A要promising很多。我心动了,心
想反正试试也没什么损失。当然,为了发挥出比较好的水平,(1)跟踪本版信息,(2
)花了1周时间过了leetcode和careerstack 的题。很幸运,最后拿到了offer。。
下面我分享一些,我面过的题目,不确定是哪家的,大家就题论题:
1. Given a graph, how to detect it is a bipartite graph?
2. Please write a non-recursive version of in-order binary tree retrieval.
3. A network flow problem. // I don't remember the exact problem, I put it
here is because most of us may ignore this part when preparing the interview
4. 一个统计相关的问题,主要是问 sampling,里面设计的内容又 confidence
interval. 他要求我推公式 (当时面的是一个 data scientist 职位).
5, given a int array A[a1, a2, ....], write a efficient algorithm to sort it
into the follow order
a1>a2a4 2 < 3 >1 <4...
6. Wirte a Trie, and implement how to build the Trie and search in the Trie
7. implement Quad-tree
8. Given y=f(x) and it is a continuous function, how to find the value of x
make f(x) = 0, if you just allow to call f(x)... // in the discussion, we
develop the thoughts about we need to x1 and x2 to start, where f(x1)f(x2)<0
9. Given a list of words where all the letters of a word are ordered.. so
how can you recover the order of letters given those words. e.g., if we have
a word "kam", then we kind of know the order of k < a < m ...
还有很多就是在leetcode上能找到原题的。。呵呵。 现在回想起来,题目都不难。。
就是没又准备好。
这三个月的找工,学到一些经验,跟大家分享一下:
1. dream company 不要先试,找几个练手的。当然,你是牛人,自然直接面。
2. 关注jobhunting
3. 好好做 leetcode和其他相关网站的题。不仅是为了手熟。。而且那些解决问题的思
路很重要。我在面试的时候,还是碰到不少leetcode和careerstack上没有的。还有,
我发现有些careerstack给的答案是有问题,大家在练的时候,不要死记硬背。
现在我遇到的难题是我非常喜欢start up B 的offer,但是却已经接受了start up A的
offer。我知道,会有很多人说我rp不好,我都认了。其实,start up A 的manager对
我也非常好,还没上班就开始经常email我,让我看看paper,学习学习技术什么的。。
。大家帮我出出注意,应该怎么写信给start up A拒绝他家的offer呢。
其他一些信息:(1)他们给的offer上都有“at will”;(2)startup A 还是一个校
友refer的。
找一个自己喜欢的工作真的挺不容易,大家在骂的同时,给我出出主意吧。先谢谢大家
了。
最后祝大家都能拿到自己心仪的offer!
3个offer。
第一个月,我人在加州某公司实习。利用了地理优势(属于local candidate)和朋友
的ref,拿到了不少面试机会。但是,由于准备的不充分,很多好的机会就这么错过了
,比如说google和twitter。不过失败是成功知母,这些失败的经验,终于给我带来了
一月末的两个offer。一个是just so so 的startup A,一个是一个dying的大公司。。
。他们给的答复时间也非常紧。没办法,我只好做了决定。。。
第二个月。。。很平静。。之前投出去没回音的还是没回音。。安心写我的博士论文。
第三个月,突然另外一个start up B 找上我。。B比A要promising很多。我心动了,心
想反正试试也没什么损失。当然,为了发挥出比较好的水平,(1)跟踪本版信息,(2
)花了1周时间过了leetcode和careerstack 的题。很幸运,最后拿到了offer。。
下面我分享一些,我面过的题目,不确定是哪家的,大家就题论题:
1. Given a graph, how to detect it is a bipartite graph?
2. Please write a non-recursive version of in-order binary tree retrieval.
3. A network flow problem. // I don't remember the exact problem, I put it
here is because most of us may ignore this part when preparing the interview
4. 一个统计相关的问题,主要是问 sampling,里面设计的内容又 confidence
interval. 他要求我推公式 (当时面的是一个 data scientist 职位).
5, given a int array A[a1, a2, ....], write a efficient algorithm to sort it
into the follow order
a1>a2
6. Wirte a Trie, and implement how to build the Trie and search in the Trie
7. implement Quad-tree
8. Given y=f(x) and it is a continuous function, how to find the value of x
make f(x) = 0, if you just allow to call f(x)... // in the discussion, we
develop the thoughts about we need to x1 and x2 to start, where f(x1)f(x2)<0
9. Given a list of words where all the letters of a word are ordered.. so
how can you recover the order of letters given those words. e.g., if we have
a word "kam", then we kind of know the order of k < a < m ...
还有很多就是在leetcode上能找到原题的。。呵呵。 现在回想起来,题目都不难。。
就是没又准备好。
这三个月的找工,学到一些经验,跟大家分享一下:
1. dream company 不要先试,找几个练手的。当然,你是牛人,自然直接面。
2. 关注jobhunting
3. 好好做 leetcode和其他相关网站的题。不仅是为了手熟。。而且那些解决问题的思
路很重要。我在面试的时候,还是碰到不少leetcode和careerstack上没有的。还有,
我发现有些careerstack给的答案是有问题,大家在练的时候,不要死记硬背。
现在我遇到的难题是我非常喜欢start up B 的offer,但是却已经接受了start up A的
offer。我知道,会有很多人说我rp不好,我都认了。其实,start up A 的manager对
我也非常好,还没上班就开始经常email我,让我看看paper,学习学习技术什么的。。
。大家帮我出出注意,应该怎么写信给start up A拒绝他家的offer呢。
其他一些信息:(1)他们给的offer上都有“at will”;(2)startup A 还是一个校
友refer的。
找一个自己喜欢的工作真的挺不容易,大家在骂的同时,给我出出主意吧。先谢谢大家
了。
最后祝大家都能拿到自己心仪的offer!