GeekInterview.com
Series: Subject: Topic:

Microsoft Interview Questions

Showing Questions 21 - 40 of 40 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Exchange information store

Asked By: dscastroii | Asked On: Mar 28th, 2008

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?

Answered by: mukeshch.srivastava on: Nov 2nd, 2008

Which version of the Exchange we are talking about..?On the stores, check the option do not mount the stores at startup (for mailbox as well as )Now try starting the service, if it starts..means probl...

Ide

Asked By: vineela0283 | Asked On: Jul 21st, 2008

What is an ide ?What are different types ?In dot net and in Javahow do you configure to cvs repository?

Answered by: praneethreddyp on: Sep 30th, 2008

IDE stands for Integrated Developemnt  Environment. It is used for integrating to develop a product. Every technology/language needs to have IDE to develop a programme. In .Net IDE we use CLR as its heart.

Project flow and architecture

Asked By: alikhan | Asked On: Jul 24th, 2008

What is project flow and architecture for any .Net project ?

What do you understand by mom?

Asked By: Krishna | Asked On: May 25th, 2007

Answered by: sateeshts on: Jul 5th, 2008

Mom is used to proactively monitor and manage the servers.it is the management tool like tivoli,Hp open view.By using MOm we can manage windows servers as well as many different other platform servers,cisco routers and hardware equips by using management packs and connectors.

Answered by: enqueued on: Jan 11th, 2008

MOM stands for Microsoft Operations Manager. It is an application used for monitoring health of servers. MOM can monitor lot of things in a server. Such as event viewer entries, performance counters e...

