Skip to main content

5月13日B2面签 超多问题,基本啥也没看

x 今天上午面签了,排了很久的队。签证出来还挺高兴的说时间不长,但没想到邮局那队都不怎么前进。。。总计3小时,还是袋鼠国好,不用面签,嘿嘿

本想着10 1去玩,刚好表妹毕业礼在米国,想借这个签吧,结果约到没几天就她毕业礼的时间,算啦算啦,就不提她了,就完全旅游吧

北京,B2,自助游,我和父母,白人MM超nice. 问题超多,但只看了房产本这一样东东,连工作证明都没看,枉费我准备那么多东西,哼!

主动递旧护照,上面有好些签证。

你们去旅游?
  --是的,三人一起
自己去玩么?
  --是的
你的英语怎么样?
  --I was studying in UK for one year for my master degree.
When did u finish that?
  --200X
Well, What's ur major?
  --***
What did u do after that?
  --Have been working in BJ.
What's ur job?
  --***
How long have u been working here?
  --This company? 5 years.
What's ur salary?
  --per month?
Yes
  --***

Do you know anyone in US?
  --Yes, one of my roomate in college is working in Boston.
Will u meet her?
  --Yes,sure

问我父母,你们只去过韩国?
  --还有。。。(被打断,对对对,看到了)
你们父母在么?
  --不在了
  --爸爸在
那你爸爸住的不远吧?
  --在北京
你们有兄弟姐妹么?
  --有个妹妹
  --有好多
扑哧乐了,重复:有好多?!
你们就这一个孩子?
  --是的
你们在美国认识人么?
  --没有

r u married?
  --No
Do u own house?
  --Yes, 拿房产证,解释下咋回事。
打算去哪啊?(语言转的快,此米国小妞中文真好)
  --东海岸西海岸,西边打算报个madarin的团,东边打算自己玩

敲字敲字,突然转向我妈,你没去过美国么?
  --没有(我差点乐了,莫名其妙的转换肯定受过训练啦)

祝你们玩的开心啊~~
  --谢谢

可能没要啥证明因为我们都有英国和好几个申根,还有澳洲啥的,但我们那队的窗口是刚打开的,所以估计问的问题超多,呵呵,今天一半多的窗口都是亚裔,有几个面真不善,我们这个mm看着特和善,真好。

祝福各位吧~~

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