微软笔试面试题库

此项目是微软笔试面试题库。 附件中包括:微软2013暑期实习笔试题、微软2013校园招聘笔试题(9.22 第一次笔试)。

应用介绍

此项目是微软笔试面试题库。

附件中包括:微软2013暑期实习笔试题、微软2013校园招聘笔试题(9.22 第一次笔试)。

1. What is the difference between a linked list and an array?(3 Points)

    A. Search complexity when both are sorted

    B. Dynamically add/remove

    C. Random access efficiency

    D. Data storage type

2. About the Thread and Process in Windows, which description(s) is(are) correct:(3 Points)

    A. One application in OS must have one Process, but not a necessary to have one Thread

    B. The Process could have its own Stack but the thread only could share the Stack of its parent Process

    C. Thread must belongs to a Process

    D. Thread could change its belonging Process

3. 1 of 1000 bottles of water is poisoned which will kill a rat in 1 week if the rat drunk any amout of the water. Given the bottles of water have no visual difference, how many rats are needed at least to find the poisoned one in 1 week?(5 Points)

    A. 9

    B. 10

    C. 32

    D. None of the above

4. Which of the following statement(s) equal(s) value 1 in C programming language?(5 Points)

    A. the return value of main function if program ends normally

    B. return (7&1)

    C. char *str="microsoft"; return str=="microsoft"

    D. return "microsoft"=="microsoft"

    E. None of the above

5. If you computed 32 bit signed integers F and G from 32 bit signed X using F = X / 2 and G = (X>>1), and you found F!=G, this implies that(5 Points)

    A. There is a compiler error

    B. X is odd

    C. X is negative

    D. F - G = 1

    E. G - F = 1

文件列表(部分)

名称 大小 修改日期
微软2013.4.6暑期实习笔试题.docx132.65 KB2017-06-05
微软2013校园招聘笔试题(9.22 第一次笔试).docx50.99 KB2017-06-05
微软笔试面试0.00 KB2020-07-29

立即下载

相关下载

[微软笔试面试题库] 此项目是微软笔试面试题库。 附件中包括:微软2013暑期实习笔试题、微软2013校园招聘笔试题(9.22 第一次笔试)。

评论列表 共有 0 条评论

暂无评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部