I'm sure everyone here has had a preliminary phone interview. My question is how do you answer this question:
How would you rate yourself in x language on a scale from 1-10?
Recently, I was asked this question and I gave an answer of 7.5-8 out of 10. To me this translates that I can figure out the answer if I don't know it and can break down problems into manageable chunks.
What do you all think? How would you rate your skills in JavaScript, Python, etc?
I'd honestly ask for a bit more context before answering it, since it's realistically dependent (for most people at least) on what they're trying to do in the language. I've seen too many cases of people saying "Oh, I'm great at XYZ thing!" when asked about it, but not really being good at what the person asking really needs that skill for.
When it comes to programming this gets even more important. You could be an expert at language X, but if they need you to use it to model partial differential equations and you don't have the background in mathematics to know how to work with PDE's, you're going to fall flat on your face the first day of the job.
For example, I've developed a reasonable understanding of JavaScript over the past 8 months, but I'd be mostly lost trying to use it for back-end development work since all I've done with it is front-end work (and technically Gulp files).