Rock the Tech Interview
Today, Infusion held a talk in Columbia University about tech interview.
Talker: Nishit Shah @ Infusion, Techinical Account Manager, Dev -> Team Lead -> Manager
3 Real Questions
Smart?
Gets Things Done?
Fit the team?
The Introductions
Tell me about yourself?
Tell me about your last job?
Goal: First Impression + Attitude
Highlight positives from prior roles; things you learned, or unique experiences.
Keep it to 1 minute!
CS Fundamentals
OOP Fundamentals
Data Structure/ Memory Management
Multithreading/ Concurrent Programming
Coding Best Practices
Databases
Goals: Measure experience, aptitude
Access breadth and depth - find gaps
Do not memorize definitions and read out! Provide examples, not just definitions!
Cite bult-in examples from major frameworks.
Show you understand/ have used it.
Don't go overboard! (brevity is beautify)
- "Why"/ "How does"
- Can you give me an example?
- How have you applied this in a project?
- What happens if...
OOP Fundamentals
"What is Object Oriented Programming?"
Polymorphism
Overload vs Override
Abstarct Classes
Interfaces
Access Modifiers
Static, Final, Read only
Constructors & Destructors
Data Structures
Array[], ArrayList
HashMap
...
Memory Management
Scopes
Struct vs Classes
Pass By Value vs Pass By Referrence
Stack vs Heap
Pointers vs Referrences
Garbage Collector
Disposable pattern/ using scopes
Multithreading/ Concurrent Programming
Treads vs Processes
Async, wait, notify, sleep
Context Switching
Race conditions, deadlock
Locks/ Mutexes/ Semaphores
Coding Best Practices
Exception Handling
Logging
Source Control
Commenting
Naming Conventions
Testing
Debugging
Build Management
Databases
Schema Design/ Normalization
Select Statements
Joins
Aggregate Funcs/ Group By
Transactions/ ACID
Tables vs Views
Stored Procedures
ORMs
Algorithms & Problem Solving
Measuring Aptitude:
Applying what ou know
Solving "new" problems
"Hands On" vs Theory: Whiteboarding, writing codes
Thought Process & Reasoning
Communication
Tips:
"Right" matters less than thought process.
Talk your way through the problem.
Break it down. State/ clarify assumptions
Draw/ write it out: visualize your logic.
BUT "knowing the answer" isn't the point, you need to be able to explain it!
Get started; how quickly you can solve matters.
Write out pseudo code/ comments.
State assumptions, think about corner cases.
Example:s
9 balls, same size, 8 are the same weight. Find heavy ball using a balance in the least number of weighings.
Do you have any questions for me?
Tips:
Know what factor you're looking for in a job/ company.
Skip "administrative" questions; (ask the recruiter)
Show you've done your homework
Know the company
Know the interviewer
Example:
1. Everyone seems friendly and energetic - can you tell me more about the culture?
2. How do you support continual learning for your employees, especially new grads?
3. I was really impressed with XXX<case study>. What have been some of your favorite projects?
4. What do you see as the near term challenges and long term opportunities of this role/ position?
5. Do you have any feedback on how today went?
Rock the Tech Interview的更多相关文章
- How to prepare system design questions in a tech interview?
http://blog.baozitraining.org/2014/09/how-to-prepare-system-design-questions.html 如何准备面试中的系统设计问题一直都是 ...
- Freewheel Tech interview
1.聊背景.. 2.聊项目..然饿我的项目是webvr..基本面试官很少会了解这个..应该再多做实习多做些项目.. 3.浏览器输入网址后到页面呈现出来的过程 4.缓存机制, 浏览器如何判断一个图片有没 ...
- GitHub最强技术面试手册:Tech Interview Handbook
摘要: 求职还是需要认真准备的. 原文:超实用技术面试手册,从工作申请.面试考题再到优势谈判,GitHub获30000星 作者:量子位 技术人员求职面试,单刷leetcode上的大厂题库可能还不够. ...
- A Problem-Solving FlowChart || 如何解决编程问题
This is from book Cracking the coding interview, Gayle Laakmann Mcdowell. The flowchart can be used ...
- think
https://github.com/crossoverJie/Java-Interview Java-Interview https://github.com/aalansehaiyang/tech ...
- Leetcode 简略题解 - 共567题
Leetcode 简略题解 - 共567题 写在开头:我作为一个老实人,一向非常反感骗赞.收智商税两种行为.前几天看到不止两三位用户说自己辛苦写了干货,结果收藏数是点赞数的三倍有余,感觉自己的 ...
- 作为程序员,你关注哪些国外 IT 网站?
1.在线编程练习: LintCode——在线刷题网站,阶梯式训练,可帮助你更快速深入地了解各类面试题型,提供专业导师写的最优代码作为参考(Lintcode 标准答案查询——lintcode 的参考答案 ...
- 一些比较好的国外IT网站
1.在线编程练习: LintCode --在线刷题网站,阶梯式训练,可帮助你更快速深入地了解各类面试题型,提供专业导师写的最优代码作为参考 (Lintcode 标准答案查询--lintcode 的参考 ...
- 有了这10个GitHub仓库,开发者如同buff加持
摘要:列出了10个极好的仓库,它们为所有web和软件开发人员提供了巨大的价值. 本文分享自华为云社区<所有开发者都应该知道的10个GitHub仓库>,作者: Ocean2022 . 除了作 ...
随机推荐
- bzoj1753 [Usaco2005 qua]Who's in the Middle
Description FJ is surveying his herd to find the most average cow. He wants to know how much milk th ...
- poj 3498 March of the Penguins(最大流+拆点)
题目大意:在南极生活着一些企鹅,这些企鹅站在一些冰块上,现在要让这些企鹅都跳到同一个冰块上.但是企鹅有最大的跳跃距离,每只企鹅从冰块上跳走时会给冰块造成损害,因此企鹅跳离每个冰块都有次数限制.找出企鹅 ...
- Objective-C中NSString和NSMutableString的基本用法
int main(int argc, const char * argv[]) { @autoreleasepool { //----------------NSString------------- ...
- memcached学习——memcached的内存分配机制Slab Allocation、内存使用机制LRU、常用监控记录(四)
内存分配机制Slab Allocation 本文参考博客:https://my.oschina.net/bieber/blog/505458 Memcached的内存分配是以slabs为单位的,会根据 ...
- [HeadFirst-HTMLCSS学习笔记][第三章创建网页]
一些基本元素 以下元素都可以用CSS变得更好看 q,<blockquote>,<em>,<br>, <strong>,ol ,ul,li,pre,cod ...
- last与lastlog命令
lastlog 列出所有用户最后登录的时间和登录终端的地址,如果此用户从来没有登录,则显示:**Never logged in**last 列出用户所有的登录时间和登录终端的地址
- struts1面试题
由于找了很久的工作都没有找的,只能四处收集那个面试题的.和看面试题的 还有那个记忆力也不是很好了的,而那些公司面试的时候总会有一个面试题的! 在这里分享给大家(那个本来是想上传文件的,但是找不到的 ...
- (转)javascript中 window.location= window.location;是什么意思
重载当前页面.但是,重载后,一些$_GET或者$_POST $_REQUEST 表单提交的数据会清空. 重新加载当前页面的资源,就是刷新本页面
- 跨域调用webservice
本人第一次在博客园写博客. 最近研究js的跨域调用,举个小例子. ASP.net 中webservice 源代码 /// <summary> /// Service1 的摘要说明 ...
- C#图像处理(1):在图片上加文字和改变文字的方向
C#在图片上加文字,代码如下: /// <summary> /// 图片上方加文字,文字将会被180度反转 /// </summary> /// <param name= ...