wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

#01 CISSP: Full Coverage Mastery Exam 1 - Challenging

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

As a security professional, you have been tasked with conducting a Business Impact Analysis (BIA) for the physical assets of your organization. You are aware that there are several key considerations that need to be taken into account. Which of the following is a key consideration when conducting a BIA for physical assets?

a)
  1. The level of encryption used on the assets

b)
  1. The type of access controls used on the assets

c)
  1. The criticality of the assets to business operations

d)
  1. The availability of the assets to users

2.

You are a security professional working for a company that uses a cloud-based service to authenticate users through Security Assertion Markup Language (SAML) assertions. However, an attacker was able to intercept a SAML assertion during transmission and modify its content to gain unauthorized access to the system. Which of the following is the MOST common type of attack used to exploit this vulnerability?

a)
  1. Man-in-the-middle (MitM) attack

b)
  1. Cross-site scripting (XSS) attack

c)
  1. SQL injection (SQLi) attack

d)
  1. Denial-of-service (DoS) attack

3.

Considering current cybersecurity standards, which protocol among the following options is outdated and should be avoided due to its known vulnerabilities?

a)
  1. Secure Sockets Layer (SSL) 3.0

b)
  1. Internet Protocol Security (IPSec)

c)
  1. Secure Hash Algorithm 3 (SHA-3)

d)
  1. Transport Layer Security (TLS) 1.3

4.

As a security analyst, you are tasked with describing the concept of a "zero trust" security model in a cybersecurity context. Which of the following options BEST describes this concept?

a)
  1. Trusting all users, devices, and applications within the network by default.

b)
  1. Implementing strict access controls and continuously verifying trust for all users, devices, and applications, regardless of location.

c)
  1. Allowing open access to all network resources based on user roles and permissions.

d)
  1. Relying solely on firewalls and other perimeter defenses to protect against external threats.

5.

In an asymmetric encryption system, if Bob wants to send a confidential message to Alice, which key should he use to encrypt the message?

a)
  • Alice's private key

b)
  • Bob's private key

c)
  • Bob's public key

d)
  • Alice's public key

6.

Which of the following best describes a lattice-based access control model?

a)
  • An access control model where permissions are determined by a user's role within an organization.

b)
  • An access control model where permissions are tied to an object and the operations that can be performed on that object.

c)
  • An access control model that utilizes a structure of security labels and clearances to determine access rights.

d)
  • An access control model that allows users to determine permissions for their own files.

7.

You are a security professional working for a highly secure organization. Your team has been tasked with implementing an authorization mechanism that tightly controls data access in the environment. Which of the following authorization mechanisms would be BEST suited for this high-security environment?

a)
  • Mandatory Access Control (MAC)

b)
  • Role-Based Access Control (RBAC)

c)
  • Attribute-Based Access Control (ABAC)

d)
  • Discretionary Access Control (DAC)

8.

In the context of digital signatures and confidentiality, consider the following two scenarios:

  1. Alice uses Bob's public key to encrypt a message. Bob uses his private key to decrypt the message.

  2. Alice uses her private key to sign a message. Bob uses Alice's public key to verify the signature.

Which of the following statements is true?

a)
  • Both scenarios ensure the confidentiality of the message.

b)
  • Both scenarios ensure the authenticity of the message.

c)
  • Scenario 1 ensures the confidentiality of the message, while Scenario 2 ensures the authenticity of the message.

d)
  • Scenario 1 ensures the authenticity of the message, while Scenario 2 ensures the confidentiality of the message.

9.

Which access control model uses attributes such as user role, location, time, and risk score to make access control decisions?

a)
  • Role-Based Access Control (RBAC)

b)
  • Discretionary Access Control (DAC)

c)
  • Mandatory Access Control (MAC)

d)
  • Attribute-Based Access Control (ABAC)

10.

In a network security setting, which of the following types of firewalls makes its decisions based on the state, context, and content of the traffic?

a)
  • Packet-Filtering Firewall

