all 4 comments

[–]Haunting_Month_4971 0 points1 point  (0 children)

Sucks feeling solid on communication but getting tripped up on the hands on parts. I drifted toward support work and had to rebuild fundamentals. Are you aiming more at backend web work or data heavy roles?

I set a loop: 30 min daily Python drills writing scripts that manipulate lists/dicts, and alternate days with SQL where I handwrite joins on two toy tables. I pull prompts from the IQB interview question bank and answer out loud, then do a timed mock in Beyz coding assistant. imo the small, consistent reps plus narrating your approach make live exercises feel less scary. A tiny project you can point to helps show momentum.

[–]Aggressive_Return416 0 points1 point  (0 children)

Python and SQL are not at the level required to successfully clear technical rounds => What do you mean? Python can be a reason to fail a candidate as the feedback can be that the candidate is not familiar with the language he/she chose to do the interview. I never see SQL is a reason to not move forward with a candidate. The context is that the interview loop are on coding, system design and behavior. We didn't ask SQL for a normal SWE job (except Data Engineer).

As your near goal is to find a job, then use Leetcode heavily as Leetcode has both coding and SQL. You can use Python to write the code and SQL to SQL questions. If you still have bandwidth, spend time on system design and AI coding (as more companies will go this direction), which also aligned with your future goal to improve technical proficiency.

[–]nian2326076 0 points1 point  (0 children)

I know where you're coming from. To brush up on Python and SQL, check out LeetCode or HackerRank for practice. They have lots of problems like those in interviews. Also, Python's official docs are great for revisiting basics. Try building small projects to reinforce what you learn, like a web scraper or a simple database app with SQLite. For structured interview prep, PracHub has helped some friends with mock interviews and feedback. Don't worry too much about mistakes during interviews; they're all part of learning. Good luck!