Web Technology Essentials: Apache, WebMethods, and Web Accessibility

Test your knowledge of core web technologies including Apache web server configuration, webMethods integration platform, HTTP protocols, and web accessibility standards.

20 Questions Published

Questions

Question 1 True/False

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
Question 2 Multiple Choice (Multiple Answers)

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.
Question 3 True/False

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
Question 4 Multiple Choice (Single Answer)

Apache is a

  1. Application Server
  2. Web Server
  3. Database Server
  4. Messaging Server
Question 5 Multiple Choice (Single Answer)

Who is the author of Apache?

  1. Rasmus Lerdorf
  2. Eduardo Silva
  3. Marcus Glocker
  4. Robert McCool
Question 6 Multiple Choice (Single Answer)

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.
Question 7 Multiple Choice (Single Answer)

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

  1. 8080
  2. 25
  3. 83
  4. 80
Question 8 Multiple Choice (Single Answer)

On which of the following platform the Apache will work?

  1. Linux
  2. Windows
  3. Solaris
  4. All of the above
Question 9 Multiple Choice (Single Answer)

Which is the latest version of Apache available?

  1. 1.3
  2. 2.4
  3. 2.2
  4. 3.0
Question 10 Multiple Choice (Single Answer)

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

  1. Unauthorized
  2. Forbidden
  3. Found
  4. Internal Server Error
Question 11 Multiple Choice (Single Answer)

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
Question 12 Multiple Choice (Single Answer)

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.
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

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
Question 15 Multiple Choice (Single Answer)

What is the default port for the Broker Server?

  1. 5000
  2. 7778
  3. 6849
  4. 5555
Question 16 Multiple Choice (Single Answer)

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
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Single Answer)

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
Question 20 Multiple Choice (Single Answer)

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