b***m 发帖数: 5987 | 1 随便说说吧。今天比较tough,虽然只有4个人(包括大boss)面我。
第一个貌似是个俄罗斯人,SDE2,英语口语不错,直接考各种数据结构,这也没什么,
关键是都刨根问底,问到我说不出话为止。特别是hashtable,问了个底儿掉。然后是
分布式大系统的design,load balancing,disaster robust,redundant system……
只能根据自己的理解和经验瞎掰了。关键是后来跟第三个面试官出去吃饭时,碰到了这
位老兄,人家说今天只问了一些“极其简单”的东西……无语。
第二个是个中国人,Senior Development Lead,面试直接用中文,还是清华计算机系
的校友,不过比我低几届。闲聊一会儿之后,让我inplace mirror一个binary tree,
我用BFS解决后,又让用DFS解决,并且recursion和iterative都写一遍。
第三个是个印度人,Senior SDE,直接出去吃饭,去了附近的泰餐Bai Tong,吃得不错
。吃饭期间问了我一些基本的数据结构知识,以及原来做的项目的情况,让我列举了原
来项目中用debugging技... 阅读全帖 |
|
J*********n 发帖数: 2 | 2 公司正准备召2个 Software Support Engineers (Austin, TX) permanent position.
if insteresting you can send me your resume.
thanks,
-Jason
email: t*****[email protected]
具体要求
--------
As an software Support Engineer, you will have a wide range of
responsibilities focused on providing technical
support for company Application suite. You will be part of a team of
professionals that play a key role in
supporting and troubleshooting solutions.
Responsibilities:
* Provide application support of Application suite
... 阅读全帖 |
|
f***s 发帖数: 112 | 3 infrastructure, load balancing, redundancy and availability, need software
to manage. |
|
g******u 发帖数: 250 | 4 我如我来写这个抽签程序,会是这样:
1,先抽20K个ADV;
2,多余的ADV放到REG里,再抽65K;
然后呢,waiting list,于是
3,继续抽;
但为了保证waiting list里面有足够的ADV填补悲剧的case,假设15%的redundancy,
4,当且仅当ADV的总数超过23K,且REG+ADV超过85K*115%,终止抽签程序。
在step 3中抽到的case,每人按抽到顺序assign一个#, FIFO。
我说的pool就是20K ADV + 65K REG + 15% waiting list的超集。如果ADV数目小于23K
,就都会在pool里。 |
|
l******l 发帖数: 1088 | 5 两个组,第一个组周五电面,暂时没下文了。
1. return the kth last nodes from a linked list
2. given an array, return k most occurring numbers
what if data is huge that have to distribute to multiple machines(use
redundant for backup)
3. how to uniquely serialized and reconstruct a binary tree
第二个组没有电面,manager直接叫过去onsite(周二),周三去跟director谈了谈,今
天offer到手,除了跟manager闲聊一共四轮。因为cisco都是老系统,所以全部用的c
1. reverse a string using recursion加上一些闲聊
2. 一共问了5-6个题,都很简单。有些记不起来了。。。有不用/实现除法,倒序输出
一个linked list之类的。比较雷的是不要求最优解法,只要写出来对就可以了。。。... 阅读全帖 |
|
u*****o 发帖数: 1224 | 6 CON LZ, 想问问这题
given an array, return k most occurring numbers what if data is huge that
have to distribute to multiple machines(use
redundant for backup)
是不是建个HASHTABLE记录每个数的频率,然后SORT,然后OUTPUT TOP K?
distribution的话怎么说呢? 我一碰到scalability的题就发懵!! |
|
s****p 发帖数: 124 | 7 同问,哪位大侠能否提供下面这题的解法?
2. given an array, return k most occurring numbers
what if data is huge that have to distribute to multiple machines(use
redundant for backup) |
|
A*********c 发帖数: 430 | 8 去年末海投了MS软工,校园interview过了,等待onsite。两周内居然收到来信说SDE招
满了,onsite取消。问要不要考虑SDET。本身对SDE更有兴趣,但是考虑到onsite的经
验不多,拖了一阵也就接受了。前几天面的。
之前问过recruiter要面哪个组,一直没准信,面试前15分钟得知Azure组。没申这个组
, 不知为啥安排的。
校面: 论文, reverse words in sentence
1. 亚裔:Unknown Interviewer profile: a) Median of two sorted arrays, b)
1000 number files each contain 1,000,000,000,000 numbers, find the median
2. 小印:SDET 3 years: a) Quora’s design. b) For a quora question, given
getRndAns(), implement function to return “More Answers…” (i.e. next n... 阅读全帖 |
|
o**********e 发帖数: 18403 | 9 即使AWS不是99.99%up, 他们用redundancy, 也可以99.99%up.
但是heart bleed bug实在让人对任何mission critical safety
related cloud technology 不太放心
但是希望楼主找到好人才! |
|
h**********c 发帖数: 4120 | 10 这个问题要具体问题具体分析
如果说nic saturated, gbs, 10gbs and multiple nics,肯定有问题
如果switch saturated 也肯定有问题
但如果说router saturated, 解释说lb 做的好,server redundant说的过去 |
|
g*****g 发帖数: 34805 | 11 Put it in C* DB, number as key, done. Want redundancy? Use RF>1, done. |
|
p***0 发帖数: 233 | 12 NY的startup,问的都比较随意简单,今天去onsite了,大家就随便看看。。。
求过啊,,!
1. 我发现纽约的公司都喜欢考这道编程题么。。
given integer n, 写个函数如果是3的倍数输出fuzzy,如果是5的倍数输出buzzy,是
15的倍数输出fuzzybuzzy.
2. how do you build model? What will you think before build any models? Walk
me through the process you use.
3. How do you explain the difference between Bayesian inference and
regression to one who doesn't have any background?
4. How to handle collinearity?
5. In SQL. what's the difference between inner join, right join and left
join? Write your code.... 阅读全帖 |
|
x******u 发帖数: 259 | 13 面试中一道题是这样的。
100 G file, everyline is a key,value comma separated , return the non-
redundant key value pairs.
我的问题是,如果我用C++答题。 面试官是否要考我 parsing file line by line?
or just I can assume input as a vector? 这题用unordered_map 成吗?有更好办法
吗? |
|
d*******8 发帖数: 23 | 14 I am not sure whether my analysis below is correct:
We have 2^42 messages. Each message has a unique ID, which is a 8B interger.
Assume each message has 8 words on average, and there are 2^14 unique words.
So each word appears in roughly 2^42 * 8 / 2^14 = 2^31 messages.
So in the index table, each word has roughly 2^31 corresponding records and
each record is a message ID (8B size). So the size of the index of each word
is 2^34B = 4GB.
Since there are 2^14 unique words, the total size of the ind... 阅读全帖 |
|
l****a 发帖数: 466 | 15 Primary Job Functions:
- Architect, optimize and manage our backend data infrastructure
- Build scripts to aggregate, process, store and analyze our data from
multiple sources
- Engineer tools to analyze and visualize our unique dataset
Qualifications and skills:
- Programming experience in one or more of the following: C++/C#, Java,
Python, R
- Experience with SQL and NoSQL database (specific experience with Amazon
Redshift is a big plus)
- Knowledge in statistical analysis, cloud storage and d... 阅读全帖 |
|
|
s*******a 发帖数: 55 | 17 如果感兴趣,请站内你的email。
Position Summary
Reporting to the Vice President of Engineering, the role offers a seasoned
application architect an opportunity to build web based enterprise
applications and solutions, including development, architecture, design &
coding standards, tools, or platforms. You will be involved in all aspects
of Enterprise application development (including Patters & Frameworks and
other Enterprise Technologies) and be a true partner in defining the
solutions in furthering the pro... 阅读全帖 |
|
C**********r 发帖数: 8189 | 18 俺觉得其实team环境好(比如领导很好的注意到不让大家做redundant work,喜欢让你
接触原本不太擅长的领域的),能让你稳步成长的地方就是打杂也不差
俺这种资历浅的,一个大项目让我全局的想个一步到位是几乎不可能的。能跟着牛人学
几年,做项目里不太水的部分算法已经很值得高兴了
要俺确定不打杂估计只能去个很水很水的地方了 |
|
W***n 发帖数: 11530 | 19 Senior Simulation Engineer - Lexington Park, MD
Requisition Number 16-0869 Title Senior Simulation Engineer City Lexington
Park State Maryland Employment Type Full Time Hot Job No Description
Successful candidate will lead the execution of complex tasks and apply and
integrate engineering principles to investigate, analyze, plan, design,
develop, implement, test or evaluate military weapons systems in support of
a high fidelity flight simulator. Essential Job Functions: Support the
design, devel... 阅读全帖 |
|
p*****3 发帖数: 34 | 20 > 1. offer里面conditions of employment这个款项只提到两项:drug test,
> 还有要签保密协议。因为好多公司需要做reference check和background check。
> 我这个offer里面没有提,是不是就不会做?我挺担心他们和前任雇主联系的,
> 因为其实在上个公司没有做过他们的东西。
Congratulation you have passed the interview and now on negotiation step.
> 因为好多公司需要做reference check和background check。我这个offer里面没有提
,是不是就不会做?
If the reference check is one of the required steps, you will be notified
and asked to provide the referece. If you want to know ahead of time, the
only way to find out is asking them.
... 阅读全帖 |
|
x**********i 发帖数: 4964 | 21 new grad 选组 想做back end相关
希望过来人帮忙指点一下,感激不尽,能有过来人的前辈指点当然更好
希望能学到些东西,忙点累点都没问题,不要太多的oncall就好 谢谢啦
1.Amazon Cloud Drive
Amazon Drive is Amazon’s consumer cloud storage service, it lets customers
store photos, videos and file in a secure, redundant, online location. The
business is dedicated to the customer's experience around personal photos,
videos and files– we want to help people store and enjoy a lifetime of
memories. We have a focused vision to deliver secure storage, viewing
experiences, organi... 阅读全帖 |
|
u********s 发帖数: 1047 | 22 你要fault tolerance基本上就要redundancy,这时候就要consistency了 |
|
n**a 发帖数: 12 | 23 Hello,
Amazon.com is looking for experienced engineers with MapReduce/Hadoop/Lucene
,Distributed and scalable systems background. Please send your resumes to
n******[email protected]
Many positions open, location- Seattle, WA
Job description: SDE
Software Dev Engineer, Product Ads
Product Ads is a high-profile, strategic business unit, with support and
interest from all parts of Amazon and top management. We are a highly
motivated, collaborative and fun-loving team building a high growth business
. ... 阅读全帖 |
|
T*****0 发帖数: 22 | 24 Hi, All,
If you have interesting in the following job, please kindly update your
resume to n************[email protected] or contact my cell phone 0086-13811923880
for more details.
---------------------------------------------------
Research Engineer – Computational Advertising
Job Number: 110621
Primary Location: China-Beijing-Haidian
Description
About Yahoo! Labs,
Do you enjoy solving challenging and complex problems? Are you passionate
about dealing with Tega-byte daily data? Do you want to help d... 阅读全帖 |
|
m****s 发帖数: 18160 | 25 【 以下文字转载自 Working 讨论区 】
发信人: JasonAustin (Jason), 信区: Working
标 题: 公司召2个 Software Support Engineers (Austin, TX)
发信站: BBS 未名空间站 (Thu Dec 13 21:12:45 2012, 美东)
公司正准备召2个 Software Support Engineers (Austin, TX)
I will be internal referral and will do pre-screening. If interesting please
send your resume to me. And we can talk over phone.
Thank you,
-Jason Chen
具体要求:
As an software Support Engineer, you will have a wide range of
responsibilities focused on providing technical
support for company Ap... 阅读全帖 |
|
l******h 发帖数: 2 | 26 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|
f********l 发帖数: 1473 | 27 柱子和大梁是一个整体,但是两者不构成一个稳固的结构。虽然在垂直方向有FULL
SUPPORT, 但是在水平方向基本上没有SUPPORT,导致DECK在水平方向的摇晃,加上45
度的斜梁后,二梁一柱就是一个三角形的稳固结构,在水平方向就有一个分力SUPPORT。(
当然,在垂直方向
也同时再加了一个分力SUPPORT)。
在水平方向需要的SUPPORT力较小,为了便于操作,你可以不必用方木,用两块厚木
条,在相对的两面各钉一根,每一根一头钉到柱上,一头钉到梁上。为了防裂,最好先钻孔,然后用粗一些,长一些木螺丝拧紧,比用钉子容易和牢固。
如果你用一条方木也可以,但是要选与梁柱一样厚的。HD有买已经钻好孔的铁片。一条方木,
两头各两片铁片,一共4片铁片。铁片的一半用螺丝拧在这个方木上,然后一头装到
梁上,另一头装到柱上。
你试一下,看看效果如何。
如果效果不错,以后有时间,不妨考虑在中断左右,再加一个同样的柱梁结构,一策
长期的安全,二策REDUNDANT SUPPORT。
图示的是我提到的铁片的一种。还有其它种类的。如果有厚一些的的,就用厚的。 |
|
a****n 发帖数: 3082 | 28 顶一下,
上周五才签的,其实还有最后一步没有签完,loan officer要我们预付1% loan来让我
们获得relock at lower rate 机会还有lock for 90 days。我们看这$1800是non-
redundable的,就暂时没有签。约好明天去完成paper work.但是rate 已经被lock. 没
有收任何费用,法律上来说,我们这个时候退出找其他lender应该没有任何问题吧? |
|
d****y 发帖数: 59 | 29 一次付款买一处20万1000美金的房子,房子很新,3bedroom 2.5bath的
第一次买房子,中介刚才把明细都给我看了
除了20万1000的基价,还要交9,614多的税费,保险等费用(税费前三年是300多一年,
现在3000多有出入,房东说会申明Redund)
不知道这九千多会不会有多收和猫腻
请懂行的帮助我过目下,不剩感激!!!!!!
周末需要签合同了,请问有没有再找个房产律师把握一下啊!
Buyer Settlement Cost Estimate
Property ********* Settlement Date 07/02/2010
Buyer *****
Mortgage Amount $0.00
Purchase Price $201,000.00 Mortgage Term 0 Months
Down Payment 201,000.00 100.00% Interest Rate 0.000%
Earnest Deposit $25,000.00 Loan Type Cash
CLOSING COSTS
Mortgage Originat |
|
f****i 发帖数: 20252 | 30 I already have a 10.8V makita, so a non-hammer one is redundant to me.
Good thing about battery power drill is that it has torque control for driver function. Maybe the non-hammer is a better choice for LZ |
|
|
o*****n 发帖数: 378 | 32 就承重来说,按照building code 来说,木头房子=混凝土=钢结构房子。
就抗震来说, 木头房子=混凝土=钢结构。
就redundancy来说, 钢结构> 木头 > 混凝土
就修复来说, 木头> 钢结构 > 混凝土,depends on 毁坏程度。
价格来说,民宅,木头便宜些,施工方便,timber industry 流水线式作业,质量容易
监控。 |
|
t*****s 发帖数: 1240 | 33 谢谢。我的agent说time和redundant paperwork是麻烦。 |
|
x****u 发帖数: 12955 | 34
I already have plenty of boxes attached to my TV that can access the media
server, thank you. I don't need pay additional money for redundant
capability that I could get cheaper elsewhere, with much easier upgrade to
boot.
Frankly if in your setup you need your TV to access the media server, your
are doing it wrong. |
|
x****u 发帖数: 12955 | 35
I already have plenty of boxes attached to my TV that can access the media
server, thank you. I don't need pay additional money for redundant
capability that I could get cheaper elsewhere, with much easier upgrade to
boot.
Frankly if in your setup you need your TV to access the media server, your
are doing it wrong. |
|
g*****j 发帖数: 1211 | 36 This price is the hospital charge. Medicare or private insurance company
only pays a portion of that. If you are paying out of pocket, you should
negotiate with the hospital for a better price.
Also, there appears to be redundancy in the charge.
脂质面板 (lipid panel) includes 低密度脂蛋白胆固醇
血小板, 血红蛋白 are usually included in one panel. |
|
d****y 发帖数: 59 | 37 一次付款买一处20万1000美金的房子,房子很新,3bedroom 2.5bath的
第一次买房子,中介刚才把明细都给我看了
除了20万1000的基价,还要交9,614多的税费,保险等费用(税费前三年是300多一年,
现在3000多有出入,房东说会申明Redund)
不知道这九千多会不会有多收和猫腻
请懂行的帮助我过目下,不剩感激!!!!!!
Buyer Settlement Cost Estimate
Property ********* Settlement Date 07/02/2010
Buyer *****
Mortgage Amount $0.00
Purchase Price $201,000.00 Mortgage Term 0 Months
Down Payment 201,000.00 100.00% Interest Rate 0.000%
Earnest Deposit $25,000.00 Loan Type Cash
CLOSING COSTS
Mortgage Origination Costs Other Closing Co |
|
F**g 发帖数: 490 | 38 回馈:
online msg 第一次问,被告知grandfathered的帐号就是旧有的现在没有的帐号,那个
$12月费还是要收的
之后发了这个贴,然后后来又发了个msg,说当初我的对"grandfather"理解是按照字典
里“免收新法规”的意思理解的,想不到Chase的意思和我理解的意思有出入。
然后就给我redund这个月的月费了。
顺便问一下,ING DD $500可以符合Chase的要求吧? |
|
S*********s 发帖数: 1963 | 39 比如一个极端情况:我上个cycle这张信用卡只买了一个800刀的电脑,然后在due date
之前退掉了,且refund在due date前post了,这时候我还需要付payment吗?或者说
minimum payment需要另外从银行付吗?
我记得好像有refund不归入minimum payment甚至payment的说法,忘记了是不是正确的
了。 谁能指点一下?谢谢。 |
|
z**q 发帖数: 577 | 40 基本上都算payment的。不排除有恶心的银行。不放心你就打电话问问。
如果是中国的银行,很多都不能算payment。
date |
|
a******9 发帖数: 923 | 41 信用卡的网上银行一般都会显示Minimum Payment Due,且数额会根据你已有的payment
和credit进行调整,所以看那个数字变没变就知道了。
当然如LS所说,基本上都算是payment的。 |
|
b****n 发帖数: 2780 | 42 国内很多银行不算的,我之前就因此多付了100多的利息 |
|
f*******s 发帖数: 2154 | 43 退过货的卡尝试过的:
amex,fia, BoA都可以
citi 不可以
chase和barclay还没有遇到退货,不知道
有类似情况的同学报个信吧 |
|
S*********s 发帖数: 1963 | 44 可能算payment,但是不算minimum payment。因为我最近的$25 AMEX CREDIT都发生在
due date之前,但是我的minimum还是没变,依然是statement时候的$35。
也就是说,我主贴里假设的极端情况的话,可能至少得把minimum从银行checking里付
了。然后期望其他refund能被当作除了minimum部分的payment(也就是说不导致收利息
),最后下一个statement会变成负balance(等于-minimum)。
payment |
|
S*********s 发帖数: 1963 | 45 可能可以当payment,但不能抵消minimum payment。因为我的$25 amex small biz
credit没导致minimum改变。
也可能是small biz credit不等同于一般refund。
最近刚退了电脑,20号minimum due,等refund到了,我看看minimum有没有改变,然后
上来报告。 |
|
S*********s 发帖数: 1963 | 46 refund到了,minimum变为0了。
之前$25的amex credit没改变minimum的原因,有两种可能的解释:
1种是refund/credit优先算到除了minimum的部分payment,然后才轮到minimum;
另一种可能是amex small biz credit不是普通意义的refund,那就没有参考价值了。 |
|
e*******9 发帖数: 1028 | 47 最保险的办法, 就是把当日的 current balance 全部付款, 变成0. 就OK了。 |
|
y****i 发帖数: 17878 | 48 that's what I would do
hoho |
|
m*****a 发帖数: 2609 | 49 怎么也算SD, money版混了几年了。这是本人目前手上的卡,最近churn credit card,
多了好几张,但是都不会停留太长。欢迎指点!本人是少出游,不住店,只飞中美,
just a Mr. Everybody,标注了几张打算长期保留的卡。
Citi
1. Forward: Amazon, dinning (保留)
2. Thankyou preferred: an assistant of citi forward. Better redemption such
as 10k pt for $100 Amazon GC+no annual fee
3. AA Visa (TBC=to be cancelled)
4. AA AMEX (TBC)
Chase
5. Freedom (5% categories, earn UR pts) (保留)
6. INK Plus (Transfer to UA+5% office/cable/mobile) (保留?)
7. Chase Sapphire (an ready-to-sacrifice card after downgr... 阅读全帖 |
|
m**2 发帖数: 3374 | 50 “Remember when you funded the NetSpend card account by ACH deposit,
NetSpend automatically sent you a Premier card for the same account? I said
just activate it as usual. Now you have two cards under each account. The
redundant cards will cause a problem when you try to activate new Brinks
cards. Had I known I shouldn’t have told you to activate the Premier card.
Sorry about that.
Log into your NetSpend account, click on My Account, and then My Prepaid
Cards. You will see your two cards there. W... 阅读全帖 |
|