1. “How would you investigate a technology without letting anyone know you were investigating it ”
你如何在研究一项技术的同时又不让任何人知情?
2. “Describe the manufacturing process for some of the components in an iPhone.”
请描述iPhone部分元件的制造过程。
3. “How do you test the prototype of the vending machine ”
你如何测试一个自动售货机的原型?
4. “Why aren’t you going to work at the place where you interned ”
你为什么不打算在实习过的地方工作?
5. “Write a function that calculates a number’s factorial using recursion.”
写出一个用递归来计算阶乘的函数。
6. “In a stream of integers from 1 to n, only one number will be repeated. How can you tell what that number is ”
在从1到N的整数列中,只有一个数字会重复,你如何知道是哪个数字?