Skip to main content

OPT extension和H1b GAP的问题

请问版上有经验的同学2个问题:
1.请问OPT第一年没有用任何unemployment的时间,是不是后面17个月有4个月
unemployment的quota?我的情况是这样的,我目前在等export license,进度很慢,
OPT2月就到期了,新公司也帮我申请了OPT extension.但是即使到2月,我的license只
申请了4个月,根据版上的规矩好像需要半年。我目前工作的公司不是E-verified的,
我觉得我劝这个小公司加入了E-verify然后我工作2个月就走了不太厚道,顺便请问公
司加入这个E-verify有没有什么税方面或者法律方面的弊端。

2.另一个问题是,求教大家的建议,我的OPT extension是2014年7月到期,请问我是不
是可以申请今年或者明年的h1b都可以,然后明年7月到10月就算是h1b GAP,也能工作。

确实不太懂这些,谢谢你们帮忙解答。祝大家小龙年一切顺顺利利,心想事成!3



是的,你可以2014年再申。opt税低,好赚钱。e verify加入容易,退出难。加入也不
怎么方便对公司来说。

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