Public Comments pen questions programming questions, public comments pen questions

Source: Internet
Author: User

Public Comments pen questions programming questions, public comments pen questions

Use the fastest way to determine whether all string2 letters exist in string1, for example, string2 = "abx", string1 = "abcdef", AB in string1, x does not exist. The exam submission time has not arrived yet. Hey, you cannot submit it. Wait until the exam is completed and submit it again.

# Include <stdio. h>
# Include <stdlib. h>

# Define N 256

Void check (char * s, char * d, int * result ){
If (s = NULL | d = NULL | result = NULL)
Return;
While (* s ){
Result [* s] = 1;
S ++;
}
While (* d ){
If (result [* d] = 1)
Result [* d] ++;
D ++;
}
}

Int main (void ){
Char s [] = "abx ";
Char d [] = "abcdef ";
Int result [N] = {0 };
Int I;

Check (s, d, result );
For (I = 0; I <N; I ++)
If (result [I] = 1)
Printf ("% c: no \ n", I );
Else if (result [I] = 2)
Printf ("% c: yes \ n", I );
}


Public comments over the years written test interview questions who can send me a copy, zj7816 @ 163com is over the years!

The first test is an intelligence test.
All applicants are required to take the test. The test time is 40 minutes and there are three types of questions.
(1) speech comprehension. Similar to the verbal comprehension in the Civil Servant Examination, there are many weakening types. Each question has five options, 15 in total.
(2) Quantity Relationship. Basic mathematical operations: the types of questions that you remember include probability questions, stock-off theorem, fraction, and other basic mathematical operations. There are 10 or four options.
(3) multiple choice questions. I have never seen such a question type before. First, we should provide five options with preconditions. The following 10 questions are answered based on assumptions. I don't understand it very much.

The second part is professional testing questions.
The test questions are classified into technical, non-technical, and visual design of a very small number of people. The following is a non-technical questions recall edition. Some questions are not too clear. It is a rough description to attract others:
1. What do you think is the proportion of all registered members of the public comments network that contribute information while requesting information (which roughly means they do not watch soy sauce, frequently commented information )?
A, 5% B, 10% C, 20% D, 40%

2. Glossary
1. UED (user experience design) 2.UI( User Interface) 3.PV( page views) 4.CSS( stacked style sheet) 5.POI( point of interest)

3. What are the mainstream mobile phone operating systems? Sort by market share.

4. When designing Website Functions, we need to consider the Boundary Situation in many aspects. For example, the sudden collapse of restaurants, temporary closed-doors decoration, resulting in phone call failure, and many other situations. Think about the boundary that may occur when uploading hotel images (regardless of image authenticity and naming )?

5. Which of the following options can be used as the default sorting on the Recommendation page ()
A. Number of latest reviews B. Popularity in A week ......

6. Some people suggest adding the blog function to the public comments network. What do you think of this proposal?

Ask who has a public comments network written examination question, to be real, kneel

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.