b)
  • Network Address Translation (NAT) Firewall

c)
  • Stateful Inspection Firewall

d)
  • Proxy Firewall

11.

Which of the following BEST describes a social engineering attack where an attacker pretends to be a senior executive and urgently requests a junior employee to perform an action such as transferring funds or revealing sensitive information?

a)
  • Phishing

b)
  • Whaling

c)
  • Vishing

d)
  • Tailgating

12.

You are tasked with protecting personally identifiable information (PII) in your organization. Which of the following options accurately describes the best technique to protect PII?

a)
  • Implement encryption for data at rest and data in motion

b)
  • Implement role-based access control to restrict access to PII

c)
  • Use obfuscation techniques to hide PII

d)
  • Implement data masking to anonymize PII

13.

As an IT security professional, you are implementing a new policy in your organization that requires all laptops to use full-disk encryption. You need to identify the most appropriate way to enforce the new policy. Which of the following options accurately describes the best way to enforce the policy?

a)
  • Conduct regular audits of laptop encryption use.

b)
  • Implement access controls to restrict access to laptops.

c)
  • Use a laptop management tool to enforce full-disk encryption.

d)
  • Conduct regular vulnerability assessments of laptops.

14.

As a security professional, you are explaining the modes of operation for block ciphers in cryptography to a non-technical colleague. You want to accurately describe the difference between the modes of operation. Which of the following statements accurately describes the difference between the modes of operation for block ciphers in cryptography?

a)
  • The mode of operation determines how the key is generated for the block cipher.

b)
  • The mode of operation determines how the block cipher is encrypted or decrypted.

c)
  • The mode of operation determines the length of the key used for the block cipher.

d)
  • The mode of operation determines the type of block cipher used.

15.

Which step of the three-way handshake in TCP involves the server acknowledging the client's connection request?

a)
  • SYN packet

b)
  • SYN-ACK packet

c)
  • ACK packet

d)
  • Data packet

16.

You are leading a team of experts in a large organization. You have been tasked with identifying potential security threats and vulnerabilities that could affect the organization's systems and data. As part of this process, you conduct a thorough threat modeling exercise. What is the key output of this process?

a)
  • A list of all possible threats to the organization

b)
  • A comprehensive risk assessment report

c)
  • A prioritized list of potential security threats and vulnerabilities

d)
  • A detailed plan for mitigating all identified threats

17.

As a security professional, you have been tasked with implementing an encryption mechanism for sensitive data in your organization. You are considering different encryption algorithms and need to identify a symmetric key algorithm. Which of the following encryption algorithms is an example of a symmetric key algorithm?

a)
  • RSA

b)
  • AES

c)
  • Diffie-Hellman

d)
  • Elliptic Curve Cryptography (ECC)

18.

You are a security consultant for a healthcare organization that collects sensitive medical information from its patients. The organization wants to ensure that it complies with relevant laws and regulations related to the protection of Personally Identifiable Information (PII). Which of the following security requirements is primarily focused on by laws protecting PII?

a)
  • Availability

b)
  • Confidentiality

c)
  • Integrity

d)
  • Non-repudiation

19.

As a security professional, you are responsible for implementing security architecture for your organization. You need to identify the most appropriate order of execution for implementing security architecture. Which of the following is the correct order of execution for implementing security architecture?

a)
  • Assessment, design, implementation

b)
  • Design, implementation, assessment

c)
  • Implementation, assessment, design

d)
  • Assessment, implementation, design

20.

Which technology option is MOST likely to address issues related to manual user access reviews and compliance improvement in a large organization?

a)
  • Intrusion Detection System (IDS)

b)
  • Identity and Access Management (IAM) system

c)
  • Data Loss Prevention (DLP) system

d)
  • Security Information and Event Management (SIEM) system

21.

As a security consultant for a financial institution, you need to identify a backup strategy that retains multiple versions of data for a specific period. Which strategy best aligns with this requirement?

a)
  • Incremental backup

b)
  • Differential backup

