Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Microsoft Interview Questions
Questions Answers Views Company eMail

What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 39227

When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 3379

How do you test your code?

4 16303

Are there particular areas of technology you?re interested in, or specific products you would want to work on at Microsoft?

2 4398

Describe your ideal job.

4 10775

Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 9562

Is there anyone else in your set of peers or friends who you would like to recommend as a great candidate for Software Development positions at Microsoft? If so, please list their name and email address below.

1953

What is your expected date of graduation if you are still in school? If you have already graduated, what was your graduation date?

2407

How many bit combinations are there in a byte?

13 44292

Give coding for Exception Handling Techniques in ASP.NET?

3 8632

How to Split Strings with Regex in Managed C++ Applications?

3128

Why do we use Option Explicit?

2 5457

what is the Difference between Dim Object as object AND dim obj as myform?

1 3090

How do we make a poperty read only?

1 4771

How do you declare an object in VBscript?

3 7617

Post New Microsoft Interview Questions


Microsoft Interview Questions


Un-Answered Questions

Do you have an idea about MFC?

925


What is Azure Table Storage?

369


What mysql -u john -p command does?

515


How will you manage a team under pressure?

767


3.2 Consider the following class: public class Point { protected int x, y; public Point(int xx, int yy) { x = xx; y = yy; } public Point() { this(0, 0); } public int getx() { return x; } public int gety() { return y; } public String toString() { return "("+x+", "+y+")"; } } Say you wanted to define a rectangle class that stored its top left corner and its height and width as fields. 3.2.1 Why would it be wrong to make Rectangle inherit from Point (where in fact it would inherit the x and y coordinates for its top left corner and you could just add the height and width as additional fields)? (1) 8 Now consider the following skeleton of the Rectangle class: public class Rectangle { private Point topLeft; private int height, width; public Rectangle(Point tl, int h, int w) { topLeft = tl; height = h; width = w; } public Rectangle() { this(new Point(), 0, 0); } // methods come here } 3.2.2 Explain the no-argument constructor of the Rectangle class given above. 3.2.3 Write methods for the Rectangle class to do the following: • a toString() method that returns a string of the format "top left = (x, y); height = h; width = w " where x, y, h and w are the appropriate integer values. • an above() method that tests whether one rectangle is completely above another (i.e. all y values of the one rectangle are greater than all y values of the other). For example, with the following declarations Rectangle r1 = new Rectangle(); Rectangle r2 = new Rectangle(new Point(2,2), 1, 4); the expression r2.above(r1) should give true, and r2.above (r2) should give false. (You can assume that the height of a rectangle is never negative.) (2) (5)

2432






Difference between and tag?

469


how many registers are there in core i5 processor?

1732


How many control files should you have? Where should they be located?

286


Hello friends, I want to sk that Is computer proficiency certificate necessary at the time of SBI clerk Interview?and all other guys who have cleared the nov 2009 exam and have got the bio data form please give replies,,, waiting for replies ,thank you.

1713


How do you count in python?

438


What is sql and db2?

535


How to create single selected listbox?

5


State the other types of Air Conditioners?

1498


What is the basic syntax for teradata select statement?

578


What support services are available with Windows Server 2003?

1748