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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Common interview questions for a student programmer?

1 点作者 androobear大约 14 年前
I'm a junior in college applying to my first CS-related internship. I haven't taken any upper divs yet; I only some basic Java and C experience. I'm trying to prepare for an interview I have tomorrow, so I've googled some common questions, but I'm not sure which questions should actually be at my skill level. What are some common interview questions for a student in CS?

1 comment

what大约 14 年前
From my (relatively little) experience interviewing, there were some questions that came up frequently:<p><pre><code> -fibonacci (iterative and recursive versions) -linked lists (singly or doubly linked):reverse it, cycle checking -difference between a language like C and a language like Python -time complexity of whatever they have you code </code></pre> These are the ones that came in every interview I've had. You might also want to know some OO concepts and other data structures like binary trees and hash tables. If you've listed any projects on your resume, they'll probably ask you questions about those too.