Redian新闻
>
请问EB2 11/19/2015的PD,现在要怎样?
avatar
请问EB2 11/19/2015的PD,现在要怎样?# EB23 - 劳工卡
l*i
1
对于面试做题,很多同学关心的是我做了多少真题,leetcode刷了多少遍,还有用特定
的programming language刷。个人感觉面试做题其实不完全是你写的code能不能
compile,能不能过所有的testcase,面试是一个跟人交流的过程,对方是在考虑这个
candidate是不是能跟自己,还有自己的team合作。一个什么都不问,听完题目, 甚至
题目都没有听完就开始敲code,或者在白板上开写的candidate绝对不是一个好的
candidate。一个好的面试过程应该是能让对方知道你的thinking process,你写code
的习惯,还有你跟teammate沟通的能力。有人说只要我写出bugfree对方能不让我过么
,这个还真不一定。一个是很难背熟150题,另外一个是如果面试官认真准备过他的题
,总能找到一些办法让你做一些extension。
下面是我总结的做题流程,抛个砖。
1. draw a picture
2. understand the problem, ask any questions if the problem is not clear. In
a programming competition, all the constraints will be clearly stated, but
in an interview, you have access to the interviewer, so it is your
responsibility to ask questions to clarify. The worst thing can happen in an
interview is to solve the wrong problem.
3. Come up with one or two example, simple enough so that it does not take
too much time. This also serves a context to clarify problem. You may also
use them as your testcases after you finish coding.
4. Write down data structures and function prototypes.
5. Decide key variable names and meaning. Surprisingly enough, good variable
names are hard to come up with, and it is not uncommon to confuse yourself
with different variable names, especially when you want to change them in
the middle of coding. The meaning of variables is essential in dynamic
programming, when you write dp[i][j], what state does it capture, and which
range does i and j delimit.
6. Write invariants and assumptions, this helps you to argue why your code
is correct and why it covers all edge cases. You should attempt to cover all
cases with general code, most of time you do not have to write an if/then
to deal for a special case, e.g. do you really need a special case for 1-
element array.
7. Write code. It might be easier to do it top-down, that is, if you find
yourself stuck in implementing a subroutine, or you are repeating some block
of code, write a function prototype for it, and tell the interviewer what
this function is supposed to do and you will implement it later.
8. Read your code at least once, and talk to yourself what your code is
doing from beginning to end. You will catch more mistakes than you might
think.
9. Think about a few cases and see if your code deals with them all.
10. When you are done, check with interviewer for feedback. It really
depends on the interviewer, but most of them will show some sign whether he/
she is happy or already see a problem. Keep in mind that the interviewer
knows the problem better than you, and he/she has used this problem to test
a few candidates already so he/she knows where people make mistakes and are
looking for those.
Step 0 should be done before you start any interview.
-------------------------------------------------
0. You should know one language really well. If you use c++, you should be
able to write code using everything you need from STL without looking up
anywhere. If you use Java, you should know the collections without
consulting javadoc. You might think that it is impossible to remember so
many data structures and APIs, but if you have practiced leetcode at least
once, you should know those library functions well enough. If not, read the
C++ STL tutorial (book, ch 1 - 4) to get an idea about the design of STL and
the convention of the API. I do not know Java well enough to recommend
books.
avatar
l*i
2
干等EB2吗?什么时候有希望?
另外大家都是提前多久催公司律师的?体检啊公证呀什么时候开始准备?
多谢
avatar
Z*4
3
这个我觉得非常好 谢谢楼主分享!
对于第6点可以解释一下嘛?要写出什么样的invariant?比如题目是在sorted array中
找到一个数,简单的
二分搜索。
avatar
l*i
4
另外有什么需要回国办的证明或文件吗?准备下次回家顺便办好
avatar
j*3
5
楼主说的真好!
avatar
v*2
6
四页版本出生证明。

【在 l******i 的大作中提到】
: 另外有什么需要回国办的证明或文件吗?准备下次回家顺便办好
avatar
l*i
7
invariant在CLRS里面说的很清楚,我说的肯定没有那么到位。一般得想清楚
init : hold before entering loop
in-loop : hold after each iteration
exit : hold after loop completion

【在 Z**********4 的大作中提到】
: 这个我觉得非常好 谢谢楼主分享!
: 对于第6点可以解释一下嘛?要写出什么样的invariant?比如题目是在sorted array中
: 找到一个数,简单的
: 二分搜索。

avatar
o*n
8
请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
,只能通过国内的父母帮忙办理。。。谢谢!

【在 v*********2 的大作中提到】
: 四页版本出生证明。
avatar
W*y
9
赞,mark

code