c)
  • Full backup

d)
  • Grandfather-father-son backup

22.

You are the lead security analyst for a large retail company that processes sensitive customer data. The company is concerned about the risk of unauthorized data transfers out of their system and has tasked you with identifying a control to prevent this from occurring. Which control can be implemented to prevent unauthorized data transfer out of a system?

a)
  • Access control lists

b)
  • Intrusion detection system

c)
  • Data loss prevention

d)
  • Two-factor authentication

23.

Which of the following is a crucial consideration when selecting a SIEM solution to ensure it effectively supports incident response activities in a large, diverse IT infrastructure?

a)
  • The SIEM solution's ability to automatically patch systems

b)
  • The SIEM solution's compatibility with the organization's primary operating system

c)
  • The SIEM solution's ability to integrate with different types of systems and log formats

d)
  • The SIEM solution's ability to generate automated responses to phishing emails

24.

As a security professional, you are tasked with explaining the concept of defense-in-depth in a cybersecurity context. Which of the following options accurately describes this concept?

a)
  • A strategy that involves deploying multiple layers of security controls to protect against various types of threats and vulnerabilities.

b)
  • A strategy that involves relying on a single, robust security control to protect against all types of threats and vulnerabilities.

c)
  • A strategy that involves focusing on the prevention of cyber attacks rather than detection and response.

d)
  • A strategy that involves delegating security responsibilities to third-party vendors and service providers.

25.

As a security professional, you are responsible for configuring a storage system that provides the highest level of fault tolerance with data mirroring across multiple disks. You need to identify the RAID level that would best meet these requirements. Which of the following RAID levels provides the highest level of fault tolerance with data mirroring across multiple disks?

a)
  • RAID 0

b)
  • RAID 1

c)
  • RAID 5

d)
  • RAID 6

26.

A company implements a review and approval process for financial transactions, where one employee enters the transaction, another approves it, and a third person verifies the accuracy. This practice primarily aligns with:

a)
  • Defense in Depth

b)
  • Least Privilege

c)
  • Segregation of Duties

d)
  • Single Sign-On

27.

You are the Chief Information Security Officer (CISO) of a multinational organization. As part of your responsibilities, you are reviewing the security documentation framework. You come across several documents, but you need to determine the correct classification for each one. Which of the following options best describes the relationship between the documents?

a)
  • Policy: "Acceptable Use of Information Assets"; Standard: "Password Complexity Requirements"; Procedure: "Data Backup Process"; Guideline: "Mobile Device Security Best Practices."

b)
  • Policy: "Password Complexity Requirements"; Standard: "Data Backup Process"; Procedure: "Acceptable Use of Information Assets"; Guideline: "Mobile Device Security Best Practices."

c)
  • Policy: "Data Backup Process"; Standard: "Acceptable Use of Information Assets"; Procedure: "Mobile Device Security Best Practices"; Guideline: "Password Complexity Requirements."

d)
  • Policy: "Mobile Device Security Best Practices"; Standard: "Acceptable Use of Information Assets"; Procedure: "Data Backup Process"; Guideline: "Password Complexity Requirements."

28.

A company is developing a new web application and wants to prevent SQL injection attacks. Which of the following SQL query types is the best approach for developers to use?

a)
  • Dynamic SQL queries

b)
  • Static SQL queries

c)
  • Parameterized SQL queries

d)
  • Stored Procedures

29.

Which of the following best describes a "Pass the Hash" attack in the context of network security?

a)
  • It involves an attacker stealing a user's password hash and using it to authenticate without needing the plaintext password.

b)
  • It involves an attacker cracking a user's hashed password by trying all possible plaintext permutations.

c)
  • It involves an attacker intercepting a user's hashed password during transmission and replacing it with a different hash.

d)
  • It involves an attacker inducing collisions in a hash function to create the same hash output from two different inputs.

30.

An organization handles a large amount of sensitive customer information, including personally identifiable information (PII). Which of the following measures is BEST to minimize the attack surface for this information?

