Application Security and Vulnerability Assessment

Covers application security testing, web vulnerabilities, cryptography, and security frameworks including TCS ASAP, penetration testing, and static code analysis methods

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Who has the responsibility for remediation of the security vulnerabilities discovered during application security testing?

  1. ASAP Team
  2. Development Team
  3. Testing Team
  4. Project Management
Question 2 Multiple Choice (Single Answer)

What are the different types of engagement models available for ASAP?

  1. Time and Money, Fixed price
  2. Offshore, Onshore, Offshore-Onshore
  3. Full-Fledged, Staggered, Fast Track
  4. None of the above
Question 3 Multiple Choice (Single Answer)

As part of ASAP what type of analysis is performed during the design and build phase?

  1. Dynamic code analysis
  2. Static code analysis
  3. Both
  4. None
Question 4 Multiple Choice (Single Answer)

What type of testing is done by ASAP team during the testing and rollout phase?

  1. Integration testing
  2. System testing
  3. Penetration testing
  4. Unit testing
Question 5 Multiple Choice (Single Answer)

Whats the name of the TCS security library available for the remediation of security vulnerabilities?

  1. TCS Security API
  2. TCS Security Library
  3. TCS Application Security API
  4. TCS e-Security Library
Question 6 Multiple Choice (Single Answer)

As per the ASAP Process what all artifacts are provided to help aid in the analysis phase?

  1. Security URS
  2. Security URS and SRS
  3. Security Design Guidelines
  4. All of the above
Question 7 Multiple Choice (Single Answer)

Who does the review of the security elements of the updated project artifacts at the end of each phase of the application development life cycle?

  1. Application development team
  2. Project Manager
  3. ASAP Team
  4. Testing Team
Question 8 Multiple Choice (Single Answer)

What is TCS ASAP all about?

  1. Its a TCS proprietary methodology
  2. Its a security framework
  3. Its about security testing
  4. Its a product from TCS
Question 9 Multiple Choice (Multiple Answers)

is use of virtual keyboard a foolproof method to avoid keystroke being logged?

  1. NO-Becoz Hardware keylogger can be used
  2. YES
  3. NO-Kernel level Keylogger can be used
  4. Can't say
Question 10 Multiple Choice (Multiple Answers)

Which hash is easiest to crack

  1. md5
  2. ntlm
  3. ntlmv2
  4. Obscurehash
Question 11 Multiple Choice (Multiple Answers)

which command can help u check open ports on your computer

  1. nbtscan
  2. netstat
  3. tracert
  4. route print
Question 12 Multiple Choice (Multiple Answers)

Unverified Digital certificate error may be due to what kind of attack ?

  1. session tracking
  2. Man in Middle
  3. cookie stealing
  4. forging
Question 13 Multiple Choice (Multiple Answers)

Which encyption algorith is strongest and is being used by US Govt.

  1. DES
  2. Triple DES
  3. whirpool
  4. AES
Question 14 Multiple Choice (Single Answer)

Name Microsoft's experimental project that works just opposite of honeypot project?

  1. HoneyMonkeys
  2. Honeybees
  3. HoneyHoney
  4. HoneyFix
Question 15 Multiple Choice (Single Answer)

What is sandbox in computer world ?

  1. Antivirus
  2. A restricted environment in which certain functions are prohibited
  3. Worm
  4. Backdoor
Question 16 Multiple Choice (Single Answer)

Clickjacking can be used to Trick users to enable their webcam and microphone through Flash

  1. don't know
  2. no
  3. yes
  4. may be
Question 17 Multiple Choice (Single Answer)

What is Cross Site Printing?

  1. A typo for Cross Site Scripting
  2. A new Printing technology from Microsoft
  3. A new attack that prints to your internal printers when you visit a website
  4. None of these
Question 18 Multiple Choice (Single Answer)

Your Internet Banking site is fully SSL enabled. Login-page, Account summary page and Fund transfer page are all HTTPS enabled. When you bank online - login, check your account summary and do a fund transfer, is SSL authentication and handshake happening separately for each page or is it one handshake for all the three pages?

  1. HTTP is stateless, so is SSL. Full SSL handshake needed for each HTTP page.
  2. SSL is stateful, only one full handshake for multiple HTTP pages in a session.
  3. SSL is security at IP layer. One handshake for one set of source/destination IP address.
  4. dont know
Question 19 Multiple Choice (Single Answer)

Which among the below is an example of information leakage vulnerability

  1. Displaying “Welcome, “+request.getParameter(“userid”)
  2. Displaying “You entered either a wrong user id or password” error message
  3. Call stack trace
  4. Return error code 404
Question 20 Multiple Choice (Single Answer)

During testing you observed that after few minutes of initiating the scan appscan locks itself out of the application. How will you resolve the problem

  1. Configure appscan not to test login/logout pages
  2. Increase the thread count
  3. Decrease the timeout
  4. Increase the timeout