Monday, November 30, 2015

http://www.mitbbs.com/article_t/JobHunting/33099527.html

面试了一些公司,职位是testing/software engineer,跟大家分享下面挂的经历。

tableau:
1. 聊工作经验半小时
2. 设计一个算法使得一个string list通过serialize和deserialize后返回同样的list
。没有答出来,回家上网看了是leetcode 271题,完全没有刷到。
public String serialize(List<String> list)
public List<String> deserialize(String input)

ea:
1. 聊工作经验10分钟
2. leetcode group anagrams,没有刷到这题,经过国人大哥提示才做出来。
==>没有后文了

prosper:
1. 解释java object oriented concepts: polymorphysim, inheritance, 
encapsulation
2. java multithread how to start two threads
3. how to test a web page with asynchronized response
4. reverse string
5. print multiple of 3 and 5
6. count occurrences of character in the string
==》没有后文了

affirm:
1. 聊工作经验15分钟
2. leetcode Valid Parentheses 原题,轻松做出来了。
==》两天后照样被拒。

Liveramp:
1. online 做题,青蛙过河和班上面经一样,然后解释算法
2. 为啥liveramp
==》两天后被拒


感觉工作经验是不是match和刷题一样重要,等假期回来继续刷题努力。

No comments:

Post a Comment