c coding questions interview

C# Coding Standards and Best Programming Practices

C# Coding Standards and Best Programming Practices

Ngày tải lên : 18/08/2012, 08:47
... this document. Pascal Casing Pascal Casing - First character of all words are Upper Case and other characters are lower case. - First character of all words are Upper Case and other characters ... try-catch for each task you perform and enclose only the specific piece of code inside the try-catch. This will help you find which piece of code generated the exception and you can give specific ... message.ToString(); } 10.Architecture 1. Always use multi layer (N-Tier) architecture. http://www.dotnetspider.com/tutorials/BestPractices.aspx Camel Casing - Camel Casing - First character of all words, First character...
  • 18
  • 809
  • 1
100 c interview questions answers

100 c interview questions answers

Ngày tải lên : 07/02/2013, 09:37
... divide occur 36. ans: (b) reason: ' %c& apos; mainly used for print one charactor We can't specify formate output within ' %c& apos; 37. ans: (b) reason: can ... printf prints and places the cursor in the same line. 15. ans: (c) reason: You need to put '=' sign at show. ie the correct st is end=(char*)(show=(char*)strcpy(start,"MISPIS,")); ... hence else part is executed. 18. ans: (c) reason: t1 is an array. So you need to specify the subscript value while you assign any element to it. char *t1; t1="craft" is correct...
  • 12
  • 414
  • 0
Questions to .NET and Programming in C#

Questions to .NET and Programming in C#

Ngày tải lên : 21/08/2012, 15:55
... static constructor for a class is called automatically when the object is accessed. c) A static constructor can have public as a accessibility modifiers 74. class A { public static ... Static constructors can be called explicitly or implicitly. b) Static constructors can have accessibility modifiers. e) Static constructors are called when the class is loaded. c) ... “Object” that is used to create an object? a) void object(){} c) Object Object(){} b) object(){} d) Object(){} 70. Which of the following methods can act as a constructor for the class...
  • 18
  • 1.3K
  • 8
C Sharp Review Questions

C Sharp Review Questions

Ngày tải lên : 21/08/2012, 15:55
... static modifier can be used with events. B static modifier can be used with types C static modifier can be used with indexers D static modifier can be constructors E static modifier can be used ... What is the access level of InnerClass? Internal class MainClass { public class InnerClass { } } Select answer : 1. private 2. public 3. protected 4. internal 5. protected internal ... The Basic Object – Oriented Concepts are Select Answer : 1. Abstraction, Encapsulation, OverLoading, Overriding 2. Abstraction, Encapsulation, Overriding, Inheritance 3. Abstraction, Encapsulation,...
  • 33
  • 632
  • 0
Questions to .NET and Programming in C#

Questions to .NET and Programming in C#

