APACHE TAPESTRY QUIZ DESCRIPTION

To cause the Web server to work around the NFS locking limitations, include a line such as the following in your server configuration files:

  • None of these
     

  • Lockfile /var/run/apache-lock

  • SetFile/var/run/apache-access

  • CreateFile /var/run/apache-startup

Apache server works on which ports?

  • http – port 80 only
    B. Both http – port 80 and https – port 443
    C. https – port 443 only
    D. none of these

  • Both http – port 80 and https – port 443

  • https – port 443 only

  • none of these

What is the default extension for Apache configuration files?

  • .con
     

  • .conf

  • .txt

  • .configuration

What option in the IndexOptions Directive is only available after Apache 1.3.10?

  • FancyIndexing
     

  • IconHeight

  • NameWidth

  • FoldersFirst

Which of the below is not a javascript framework for UI?

  • Vaadin
     

  • AngularJS

  • KendoUI

  • Springcore

What is the recommended directive to load the Intermediate certificate(s.?

  • SSLCertificateFile
     

  • SSLCACertificateFile

  • SSLCertificateChainFile

  • SSLCACertificatePath

If you specify both deny from all and allow from all, what will be the default action of Apache?

  • Can’t be determined
     

  • Only allow will be performed.

  • Deny always takes precedence over allow

  • Allow always takes precedence over deny.

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.

What is Apache Tapestry?

  • It is an open source web framework written in Java and can work under any application server. 
     

  • It is easily integrate with back ends like Hibernate and Spring etc. 

  • It is a component based web framework.

  • All of the above

If a certificate is issued off of the DigiCert High Assurance CA-3 certificate, how many Intermediate certificate files (.crts. will need to be specified in the Apache configuration file?

  • One
     

  • Two

  • Three

  • None

What Module is CacheSize used with?

  • mod_proxy
     

  • mod_ssl

  • mod_usertrack

  • mod_alias

Which component can be used for sending messages from one
application to another?

  • server
     

  • client

  • mq

  • webapp

What is the recommended directive to load the Intermediate certificate(s.?

  • SSLCertificateFile
     

  • SSLCACertificateFile

  • SSLCertificateChainFile

  • SSLCACertificatePath

What’s The Lifecycle Of A Form Submit?
Events will trigger in the following order:

initialize()
b) pageBeginRender()
c) formListenerMethod()
d) pageBeginRender()

  • a,b
     

  • b,c

  • b,c

  • A,B and C

What is the default extension for Apache configuration files?

  • .con
     

  • .conf

  • .txt

  • .configuration

Which of the following is true about the Apache HTTP server?

  • can be customized by writing ‘modules’ using the Apache module API
     

  • is a powerfully flexible, HTTP/1.1 compliant web server

  • All of these

  • implements the latest protocols, including KTTP/1.1 (RFC2616.

On a Microsoft Windows server, the MaxSpareServers sets the number of idle child server processes that are allowed before the parent process begins to kill off the idle child processes. True or False?

  • True

  • False

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 hostname(s…

Which of the following is not a valid protocol for PCI compliance?

  • SSLv2
     

  • AES-SHA 56 bit

  • SSLv1

  • All of the above

What are the benefits of Apache Tapestry?
Benefits of Apache Tapestry are:
a)Adaptive API
b)Fast framework
c) Build-in unversion Control Highly scalable web applications

  • Only A 
     

  • Only B

  • Only C

  • A,B,C

What type of protocol is HTTP?

  • stateless
     

  • stateful

  • transfer protocol

  • information protocol

If a certificate is issued off of the DigiCert High Assurance CA-3 certificate, how many Intermediate certificate files (.crts. will need to be specified in the Apache configuration file?

  • One
     

  • Two

  • Three

  • None

What’s the location of log files for Apache server?

  • /deck/log/httpd
     

  • /var/log/httpd

  • /drive/log/httpd

  • /location/log/httpd

What is the storage capacity of single cookie?

  • 2048 MB
     

  • 2048 bytes

  • 4095 bytes

  • 4095 MB

What’s the command to stop Apache?

  •  apachectl -k exit /etc/init.d/apache2 exit (Linux.
     

  • apachectl -k run /etcfiit.d/apache2 stop (Linux.

  • apachectl -k interact /etc/init.d/apache2 stop (Linux.

  • apachectl -k stop /etc/init.d/apache2 stop(Linux.

By default, where are the HTML files located for the default site on a Windows Apache server?

  • C: Inetsrvwwwroot
     

  • C: Program FilesApache Software Foundation

  • C: Program FilesApache Software FoundationApache2.2www

  • C: Program FilesApache Software FoundationApache2.2htdocs

Servlet are used to program which component in a web application?

  • client
     

  • server

  • tomcat

  • applet

Where is the default location for the main Apache configuration file (httpd.conf? on Windows?

  • C: Program FilesApache Software FoundationApache2.2conf
     

  • C:Program FilesApache Software FoundationApache2.2conftextra

  • C:OpenSSLconf

  • C: Program FilesApache Software FoundationApache2.2configuration

Which one method helps to change the background of the slide?

  • getType()
     

  • setSheetName()

  • setBackgroundColor()

  • None

What does the mod_dir Module provide?

  • It provides a basic file directory searching capability for Apache to resolve spelling mismatches.
     

  • It provides trailing slash “/” redirects and serving directory index files.

  • It allows remote synchronization for tools such as Microsoft Frontpage.

  • It has been discontinued as of Apache 1.2 and is no longer used.