junior programmer interview questions

Want to know junior programmer interview questions? we have a huge selection of junior programmer interview questions information on alibabacloud.com

Will you give me my interview questions?

In the past few months, the manager said that our department had to recruit a few people and asked me to give some interview questions. The requirement for the questions was to evaluate the C # basics. Don't be too difficult to answer questions, it is better to have a unique answer. This

Why am I opposed to purely algorithmic interview questions?

This article is reproduced fromCoolshell.cn Algorithm interview may be an interview method developed by Microsoft. Now many companies are following suit, and our programmers are willing to solve algorithm questions. I personally think this is a cancer of exam-oriented education! I said conservatively in "How do I recruit programmers?","There is no mistake in aski

. NET programmer interview Everyone should know the article (answer Scott Hanselman's question)

a number of processes, usually when the system which program does not listen to the time, you can use it to shut down the program. And when debugging, it's also useful.8. How many processes can a TCP/IP port be shared with? (How many processes can listen to a single TCP/IP port?)One9. what is the GAC and what is the use of it? (What is the GAC?) What problem does it solve?)The GAC refers to the Global Assembly Cache, where the use of an assembly can be called by multiple programs, just as many

Top 50 Java thread interview questions, javatop

[Switch] Top 50 Java thread interview questions, javatop No matter whether you are a new programmer or veteran, you must have encountered thread problems during the interview. An important feature of Java is its built-in support for concurrency, which makes Java popular among enterprises and programmers. Most well-rec

Interview puzzles Q & A (3) -- I don't understand the questions. Can I ask the interviewer?

intentionally did not clearly describe the question at the beginning, so that the question has some ambiguity. He expects that the applicant can answer questions step by step to understand the requirements of the questions.This is to examine the applicant's communication skills.. Why is this? Because the actual work is the same, it is not very clear from the first project requirement. The programmer needs

Several Typical Linked List problems-read "Programmer Interview Guide"

Below are a few very classic questions and implementations about the linked list, which are seen in "Programmer Interview Guide". Because it is too classic, I can't help posting it here. Question 1: given a single linked list, design a time-optimized and time-optimized algorithm to find the M-last element of the linked list. When M = 0, return the last element of

Embedded interview: 0 × 10 basic questions for Embedded programmers

0x10 basic issues that embedded programmers should know C language testing is an essential and effective way to recruit embedded system programmers. Over the years, I have both participated in and organized many such tests. During this process, I realized that these tests could provide a lot of useful information for both the interviewer and the subject. Besides, I did not talk about the interview pressure, this test is also quite interesting. From t

How many of these 19 c/c+ interview questions can you answer? -Personal article think No

special place where constants are placed. -Program End Release 5 Code area of the program, storing 2 binary code. The variables defined in the function body are usually on the stack, and the allocated memory functions such as malloc, Calloc, realloc, etc. are allocated on the heap. The global amount is defined in the body of all functions, and after the static modifier is placed in the global zone (static zone), the static variable defined in the body of all functions is valid in the file and c

C ++ test interview questions

From: http://blog.csdn.net/txgc1009/article/details/6700830 The purpose of this article is not to provide guidance for the job interview for C/C ++ programmers, but to analyze the connotation of the interview questions technically. Many interview questions seem simple, but

Interviewer Readme: iOS interview questions for advanced developers

When you're ready for a technical iOS interview, it's important to understand what topics you might be asking and what experienced iOS developers expect.This is a series of questions that many Silicon Valley companies use to measure the level of seniority of iOS candidates.These issues cover all aspects of iOS development and are designed to reach a broad understanding of the platform.After all, advanced de

Three-stream small company programmers have been looking for work in the past six months (2) Interview Questions

want to change jobs early next year. It is not difficult to explain these questions, however, it is difficult to satisfy the interviewer. The part of basic knowledge can be handled by reading a book carefully. Answering questions from the interviewer on the whiteboard or on paper will test the psychological quality and programming skills. Of course, it is very helpful to prepare carefully. 1.

16 Embedded C language interview questions

16 Embedded C language interview questions 1. Use the preprocessing command # define to declare a constant to indicate the number of seconds in a year (ignore the leap year problem)# Define seconds_per_year (60*60*24*365) ULHere I want to see several things:1). # basic knowledge of define syntax (for example, it cannot end with a semicolon, use of parentheses, and so on)2 ). knowing that the pre-pr

2018 Java Thread Top interview questions, how much do you know?

Is it difficult or difficult to interview? It depends on the interviewer's background (gas field + skills), mentality and cognitive and communication skills. Interview can be understood as a chat and negotiation, in the process of psychological, ideological collision and game. In fact, you just need to figure out a logic: "Why does the interviewer ask?" What answer does he want to hear? "Then the targeted p

Embedded interview questions

pointers to functions that take an integer argument and return an integer People often claim that there are several questions that can be answered only after a book is opened. I agree with this statement. When I wrote this article, I checked the book to confirm the correctness of the syntax.But when I was interviewed, I expected to be asked this question (or similar questions ). Because I knew the answer t

Embedded interview questions-classic

questions that can be answered only after a book is opened. I agree with this statement. When I wrote this article, I checked the book to confirm the correctness of the syntax. But when I was interviewed, I expected to be asked this question (or similar questions ). Because I knew the answer to this question during the interview period. If the examinee does not

. Net Programmer Interviewing C # language (answer Scott Hanselman's Questions)

The past few years have been busy looking for projects, catching up on projects, and not having time to dig into what they have learned at work. Now, while looking for a job in this spare time, just can summarize and continue to tamp their own. Net, C # Basic skills. In 05, Scott Hanselman (a Microsoft Principal program Manager) listed on his blog a list of "a good one." NET programmers should know what the great. NET developers ought to Know (more. NET inte

If you are interviewing a Python programmer and encounter these 10 questions, be sure to note that it is a trap!

Whether you are applying for Python web development, crawler engineers, or data analysis, or automated operations, it involves some basic knowledge! I picked up some basic Python interview questions to see if you can answer them, maybe the students with the interview!Question 1: How can I modify the following Python code so that the following code calls the Show

Some questions about the Java interview

(throughput) collector? The throughput collector uses a parallel version of the new generation garbage collector, which is used for medium-sized and large-scale data applications. The serial collector is sufficient for most small applications, which require about 100M of memory on modern processors. 41. In Java, when can objects be garbage collected? This object can be recycled when the object becomes inaccessible to applications that currently use the object. 42. Will garbage collection occur

Interview essence: the most frequently asked questions-1

Are you looking for a satisfactory job? Have you ever felt flustered and overwhelmed by questions from foreign bosses during the interview? The interview is particularly important in the job search process. If you can answer your questions in a concise, honest, and pertinent manner and meet the needs of foreigners, the

Software Test interview questions (partial collection)

Software Test interview questions (partial collection) 01. Why should I perform software testing in a team? Because it is difficult for a software without tests to know the quality of the software before release, just like ISO quality certification, testing also requires quality assurance, in this case, you need to perform software testing in the team. Discover problems in the software during the testing pr

Total Pages: 8 1 .... 4 5 6 7 8 Go to: Go

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.