TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Mock Interviews – learn about data and SQL by solving interview tasks

3 点作者 makaronich将近 5 年前

1 comment

sdwolfz将近 5 年前
Knowing how to use raw SQL has been a major differentiator for me in tech interviews (I&#x27;ve been told by employers). It seems people jump to learning web frameworks and they either skip this part or worse, are told they don&#x27;t need to know how to use it to be become decent and land a job.<p>I call bullshit, do not listen to such advice, grab a SQL book, install a SQL database management server (postgres for example) and start playing with it. Create tables, do left joins, learn about indexes, try playing with pivots, and some more advanced stuff like, try building a &quot;data warehouse&quot; type of structure. I can guarantee you, from personal experience, it is worth it. Bonus points if you do all that from the terminal, using psql for example. It makes you feel more confident when debugging a real issue and really impresses in interviews.