Domain 7: Review Questions Flashcards
What is the first step of the incident response process?
A. Respond to the incident.
B. Detect the incident.
C. Report the incident.
D. Recover from the incident.
B.
The steps of the incident response process are as follows:
1. Detect the incident.
2. Respond to the incident.
3. Report the incident to the appropriate personnel.
4. Recover from the incident.
5. Remediate all components affected by the incident to ensure that all traces of the incident have been removed.
6. Review the incident and document all findings.
What is the second step of the forensic investigations process?
A. Identification
B. Collection
C. Preservation
D. Examination
C.
The steps of the forensic investigation process are as follows:
1. Identification
2. Preservation
3. Collection
4. Examination
5. Analysis
6. Presentation
7. Decision
Which of the following is not one of the five rules of evidence?
A. Be accurate.
B. Be complete.
C. Be admissible.
D. Be volatile.
D.
The five rules of evidence are as follows:
* Be authentic.
* Be accurate.
* Be complete.
* Be convincing.
* Be admissible.
Which of the following refers to allowing access to users only to the minimum resources required to do their jobs?
A. Job rotation
B. Separation of duties
C. Least privilege
D. Mandatory vacation
C. When security professionals allow access to resources and assign rights to perform operations, the concept of least privilege should always be applied. In the context of resource access, this means the default level of access should be no access. Users should be given access only to resources required to do their jobs, and that access should require manual implementation after the requirement is verified by a supervisor.
Which of the following is an example of an intangible asset?
A. Disc drive
B. Recipe
C. People
D. Windows server
B. In many cases, some of the most valuable assets for a company are intangible ones, such as secret recipes, formulas, and trade secrets.
Which of the following is not a step in incident response management?
A. Detect
B. Respond
C. Monitor
D. Report
C.
The steps in incident response management are
1. Detect the incident.
2. Respond to the incident.
3. Mitigate the incident.
4. Report the incident.
5. Recover from the incident.
6. Remediate the incident.
7. Review and document lessons learned.
Which of the following is not a backup type?
A. Full
B. Incremental
C. Grandfather/father/son
D. Transaction log
C. Grandfather/father/son is not a backup type; it is a backup rotation scheme.
Which term is used for a facility that contains all the resources needed for full operation?
A. Cold site
B. Hot site
C. Warm site
D. Tertiary site
B. A hot site is a leased facility that contains all the resources needed for full operation.
Which electronic backup type stores data on optical discs and uses robotics to load and unload the optical disks as needed?
A. Optical jukebox
B. Hierarchical storage management
C. Tape vaulting
D. Replication
A. An optical jukebox stores data on optical discs and uses robotics to load and unload the optical discs as needed.
What is failsoft?
A. The capacity of a system to switch over to a backup system if a failure in the primary system occurs
B. The capability of a system to terminate noncritical processes when a failure occurs
C. A software product that provides load-balancing services
D. High-capacity storage devices that are connected by a high-speed private network using storage-specific switches
B. Failsoft is the capability of a system to terminate noncritical processes when a failure occurs.
An organization’s firewall is monitoring the outbound flow of information from one network to another. What specific type of monitoring is this?
A. Egress monitoring
B. Continuous monitoring
C. CMaaS
D. Resource provisioning
A. Egress monitoring occurs when an organization monitors the outbound flow of information from one network to another. The most popular form of egress monitoring is carried out using firewalls that monitor and control outbound traffic.
Continuous monitoring and Continuous Monitoring as a Service (CMaaS) are not specific enough to answer this question. Any logging and monitoring activities should be part of an organizational continuous monitoring program. The continuous monitoring program must be designed to meet the needs of the organization and implemented correctly to ensure that the organization’s critical infrastructure is guarded. Organizations may want to look into CMaaS solutions deployed by cloud service providers. Resource provisioning is the process in security operations that ensures that the organization deploys only the assets that it currently needs.
Which of the following are considered virtual assets? (Choose all that apply.)
A. Software-defined networks
B. Virtual storage-area networks
C. Guest OSs deployed on VMs
D. Virtual routers
a, b, c, d.
Virtual assets include software-defined networks (SDNs), virtual storage-area networks (VSANs), guest operating systems deployed on virtual machines (VMs), and virtual routers. As with physical assets, the deployment and decommissioning of virtual assets should be tightly controlled as part of configuration management because virtual assets, like physical assets, can be compromised.
Which of the following describes the ability of a system, device, or data center to recover quickly and continue operating after an equipment failure, power outage, or other disruption?
A. Quality of service (QoS)
B. Recovery time objective (RTO)
C. Recovery point objective (RPO)
D. System resilience
D. System resilience is the ability of a system, device, or data center to recover quickly and continue operating after an equipment failure, power outage, or other disruption. It involves the use of redundant components or facilities.
Quality of service (QoS) is a technology that manages network resources to ensure a predefined level of service. It assigns traffic priorities to the different types of traffic on a network. A recovery time objective (RTO) stipulates the amount of time an organization needs to recover from a disaster, and a recovery point objective (RPO) stipulates the amount of data an organization can lose when a disaster occurs.
Which of the following are the main factors that affect the selection of an alternate location during the development of a DRP? (Choose all that apply.)
A. Geographic location
B. Organizational needs
C. Location’s cost
D. Location’s restoration effort
a, b, c, d. The main factors that affect the selection of an alternate location during the development of a disaster recovery plan (DRP) include the following:
- Geographic location
- Organizational needs
- Location’s cost
- Location’s restoration effort
Which of the following is a hard-drive technology in which data is written across multiple disks in such a way that when one disk fails, data can be made available from other functioning disks?
A. RAID
B. Clustering
C. Failover
D. Load balancing
A. Redundant Array of Independent Disks (RAID) is a hard-drive technology in which data is written across multiple disks in such a way that a disk can fail and the data can be quickly made available from remaining disks in the array without restoring from a backup tape or other backup media. Clustering refers to a software product that provides load-balancing services. With clustering, one instance of an application server acts as a master controller and distributes requests to multiple instances using round-robin, weighted round-robin, or least-connections algorithms. Failover is the capacity of a system to switch over to a backup system if a failure in the primary system occurs. Load balancing refers to a hardware product that provides load-balancing services. Application delivery controllers (ADCs) support the same algorithms but also use complex number-crunching processes, such as per-server CPU and memory utilization, fastest response times, and so on, to adjust the balance of the load. Load-balancing solutions are also referred to as farms or pools