MS - Redmond, WA USA 面试题:看你会多少?
1. What's the default store size for the stringbuild object?
2. What's the different between the thread and the threadpool?
3. What's the test tool you use for unit test? Do you use the test tool in Visual Studio 2005?
4. What's the tool to cacluate the time cost for program running time?
5. What's the benifit of the Stored Procedure?
6. What's SQL profiles?
...
[解决办法]
1.没见过stringbuild类型
2。线程与线程池
3。JUnit,No
4。不知道
5。没用过数据库,应该是速度快
6。不知道
7。判断表达式是否为真,assert(表达式)在Release中不会被去掉,但是VC自带的ASSERT(_ASSERT)不会在Release中
8。应该是重载父类的方法。