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 method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 20798

You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 5926

How to configure the sites in Web server (IIS)?

4 9882

How many languages .NET is supporting now?

38 91639

What are the OOPS concepts?

106 307338

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 34552

if a number is choosen between 100 and 999 includeing these numberrs what is the provbabilty that the number selected does not contain a 7 is

23 43706

what do you mean by .Net Framework

17 34973

what is the difference between procedures,attributes and functions?

1 6536

Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 7056

# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 19616

API used to hide window

2 8466

tell me about yourself introduction?

55 162721

what is WLS T3 protocol?

7 73514

Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick

1 6269

Post New Microsoft Interview Questions


Microsoft Interview Questions


Un-Answered Questions

Can you connect 2 vpcs in different account?

137


When a person whirls a rock on the end of a string and maintains it in uniform circular motion, the force exerted on the rock is most accurately referred to as?

816


What is the latest version of magento?

7


What are deprecated html elements?

620


Is javascript harmful?

645






How do I search for a number in a string in excel?

424


Difference between save and saveorupdate?

664


What are the arguments and what do they mean in perl programming?

710


What are the core wpf assemblies?

130


under which head should be the p & l appropriation a/c should be opened in tally 9? and how to preapare and display it?

1773


What is type qualifiers?

848


how Sequence to connect and retrieve data from database using dataset?

920


-----------------What is Determination Model?

1879


What are the key elements in ZooKeeper Architecture?

5


What is the depth-first search algorithm?

753