[Original] Microsoft's written test experience and written test experience
I have received several emails from my friends who will attend Microsoft's written test on the 16 th and want to provide some suggestions. In fact, I have
KEDA xunfei qiuzhao's written test programming questions and KEDA xunfei's written test ProgrammingTopic Description: quarrel with teammates
Ideas:
It feels like finding a regular question: Because the leftmost LL and rightmost R will never be deleted, so what we need to do is to subtract the number of people from the
:orcl", id,pwd);How to establish a connection to the Sybase database:Connectioncon=drivermanager.getconnection ("jdbc:sybase:tds:mydbcomputernameorip:2638", ID,PWD);How to establish a connection to a SQL Server database:Connectioncon=drivermanager.getconnection ("Jdbc:microsoft:sqlserver://mydbcomputernameorip:1433;databasename= Master ", id,pwd);How to establish a connection to the DB1 database:Connectioncon=drivermanager.getconnection ("Jdbc:db2://mydbcomputernameorip/mydbname", ID,PWD);(3) Cr
:Char *p1; Long *p2; P1Char *)0x801000; P2Long *)0x810000; Excuse me p1+5= ; p2+5= ; Answer: 801005; 810014. Do not forget that this is a 16 binary number, P2 to add 20 to 16 binary is 1410:Summary of common operational order issues between pointers and * and + +intI=1;p rintf ("%d%d", i++,i++);//2 1printf"%d", i);//3intarr[]={6,7,8,9,Ten}; int*ptr=arr; * (ptr++) + =123;//First Count *ptr=*ptr+123, then ptr++; so arr[0]= 129; *p++=* (p++)?printf ("%d,%d", *ptr,*
Just coarse to tidy up. Finish it later. Some of the questions are too clumsy,
Chinese topic (This csdn seems to be the original translation of the source)
Http://blog.csdn.net/jacky8024/archive/2007/08/24/1757580.aspx
This is an English original.
Http://www.cnblogs.com/jackei/archive/2006/10/20/534684.html
And a set of questions zee.
Http://www.7dtest.com/bbs/viewthread.php?tid=52extra=page%3D2
1. What is a load test. What is a performance
This series of Java-related written interview knowledge, several other articles are as follows: Java written examination questions finishing Eighth wave
The seventh wave of the Java written test face
The sixth wave of the Java written te
Algorithm written test surface Test _ Mall engage in activities, full 100 minus 30, full 200 minus 80, ask 1000 yuan the most can buy what money?Solution Ideas:1, first spend 1000 yuan, return (1000/200) *80 = 4002, spend 400 yuan, return (400/200) *80 = 160;3, borrow someone else 40 yuan, hand gather enough 200 yuan, return 80 yuan.4, also give others 40 yuan, h
Recently work relatively busy, and busy and forget, so record ideas and methods, do not understand can give me a message.First request data parameterization, you can do a CSV file rows of data, you can also write separately, the purpose of the separate writing is to follow the random collocation, so that it is more consistent with the algorithm test (to cover as far as possible)View in view results tree after executionUse regular to extract the requir
This framework provides an extension interface for different execution platforms, only implemented under Windows.Supports script recording. Script playback. Test logs.Now WP basically few people develop the application. This code can actually be slightly modified to test other Windows programs.GitHub Address: Https://github.com/csusheep/mouse_recorder.gitRecording:Open the WP7 simulator,Run recording script
A very simple test question of gele electronics is wrong !!!, Incorrect written test
Open the question picture and you will be able to see it.
Void main (void)
{Union unt
{Unsigned char uc [4];
Unsigned int ui;};
Union unt t;
T. ui = 0x12345678;
Printf ("% d \ n", t. uc [1]);}
The Community is rarely used in embedded development, so I didn't take a closer look
Donghua software test, Donghua written test
1. switch statement execution process: starting from the first matching condition, all the code behind it is executed until it is completed or break is encountered;
#includeOutput result: 2 1
2. logic operator operation rules:
A B judge B when A is true. When A is false, the final result is false;
A | B determines B
, according to their own thinking to writeI know the problem. Address: https://www.zhihu.com/question/24905007Use DFS (deep search) to traverse all possible scenarios and filter out the impossibleFirst, use an array to list the things that can't happen.filter[1][3]=filter[3][1]=2;filter[4][6]=filter[6][4]=5;filter[7][9]=filter[9][7]=8;filter[1][7]=filter[7][1]= 4;filter[2][8]=filter[8][2]=5;filter[3][9]=filter[9][3]=6;filter[1][9]=filter[9][1]=5;filter[3][7]=filter[7][3 ]=5;And then the deep sea
After several C-language written examinations, it is often asked to ask for the first 100 of the 10,000 numbers, and now think of two ways to solve:Method 1:1-dimensional valuesThe code is as follows:#include #include #include #include To find the maximum value of the array, return B "0"int max (int b[],int N){int i,t,k=0,m=0;int c=n;The array 22 is compared and the larger value iswhile (n!=1){for (i=0;i{if (b[i]>b[i+1]){t=0;T=b[i];B[I]=B[I/2];b[i/2]=
some time ago because to participate in a written test, during the preparation of the online found two articles on the written topic, one of the In the process of finding these answers, I recorded the relevant answers and formed the following things. Need to explain that the following answer must have a lot of incomplete or even wrong place, need you to correct a
Today took part in the written examination of IBM IT Specialist trainee ....
I'm really tired of it, it's all in English. I read the title of the time is exactly equal to the time to answer the question, so nothing to do with the same ...
The first part of the Englist test, and three small, the first part is English listening, the second part is the grammar, words, reading comprehension, the third part un
Java Written test Bank (05 issue)
Whether the 1,volatile keyword guarantees thread safety. ()
Answer: No
The volatile keyword is used in multithreaded synchronization to ensure read visibility, and the JVM simply guarantees that the value from main memory load to thread working memory is the most recent read value, not the cache. However, thread safety is not guaranteed by multiple threads writing to vola
can have multiple levels and references can be only one level5.sizeof refers to the size of the pointed variable, and the sizeof pointer gets the size of the pointer itself.6. When the pointer is passed as a function parameter, the copy of the argument is passed to the formal parameter, such as the following program (a), the reference is passed as a function parameter instead of the copy, and the reference is a true share of the same inner deposit element.Program (a):#include #include #include
= Tdata.nid;StrName = Tdata.strname;strspelling = tdata.strspelling;Vnumber = Tdata.vnumber;Vnumbertype = Tdata.vnumbertype;}return *this;}}t_contacts_item;typedef vector Contacts_vector; then Create the variable for this struct directly on the view layer:Contacts_vector m_searchlist;The resulting m_searchlist is in the stack, and the benefit is that it can be read quickly and frequently.But if the amount of data is large, then you need to put the data into the class instead of the struct, and
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.