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 20463

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 5488

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

12 32761

what do you mean by .Net Framework

17 33053

what is the difference between procedures,attributes and functions?

1 6214

# 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 18626

main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 49992

why .net does not support multiple inheritance?

2 5858

What is middleware?

1 5286

The slogan ?Work is Worship? was coined by (a) Gandhiji (b) Basavana (c) Visvesvaraya (d) Buddha

6 15097

What is the use of edititem template ingridview?

1 4322

Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.

8 9338

Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 16508

how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)

2 5001

Write a program to find the smallest and largest element in a given array in c language

11 51748

Post New Microsoft Interview Questions


Microsoft Interview Questions


Un-Answered Questions

What are memory tables?

612


Why serialization is used in java?

549


What is cloudera and why it is used?

416


Can we create stored procedures via Delphi or C++ Builder?

1335


Why hibernate?

244






Why is pig used in hadoop?

340


Do you think qa's can also participate to resolve production issues?

719


How can we get count of the number of records in a table?

547


What are importers?

105


How to delete existing rows in a table?

593


What are the different ways to Share a record?

210


What is a lazy initialization in singleton?

602


Once the system determined the item level schedule line category automatically in the sales order, can you still change it manually?

599


What is the current version of Visual Basic for Windows?

1121


What are the different configurations that can be done in Integration directory?

251