a)
  • Collection limitation

b)
  • Data masking

c)
  • Access control

d)
  • Data encryption

31.

As an IT security professional, you need to understand the difference between a digital signature and a message authentication code (MAC). Which of the following options accurately describes this difference?

a)
  • A digital signature is used to verify the authenticity and integrity of the sender, while a MAC is used to verify the authenticity and integrity of the message.

b)
  • A digital signature is used to encrypt the message, while a MAC is used to decrypt the message.

c)
  • A digital signature and a MAC are two terms for the same cryptographic technique.

d)
  • A digital signature is a one-way function, while a MAC is a two-way function.

32.

What does the term "threat vector" refer to in the context of cybersecurity?

a)
  • The method or pathway through which a threat can exploit a vulnerability.

b)
  • The security controls implemented to mitigate potential threats.

c)
  • The assessment of potential risks to an organization's assets.

d)
  • The encryption techniques used to protect sensitive data.

33.

You are a security professional working for a large organization. Your team is considering implementing software-defined networking (SDN) to improve network flexibility and management. However, you are aware that there are some security concerns that need to be considered. Which of the following is a security concern when considering implementing software-defined networking (SDN)?

a)
  • Lack of scalability

b)
  • Limited vendor support

c)
  • Increased attack surface area

d)
  • Complexity of network management

34.

You are a security consultant for a software development company that is considering implementing the DevOps methodology. The company wants to ensure that they fully understand the characteristics of the methodology before making a decision. Which of the following is NOT a characteristic of the DevOps development methodology?

a)
  • Collaboration and communication between development and operations teams.

b)
  • Continuous integration and deployment.

c)
  • Emphasis on automation and monitoring.

d)
  • Sequential and linear development process.

35.

You are a security auditor for a large healthcare organization that has outsourced its electronic health record system to a service organization. The organization is concerned about the security and privacy of patient data and has requested that the service organization provide them with a SOC report to ensure their compliance with relevant standards. You are tasked with identifying which type of SOC report can be freely distributed without restriction. Which type of SOC report can be freely distributed to anyone without restriction?

a)
  • SOC 1 Type 1

b)
  • SOC 1 Type 2

c)
  • SOC 2 Type 1

d)
  • SOC 3

36.

As a security professional, you are advising your organization on the acquisition of new software. You are aware that security considerations should be taken into account during the acquisition process, but you need to identify when security should be considered. Which of the following is the correct time to consider security during the acquisition of new software?

a)
  • After the software has been implemented

b)
  • During the testing phase of the software development lifecycle

c)
  • During the software requirements gathering phase

d)
  • During the software design phase

37.

ABC Corp has identified a potential risk of unauthorized access to their network. They decide to implement two-factor authentication for all employees to address this risk. What risk strategy are they employing?

a)
  • Risk Acceptance

b)
  • Risk Avoidance

c)
  • Risk Transfer

d)
  • Risk Mitigation

38.

Bob, a cybersecurity analyst at XYZ Corp, discovers that the company's server software has not been updated in several months, leaving it open to a known exploit. What has Bob identified?

a)
  • A Risk

b)
  • A Threat

c)
  • A Vulnerability

d)
  • An Incident

39.

!!!Which of the following is a characteristic of biometric behavioral systems?

a)
  • They rely on physical attributes such as fingerprints or iris scans for authentication.

b)
  • They analyze unique patterns and behaviors of an individual, such as typing rhythm or mouse movement.

c)
  • They use physical tokens or smart cards for identity verification.

d)
  • They authenticate users based on something they possess, such as a password or PIN.

40.

What is the PRIMARY purpose of a synchronizer token in the defense against Cross-Site Request Forgery (CSRF) attacks?

a)
  • To scan for and block malicious JavaScript code

b)
  • To detect and neutralize DDoS attacks

c)
  • To provide a unique identifier for each session

d)
  • To verify that requests made to a web application originated from the same client

41.

