Skip to main content

标 题: 原装EB2报绿 附面经 坐标亚特兰大

发信人: mitbbssoy (), 信区: EB23
标  题: 原装EB2报绿 附面经 坐标亚特兰大
发信站: BBS 未名空间站 (Fri Apr 19 10:26:55 2019, 美东)

首先在这里感谢论坛给的帮助,学到很多的知识,刚刚注册的账户,提供一些自己的信
息和经验,供大家参考。

Timeling:

PD: 10/16/2014
RD: 07/13/2018
Fingerprint: 09/2018
Combo Card:  02/2019
Interview notice: 03/11/2019
Interview Date: 04/15/2019
New card is being produced 04/15/2019
Card was mailed to you: 04/18/2019
Still waiting for the card.

面试时间下午12:55pm, 请律师同行,目的是必要时解决一些法律上的问题,但是面
试整个过程律师坐在后面, 并未说话,其实并不需要律师发言,面谈水过,用时15分
钟左右。

面试的问题大致如下:
1.照着485过了一遍,姓名,地址,工作单位,做什么职位,简单描述(我就说了一句
analyst data )就进入下一个问题了,父母的名字,然后是YES/NO的问题。

2.我最早是J-1过来游学,跟着国内学校的program,呆半年,但是不拿国家的资助。半
年后当地转换成F-1,并且WAIVE了FOREIGN RESIDENCE REQUIRMENT, 有APPROVAL
LETTER, 但是律师填写485的时候说我没有过J-1,填写错了,所以面试时,在这一个问
题上我们和IO进行了纠正,并且提供了证明文件。

3. IO人很和善,并且感觉不是非常了解EB,也许是我的case相对简单,暂时未婚无子
女,并且原装EB2,所以只是过了485。最后问我有什么资料需要给他补充么,我说你拥
有了全部我的资料, 但是我可以把最新的EVL给你放入我的文档,他很高兴的接受了。

4. 最后,他说因为你的排期还没有到,所以要回去等CURRENT就好了,我说已经到了,
因为我的是14年的排期,请再检查一下,他说实在不好意思,看错了日子,当时内心差
点崩溃!!

5. IO之后在电脑上敲键盘,他说他觉得都没问题了,但是现在系统有点问题,没办法
确认fingerprint 的信息,所以今天, 明天或者不超过30天你会有收到消息。 (当时
我也有点崩溃,迫切希望当天会有结果)

下午一直在刷手机,虽然面试很顺利,但是没有结果的时候内心还是很慌乱。下午4:
50左右收到信息,说new card is being produced。

希望大家加油,变绿顺利。

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