Nokia (Microsoft Devices Group) 2014 Summer Intern pen questions knowledge points

Source: Internet
Author: User
Tags integer numbers

Summarize the Microsoft Devices Group software Pen test, all the pen questions divided into two papers, a logical question and a software test, only a summary of technical questions ~ All English, only the choice of questions and fill in the blanks, the choice of the majority, divided into single and multi-choice, multi-choice topics will be marked out. The overall survey is very basic and very detailed, the difficulty is moderate. Here is a summary of some of the knowledge points to remember:

* Definition of Named pipes.

* Host A sends an IP datagram to host B, passing through 5 routers on the way. How many times ARP (6 times) is used in the sending process of IP datagrams

*linux system, rename a file (mv A, B)

* Implicit conversions for the addition of unsigned integers and signed integer numbers are investigated

*struct MyStruct
{
int a:1;
int b:4;
int c:4;
}BIT={1,2,13};
printf ("%d%d%d", bit.a,bit.b,bit.c);

* Study macro

* void swap (int *a, int *b)
{
int *c = A;
A = b;
b = C;

} to see if it can achieve the purpose of exchange

* About busy waiting for a choice question (operating system)

* The address of virtual memory is only limited by?

* Structure and class differences

*JDK, the role of the JVM

* What protocols will be used when Ethernet is connected to the Internet

* How negative numbers are stored in the C language

* There are some code output problems, operating system problems, compiling the problem, and so on.

enjoy!.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.