Earlier quoted context omitted.
Are you comfortable posting your previous level/salary?
It was a little under 200k/yr total in Mountain View for T4.
Compare career levels across companies
81–90 of 428 posts
Re: Compare career levels across companies
#82Either I was: 1) seriously underpaid at Google, 2) things have changed a lot in the past half year or 3) the stats do not reflect real averages.
Re: Compare career levels across companies
#83Re: Compare career levels across companies
#84Re: Compare career levels across companies
#85Re: Compare career levels across companies
#86Wow, I'm 40 year old director at big fortune company... and I find this mildly depressing lol. Why is this so different than Glassdoor?
Re: Compare career levels across companies
#87Here's a slightly related open question: Are Engineers in the US just much richer than in the UK? For perspective, I started my career with an MEng in Electronic and Electrical Engineering as a Hardware Design Engineer at £35k (I out-earned most of my fellow graduates). It seems like these salaries are just comically disjointed from my entire experience of life. Can anyone here speak to the differences? Everything I'…
It makes sense though since the wealthiest tech companies in the world are here, the most talented engineers gather here for that reason, and companies can afford to pay high compensation packages in order to get the best talent.
I don't expect other parts of the world to increase software engineer comp until they start producing much more billion dollar tech companies.
Re: Compare career levels across companies
#88Wow, I'm 40 year old director at big fortune company... and I find this mildly depressing lol. Why is this so different than Glassdoor?
Re: Compare career levels across companies
#89Earlier quoted context omitted.
I found it to be an ok question; not at all an API one. The answers differ quite a bit, and by choosing one and explaining why you can show that you understand what you’re doing. For example, if you choose str.indexOf(‘ ‘) you clearly have no idea what you’re doing, and if you pick str.count(‘ ‘) - 1 you look like you saw the actual solution somewhere and are picking something that looks similar without really thinki…
I agree with you about A and C, but not your reason for discounting D. In particular, https://doc.rust-lang.org/1.0.0/unicode/str/trait.UnicodeStr... is an ancient counter-example (it was replaced by split_whitespace).
Most of their questions are like SAT questions. They require you have some knowledge about the field in general, then place the answer within the wording of the question itself, or allow logic to determine the right answer.