Which of the following best describes a "warm site" in the context of disaster recovery?

a)
  • A recovery site that has all the necessary hardware equipment, but no up-to-date data.

b)
  • A recovery site that is fully equipped and ready to assume immediate operation of an organization's critical functions.

c)
  • A recovery site that lacks any pre-installed hardware and software needed to resume operations.

d)
  • A recovery site that has some, but not all, of the necessary hardware equipment, and no up-to-date data.

42.

As a security professional, you are conducting a risk assessment for your organization's assets. You are aware that recording asset values is an important part of the risk assessment process, but you need to understand the important reason for doing so. Which of the following is the important reason for recording asset values during a risk assessment?

a)
  • To prioritize the order in which vulnerabilities are addressed

b)
  • To determine the likelihood of a threat occurring

c)
  • To calculate the potential financial impact of a risk

d)
  • To identify the specific control measures needed to mitigate risks

43.

You are a security analyst for a large financial institution that handles sensitive customer data. The organization has implemented redundant systems in their IT infrastructure as part of their security strategy. You are tasked with identifying the security requirement that is primarily satisfied by deploying redundant systems.

Which security requirement is primarily satisfied by deploying redundant systems in an organization's IT infrastructure?

a)
  • Availability

b)
  • Confidentiality

c)
  • Integrity

d)
  • Non-repudiation

44.

As a security professional, you are reviewing SOC reports for a third-party service provider that your organization uses. You need to identify the SOC report that outlines the security and availability of the provider's system over a period of 12 months. Which of the following SOC reports would you look for?

a)
  • SOC 1

b)
  • SOC 2

c)
  • SOC 3

d)
  • None of the above

45.

You are a security analyst for a large financial institution that is considering migrating its data to the cloud. The organization is concerned about the potential legal and regulatory issues related to storing data in different geographical locations. You are tasked with identifying the term used to describe the legal concept that governs where data is stored in the cloud.

What is the legal term used to describe the concept that governs where data is stored in the cloud?

a)
  • Data sovereignty

b)
  • Data residency

c)
  • Data protection

d)
  • Data ownership

46.

You are a security consultant for a large multinational corporation that handles sensitive customer data. The organization is reviewing its data retention policies and is seeking to understand the primary reason why businesses retain information. You are tasked with identifying the best option that describes this reason.

What is the primary reason why businesses retain information?

a)
  • Legal compliance

b)
  • Business continuity

c)
  • Operational efficiency

d)
  • Competitive advantage

47.

As an IT security professional, you are responsible for implementing Wi-Fi Protected Access 3 (WPA3) to provide secure wireless access to your organization's network. You need to understand the protocol used by WPA3 to provide users with a higher level of assurance that their data will remain protected. Which of the following options accurately describes this protocol?

a)
  • Elliptic Curve Cryptography (ECC)

b)
  • Transport Layer Security (TLS)

c)
  • Password-based Key Derivation Function 2 (PBKDF2)

d)
  • Simultaneous Authentication of Equals (SAE)

48.

You are a security analyst for a government agency that handles highly classified information. The agency is seeking to implement a security model that provides strong confidentiality and access control mechanisms. You are tasked with identifying the security model that is most likely to meet the agency's needs.

What is the most likely application of the Bell-LaPadula security model?

a)
  • Confidentiality

b)
  • Integrity

c)
  • Availability

d)
  • Accountability

49.

As a cybersecurity professional, you have been asked to recommend the most effective way to protect against phishing attacks to a group of executives. Which of the following is the most effective way to protect against phishing attacks?

a)
  • Implementing advanced email filtering technologies to block phishing emails

b)
  • Conducting regular phishing awareness training for employees

c)
  • Enforcing strict password policies for all users

d)
  • Using two-factor authentication for all user accounts

50.

What is the most critical factor for the success of an organization's information security program?

a)
  • Frequent vulnerability assessments

b)
  • Latest firewall technology

c)
  • Senior management's support and commitment

d)
  • Robust encryption protocols for data at rest