header1.html

Saturday 6 April 2013

WCF Quiz-1


WCF Quiz-1
1.To add a WCF Service, select the solution name in the Solution Explorer and select _______ from File menu.
Add / New Solution
Add / New Web Site
Add / New Service
Add / New Library


2.WCF component can be invoked by any protocol and any transport type.
True
False


3.WCF services can communicate with _______.
multiple platforms and multiple languages
only the languages included with Visual Studio .NET
XML
all programming languages


4. Data that is in _______ format can pass through many firewalls that _______ cannot penetrate.
SOAP, WCF
binary,text
text, binary
WCF, SOAP


5.The information about the names of the methods, the parameters that can be passed, and the values that are returned from the functions is controlled in some Web services by a description specified in _______.
XML
SOAP
WCF
WSDL


6. In WCF, every service is associated with a unique address.
True
False


7._______ is a popular standard that includes a set of rules for handling requests and responses including class names, method names, and parameters.
XML
WCF
WSDL
SOAP


8. WCF services can be used with other protocola ie.it is a protocol dependent.
True
False


9.Service Contract describes what operations the client can perform.
True
False


10.Message Contract defines wheather a service can interact directly with messages
True
False

Click hereto take quiz on Entity Framework.

AJAX Quiz-1


AJAX Quiz-1
1.What does the XMLHttpRequest object accomplish in Ajax?
It's the programming language used to develop Ajax applications.
It provides a means of exchanging structured data between the Web server and client.
It provides the ability to asynchronously exchange data between Web browsers and a Web server.
It provides the ability to mark up and style the display of Web-page text.


2. What sever support AJAX ?
SMTP
WWW
HTTP
None of above


3.ActiveX can be disabled via browser settings?
True
False


4.What does the <noscript> tag do?
Enclose text to be displayed by non-JavaScript browsers.
Prevents scripts on the page from executing.
Describes certain low-budget movies.
None of above


5. AJAX comes in _____.
2003
2005
2004
2006


6.Can AJAX technology work on web servers other than IIS?
Yes
No


7.Can Ajax be implemented in browsers that do not support the XmlHttpRequest object?
Yes
No


8.Can we override the EnablePartialRendering property of the ScriptManager class?
Yes
No


9.Using AJAX we can made our web page.
easy to connect web page with server
more interactive and faster
more dynamic
None of these


10._____ JavaScript is also called client-side JavaScript.
Microsoft
Navigator
LiveWire
Native