0

web technology Online Quiz - 160

Description: web technology Online Quiz - 160
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

If a web site is Web 2.0 based and uses multimedia content such as flash, then it cannot be made accessible.

  1. True

  2. False


Correct Option: A

For a website to be accessible to a low vision person, it must

  1. Support resizable text by specifying font size in relative units in the markup.

  2. Provide all the website information in a downloadable Word or PDF document.

  3. Have sufficient color contrast between text foreground and page background.

  4. Use images instead of text wherever possible.


Correct Option: A,C

If a web site is Web 2.0 based and uses multimedia content such as flash, then it cannot be made accessible.

  1. True

  2. False


Correct Option: B

Apache is a

  1. Application Server

  2. Web Server

  3. Database Server

  4. Messaging Server


Correct Option: B

Who is the author of Apache?

  1. Rasmus Lerdorf

  2. Eduardo Silva

  3. Marcus Glocker

  4. Robert McCool


Correct Option: D

What does the -v option do during startup?

  1. Starts Apache in verbose mode with maximum logging.

  2. Has no impact on Apache and has been discontinued as of Apache 1.2.6.

  3. Displays the version of Apache and the build date and exits.

  4. Disables virtual hosting for the specified virtual host name.


Correct Option: C

What is the default port on which the apache will be listening, when it is started?

  1. 8080

  2. 25

  3. 83

  4. 80


Correct Option: D

On which of the following platform the Apache will work?

  1. Linux

  2. Windows

  3. Solaris

  4. All of the above


Correct Option: D

Which is the latest version of Apache available?

  1. 1.3

  2. 2.4

  3. 2.2

  4. 3.0


Correct Option: C

What is the message generated for HTTP status code '401'?

  1. Unauthorized

  2. Forbidden

  3. Found

  4. Internal Server Error


Correct Option: A

Which of the following command can be used to see the compiled in Apache modules?

  1. httpd -m

  2. httpd -M

  3. httpd -l

  4. httpd -c


Correct Option: C

What is the function of the mod_imap Module?

  1. Handles IMAP e-mail protocols for Apache.

  2. Performs image map handling.

  3. Allows for shared inter-module memory protocols.

  4. There is no mod_imap Module which is available for Apache.


Correct Option: B

Which module has to be installed for SSL support on Apache?

  1. mod_open_ssl

  2. mod_ssl

  3. mod_nw_ssl

  4. mod_auth_basic


Correct Option: B

When submitting name/value pairs to a web server using HTTP, which HTTP method includes these pairs in the URL and not in the body of the message?

  1. GET

  2. POST

  3. SUBMIT

  4. CONNECT


Correct Option: A

What is the default port for the Broker Server?

  1. 5000

  2. 7778

  3. 6849

  4. 5555


Correct Option: C

When invoking an Integration Server service via an HTML form post, how will a string named "xml" appear in the pipeline?

  1. As a string called xml

  2. As an object called xml

  3. As a string called node

  4. As an object called node


Correct Option: A

AI Explanation

To answer this question, we need to understand how an Integration Server service is invoked via an HTML form post.

When invoking an Integration Server service via an HTML form post, the form data is typically sent as key-value pairs in the request body. The key represents the name of the input parameter, and the value represents the data associated with that parameter.

In this case, the question states that a string named "xml" is being sent in the form data. When the Integration Server service is invoked, this string will appear in the pipeline as a string called "xml".

Option A) As a string called xml - This option is correct. The string named "xml" will appear in the pipeline as a string called "xml". Option B) As an object called xml - This option is incorrect. The string will not be automatically converted into an object called "xml". Option C) As a string called node - This option is incorrect. The question specifies that the string is named "xml", not "node". Option D) As an object called node - This option is incorrect. The question specifies that the string is named "xml", not "node".

Therefore, the correct answer is A) As a string called xml.

Each of the following is a "security best practice" when working with the webMethods Integration Server EXCEPT:

  1. Users and Software should be granted the fewest privledges necessary to perform their tasks

  2. System access should be permitted only where explicitly granted; the default should be to deny access

  3. The system configuration should be as simple as possible

  4. System access should be restricted only where explicitly necessary; the default should be to grant access to everything


Correct Option: D

When a document is submitted to Trading Networks, several Pre-Processing Actions can optionally be performed based on the Document Type and Processing Rule selected. Which of the following is not a valid Pre-processing Action?

  1. Validate

  2. Verify

  3. Check Uniqueness

  4. Receive


Correct Option: D

What is the primary purpose of a Web Service Connector?

  1. Expose an Integration Server service as a Web Service

  2. Chain 2 Web Services together

  3. Invoke a Web Service on a different web server

  4. Invoke an Integration Server service on a remote server


Correct Option: C

Where is the default Broker Server Storage file located?

  1. webMethods6\Servers\Broker\data\brokerservers\default

  2. webMethods6\Broker\data\awbrokers60\default

  3. webMethods6\Servers\data\awbrokers60\default

  4. webMethods6\BrokerServer\data\awbrokers60\default


Correct Option: B
- Hide questions