web technology Online Quiz - 12
web technology Online Quiz - 12
Questions
SOAP means .. ?
- Simple Object Access Protocol
- Sample Object Access Protocol
- Servlet Object Access Protocol
- Simple Obtained Access Protocol
SOAP makes object access simple by allowing applications to invoke object methods or functions, residing on ------------------
- local servers
- remote servers
- many local servers
- none
WSDL means ....
- Web Servlet Description Language
- Web Service Description Language
- Web Services Description Language
- Web Service Deployment Language
WSDL is a
- an jsp-based service IDL
- an non XML-based service IDL
- an XML-based service IDL
- none
A service provider ...
- uses a Web service
- creates a Web service
- uses and destroys the Web service
- none
Top to down approach is a method of ....
- not developing a WSDL and then generating a java class
- Developing a WSDL and then generating a java class
- Writting a java class and then generating a WSDL.
- None
Web services constitute a .......
- LAN computer architecture
- Dependant LAN computer architecture
- distributed computer architecture
- None
SOAP headers contain ....
- all validations and requests
- all Validations
- all requests
- None
Requests can be of which types
- only XML
- XSD, XML, XML schemas
- only XSD
- only XML schemas
By using Web services,
- your application can publish its function or message to the rest of the world
- your application can publish its function or message to the local system
- your application can hide its function or message to the rest of the world
- None
Testing have the following objectives
- Finding defects
- Gaining confidence about the level of quality
- Providing information for decision-making
- Preventing defects
- 1,2,4
- all the above
How many zeroes does a Google have?
- 100
- 10
- 50
- 1000
In which scripting language the code is embedded between '' ??
- Coldfusion
- PHP
- Python
- ASP
Which is the IP address for broadcast on a LAN?
- 255.255.255.1
- 255.255.255.0
- 255.255.255.255
- 192.1.1.1
Which is the most popular PHP website?
- Facebook
- Yahoo
- Wikipedia
- Flickr
Which famous web application is Jack Smith cofounder of?
- Blogger
- Picasa
- Hotmail
- Delicious
When is a lock in database used?
- When you want to protect the data from outside attacks
- When there are users accessing the same data simultaneously
- When there is a chance for database to go down
- When database maintenance is going on
Which is the default port for a HTTP request?
- 23
- 80
- 21
- 90
How do we better know the language 'Mocha' as?
- JavaScript
- Java
- Perl
- Rexx
If I add the same setting in following 3 config files: 1. Web.config of system 2. Machine.config of system 3. Web.config at root level What would be the order of application of that particular setting
- 3 -> 2 -> 1
- 3 -> 1 -> 2
- 1 - 2 - > 3
- None of Above