我在这里: 首页 ? 面试试题 ? 浏览文章: 微软软件开发人员面试题(英文)
« 华为面试题(来自两位参加华为面试的应聘者)公务员面试预测试题(最新收集28题) »

微软软件开发人员面试题(英文)




内容摘要:微软的面试题主要面向软件开发人员的,纯英文的,外企面试一向如此。想加入微软的应聘者可以考虑研读一下本文。
关键词:微软面试题  软件工程面试题  
本文地址:http://www.teecool.com/post/2007102901.html
内容正文:

1 What's the difference between a linked list and an array?

2 Implement an algorithm to sort a linked list. Why did you pick the method you did?

3 Implement an algorithm to sort an array. Why did you pick the method you did?

4 Implement strstr() (or some other string library function).

5 Reverse a string. Optimize for speed. Optimize for space.

6 Count the number of set bits in a number. Now optimize for speed. Now optimize for size.

7 How would you find a cycle in a linked list?

8 Give me an algorithm to shuffle a deck of cards, given that the cards are stored in an array of ints.

9 Write a function that takes in a string parameter and checks to see whether or not it is an integer, and if it is then return the integer value.

10 Write a function to print all of the permutations of a string.

11 Implement malloc.

12 Write a function to print the Fibonacci numbers.

13 Write a function to copy two strings, A and B. The last few bytes of string A overlap the first few bytes of string B.

14 How would you print out the data in a binary tree, level by level, starting at the top?

Applications
15 How can computer technology be integrated in an elevator system for a hundred story office building? How do you optimize for availability? How would variation of traffic over a typical work week or floor or time of day affect this?

16 How would you redesign an ATM?

17 Suppose we wanted to run a microwave oven from the computer. What kind of software would you write to do this?

18 How would you design a coffee-machine for an automobile.

Thinkers
19 How are M&Ms made?

20 If you had to learn a new computer language, how would you go about doing it?

21 If MS told you we were willing to invest $5 million in a start up of your choice, what business would you start? Why?

22 If you could gather all of the computer manufacturers in the world together into one room and then tell them one thing that they wouled be compelled to do,what would it be?

23 Explain a scenario for testing a salt shaker.

24 If you are going to receive an award in 5 years, what is it for and who is the audience?

25 How would you explain how to use Microsoft Excel to your grandma?

26 Why is it that when you turn on the hot water in any hotel, for example, the hot water comes pouring out almost instantaneously?

微软软件开发人员面试题(英文)一文有面试题库网收集自互联网,并非本站原创,如原作者发现微软软件开发人员面试题(英文)一文,请及时告知本站,本站会作出相关处理,谢谢!!!(联系方式:百度空间留言)

最近发表