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.
Questions
If a web site is Web 2.0 based and uses multimedia content such as flash, then it cannot be made accessible.
- True
- False
For a website to be accessible to a low vision person, it must
- Support resizable text by specifying font size in relative units in the markup.
- Provide all the website information in a downloadable Word or PDF document.
- Have sufficient color contrast between text foreground and page background.
- Use images instead of text wherever possible.
If a web site is Web 2.0 based and uses multimedia content such as flash, then it cannot be made accessible.
- True
- False
Apache is a
- Application Server
- Web Server
- Database Server
- Messaging Server
Who is the author of Apache?
- Rasmus Lerdorf
- Eduardo Silva
- Marcus Glocker
- Robert McCool
What does the -v option do during startup?
- Starts Apache in verbose mode with maximum logging.
- Has no impact on Apache and has been discontinued as of Apache 1.2.6.
- Displays the version of Apache and the build date and exits.
- Disables virtual hosting for the specified virtual host name.
What is the default port on which the apache will be listening, when it is started?
- 8080
- 25
- 83
- 80
On which of the following platform the Apache will work?
- Linux
- Windows
- Solaris
- All of the above
Which is the latest version of Apache available?
- 1.3
- 2.4
- 2.2
- 3.0
What is the message generated for HTTP status code '401'?
- Unauthorized
- Forbidden
- Found
- Internal Server Error
Which of the following command can be used to see the compiled in Apache modules?
- httpd -m
- httpd -M
- httpd -l
- httpd -c
What is the function of the mod_imap Module?
- Handles IMAP e-mail protocols for Apache.
- Performs image map handling.
- Allows for shared inter-module memory protocols.
- There is no mod_imap Module which is available for Apache.
Which module has to be installed for SSL support on Apache?
- mod_open_ssl
- mod_ssl
- mod_nw_ssl
- mod_auth_basic
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?
- GET
- POST
- SUBMIT
- CONNECT
What is the default port for the Broker Server?
- 5000
- 7778
- 6849
- 5555
When invoking an Integration Server service via an HTML form post, how will a string named "xml" appear in the pipeline?
- As a string called xml
- As an object called xml
- As a string called node
- As an object called node
Each of the following is a "security best practice" when working with the webMethods Integration Server EXCEPT:
- Users and Software should be granted the fewest privledges necessary to perform their tasks
- System access should be permitted only where explicitly granted; the default should be to deny access
- The system configuration should be as simple as possible
- System access should be restricted only where explicitly necessary; the default should be to grant access to everything
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?
- Validate
- Verify
- Check Uniqueness
- Receive
What is the primary purpose of a Web Service Connector?
- Expose an Integration Server service as a Web Service
- Chain 2 Web Services together
- Invoke a Web Service on a different web server
- Invoke an Integration Server service on a remote server
Where is the default Broker Server Storage file located?
- webMethods6\Servers\Broker\data\brokerservers\default
- webMethods6\Broker\data\awbrokers60\default
- webMethods6\Servers\data\awbrokers60\default
- webMethods6\BrokerServer\data\awbrokers60\default