Information Security Fundamentals

A comprehensive quiz covering fundamental security concepts including authentication, authorization, CIA triad, security standards (OWASP, CVE, CWE, WASC), and application security best practices.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the name of the not for profit consortium made up of international group of experts, industry practitioners and organizational representatives who produce open source and best practice security standards for the world wide web?

  1. OWASP
  2. NIST
  3. MITRE
  4. WASC
Question 2 Multiple Choice (Single Answer)

Which among the below are non profit and open community dedicated to application security?

  1. OWASP
  2. WASC
  3. Both A & B
  4. None of the above
Question 3 Multiple Choice (Single Answer)

What is the name of the system which provides a reference-method for publicly known information security vulnerabilities and exposures.

  1. Common Vulnerabilities Enumeration
  2. Common Vulnerabilities and Exposures
  3. Common Vulnerability Management
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Who maintains the Common Vulnerabilities and Exposures (CVE) list?

  1. NIST
  2. OWASP
  3. WASC
  4. MITRE
Question 5 Multiple Choice (Single Answer)

What is the expansion for OWASP?

  1. Online Web Application Software Product
  2. Open Web Application Security Process
  3. Open Web Application Security Project
  4. None of the above
Question 6 Multiple Choice (Single Answer)

What is the name of the system which provides a unified, measurable set of software weaknesses?

  1. Common Weakness Enumeration
  2. Common Weaknesses and Exposures
  3. Comprehensive Weaknesses and Exposures
  4. Comprehensive Weakness Enumeration
Question 7 Multiple Choice (Single Answer)

What should be considered the most while doing data classification

  1. The type of users who would be accessing the data
  2. Availability, Integrity and Confidentiality
  3. The threat level the company faces
  4. Access controls protecting the data
Question 8 Multiple Choice (Single Answer)

What is meant by Authentication?

  1. Another term for identification
  2. Method of validating a credential set
  3. Method of evaluating the access privileges
  4. None of the above
Question 9 Multiple Choice (Single Answer)

What is a Vulnerability?

  1. A potential danger to information or system
  2. Any type of weakness in the system
  3. None of the above
  4. All of the above
Question 10 Multiple Choice (Single Answer)

What is most important in ensuring successful implementation of security in an organization

  1. Commitment and support from senior management
  2. Appropriate technical and logical security controls
  3. Updates security policies, procedures and guidelines
  4. Security training to all employees
Question 11 Multiple Choice (Single Answer)

What is meant by identification?

  1. A method by which credentials are validated
  2. A method of ensuring that a subject is the entity it claims to be
  3. Its just another term for authentication
  4. Its just another term for authorization
Question 12 Multiple Choice (Single Answer)

What are security policies?

  1. Detailed instructions on how to carry out security tasks
  2. Guidelines to achieve security goals
  3. Broad and high level statements from the top management of the organization
  4. None of the above
Question 13 Multiple Choice (Single Answer)

What are the fundamental principles of Security?

  1. Availability, Integrity, Confidentiality
  2. Usability, Reliability, Accountability
  3. Quality, Accountability, Integrity
  4. None of the above
Question 14 Multiple Choice (Single Answer)

When is the best time to think about application security

  1. During testing
  2. During development
  3. During design
  4. During all phases of application development
Question 15 Multiple Choice (Single Answer)

For a security program to be effective it requires both :

  1. Technical and non technical methods
  2. Countermeasures and safeguards
  3. Physical and non logical controls
  4. Security procedures and encryption
Question 16 Multiple Choice (Single Answer)

What is meant by Authorization?

  1. Method of validating a credential set
  2. Method of ensuring that a subject is the entity it claims to be
  3. Method of validating the entitlements for an authenticated subject
  4. Another term for identification
Question 17 Multiple Choice (Single Answer)

The ASAP process can applied at which phase of an application development for best results?

  1. During testing
  2. During development
  3. During all phases of development starting with requirement analysis and ending with rollout
  4. During design
Question 18 Multiple Choice (Single Answer)

What is the method signature for hashing password?

  1. String hashPassword(String password)
  2. String hashPassword(String password, String accountName)
  3. String hashpassword(String password)
  4. None of the above
Question 19 Multiple Choice (Single Answer)

What is the return type of the verifyPasswordStrength() method in the security API?

  1. Boolean
  2. String
  3. Integer
  4. void
Question 20 Multiple Choice (Single Answer)

What is the return type of the isAuthorizedForData() method in the security API?

  1. String
  2. boolean
  3. Integer
  4. void