KyaPoocha.com

Huge Collection of Interview Questions


Archive for July, 2006

What is SAP? 

SAP is the name of the company founded in 1972 under the German name (Systems, Applications, and Products in Data Processing) is the leading ERP (Enterprise Resource... Read more »

Different types of ERP? 

SAP, BAAN, JD Edwards, Oracle Financials, Siebel, PeopleSoft. Among all the ERP?s most of the companies implemented or trying to implement SAP because of number... Read more »

What is ERP? 

ERP is a package with the techniques and concepts for the integrated management of business as a whole, for effective use of management resources, to improve the... Read more »

What does HTML stand for? 

HTML stands for Hyper Text Markup Language. Hyper Text is the organization of information units into connected associations that a... Read more »

How HTML Works? 

HTML is made up of a series of tags, which are similar to commands, telling the web browser what to do. These tags can be typed into any... Read more »

What is DiffGram? 

ADO.NET introduced the DataSet class to support the disconnected, distributed data-access scenarios. With DataSet, the data retrieved from the database is cached... Read more »

Briefly discuss the XML support in the .NET Framework. 

One of the top features in the .NET Framework is the level of XML/Web services integration and support. The .NET Framework provides extensive support to work with... Read more »

Does .NET Framework support SAX? 

It is a fact that .NET Framework contains excellent support for industry standards such as XML, XML Namespaces, XSLT, XPath, XSD, SOAP, and DOM; however, .NET does... Read more »

What are XML Data Islands? And what is their application? 

Internet Explorer 5 introduced a new concept of embedding chunks of XML data inside the Web HTML page, and then accessing that XML data either from the client-side... Read more »

Describe the application of OPENXML function in SQL Server 2000. 

SQL Server 2000 introduced a new function named OPENXML, as part of XML features made available in this release. The OPENXML function allows accessing XML data as... Read more »

Is there any way to rapidly turn dispatchable COM object interfaces into the Web service methods? 

Sure! The Microsoft SOAP Toolkit includes WSDL Generator wizard that can be used to selectively expose the IDispatch-derived interface methods in a COM DLL, as Web... Read more »

Does .NET support one-way Web service operations? Does Microsoft SOAP Toolkit support one-way Web service operations? 

Yes, .NET framework does support one-way messages. To set a void method as one-way operation, set the OneWay property to true on SoapDocumentMethodAttribute or on... Read more »

Does .NET support validating XML documents against DTDs? 

Yes, in addition to XDR and XSD schema validation, .NET continues to support the DTD to validate the XML documents. The System.Xml namespace contains a class named... Read more »

Briefly explain the limitations and benefits of applying XSLT transformation on the server versus on the client. 

Applying the XSLT stylesheet on the server aids in building the browser-independent Web application (and support any other client for that matter, for example WAP... Read more »

Describe the basic difference between XMLHTTP and ServerXMLHTTP? 

XMLHTTP, a COM-wrapper around the classing WinInet library is designed to be used on the client-side to send HTTP requests to the server. Whereas, ServerXMLHTTP... Read more »

Page 3 of 28«12345»...Last »