G**7 发帖数: 391 | 1 Apart from 做好两手准备, I think you should also pay attention to the
conciseness of your communication. Never write a long email, but always
express to the point. Usually, I keep such messages with 150 words and read
it again and again before sending out.
Good luck |
|
C***o 发帖数: 68 | 2 面我的一个是manager,然后说上周末之前给答复,结果到今天还没答复,我早上
follow up问了feedback,结果他居然还是回了。
他说:
1) You have shown to us that you have a very solid understanding of the
technical knowledge, particularly in the statistics.
2) You have a strong interest in technical (statistical) area,
especially remembering the details of the projects that you worked on.
3) For non-technical questions, you will need to answer/explain clearer
and more concise.
4) Better prepare yourself for the standard interview qu... 阅读全帖 |
|
G**7 发帖数: 391 | 3 Ask international program officer for suggestions. They should know what
to do. Also, what you have done is: go to a doctor at random and without
checking when you are suffering from the disease. Calm down first.
I would email your exboss to explain CONCISELY that the stress of job
hunting made you do something wrong. His letter is a timely reminder and you
really appreciate his honesty. Tell him that you will not do anything
similar again. Instead, you will learn from the mistake and keep ... 阅读全帖 |
|
h******3 发帖数: 351 | 4 The book has one solution
static F(int x){
return (( x & 0xaaaaaaaa) >> 1) | ((0x55555555 & x) << 1)
}
This is not workable in Java. Is there a concise solution? tks. |
|
h******3 发帖数: 351 | 5 I understand one of the reasons that the code can be concise is:
whether the string includes repeated pattern. That's why we care about the
factor of N. And the running time is Nlog(N). |
|
g**e 发帖数: 6127 | 6 Please let me know if you are interested. I can forward your resume to HM di
rectly.
This position is in Seattle, WA. It's an experienced hire (level 6).
Job Description
Amazon's Global Retail Catalog Tools team is responsible for developing inno
vative and user-friendly applications to help retail business owners to mana
ge the worldwide retail catalog. Our large scale web applications running o
n distributed systems have direct and critical business impact. We are look
ing for an experienced... 阅读全帖 |
|
q****x 发帖数: 7404 | 7 can any daniu concisely describe their difference with example?
google doesn't return any good refernce. |
|
q****x 发帖数: 7404 | 8 can any daniu concisely describe their difference with example?
google doesn't return any good refernce. |
|
a**t 发帖数: 380 | 9 上周五刚去onsite面试,process engineer的职位,不是非常看中的公司,但是毕竟算是大公司
,而且是第一个onsite,所以还是很看重结果。昨天晚上接到group manager电话说被
拒了,吃惊加沮丧,所以来求拍,求建议
过程自己觉得很顺利,基本所有technical的问题都有答上来,因为每个面试官结束后
都说答的不错。。。
面试分5个各持续1个小时的1:1,一个1小时的presentation
manager说了悲剧的理由
1. presentation时候紧张,我应该多数时间看着他们,而不是看着墙上的屏幕。。。
其实我一直在观察下面的人看他们的表情。。。
2. presentation时间没有掌握好,本来我练习的时间应该是刚刚好的,但是中间他们
有人问了个问题,我就多说了几句,所以超时了。讲到还剩20%的时候被他们打断说进
行下一步
3. 说有一个面试官问我问题的时候,我回答不够简洁。还是同一个人,说他问的一个
问题,我没听明白,所以其实回答的是另外一个比较类似的问题。manager的原话是:
The lack of clear and concise deli... 阅读全帖 |
|
L*****e 发帖数: 8347 | 10 这句话说得很清楚了
The lack of clear and concise delivery of answers was a factor
BTW,这位manager真好,给你那么详细的feedback。。。 |
|
m********3 发帖数: 132 | 11 职位是Commercial Development Analyst,地点在Wilmington, DE,将提供full
relocation package。因公司在亚洲业务发展需要,专门招聘双语人才,故此职位定位
于在美国读书/工作的中国人(“我们这儿”人?),需要有效的OPT许可(may sponsor
H1B if you are a strong candidate),1-2年后将relocate到上海,会提供
international relocation package。工资和各种福利优厚。
主要的要求是:本科工科背景(化工,材料等为佳),MBA or Master in business
disciplines,3年左右business/financial analysis或者consulting经验(可适当放宽
)。
有兴趣的请发简历至d*****[email protected],同时网上申请:https://kochcareers.
taleo.net/careersection/26/jobdetail.ftl?lang=en&job=006876
职位和公司详细信息如... 阅读全帖 |
|
i*******n 发帖数: 401 | 12 这点好像有些公司面试的时候特别看重,比如f这样的公司就要求基本上一遍就能写出
bug free, 简练干净的code,
大家讨论下怎么提高吧,练习写code时候有没有什么需要注意或者keep in mind的地方
,以便提高的快些,
另外有没有什么technical的书或者文章讲这个的? 3q~ |
|
|
|
y**********u 发帖数: 6366 | 15 看天份啊
有人的房间就搞得干净,有的人就比较messy,不都一样过日子 |
|
w**z 发帖数: 8232 | 16 要都能练出来,还要QA干吗?
一个QuickSort, James Gosling,不也写错了,好久才被别人发现嘛 |
|
i**********e 发帖数: 1145 | 17 这要看coding题的难度。
例如strstr/atoi要求一次写对不算过分,但是regular expression matching这种难度
的可以写的不是很clean,但是主要的corner cases都得考虑清楚,一些小bug应该不大
问题。 |
|
y*******g 发帖数: 6599 | 18 20行的code bug和 QA要查的20万行的项目的bug根本不是一回事儿
而且“要qa干嘛”这句话在面试的时候是非常negative的。 |
|
i**********e 发帖数: 1145 | 19 是的。
工作时候往往要改动可能多达几百行或者更多的代码,这时候你如果写代码的准确性比
较高的话,那你就省了很多宝贵时间debug你的代码。 |
|
w**z 发帖数: 8232 | 20 刚面了个Startup,人都没QA, developer 自己写Automation Test/Unit Test, 那
VP说有些Code都没QA就release了。人tmd牛的很
现在都说要QE了,都些automationtest了。 人工QA过时了。 |
|
y*******g 发帖数: 6599 | 21 你想说什么?正更说明code准确性的重要和可能 |
|
w**z 发帖数: 8232 | 22 My point is that it's not easy to just write "bug free" code. No matter how
good you are, there are always bugs in the software. Nowadays, besides, unit
test, automation test is part of developer's responsibilities. |
|
w**z 发帖数: 8232 | 23 如果要动到几百行或更多,那就不单纯是bug了吧。可能是Design出问题了 |
|
S******0 发帖数: 71 | 24 我觉得不可能吧
唯一的可能就是记住所有的common logic
多练手熟
太过了就偏激了 |
|
w****x 发帖数: 2483 | 25
一次bug free的atoi也不容易,
我以前好像发过一个帖子讨论atoi, 注意的地方挺多 |
|
b**********e 发帖数: 85 | 26 optimal(spacewise and speedwise)
bug-free
scalable
concise
object-oriented
portable
etc... |
|
s******e 发帖数: 108 | 27 a more concise version
public static int jump (int [] A) {
int jumpcount =0;
int startPos =0;
int max = 0;
int newmax = 0;
while(max
jumpcount++;
for(int i=startPos; i<=max;i++){
newmax = Math.max(newmax, A[i]+i);
}
startPos = max+1;
... 阅读全帖 |
|
s******e 发帖数: 108 | 28 a more concise version
public static int jump (int [] A) {
int jumpcount =0;
int startPos =0;
int max = 0;
int newmax = 0;
while(max
jumpcount++;
for(int i=startPos; i<=max;i++){
newmax = Math.max(newmax, A[i]+i);
}
startPos = max+1;
... 阅读全帖 |
|
p*****2 发帖数: 21240 | 29 I was really puzzled by some of the language in this book. Many books use
example from real life to make a problem easily understood. But this book
uses real example to complicate the problem. Many problems in this book can
be summarized or formulated by concise and easily understood sentences. But
this book use examples to make the problem complicate. Sometimes I feel that
I have walked a long way to reach what I can reach by one step after
reading the verbose examples; sometimes I just want to... 阅读全帖 |
|
c**********s 发帖数: 12 | 30 Explain Fractional Factorial Design in 1 concise paragraph so that anybody
can understand it.
多谢! |
|
e***a 发帖数: 1661 | 31 int[][] matrix = new int[5][10];
matrix[2] represents the 3rd row.
How to represent the 3rd column concisely? |
|
a*i 发帖数: 1652 | 32 【 以下文字转载自 Chemistry 讨论区 】
发信人: agi (hit for winners), 信区: Chemistry
标 题: Job opening: Analytical Services Manager in Houston
发信站: BBS 未名空间站 (Tue Jun 19 13:31:05 2012, 美东)
Please see description below (LC experience is the key). No sponsorship for
green card; provides relocation assistance (Houston, TX). Please send me
your CV so I can forward to hiring manager.
Key responsibilities:
• Supervision of analytical scientists and technicians that provide
analytical support to key innovation... 阅读全帖 |
|
l***i 发帖数: 1309 | 33 dasgupta's book is too concise for beginners. |
|
W**********s 发帖数: 42 | 34 【 以下文字转载自 WashingtonDC 讨论区 】
发信人: WebTemplates (web template), 信区: WashingtonDC
标 题: openings in DC
发信站: BBS 未名空间站 (Wed Jul 18 15:30:08 2012, 美东)
If you are interested, please send your resume to g*****[email protected]
1, Java Developer (DC)
Job Description
We have an immediate job opening for senior J2EE developer. The position
will be short to middle term JAVA development.
Job Requirement:
• At least 7 years experience in J2EE projects full life cycle
development
• Quick understa... 阅读全帖 |
|
g*****y 发帖数: 33 | 35 a new SDE 2 position, 要求高一些。有兴趣的发简历吧。
Core Responsibilities
• Work closely with Business teams on aligning business requirements
with technical ones. • Design and document front-end projects of
various scope.
• Build and maintain the presentation layer of the global Expedia
application.
• Ability to interface with 3rd parties on technical designs and
issues.
• Present technical issues and their business impact to management.
• Work closely with various busines... 阅读全帖 |
|
D*****I 发帖数: 987 | 36 Never say these five things in a job interview
By Ramit Sethi
We are terrible at interviewing. We walk into the interview room without
preparing. We spend time worrying about "trick questions" and about what
shirt we should wear, instead of the things that really matter. Worst of all
, we believe an interview is intended for us to simply answer the questions
that the interviewer gives us.
I say this as someone who's sat on both sides of the table: as a candidate,
interviewing against some of the... 阅读全帖 |
|
s*********1 发帖数: 34 | 37 Job Description:
A mid/back office in a large investment bank is looking for several
analytics professionals to join the team for a wide spectrum of analytics
projects. Main responsibility include:
1. Perform hands on data analysis
2. Communicate with internal clients on findings
3. Collaborate with colleagues on delivery of analytics solutions.
4. Present results and findings to the internal clients in a concise and
organized fashion.
5. Position can be contract or contract-to-hire
Requirement... 阅读全帖 |
|
T**********t 发帖数: 449 | 38 This is not that difficult, if you can use T(n-1) to represent T(n)
It will be difficult to represent T(n) in terms of n with just one formula.
I don't know if you can do that or not.
If that's the only way, the interviewer should tell you that. Otherwise,
one will stuck there forever, or think it's impossible.
The expected value of the last roll is 3.5, so if you get 3, you try again;
if you get 4, you don't try.
This strategy gives u: on 1, 2, 3, on average you get 3.5, so the total
average ... 阅读全帖 |
|
g******2 发帖数: 234 | 39 Temporary roles (TVCs):
Merlot Ops: Product Classification Specialist
In brief: Analyze products, taxonomy, and machine learning-based
classification to improve the quality of Merlot categories on Shopping.
Moka Ops: Browse Knowledge Specialist
In brief: Research product categories to write and launch feature lists (aka
the Moka schema); contribute to other browse-related projects around
Shopping.
Full-time (FTEs):
Lead Content Writer, Shopping/Browse
In brief: Coordinate Moka schema work for sm... 阅读全帖 |
|
A*******s 发帖数: 23 | 40 Send resume to a****************[email protected]
Mac Software Engineer
The Macintosh Platform SW Team is seeking a Software Engineer to help ensure
that Apple Mac systems continue
to be world-class. We’re looking for engineers with exceptional problem
solving skills and a passion for quality.
Core Responsibilities
You will play a central role in the design, development and deployment of
Mac system software, boot firmware,
Power Management, and system design.
• Responsibilities include design, d... 阅读全帖 |
|
n******r 发帖数: 869 | 41 有落后了
what is scala:
Scala is a general purpose programming language designed to express common
programming patterns in a concise, elegant, and type-safe way. It smoothly
integrates features of object-oriented and functional languages, enabling
Java and other programmers to be more productive. Code sizes are typically
reduced by a factor of two to three when compared to an equivalent Java
application. |
|
f*******3 发帖数: 206 | 42 tree approach。concise and straightforward. |
|
w**z 发帖数: 8232 | 43 二爷威武阿,走在大家前头阿。下一步该搞open source?
http://www.javaworld.com/javaworld/jw-03-2013/130314-on-becomin
Developer tip No. 1: Blog
Set up a blog, and post more than once a month. Do real research and make
sure you don't sound stupid. Seriously, learn to write. Do the stuff your
grade-school English teacher taught you: Create an outline, draw a narrative
, check the grammar and spelling. Then, with great sadness, simplify it and
shorten it to the point enough where someone scanning it will have an idea
of... 阅读全帖 |
|
d**e 发帖数: 6098 | 44 【 以下文字转载自 Seattle 讨论区 】
发信人: amzncn (amzncn), 信区: Seattle
标 题: Amazon工作机会
发信站: BBS 未名空间站 (Mon May 20 19:01:34 2013, 美东)
我们组急需招人, 感兴趣的同学给我站内发信,或者发信至:amazontrmscn@gmail.
com
http://www.amazon.com/gp/jobs/194946
Investigation Specialist with Chinese language skill
US, WA, Seattle • Job ID 194946 • Amazon Corporate LLC
Job Description
Amazon.com is seeking dedicated, hardworking, analytical candidates with a
proven track record of performance and results-oriented thinking, to join
the I... 阅读全帖 |
|
r******g 发帖数: 13 | 45 It will ignore the quad containing num[i-1] and num[i], I find it's easier
to deal with it when you find a solution.
This O(n^2) solution without using set, both the (unordered_map) and results
(vector) doesn't contain duplicates by preprocessing the array.
Run Status: Accepted!
Program Runtime: 16 milli secs
Progress: 15/15 test cases passed.
Run Status: Accepted!
Program Runtime: 460 milli secs
Progress: 282/282 test cases passed.
Sorry can't type chinese, please feel free to comment my code, ... 阅读全帖 |
|
l********e 发帖数: 46 | 46 Revenue Controller (Full Time Position)
Founded in 2004, Guppy Media (guppymedia.com) is Guppy Game Inc's online
media and advertising division. With thousands of web publishers located
worldwide, as well as hundreds of interactive advertiser relationships,
Guppy Media is a recognized leader in the affiliate marketing, social media
and interactive direct response marketing world as a whole. We are looking
for a passionate, multi-talented and enthusiastic Revenue Controller to join
our rapidly gr... 阅读全帖 |
|
a****n 发帖数: 18 | 47 我们仍然在招人,上次贴过了,由于这个职位需要的headcounts很多,所以长期都有效
。唯一有变化的是,我们现在接受opt。所以感兴趣的同学,给amazontrmscn@gmail.
com写信投简历。
http://www.amazon.com/gp/jobs/222555/
Risk Investigator - Chinese Language
US, WA, Seattle • Job ID 222555 • Amazon Corporate LLC
Job Description
Amazon.com is seeking dedicated, hardworking, analytical candidates with a
proven track record of performance and results-oriented thinking, to join
the Risk Investigations Team. Candidates will be responsible for a wide
range of duties re... 阅读全帖 |
|
w********a 发帖数: 2381 | 48 Senior analyst这个也贴一下吧。这周有两个人过来面试,但不知道靠谱否,所以还继
续收简历。
Responsibilities:
Design, create, and lead analyses to inform strategies targeting customer
engagement while ensuring optimal return on invested dollars.
Translate analytical findings into actionable recommendations.
Develop innovative solutions using techniques such as data mining,
segmentation, and statistical modeling.
Provide analysis on assigned loyalty marketing projects, such as evaluation
of new member acquisitions, customer engagement,... 阅读全帖 |
|
w********a 发帖数: 2381 | 49 上次来发过一次JD,结果大家踊跃回信,非常感谢。近期还会有些职位出来,看看大家
是否有兴趣。
工作地点在西雅图,非IT,大公司。
先说一下,这个职位是Sr的,所以刚毕业的同学就不要投条了,过一阵可能会放出Jr的
职位。这个职位需要有一定经验的,太新了不行。
有意给我站内吧!
The ideal Sr. Loyalty Analyst in our Loyalty Marketing department is
motivated, results oriented and committed to providing outstanding customer
service every day.
Responsibilities:
Design, create, and lead analyses to inform strategies targeting customer
engagement while ensuring optimal return on invested dollars.
Translate analytical findings into actionabl... 阅读全帖 |
|
s*****b 发帖数: 8 | 50 谢谢了!面试官可能从这里断定我不熟练。
interviewstreet, 3小时, 没超时。 只有8组测试数据。
要求:
Whichever language you code in, please use best coding practices. We are
looking for clear, concise, well-documented, modular code that reflects good
design, object-oriented principles, and an understanding of appropriate
data structures. It is not enough to write code that is merely correct, or
even code that is merely terse and correct. We want to see code that is as
beautiful as you can make it according to your personal coding ... 阅读全帖 |
|