Skip to main content

马甲问一个码工薪水的问题

http://gengwg.blogspot.com/发信人: csjob99 (找工作专用马甲), 信区: JobHunting
标  题: 马甲问一个码工薪水的问题
发信站: BBS 未名空间站 (Sun Jan 18 14:33:35 2015, 美东)

国内top 2 CS科班,来美国12年了,烂校master,工作9年。运气差到爆,还没有搞定
绿卡,连EAD都还没有。不说了,一说都是泪。现在也看开了,其实也没啥影响,虽然
麻烦点。

工作上,最近4年运气不错,在一个不知名的上市公司里面干的还可以,做大数据和云
计算。负责整个DS部门的支持。职业上没啥大前途,但是工作不忙。做的东西也还比较
热门。现在大概全部package加起来有个27-30万(一切都加上,401k,股票啥的,奖金
会有浮动)。工作很稳定,保险和假期啥的都算是比上不足,比下挺有余的。

主要这2年基本不怎么涨薪水了(每年也就是3-4%这种调整),内部到顶了(非IT公司
),所以有点静极思动。特别是我这个人的性格想要找个比较多和客户打交道的码工工
作(最好是外部客户,内部的政治太多了)。

我个人的目标是2种:
1,为了钱和职业发展,就是可以多整个20+%之类,如果有发展前途,可以考虑。
版上大热的这些大IT公司,个人基本上对于FLG这些一流公司不是特别感兴趣,因为都
是内部做项目。就因为对于这些公司并没有啥特别的兴趣,所以只是纯粹为了钱,虽然
对于搞定offer还是有点信心的,但是不知道他们会不会愿意出我现价+20%的价格(GF
如果要付到350k以上需要啥级别?)。虽然我水平未必那么高,但是已经挣到这个数了
,跳槽肯定要加个20%以上(收入越高,跳槽风险越大)。我对于startup的态度也类似
,钱到了就可以考虑(当然股票是可以折成钱的)。

2,兴趣。我比较喜欢和外部客户打交道,如果是这种工作,同样的价钱就可以考虑了
,当然,还是要编程,就是做咨询和原型的开发。
我个人比较喜欢的是做IT咨询的公司,比如埃森哲,麦肯锡,IBM,Oracle这些,但是
估摸着他们也未必付的到这个价给做IT咨询的。因为我现在做大数据,其实更对口的是
cloudera,teradata,AWS这些的(senior)solution architect,不知道他们能给到
多少?

随便谈了几家,感觉多数普通公司或者startup基本上都给不到目标价(虽然有的已经
给了manager的title或者senior principle了)。多数谈到钱就直接结束了。挺困惑。

大概已经有8年不找工作了(现在这份也是被人直接介绍的)。想问2个问题:

1,FLG或者这些热门的startup(airbnb、uber之类的)给350k的可能性有多大(当然
,可以去刷题拿offer再问,但是如果真的希望不大就懒得刷题了)
2,这种IT咨询的价格大概是什么样子,我应该是够做架构师了,但是他们能付到多少
呢?个人特别喜欢的是cloudera和AWS的(senior)solution architect的位置。因为
个人很喜欢,少一点点可能可以接受,但是少过250k估计是不行的(拖家带口的,压力
也不小)。不过看起来版上没人报过这种offer的样子?有没有人作这种咨询的?可以
聊一下?

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