BEC Flashcards
What are the 7 cybersecurity framework (CSF) implementation steps?
- Prioritize and scope
- Orient
- Create a current profile
- Conduct a risk assessment
- Create a target profile
- Determine, analyze, and prioritize gaps
- Implement action plan
Upon conclusion of the 7 steps for CSF implementation, organization should proceed with
-CSF Action Plan Review and
-CSF Life Cycle Management
What is the Business Intelligence system? (BI)
Business intelligence (BI) is a system that provides immediate information about an organization’s critical success factors.
BI is not a program for providing top-management with advice and answers from a knowledge-based (expert) system.
Identify the 3 ASEC (Assurance Services Executive Committee) criteria for defining a set of data and evaluating its integrity?
- Includes the purpose of the data
- Is complete and accurate
- Identifies any information that has not been included within the set of data or the description but is necessary for understanding
each data element and the population.
What are the supporting aspects of the COSO ERM Framework?
- Governance and Culture
- Information, Communication, and Reporting
What are the process components of the ERM Framework?
- Strategy and Objective-setting
- Performance
- Review and Revision
What are the COSO ERM business objectives?
According to COSO ERM Framework, business objectives are:
- Specific
- Measurable or observable
- Obtainable
- Relevant
Limitations of the ERM model?
- Faulty human judgement
- Cost-benefit considerations
- Simple errors or mistakes
- Collusion
- Management override of ERM decisions
How is ERM defined?
ERM is best defined as the culture, capabilities, and practices that organizations rely on to manage risk in creating, preserving, and realizing value.
What are the COSO ERM Governance and Culture principals?
- Exercises board risk oversight
- Establishes operating structures
- Defines desired culture
- Demonstrates commitment to core values
- Attracts, develops, and retains capable individuals
What are the COSO ERM Strategy and Objective-Setting principals?
- Analyzes business context
- Defines risk appetite
- Evaluates alternative strategies
- Formulates business objectives
What are the COSO ERM Performance principals?
- Identifies risk
- Assesses severity of risk
- Prioritizes risk
- Implements risk responses
- Develops portfolio view
What are the COSO ERM Review and Revision Principals?
- Assesses substantial change
- Reviews risk and performance
- Pursues improvement in enterprise risk management
What are the COSO ERM Information, Communication, and Reporting principals?
- Leverages information systems
- Communicates risk information
- Reports on risk, culture, and performance
Query order
SELECT * FROM inventory_table WHERE Item = “Kitchen Faucet”;
Query order
SELECT “Column Name” – Can select more than one column – simply list all names separated by comma
FROM “Table Name”
WHERE “Condition”;