Steve wants to create a .NET application that is accessible over HTTP, offers its payload in XML, and is accessible programmatically. Given the scenario above, what type of application does Steve create?
Windows GUI application
Distributed COM
Windows Service
Web Service
In order for an attribute to be Common Language Specification (CLS) compliant, it must follow which one of the following rules?
It must inherit directly or indirectly from System.Attribute
It must be defined in the System.Attribute namespace
It must have the AttributeUsageAttribute applied to its class.
It must only be applied to a selected type once
It must be applied only at the assembly level.
Which of the following is not part of Open Social Alliance?
Facebook
Orkut
MySpace
Netlog
Which Technology stack has been used to develop Twitter?
J2EE
LAMP
Ruby Enterprise Edition
Perl
All the social networking sites expose the data using
JDBC Connection
ODBC Connection
RESTFUL API
Flat file
The most popular Twitter client, TweetDeck works in multiple platforms (e.g. Linux, Mac, Windows) as it is developed in
Tcl/TK
Java Swings
Adobe AIR
Visual Basic
Which site is "not" used for server side programing?
Servelt
PHP
Javascript
ASP
What are the Advantages of Cloud Computing.
Scalability
Computing Flexibility
Mobility
Reduced Cost
On-demand pay
How do you pass a variable by value?
$a = &$b
$a = &b
$a = *$b
$a = $b
What is the difference between characters 23 and x23?
Octal 23 and Decimal 23
Decimal 23 and Hex 23
Octal 23 and Hex 23
None of the above