What are the differences between .Net 1.1 and .Net 2.0 in terms of changes in language (c#/vb.Net) and framework? please do not include the differences between visual studio 2003 and 2005.

Asked By: prakash | Asked On: Jul 9th, 2007

Answered by: shilpamasineni on: May 19th, 2008

This are new features included as compared to older version(2003)Vb.Net 8.01.Support for Operator Overloading2.Supports Generics3.Extra keywords included - Continue,My,using,isnot4.Nullable Types are ...

Quantity allocation

Asked By: friends star | Asked On: May 17th, 2008

In Microsoft project. Why the qty allocation must be done. What is the interlink between msp & cema.

Difference between exception and interruption

Asked By: subhashini | Asked On: Feb 25th, 2006

Answered by: naveen on: Aug 22nd, 2007

exception is the runtime error ,we cant get required result . interrupt is the program provided by software or hardware which improves processor efficiency

Answered by: Arun on: Apr 26th, 2006

Exception is a run time error due to some computation error such as Divide by Zero, where as interrupt is an event that arises due to some failure/ malfunction of system thru software or hardware. when ever specific event occurs interrupts are enabled. Exceptions can be invoked by Interrupts also.

In ADO.Net how will you filter the columms in a table without using SQL query

Asked By: mudduswamy | Asked On: Jan 7th, 2007

Answered by: shireef adel on: Aug 4th, 2007

using DataView object and specifying the selection criteria

Answered by: hiral on: Feb 9th, 2007

In C#dataset.table[0].rows[index]['ColumnName']example ds1.Tables[0].Rows[i]["MileStone_ID"];

In datasetobj one client is inserting the data and another client is updating the data in a dataset which method should be used in dataset

Asked By: mudduswamy | Asked On: Jan 7th, 2007

Answered by: krishna.geek on: Jul 5th, 2007


follow the principles of Transaction Management of you database ,
 i prefer to use Connection - oriented model  with locking on the records

What is connected and disconnected module.

Asked By: Ahmar Ibrar | Asked On: May 24th, 2006

Answered by: Vandana on: Jun 3rd, 2007

A connected module is one which maintains the connection to the database until the object is closed. In disconnected module the connection is terminated by retrieving and storing data on server.

Answered by: sho on: Apr 8th, 2007

According to ADO.net, Dataset is said to be disconnected module and datareader is said to be connected module.    In disconnected module, the whole data is obtained at one strech and th...

What is version number in vs.Net and explain them.What is the first digit number indicates

Asked By: mudduswamy | Asked On: Jan 7th, 2007

Answered by: NoOne on: Feb 24th, 2007

public AssemblyVersionAttribute (string version)The format of the version string is: major. minor. build. revision.When specifying a version, you have to at least specify major. If you specify major a...

What is the val option and ref option

Asked By: mudduswamy | Asked On: Jan 7th, 2007

Answered by: lalita.p on: Jan 7th, 2007

When we pass an argument to the prosedure or function we can pass it  with byVal,byRef,optional,param array.Now the question is what is ByVal and By RefAns.when we pass an argument with byVal we ...

How do you count the no. Of tables in a dataset? explain breifly what is gac?

Asked By: Reuben | Asked On: Dec 30th, 2006

Answered by: ashik_wani on: Jan 5th, 2007

To count the number of tables in a dataset, here is the property of datasetobjDataSet.Tables.CountGAC is a special folder which is the repository of .NET public assemblies,1. Contains Assebmblies...

Answered by: amitavasthi on: Jan 1st, 2007

GAC is Global Assembly Cache... this is the place where we put our shared assemblies so that it can be shared by more than one application. For putting an assembly in GAC we require1. To strong name t...

Describe the difference between inline and code behind - which is best and why ?

Asked By: NithyaSurendran | Asked On: Oct 26th, 2006

Answered by: Urvil Shah on: Nov 29th, 2006

Hi,

Abov answer is right. If you want to make the sepration between the HTML file and the coding file then you can use CodeBehindFile otherwise use in-Line method. It is up to choice but most of .NET users use Code Behind way while ASP users use Inline method.

Answered by: PavanKumar on: Oct 27th, 2006

Hi,Generally the terms in-line code and code behind are the 2 approaches in which we can code our applications. In our Windows based applications the designing and Programming are both implemented in ...

What does the "enableviewstate" property do? Why would I want it on or off?

Asked By: NithyaSurendran | Asked On: Oct 26th, 2006

Answered by: tkashem on: Nov 9th, 2006

If you set true for enableviewstate property for a server control, the server control preserve the values across HTTP request.

Answered by: tkashem on: Nov 9th, 2006

If the EnableViewState property is on for a server control, the server control will remember/preserver values across round trip to server or across HTTP request.

To find more info, go to the below link

http://msdn2.microsoft.com/en-us/library/system.web.ui.control.viewstate.aspx

What is ras server? Mention its uses?

Asked By: RAVI | Asked On: Sep 6th, 2006

Answered by: Mohammed Azam on: Oct 21st, 2006

RAS (Remote Aunthenciation Server). It is mainly used to authenciate the user loging into the network through internet example VPN

Answered by: karthik on: Sep 11th, 2006

RAS is elobrated Remote Access server. this RAS server is used to allow user to get connected remotely and use the same.

What is the difference b/w bri and pri port?

Asked By: Ravi | Asked On: Sep 6th, 2006

Answered by: opbang on: Sep 25th, 2006

- In the Integrated Services Digital Network (ISDN)there are two levels of service: the Basic Rate Interface (BRI), intended for the home and small enterprise, and the Primary Rate Interface (PRI), fo...

In roaming profile how to give only excel permission to particular user

Asked By: ravikanth | Asked On: Jul 12th, 2006

Answered by: ravi on: Jul 27th, 2006

HI

In group policy where is that option

Ravi

Answered by: Agnelo Rodrigues on: Jul 25th, 2006

1) Create a seperate OU for this User.2) Configure access to excel application in allowed programs only option in Group Policy

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

ADO.NET Interview Questions

Architecture Interview Questions

ASP Interview Questions

ASP.NET Interview Questions

C# Interview Questions

DataGrid Interview Questions

DotNet Interview Questions

Microsoft.NET Interview Questions

Microsoft Basics Interview Questions

Reporting Services Interview Questions

VB.NET Interview Questions

Visual Basic Interview Questions

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.