【在 l***i 的大作中提到】
: 对于面试做题,很多同学关心的是我做了多少真题,leetcode刷了多少遍,还有用特定
: 的programming language刷。个人感觉面试做题其实不完全是你写的code能不能
: compile,能不能过所有的testcase,面试是一个跟人交流的过程,对方是在考虑这个
: candidate是不是能跟自己,还有自己的team合作。一个什么都不问,听完题目, 甚至
: 题目都没有听完就开始敲code,或者在白板上开写的candidate绝对不是一个好的
: candidate。一个好的面试过程应该是能让对方知道你的thinking process,你写code
: 的习惯,还有你跟teammate沟通的能力。有人说只要我写出bugfree对方能不让我过么
: ,这个还真不一定。一个是很难背熟150题,另外一个是如果面试官认真准备过他的题
: ,总能找到一些办法让你做一些extension。
: 下面是我总结的做题流程,抛个砖。

avatar
v*2
10
一二线城市的公证处基本都知道移民美国需要什么样子的出生公正。中文英文中文证明
翻译准确英文证明翻译准确。

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
y*n
11
这个绝对是很多算法的精髓。

【在 l***i 的大作中提到】
: invariant在CLRS里面说的很清楚,我说的肯定没有那么到位。一般得想清楚
: init : hold before entering loop
: in-loop : hold after each iteration
: exit : hold after loop completion

avatar
v*2
12
父母可以办

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
a*y
13
感谢楼主分享!
avatar
r*x
14
https://zaq.us/birth-certificate/

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
y*n
15
仲算也个版增加了一下正能量。
avatar
l*i
16
父母的户口在老家,我自己的户口在北京集体户口,要怎么办?有类似情况办过国内出
生证明及公证的同学吗?网上查了没找到类似信息。
avatar
f*g
17
mark
avatar
o*n
18
Thank you very much!

【在 v*********2 的大作中提到】
: 父母可以办
avatar
p*g
19
赞!
avatar
a*r
20
你选好了公证处,给他们打个电话,公证处会告诉你需要拿什么文件和委托书来办出生
公证。

【在 l******i 的大作中提到】
: 父母的户口在老家,我自己的户口在北京集体户口,要怎么办?有类似情况办过国内出
: 生证明及公证的同学吗?网上查了没找到类似信息。

avatar
y*n
21
不过能在45分钟内对一个没有看到过的题做到这10步,功力也到了。。
avatar
l*i
22
多谢。已跟家人初步沟通,先问问老家公证处再说。
avatar
v*l
23
感谢楼主!
avatar
l*i
24
干等EB2吗?什么时候有希望?
另外大家都是提前多久催公司律师的?体检啊公证呀什么时候开始准备?
多谢
avatar
c*w
25
非常中肯,谢谢分享。
avatar
l*i
26
另外有什么需要回国办的证明或文件吗?准备下次回家顺便办好
avatar
v*2
27
四页版本出生证明。

【在 l******i 的大作中提到】
: 另外有什么需要回国办的证明或文件吗?准备下次回家顺便办好
avatar
o*n
28
请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
,只能通过国内的父母帮忙办理。。。谢谢!

【在 v*********2 的大作中提到】
: 四页版本出生证明。
avatar
v*2
29
一二线城市的公证处基本都知道移民美国需要什么样子的出生公正。中文英文中文证明
翻译准确英文证明翻译准确。

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
v*2
30
父母可以办

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
r*x
31
https://zaq.us/birth-certificate/

【在 o****n 的大作中提到】
: 请问这个出生证明在国内办理,有特定的要求么?什么是四页的版本呢?现在人在美国
: ,只能通过国内的父母帮忙办理。。。谢谢!

avatar
l*i
32
父母的户口在老家,我自己的户口在北京集体户口,要怎么办?有类似情况办过国内出
生证明及公证的同学吗?网上查了没找到类似信息。
avatar
o*n
33
Thank you very much!

【在 v*********2 的大作中提到】
: 父母可以办
avatar
a*r
34
你选好了公证处,给他们打个电话,公证处会告诉你需要拿什么文件和委托书来办出生
公证。

【在 l******i 的大作中提到】
: 父母的户口在老家,我自己的户口在北京集体户口,要怎么办?有类似情况办过国内出
: 生证明及公证的同学吗?网上查了没找到类似信息。

avatar
l*i
35
多谢。已跟家人初步沟通,先问问老家公证处再说。
avatar
l*i
36
现在12月排期出来了,还用2排,我这个PD是继续等几个月,还是降?
准备约HR谈谈,望指教!

【在 l******i 的大作中提到】
: 干等EB2吗?什么时候有希望?
: 另外大家都是提前多久催公司律师的?体检啊公证呀什么时候开始准备?
: 多谢

avatar
l*i
37
update: 老板跟HR支持降级,但F家说费用大概5000左右,决定在我。。
降?还是等?tough decision
avatar
l*i
38
另外我I-140后title有变化,但工作地点和内容相同,不知道这个会不会影响,选哪个
方式比较好?
avatar
l*i
39
1月排期出来后,跟律师沟通,人家说等到2月排期出来再看看。我说那现在开始准备些
材料、告诉我要些什么个人资料来准备I-485吧?没回音了,CC的HR也一声不吭,完全
一点用都没有,着急也没用。。当年还换过一个律师楼,都是跟HR有个人关系的,真的
都是又贵又跟shi一样。。。
来这let out一下~
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。