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 . 除了作 ...
随机推荐
- 精确覆盖DLX算法模板另一种写法
代码 struct DLX { int n,id; int L[maxn],R[maxn],U[maxn],D[maxn]; ]; int H[ms]; ) //传列长 { n=nn; ;i<= ...
- Divide and Conquer.(Merge Sort) by sixleaves
algo-C1-Introductionhtml, body {overflow-x: initial !important;}html { font-size: 14px; }body { marg ...
- 编程内功修炼之数据结构—BTree(一)
BTree,和二叉查找树和红黑树中一样,与关键字相联系的数据作为关键字存放在同一节点上. 一颗BTree树具有如下的特性:(根为root[T]) 1)每个节点x有以下域: (a)n[x],当前存储在节 ...
- RTP/RTCP/RTSP/RSVP/SDP
RTP Real-time Transport Protocol)是用于Internet上针对多媒体数据流的一种传输层协议.RTP协议详细说明了在互联网上传递音频和视频的标准数据包格式.RTP协议常用 ...
- spring mvc 安全
1,使用 spring form 标签 防 csrf 攻击 2,标明请求方法:RequestMethod.GET,RequestMethod.POST, PATCH, POST, PUT, and D ...
- handsontable插件事件
Hook插件 afterChange (changes: Array, source: String):1个或多个单元格的值被改变后调用 changes:是一个2维数组包含row,prop,o ...
- Linux环境 Mysql新建用户和数据库并授权
测试环境:linux 和Mysql 5.5.35 一.新建用户 //登录Mysql@>mysql -u root -p@>密码//创建用户mysql> insert into mys ...
- Linux内核:sk_buff解析
sk_buff 目录 1 sk_buff介绍 2 sk_buff组成 3 struct sk_buff 结构体 4 sk_buff成员变量 4.1 Layout布局 4.2 General通用 4.3 ...
- Apache-rhel5.8环境下编译安装
Apache安装过程 Step 1:安装包gcc或gcc-c++# yum install gcc#yum install gcc-c++ Step 2:安装包APR和APR-Utilapr-1.4. ...
- Flashback Drop实例操作
1.Flashback DropFlashback Drop 是从Oracle 10g 开始出现的,用于恢复用户误删除的对象(包括表,索引等), 这个技术依赖于Tablespace Recycle B ...