APACHE TAPESTRY QUIZ DESCRIPTION

Does Apache act as a Proxy server?

  • can’t be determined
    B. Yes, by default
    C. yes, using the mod_proxy module.
    D. No

  • Yes, by default

  • yes, using the mod_proxy module.

  • No

What’s the Comamnd to check the version of Apache server?

  •  rpm -qa |grep | version http|
     

  • rpm –qa |grep httpd

  • rpm -qa |check http | version

  • rpm -qa |grep http | version

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

  • /deck/log/httpd
     

  • /var/log/httpd

  • /drive/log/httpd

  • /location/log/httpd

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

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

  • SSLv2
     

  • AES-SHA 56 bit

  • SSLv1

  • All of the above

Where are the Apache log files located by default?

  • C: Program FilesApache Software FoundationApache2.2log

  • C:Program FilesApache Software FoundationApache2.2htdocs

  • C: Program FilesApache Software FoundationApache2.2conf

  • C: Program FilesApache Software FoundationApache2.2logs

What does the HostNameLookups double do?

  • Makes Apache perform 2 forward name lookups from different DNS servers to confirm the hostname prior to logging.
     

  • Performs a hostname lookup in the double-file prior to logging the result.

  • Performs both a reverse name lookup and then a forward name lookup on that result, prior to logging the result.

  • Sets the hostname to double for all hostnames logged.

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 does the following set of Directives do? AddType application/x-httpd-php3 .php3.

  • Creates a new user-defined type that can be used subsequently in variable declarations.

  • Makes it easier to load new definitions into the configuration files.

  • Adds all files with the extension .php3 to the MIME Type application/x-httpd-php3.

  • Installed the php3 software onto the system.

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

How are java web applications packaged?

  •  jar
     

  • war

  • zip

  • both jar and war

What action(s. must be done to enable cookies within Apache?

  • Only installing the mon_usertrack.
     

  • Installing mod_cookies.

  • Installing mon_usertrack and setting the Directive cookie-tracking on.

  • Only setting the Directive cookie-tracking on.

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

What is the component annotations used in Apache
Tapestry?
Component annotations used in Apache Tapestry are:

  • @Log
     

  • @Path

  • @import

  • @Property

What does the SendBufferSize Directive do?

  • Sets the internal IPC buffer settings to the specified amount.
     

  • Sets the number of 4k buffers in Windows for optimal disk buffering.

  • Sets the TCP buffer size to the specified amount.

  • Allows the default SMB TCP delay to be overridden.

What’s the command to Restart Apache?

  • apachectl -k restart /etc/init.d/apache2 system
     

  • apachectl –k restart /etc/init.d/apache2 restart

  • apachectl -k run /etc/init.d/apache2 restart system

  • apachectl -k perform /etc/init.d/apache2 restart

How do you change the default web root?

  • Change the DocumentRoot in httpd.server file.
     

  • change the DocumentRoot n httpd.admin file.

  • change the DocumentRoot in httpd.root file.

  • change the DocumentRoot in httpd.conf file.

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

  • getType()
     

  • setSheetName()

  • setBackgroundColor()

  • None

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

  • SSLv2
     

  • AES-SHA 56 bit

  • SSLv1

  • All of the above

What is the default extension for Apache configuration files?

  • .con
     

  • .conf

  • .txt

  • .configuration

What are the significant parameters used in Form
Validation?
Significant parameters used in Form Validation are:

  • Min and Max
     

  • Email and MaxDate

  • MaxLength and MinLength

  • All of the above

Does Apache act as a Proxy server?

  • can’t be determined
     

  • Yes, by default

  • yes, using the mod_proxy module.

  • No

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

  • client
     

  • server

  • tomcat

  • applet

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

  • SSLCertificateFile
     

  • SSLCACertificateFile

  • SSLCertificateChainFile

  • SSLCACertificatePath

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 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.

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

  • Vaadin
     

  • AngularJS

  • KendoUI

  • Springcore

Which of the following is correct about HSSFSheet class in Apache POI?

  • This is a class under the org.apache.poi.hssf.user model package
     

  • It can create excel spreadsheets

  • It allows formatting the sheet style and sheet data

  • All of the above

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 type of protocol is HTTP?

  • stateless
     

  • stateful

  • transfer protocol

  • information protocol