ECCouncil 312-96 - Certified Application Security Engineer (CASE) - JAVA Exam
Page: 2 / 10
Total 49 questions
Question #6 (Topic: Exam A)
Alice, a Server Administrator (Tomcat), wants to ensure that Tomcat can be shut down only by the user who owns the Tomcat process. Select the appropriate setting of the CATALINA_HOME/conf in server.xml that will enable him to do so.
A. < server port="" shutdown="" >
B. < server port="-1" shutdown="" >
C. < server port="-1" shutdown="SHUTDOWN" >
D. < server port="8080" shutdown="SHUTDOWN" >
Answer: C
Question #7 (Topic: Exam A)
Which of the following method will help you check if DEBUG level is enabled?
A. isDebugEnabled()
B. EnableDebug ()
C. IsEnableDebug ()
D. DebugEnabled()
Answer: A
Question #8 (Topic: Exam A)
Which of the following elements in web.xml file ensures that cookies will be transmitted over an encrypted channel?
A. < connector IsSSLEnabled="Yes" / >
B. < connector EnableSSL="true" / >
C. < connector SSLEnabled="false" / >
D. < connector SSLEnabled="true" / >
Answer: D
Question #9 (Topic: Exam A)
In which phase of secure development lifecycle the threat modeling is performed?
A. Coding phase
B. Testing phase
C. Deployment phase
D. Design phase
Answer: D
Question #10 (Topic: Exam A)
Identify the type of attack depicted in the figure below:

A. XSS
B. Cross-Site Request Forgery (CSRF) attack
C. SQL injection attack
D. Denial-of-Service attack
Answer: B