Ngày tải lên : 29/08/2012, 16:37
... 104. Which of the following are correct statements for implementing an abstract class. [1.0] a) public abstract void class ClassA c) abstract public ClassA b) public abstract class ClassA ... Space1.MyClass() c) Space1.Space2.MyCl ass() b) Space2.MyClass() d) Space2.Space1.MyCla ss() 141. namespace College.Library{ namespace Shelf{ class Book{ } } } The fully qualified name of class ... public static void Main() { CAmerican chuck = new CAmerican(); CBrit edward = new CBrit(); Stereotype[] stereotypes = new Stereotype[2]; stereotypes[0] = new Stereotype( chuck.BePatriotic...
  • 36
  • 1.3K
  • 5
201 Best Questions to Ask On Your Interview

201 Best Questions to Ask On Your Interview

Ngày tải lên : 06/11/2012, 15:03
... perspective on every aspect of the staffing process. I especially appreciate John for sharing the “superstar” questions in Chapter 13. xiii Copyright 2002 The McGraw-Hill Companies, Inc. Click ... for the content of any information accessed through the work. Under no circumstances shall McGraw-Hill and/or its licensors be liable for any indirect, incidental, special, punitive, consequential ... Notes? 49 PART II INTERVIEW THE INTERVIEWER 57 Chapter 6: Questions for Headhunters, Recruiters, 59 and Staffing Agencies Chapter 7: Questions for Human Resources 69 Chapter 8: Questions for Hiring...
  • 222
  • 446
  • 0
50-common interview questions and answers

50-common interview questions and answers

Ngày tải lên : 07/02/2013, 09:37
... experience do you have in this field? Speak about specifics that relate to the position you are applying for. If you do not have specific experience, get as close as you can. 4. Do you consider ... others. Pick a specific incident. Concentrate on your problem solving technique and not the dispute you settled. 46. What position do you prefer on a team working on a project? Be honest. If you are comfortable ... trivial or negative. Safe areas are few but can include: Not enough of a challenge. You were laid off in a reduction Company did not win a contract, which would have given you more responsibility. 31....
  • 6
  • 687
  • 3
10458653-101-Great-Answers-to-the-Toughest-Interview-Questions

10458653-101-Great-Answers-to-the-Toughest-Interview-Questions

Ngày tải lên : 07/02/2013, 09:37
... answer such questions clearly, succinctly, and specifically—but avoid any temptation to "confess" your many sins. Tips for convincing the interviewer you're a good catch ã Do ... product lines. ã Handled telephone support for customer base of 100. Key accomplishments: This is the place to "brag." But be sure to back up each accomplishment with specifics, including ... being interviewed for a highly technical job—engineering, science, programming, etc.—the interviewer should reasonably expect that you majored in engineering, chemistry, or computer science,...
  • 148
  • 475
  • 1
10465768-Interview-Questions-Answered-

10465768-Interview-Questions-Answered-

Ngày tải lên : 07/02/2013, 09:37
... from a career in one field to a career in another field * After years of working as an economic analyst, Greg decided that he would like to make a career change and become an economics professor ... working with computers, so it was an easy decision to major in computer science at California University with a plan to enter the IT field. In school, I excelled in my computer-related classes and ... working with computers, so it was an easy decision to major in computer science at California University with a plan to enter the IT field. In school, I excelled in my computer-related classes and...
  • 80
  • 376
  • 1
HR Interview top questions and answers

HR Interview top questions and answers

Ngày tải lên : 07/02/2013, 09:37
... individuals and companies or by those concerned that youre coming from a place with a radically different corporate culture (such as from a big government bureaucracy to an aggressive small company). ... also have, a specific example or two, which illustrates each strength, an example chosen from your most recent and most impressive achievements. If the corporate culture is closer to the free-wheeling, ... project is an image of either a dreamer who failed and is now settling for the corporate cocoonor the restless maverick who will fly out the door with key accounts, contacts and trade secrets...
  • 28
  • 464
  • 4
Interview questions Instrumentation

Interview questions Instrumentation

Ngày tải lên : 07/02/2013, 09:37
  • 22
  • 394
  • 0
The 25 most difficult questions you'll be asked on a job interviewThe 25 most difficult questions you'll be asked on a job interview

The 25 most difficult questions you'll be asked on a job interviewThe 25 most difficult questions you'll be asked on a job interview

Ngày tải lên : 07/02/2013, 09:37
... a place in which such activity is encouraged. If the organization stresses financial controls, your answer should mention a reverence for numbers. If you feel that you have to concoct an ... make an interviewer wonder whether you're trying to fool him . . . or yourself. The most convincing confidence is usually quiet confidence. WWW.RabElMagd.com WWW.RabElMagd.com Do you ... particularly if it is clear that you were terminated. The "We agreed to disagree" approach may be useful. Remember hat your references are likely to be checked, so don't concoct...
  • 11
  • 511
  • 2
Effective Interview Questions

Effective Interview Questions

Ngày tải lên : 20/09/2013, 01:10
... for job applicants. Determine Job Interview Questions in Advance of the Interview Determining a list of job interview questions in advance allows comparisons of applicants across interviews. ... the call of duty to get a job done. ã Give me an example of a time when you had set a goal for yourself and tell me how you went about accomplishing it. ã Give me a specific occasion on which ... members. You control the flow of the conversation and avoid asking illegal interview questions. Your hiring decisions will improve and you’ll have a better handle on the characteristics and abilities...
  • 2
  • 365
  • 0