I was recently approached by a recruiter to interview for Bytedance, Singapore.
My DSA skills are rusty, not having interviewed in over a year. The primary language I use at work is Golang, but I do not think its good for DSA interview rounds as it has limited in built data structures. Earlier I have given interviews in Java but I have not touched it in a year.
Given I have 3 weeks to prepare for the DSA Coding rounds, should I consider learning Python as I have "heard" that its the preferred language and faster to use in coding interviews?
Given I have to ramp up on my leetcode and learn python, I feel this might be setting myself up for failure. Would like suggestions on how to think about this.
No. Your performance will be compared against other candidates using Python. If they have interviewers familiar with Golang who can interview you in that (and compare your thinking + implementation against other Golang candidates), that would be great. Otherwise, it's probably quicker to brush up on Java than to learn Python, since your Java will quickly come back and you won't make beginner mistakes in Python.
Also, can you speak with the recruiter about securing more time to interview? You can state that you need to brush up on your Java (or Python). Depending on the urgency for the role, the recruiter would hopefully be able to give you more time to ensure you can bring your best to the interview. If this is a phone screen, it may matter less. You'll want to make sure you have enough time to feel ready before future rounds.
No.
3 weeks is not nearly enough time to learn Python and be proficient enough at it to smoothly go through an interview.
I don't know Golang, but I feel like it's a pretty modern language and I can't imagine it being as verbose as say C/C++. Just stick with Golang. The data structures problem is actually quite solvable:
We talk more about this here: The Best Programming Languages For Interviews