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的更多相关文章

  1. How to prepare system design questions in a tech interview?

    http://blog.baozitraining.org/2014/09/how-to-prepare-system-design-questions.html 如何准备面试中的系统设计问题一直都是 ...

  2. Freewheel Tech interview

    1.聊背景.. 2.聊项目..然饿我的项目是webvr..基本面试官很少会了解这个..应该再多做实习多做些项目.. 3.浏览器输入网址后到页面呈现出来的过程 4.缓存机制, 浏览器如何判断一个图片有没 ...

  3. GitHub最强技术面试手册:Tech Interview Handbook

    摘要: 求职还是需要认真准备的. 原文:超实用技术面试手册,从工作申请.面试考题再到优势谈判,GitHub获30000星 作者:量子位 技术人员求职面试,单刷leetcode上的大厂题库可能还不够. ...

  4. A Problem-Solving FlowChart || 如何解决编程问题

    This is from book Cracking the coding interview, Gayle Laakmann Mcdowell. The flowchart can be used ...

  5. think

    https://github.com/crossoverJie/Java-Interview Java-Interview https://github.com/aalansehaiyang/tech ...

  6. Leetcode 简略题解 - 共567题

    Leetcode 简略题解 - 共567题     写在开头:我作为一个老实人,一向非常反感骗赞.收智商税两种行为.前几天看到不止两三位用户说自己辛苦写了干货,结果收藏数是点赞数的三倍有余,感觉自己的 ...

  7. 作为程序员,你关注哪些国外 IT 网站?

    1.在线编程练习: LintCode——在线刷题网站,阶梯式训练,可帮助你更快速深入地了解各类面试题型,提供专业导师写的最优代码作为参考(Lintcode 标准答案查询——lintcode 的参考答案 ...

  8. 一些比较好的国外IT网站

    1.在线编程练习: LintCode --在线刷题网站,阶梯式训练,可帮助你更快速深入地了解各类面试题型,提供专业导师写的最优代码作为参考 (Lintcode 标准答案查询--lintcode 的参考 ...

  9. 有了这10个GitHub仓库,开发者如同buff加持

    摘要:列出了10个极好的仓库,它们为所有web和软件开发人员提供了巨大的价值. 本文分享自华为云社区<所有开发者都应该知道的10个GitHub仓库>,作者: Ocean2022 . 除了作 ...

随机推荐

  1. 【CF 189A Cut Ribbon】dp

    题目链接:http://codeforces.com/problemset/problem/189/A 题意:一个长度为n的纸带,允许切割若干次,每次切下的长度只能是{a, b, c}之一.问最多能切 ...

  2. 基于微信公众平台的开发(清华大学第二讲)_Alien的笔记

    基于微信公众平台的开发(清华大学第二讲)_Alien的笔记 基于微信公众平台的开发(清华大学第二讲)

  3. 【转】Alsa音频编程【精华】

    一.前序 这里了解一下各个参数的含义以及一些基本概念. 声音是连续模拟量,计算机将它离散化之后用数字表示,就有了以下几个名词术语. 样本长度(sample):样本是记录音频数据最基本的单位,计算机对每 ...

  4. SQL 2008存储图片和读取图片

    用SQL Server存储文字数据非常easy实现,假设用SQL Server存储图片呢?大家有没有实现思路呢?如今我用一个Demo来为大家提供一种在SQL Server中存储图片的思路. 场景:在s ...

  5. thinkphp框架的路径问题 - 总结

    thinkphp框架的路径问题 - 总结 (2011-06-21 11:01:28) 转载▼ 标签: thinkphp 框架 路径 杂谈 分类: Php TP中有不少路径的便捷使用方法,比如模板中使用 ...

  6. git commit -am 合并操作

    二,合并的操作 1, 首先按需修改文件 echo >> lz66303.txt 2, 然后按需提交被修改的文件到HEAD缓存区,并把这个修改记录到分支中 git commit -am&qu ...

  7. container宽度

    bootstrap:宽度太宽时无需改变container的宽度大小,只需:.row{margin-left: 30px;margin-right: 30px;}

  8. StringList 自定义快速排序

    unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms ...

  9. (原)ubuntu上安装Torch7及nn及dpnn

    转载请注明出处: http://www.cnblogs.com/darkknightzh/p/5653864.html 参考网址: http://torch.ch/docs/getting-start ...

  10. Android SDK 更新时修改hosts文件仍然无法更新,可试试这个方法……

    Android SDK 更新时修改hosts文件仍然无法更新,此时必定万分蛋疼.在hosts文件中更换了各种ip,仍然解决不了!!!!!!!!!!!!!!? 第一步: 打开此软件,等待服务器连接 第二 ...