Skip to main content

B2签经


不过Nice的8号窗口的签证官并没有要我的行程单,甚至我的资产证明,工资存折都没要,算是水过么。。。。呵呵。。。。还是希望能让大家参考到,没准儿我精心做的行程单会帮上其他朋友们:loveliness: :loveliness:
在此还要再次感谢A版,估计就是A版给我的自信让我过的还算轻松。。。谢谢A版:lo: :lo: :lo:

-------------------------------------------------------------------------------------------------------------------------------------------
说下签证心得:
本人单身大龄未婚无固定资产女,申请B2在大家眼中肯定都是不容易的。但签过了回来,从对签证大厅的形形色色的人和签证官的观察来看,有一些被拒签的确实 是不冤枉的。比如一些人墨镜不摘,太阳帽也不摘,这不管签证与否,就从人与人交流的基本礼仪上就是不妥的。也有人站没个站样,抖手抖脚的, 哎~~

说下我跟签证官的对话:
me:您好!(微笑)
vo:你好呀 (也微笑)
me:您好,我是计划借BF出差的机会,等他出差结束了,我们一起在美国玩儿一下。您需要看她的护照么
vo:好的
me:我看他看的过程中没什么反映接就着说:本来我计划请两周假,但是因为我们九月初有系统上线,需要我参与测试,必须按时返回,所以我就只有一周的假了。您需要看我的准假证明么
vo: 好的。

(就这样,所有的材料都是我主动给的。。。相当没成就感,我总准备的完税,公积金,工资单,行程单,照片等证明都没用上)

vo: 终于问了一句:你在***公司工作?
me:是的
vo: 你会英语么
me:my verbal English's not so good, but the writing skills I think, yes, it's well.
vo:乐了
vo:你们***公司地址是什么,会计是谁
me:公司地址说了一遍巴拉巴拉,至于会计,您是说集团CFO么,我真是不是很清楚,但是负责IT部门的是某某
vo:okay,你可以去了,蓝单子给我了,顺便撇出来之前所有的材料,真是撇出来的。。。呵呵
me:谢谢您 非常感谢,乐
vo:不客气 乐

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