Skip to main content

opt stem extension 期间回国返签,入美海关经历

发信人: garfieldodie (NN), 信区: Visa
标  题: (update)opt stem extension 期间回国返签,入美海关经历
关键字: opt 返签 入关
发信站: BBS 未名空间站 (Sat Oct 27 17:21:53 2012, 美东)


根据站内信的问题我补充修改了一下:

情况:F1过期,就职于科研机构(项目很平民,但是单位属于铁定check的那种),OPT
extension期间回国(北京)。签证时间离OPT到期时间约一年。

博士期间回国签证3次,没有被check。

准备的材料
使馆官网F1列出的那些,此外最近三个月工资单,offer letter,employment
verification letter,退税单,opt卡及复印件。

  ----> 关于Employment verification letter,单位HR开,可以选择开以下内容:
title,就职时间,截至日期,工资,公证。我都选了,要了两份。

向中信递交材料,业务员对F1递签材料很熟悉,但工资单,OPT复印件,offer letter
,employment verification letter和退税单让她很茫然,不过都收去了,说不清楚这
种情况,使馆要有问题会再联系等等。

两周后中信电话通知补交材料并且面签(补交简历,研究计划,导师简历),而这些其
实已经交了。中信退了护照和一张蓝色纸给我(其他的材料都留在使馆)。无奈下重新
打印,又补充了两页ppt和发表的paper。不用预约,直奔使馆。

签证官对opt情况很熟悉,没有翻看毕业证,成绩单一类的材料,也没有针对身份提问
,问题都集中在目前做的研究上。反正他问一个问题,我就使劲的说,边说边主动提供
材料,还把ppt糊窗户上给他展示,他都收过去看了,基本就是边看边听边噼里啪啦的
打字。大约10分钟,留下了护照,简历,和研究相关的所有材料,其他都退给我,很遗
憾的表示必须check(对我所在的单位是正常情况)。整三周后中信电话说可以取了。

(综上,对于f1 opt返签&时间紧张的情况,中信代签还是算了,我总共耗了5周多。不
然三周check就可以。机票是国航里程票,免费改一次。)

过美国海关时递交了护照,最新的I-20,两张OPT卡原件,offer letter,employment
verification letter。他都拿去看了。很顺利,也没问问题。

希望对情况类似的筒子有所帮助 :)

Comments

  1. 請問你這樣renew F1 visa, 需要重新繳交SEVIS I901的費用嗎?

    ReplyDelete

Post a Comment

https://gengwg.blogspot.com/

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...