Skip to main content

标  题: Re: 被Lay off 但是刚得知H1B审批通过了,求帮忙出出主意。。

http://gengwg.blogspot.com/发信人: oaemhehe (walawala), 信区: JobHunting
标  题: Re: 被Lay off 但是刚得知H1B审批通过了,求帮忙出出主意。。
发信站: BBS 未名空间站 (Sat Jun 27 01:12:10 2015, 美东)

这种事情实在闹心,安慰一下!
回答你的问题(1), 我95%的确定,如果没生效的话那个坑应该是不占了的,要100%确定
你自己问问律师。我知道申请transfer的时候是需要原公司的工资单的。

另外,作为一个刚刚经历完整个过程的人讲下我的经历,仅供参考。

我也是今年H1B抽中,刚刚5月份被雷。离职之前跟公司打招呼,让他们不要revoke H1B
, 管这个的MM很nice, 答应我10月1号才会revoke。然后尽快找到了工作,新公司很给
力马上给我申请transfer。这中间律师告诉我,这种情况搁以前都是很正常的case, 但
是去年开始有人被RFE了。 自己搜了下找到link如下:http://immigrationgirl.com/caution-ahead-new-interpretation-may-prohibit-fy2015-h-1bs-from-changing-employers-before-october-1st/

看了之后也很担心,不过也只能试着申请了。幸运的是5月底提交PP申请之后,大概6月
12号就approve了。之前律师还问我要了我被雷签的termination letter, 说是可能会
有帮助,但是不知道他是直接放在申请的材料里面了,还是准备被RFE了之后再提供。

整个过程新旧公司都比较给力,运气也还好,除了自己比较担心外其他都很顺利。希望
这个超级fresh的例子能够帮到你,给你打打气。我觉得如果能够跟公司打好招呼不要
revoke的话最好,毕竟万一他们在生效前revoke了之后会很麻烦。我不知道transfer
approve之后,生效前revoke了会怎样,但是transfer approve之前被revoke肯定就没
戏了。我也担心过他们不答应推迟revoke,结果发现他们很乐意帮忙,而且想想revoke
其实对于公司没有任何好处,对于管这个的个人的话更加有弊无利,除非他们跟你有仇
。:( 当然每个人的情况可能不一样,所以你还是自己把握跟不跟公司提这个事。

最后祝你好运!
【 在 weted (weted) 的大作中提到: 】
: http://www.mitbbs.com/article_t0/JobHunting/32940013.html
: 这是我之前发的帖子,情况大概就是当时还不知道抽没抽中,我被LAY OFF了。
: 然后心灰意冷,觉得就算抽中了,被approve的概率也不大,毕竟已经失业了,万一有
: 个补充材料什么的,公司估计也不会给我圆场了。
: 就在最近准备卖卖车卖卖东西决定回国的时候,居然发现没有补充材料,直接就审核通
: 过了。。有点措手不及,想打算马上再找到工作transfer,但是想了下,就是有这些个
: 问题。
: 1."H1B有了之后,就算被revoke的话,这个坑还是自己的,就算切换成F1或者旅游身份
: ,到时候找到工作了还是能激活之前的H1b"---------这种说法是不是建立在10月1号生
: 效后才行? 如果6月1号被approve,但是没熬到10月1,公司捣乱去revoke了,是不是还
: ...................

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...