CORRECT SOLUTIONS OBJECTIVE ASSESSMENT NEWEST 2024
[ALREADY GRADED A+]
1: Implements Secure Solutions
Which technology is most effective in preventing unauthorized access to
sensitive data by ensuring it is unreadable without proper decryption keys -
ANSWER-A. Data Masking
B. Tokenization
C. Encryption
D. Obfuscation
Correct Answer: C. Encryption
Explanation: Encryption transforms readable data into an unreadable format
using cryptographic algorithms, making it inaccessible to unauthorized users.
Tokenization and data masking are also methods of protecting data, but they do
not provide the same level of security as encryption. Obfuscation is the process
of making data more difficult to understand but is not intended to prevent
access.
.1: Implements Secure Solutions
Which technology should be implemented to ensure secure communication
between on-site enterprise systems and a cloud platform - ANSWER-A. Domain
Name System Security Extensions (DNSSEC)
B. Internet Protocol Security (IPSec) VPN
C. Web Application Firewall (WAF)
D. Data Loss Prevention (DLP)
Correct Answer: B. Internet Protocol Security (IPSec) VPN
,Explanation:
• IPSec VPN is designed to secure communication over an IP network. It
encrypts the entire IP packet for secure transmission between on-site systems
and cloud platforms, ensuring data integrity and confidentiality.
• DNSSEC ensures the integrity of DNS responses but doesn't provide secure
communication between systems.
• WAF protects web applications by filtering and monitoring HTTP traffic but is
not used for secure communication between systems.
• DLP prevents data breaches by monitoring and controlling data flows, but it
doesn't establish secure communication channels.
.10: Implements Operations
In which phase of the cloud data lifecycle should encryption be implemented to
protect data - ANSWER-A. Create
B. Store
C. Share
D. Destroy
Correct Answer: B. Store
Explanation: Encryption should be applied when data is stored to protect it from
unauthorized access. While encryption may also be used in other phases like
Share, the Store phase is where it is critical to protect data at rest.
.100: Identifies Legal, Compliance, and Ethical Concerns
Which of the following best describes the requirement for organizations to
notify individuals in the event of a data breach under GDPR - ANSWER-A.
Purpose Limitation
B. Data Minimization
,C. Data Breach Notification
D. Integrity and Confidentiality
Correct Answer: C. Data Breach Notification
Explanation: GDPR requires organizations to notify individuals in the event of a
data breach that affects their personal data. Purpose Limitation and Data
Minimization are principles for data use and collection, while Integrity and
Confidentiality protect data from unauthorized access.
.11: Conducts Risk Management
Which risk management strategy aims to reduce the likelihood and impact of
risks through the implementation of controls - ANSWER-A. Risk Avoidance
B. Risk Mitigation
C. Risk Transference
D. Risk Acceptance
Correct Answer: B. Risk Mitigation
Explanation: Risk Mitigation involves implementing controls to reduce the
likelihood and/or impact of risks. Risk Avoidance eliminates the risk, Risk
Transference shifts the risk to another party, and Risk Acceptance involves
accepting the risk without taking action.
.12: Identifies Legal, Compliance, and Ethical Concerns
Which legal control ensures that personally identifiable information (PII) is
processed in compliance with relevant data protection laws - ANSWER-A. Data
Encryption
B. Access Control
C. Data Retention Policy
D. Third-Party Audits
, Correct Answer: D. Third-Party Audits
Explanation: Third-party audits help verify that PII is being processed in
compliance with relevant data protection laws, ensuring legal compliance. Data
Encryption and Access Control are technical controls, and Data Retention Policy
addresses data storage, but third-party audits provide external validation of
compliance.
.13: Implements Secure Solutions
Which type of encryption is typically used to secure data at rest in cloud storage
environments - ANSWER-A. Transport Layer Security (TLS)
B. File-Level Encryption
C. Proxy-Based Encryption
D. Whole-Instance Encryption
Correct Answer: D. Whole-Instance Encryption
Explanation: Whole-instance encryption encrypts all data at rest in a cloud
instance, providing comprehensive protection. File-level encryption protects
specific files, and proxy-based encryption handles encryption at a proxy, while
TLS is used for securing data in transit.
.14: Implements Operations
Which cloud operation management process ensures that only approved
changes are implemented in the cloud environment - ANSWER-A. Incident
Management
B. Change Management
C. Problem Management
D. Release Management
Correct Answer: B. Change Management