What will the following ASP script accomplish on a webpage?
<%
Response.CacheControl = no-cache
Response.AddHeader Pragma, no-cache
Response.Expires = -1 -
if session(UID)= then
Response.Redirect Logon.asp -
Response.End -
end if
%>
Answer : C
Heather has built a new Linux kernel for her machine and wants to use the grub boot loader.
Which file should she edit to tell the computer how to boot up properly?
Answer : A
Jonathan is creating an XML document and needs to sign data streams. In his code,
Jonathan creates a signature node that is contained within the signed datastream. What type of signature signing has Jonathan employed here?
Answer : D
Victor is creating an online shopping cart for his company that will accept credit cards as payment. What protocol that provides open encryption and security specifications designed to protect credit card transactions should Victor use?
Answer : C
What function can be used with SQL to encrypt user suppliedpasswords so that they can be compared with the encrypted passwords stored on the SQL server?
Answer : D
Carl just purchased an expensive smart phone to use for personal and business use. Carl wants to protect his investment so he decides to register the unique GSM number of the phone in case it is ever stolen. Which number should he have registered?
Answer : B
Paul wants to capture audit information on PLSQL so he executes the following command: sqlplus sys / as sysdba
Enter password: password123!!!!
SQL> ALTER SYSTEM SET AUDIT_TRAIL = OS
SCOPE=SPFILE;
SQL> SHUTDOWN NORMAL;
SQL> STARTUP;
What privileges has Paul logged on with?
Answer : C
George is writing an application in Java and is using DES in the code to implement the encryption and decryption of data that will be passed. In the following code snippet, what will be accomplished?
FileOutputStream out = newFileOutputStream
(f);
out.write(rawkey);
Answer : C
Charles is writing a script in PERL for a website he is working on. The only problem he is having is that part of his script needs to call a file that a normal user does not have permission to access. What PERL command could Charles use to elevate the current users permission so that the file could be called?
Answer : B
Devon is writing the following code to avoid what?
<script language=vb runat=server>
Sub Application_BeginRequest(Sender as object, E as EventArgs)
If (Request.Path.Indexof(chr(92)) >= 0 OR _
System.IO.Path.GetFullPath -
(Request.PhysicalPath) <> Request.PhysicalPath)
then
Throw New HttpException(404, Not Found
End If -
End Sub -
</script>
Answer : D
Jacob just purchased the BlueFire Mobile Security Enterprise software package for all his companys mobile devices. Jacob wants to configure the software so that it will quarantine a device by blocking all incoming and outgoing network communication if a breach or violation has occurred. What feature of the BlueFire software will be able to accomplish this?
Answer : A
Simon is writing an application that will use RPC to talk between a client and server. He will use authentication, but in his application the server does not have to know the RPC callers identity. What type of RPC authentication can Simon use for this application?
Answer : B
What two encryption methods are used by the Secure Electronic Transaction system?
Answer : AC
Kevin is developing a webpage using html and javascript code. The webpage will have a lot of important content and will have a number of functions that Kevin does not want revealed through the source code. Why would Kevin choose to employ HTML Guardian to hide the source code of his webpage?
Answer : D
Clay is a SQL dba working for Integrated Solutions Inc., a graphics design company in
Miami. Clay administers 10 SQL servers at the companys headquarters. Clay wants to ensure that all SQL traffic stays within the internal network and no SQL traffic from the outside can get into the internal network. What ports should Clay tell the network team to close off at the firewall to disallow all incoming and outgoing SQL traffic?
Answer : BD
Have any questions or issues ? Please dont hesitate to contact us