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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How should I prepare for Google “Software Engineer,Front End” interview?

9 点作者 meatyapp超过 7 年前
https:&#x2F;&#x2F;careers.google.com&#x2F;jobs#!t=jo&amp;jid=&#x2F;google&#x2F;software-engineer-front-end-1600-amphitheatre-pkwy-mountain-view-ca-2551200098&amp;<p>I am not sure whether I should focus on data structures &amp; algorithms or more web dev stuff.

5 条评论

imauld超过 7 年前
This has made the rounds here previously. Hope it helps:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jwasham&#x2F;coding-interview-university</a>
abhimt超过 7 年前
Below link has good set of problems. Hope this helps: <a href="http:&#x2F;&#x2F;www.techiedelight.com&#x2F;list-of-problems&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.techiedelight.com&#x2F;list-of-problems&#x2F;</a>
haidrali超过 7 年前
As far as I know google has standard procedure for hiring software engineers regardless of of front end or backend, phone screenings followed by on-site interviews. You are supposed to have good data structure and algorithmic knowledge. I would suggest to go with data structure and algorithms, also System Design is very important and your past projects ( if you are experienced one ). Try to get as much information as possible from your recruiter about your interview that will surely help.<p>Best of luck for the interview.
auslegung超过 7 年前
I assumed this was a common enough subject of blog posts and Reddit discussions that a Google search should answer your question. Maybe not though. Too sleepy to check right now, but best of luck!<p>All I can think of is that there are books written about the logic puzzles and algorithms Google uses in their interviews, but take that with a grain of salt.
skylark超过 7 年前
All of the above. You should be ready to answer standard ds&#x2F;alg whiteboard questions, have a strong grasp of JavaScript, and be ready to answer system design questions related to client side development.