How to stop forceful browsing?
Check authorization on each page
Name files with un-guessable names
Place all accessible files in the same directory
ACL's on the web root
Extra parameters which are currently not used in the application
Is necessary to check some functionalities during the testing and production support
May lead to security breaches
Do not consume significant bandwidth and so can be allowed in the application
Is necessary in case the application needs a future addition
How long does a request scope exist?
The length of the User's Session
The length of a single HTTP response
The length of a single HTTP request
Until the server is rebooted
Which of the following best describes the difference between white-box testing and black-box testing?
White-box testing is performed by an independent programmer team
Black-box testing uses the bottom-up approach
Black-box testing involves the business units
White-box testing examines the program internal logical structures
Scanning underlying source code with a database of regular expressions to quickly identify suspicious code, application inputs, outputs etc primarily relates to ..
Grey-box testing
Black-box testing
White-box testing
None of these
What is the difference between network vulnerability assessment and a penetration test?
A penetration test enumerates resources, and a vulnerability assessment enumerates vulnerabilities
They are one and the same
A penetration test identifies running services, and vulnerability assessments provide a more in-depth understanding of vulnerabilities
A penetration test exploits vulnerabilities, and a vulnerability assessment finds vulnerabilities
What is the method signature for hashing password?
String hashPassword(String password)
String hashPassword(String password, String accountName)
String hashpassword(String password)
None of the above
What is the return type of the verifyPasswordStrength() method in the security API?
Boolean
String
Integer
void
What is the return type of the isAuthorizedForData() method in the security API?
boolean
What is the return type of the getCSRFToken() method?
Byte
BigInteger