-
-
-
Quantity Allocation
In Microsoft Project. Why the qty allocation must be done. What is the Interlink Between MSP & CEMA.
-
Project Flow and Architecture
What is Project Flow and Architecture for any .NET project ?
-
Tier 3 Microsoft Support Engineer Interview
I just got out of a panel interview at Microsoft. There were three interviewers and me the interviewee. Two of the individuals asked the bulk of the questions and the other took notes. I noticed a distinctive style to each interviewers roles for the interview. One person asked fairly easy straight-forward technique and process questions.The other would ask troubleshooting scenario questions. For example,...
-
What is the use of command objects and what are the methods provided by the command object ?
They are used to connect connection object to Datareader or dataset. Following are the methods provided by command object ExecuteNonQuery :- Executes the command defined in the Command Text property against the connection defined in the Connection property for a query that does not return any row (an UPDATE, DELETE or INSERT). Returns an Integer indicating the number of rows affected by the query.ExecuteReader...
-
How can we fine tune the command object when we are expecting a single row or a single value ?
Again CommandBehaviour enumeration provides two values SingleResult and SingleRow.If you are expecting a single value then pass “CommandBehaviour.SingleResult” and the query is optimized accordingly, if you are expecting single row then pass“CommandBehaviour.SingleRow” and query is optimized according to single row.
-
What exactly happens when ASPX page is requested from Browser?
Following are the steps which occur when we request a ASPX page :-
vThe browser sends the request to the webserver. Let us assume that the webserver at the other end is IIS.
vOnce IIS receives the request he looks on which engine can serve this request.When I mean engine means the DLL who can parse this page or compile and send a response back to browser. Which request to map to... -
-
Exchange Information Store
You are a systems administrator and discover the Exchange Information Store is down. What could be the problem, and what steps would you perform to bring it back up again?
-
Pre Order Binary Tree Traverse
Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in preorder.
-
-
-
-
-
-
-
-
IDE
What is an IDE ?What are different types ?in DOT NET and in JAVAHow do you configure to CVS repository?
-
Protected Class in Assembly
What is assembly in .NET and What do you mean by protected class always present in the same assembly?
Microsoft Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans