Courseiva

CCNA Data Life Cycle Management Questions

46 questions · Data Life Cycle Management · All types, answers revealed

1
Multi-Selecteasy

Which THREE tasks are associated with 'Data Classification' during the life cycle?

Select 3 answers
A.Identifying sensitive data elements
B.Refreshing the server hardware
C.Applying policy controls based on labels
D.Backing up the database
E.Assigning classification labels
AnswersA, C, E

The first step in classification.

Why this answer

Identifying data, assigning a label, and applying specific policy rules are the steps in classification.

2
Multi-Selectmedium

Which TWO metrics are used to measure the effectiveness of data minimization?

Select 2 answers
A.Database query response time
B.Reduction in overall data volume
C.Increase in storage capacity
D.Decrease in records containing PII
E.User satisfaction scores
AnswersB, D

Less data stored is a direct indicator of minimization.

Why this answer

Reduction in total storage and the volume of PII-containing records are standard minimization metrics.

3
MCQmedium

In Google Cloud Data Loss Prevention (DLP), which transformation method should be applied to a column containing email addresses to maintain format while ensuring privacy?

A.Redaction
B.Masking
C.Bucketization
D.Format-Preserving Encryption
AnswerD

This keeps the email format while encrypting the content.

Why this answer

Pseudonymization (using a crypto-hash or format-preserving encryption) allows the email structure to persist while the real identity is hidden.

4
MCQmedium

When conducting a Privacy Impact Assessment (PIA) for a new application, what is the role of 'Data Mapping'?

A.To provide encryption keys
B.To automate user consent
C.To purge old data records
D.To define the flow of PII throughout the application
AnswerD

Mapping shows where data moves and resides, critical for assessing risk.

Why this answer

Data mapping identifies the flow and storage locations, which is the foundation for conducting a meaningful PIA.

5
MCQmedium

When classifying data for privacy, what does a 'Restricted' label usually signify?

A.Data requiring limited access and enhanced protection
B.Data that can be shared publicly
C.Data that has no retention period
D.Data that is no longer needed
AnswerA

Restricted data is sensitive and needs limited, controlled access.

Why this answer

Restricted data is highly sensitive and requires strict access controls and specific handling to prevent unauthorized access.

6
MCQhard

When establishing a data disposal policy in Informatica Enterprise Data Catalog, what must be configured to ensure the disposal process is auditable?

A.Retention Period Policy
B.Delete Flag in Schema
C.Data Lineage Refresh
D.Audit Log Configuration
AnswerD

Enabling audit logs ensures that every deletion action is logged with a timestamp and user ID.

Why this answer

Audit logs within the Informatica platform ensure that data deletion events are recorded for compliance purposes.

7
Multi-Selectmedium

Which TWO methods are commonly used to achieve data minimization in a legacy database?

Select 2 answers
A.Mirroring the database
B.Implementing multi-factor authentication
C.Anonymization of records
D.Purging of obsolete data
E.Increasing database indexing
AnswersC, D

Removes the link to the identity, minimizing privacy risk.

Why this answer

Anonymization and data purging are direct methods to reduce the footprint of sensitive data.

8
MCQeasy

A practitioner is setting up data minimization. Which feature in Google Cloud Spanner helps ensure that data is stored in specific regions for local compliance?

A.Placement Policies
B.Encryption at Rest
C.Access Control Lists
D.Backup Retention
E.Schema Validation
AnswerA

This allows control over data geography.

Why this answer

Spanner uses 'Placement Policies' (or node configurations) to dictate where data is stored, supporting data residency compliance.

9
MCQeasy

What is the primary function of a 'Data Inventory' in a privacy program?

A.To record the location, purpose, and sensitivity of personal data
B.To automatically encrypt files
C.To manage physical server hardware
D.To perform user authentication
AnswerA

An inventory provides the 'where, why, and what' for privacy management.

Why this answer

A data inventory acts as the master record of what data exists, where it is, and who owns it, serving as the basis for all life cycle activities.

10
Multi-Selecthard

Which TWO outcomes result from effective data classification?

Select 2 answers
A.Improved application of security controls
B.Automated enforcement of retention policies
C.Increased server processing speed
D.Reduction in data volume
E.Improved user interface design
AnswersA, B

Allows applying tighter controls to sensitive data.

Why this answer

Classification enables targeted security controls and informs retention requirements.

11
Multi-Selecthard

Which THREE factors should be considered when defining a data retention schedule?

Select 3 answers
A.The number of concurrent users
B.Regulatory/Legal requirements
C.Storage server hardware cost
D.Statutory limitations periods
E.Operational business utility
AnswersB, D, E

Laws often dictate mandatory retention periods.

Why this answer

Legal requirements, business utility, and statutory limitations are the core drivers of any retention policy.

12
MCQeasy

In the context of data classification, which metadata field is most critical for determining the disposal date?

A.Data Owner
B.Retention Start Date
C.Encryption Key ID
D.Classification Label
AnswerB

This is the specific field that drives the disposal timer.

Why this answer

The 'Created Date' or 'Last Modified' field is the baseline for calculating the disposal date based on a fixed retention period.

13
MCQhard

When configuring AWS Macie to perform data minimization, which configuration is required to prevent the service from scanning internal metadata fields that do not contain customer PII?

A.S3 Bucket Policy
B.S3 Exclusion Rules
C.Object Tagging
D.VPC Endpoint Configuration
E.IAM Policy Restriction
AnswerB

Exclusion rules allow filtering out specific buckets or paths from discovery.

Why this answer

Exclusion rules in AWS Macie allow users to define paths or patterns to ignore, minimizing the scan footprint.

14
MCQeasy

A privacy analyst is conducting a data map in ServiceNow. Which feature allows them to link a database table directly to a 'Processing Activity' record?

A.Workflow Designer
B.Configuration Item (CI) Relation
C.Business Service Mapping
D.Data Asset Mapping
AnswerD

This feature connects technical data sources to business processing activities.

Why this answer

ServiceNow's Privacy Management module uses 'Data Source Mapping' to link IT assets to business processes.

15
MCQhard

When using Varonis to identify 'stale' data for minimization, what criteria must be defined to avoid false positives?

A.File size threshold
B.Last Accessed Date
C.File extension
D.User account status
AnswerB

This is the primary metric for defining data as 'stale' or inactive.

Why this answer

Varonis requires defining the 'Last Accessed' timeframe to distinguish between actively used data and candidates for deletion.

16
MCQeasy

Which of the following is a key objective of a data retention policy?

A.To minimize the amount of data stored and reduce risk
B.To maximize data availability
C.To increase storage capacity requirements
D.To keep all data forever for future AI training
AnswerA

Retention policies limit the time data is held, reducing liability.

Why this answer

The primary objective is to maintain data only as long as necessary for business or legal reasons, supporting minimization.

17
MCQeasy

In the privacy lifecycle, what does the term 'Data Collection' primarily involve?

A.Destroying records
B.Backing up data
C.Obtaining and recording personal data from the subject
D.Encrypting data in transit
AnswerC

Collection refers to the gathering phase.

Why this answer

Data collection is the entry point where PII is gathered from subjects, requiring notice and consent.

18
MCQhard

In a data warehouse, which technique is most effective for protecting PII during the ETL (Extract, Transform, Load) process while still allowing analytics?

A.Using access control lists at the reporting layer
B.Deleting the data during extraction
C.Encrypting the entire database
D.Masking the data during the transformation phase
AnswerD

Masking at ETL time balances the need for analytics with privacy protection.

Why this answer

Data masking during the transformation phase (ETL) allows analytical tools to process the records without seeing the actual PII.

19
MCQmedium

A CDPSE practitioner is configuring a data discovery job in OneTrust to identify PII in a structured database. Which setting must be enabled to ensure the tool automatically masks the data upon discovery based on a predefined classification tag?

A.Data Retention Policy
B.Workflow Trigger
C.Classification Mapping
D.Auto-Masking Rule
AnswerD

This feature directly applies masking logic to discovered sensitive data.

Why this answer

The 'Auto-Masking' feature in OneTrust Data Discovery allows for immediate protection based on classification labels.

20
MCQmedium

In the context of the data lifecycle, what is the primary benefit of using a 'Data Catalog' tool like Alation?

A.To provide physical security
B.To provide centralized visibility of data location and use
C.To perform automated data deletion
D.To encrypt sensitive files
AnswerB

Visibility is the key to lifecycle and minimization management.

Why this answer

A data catalog provides visibility into data lineage and ownership, which is crucial for lifecycle management.

21
MCQhard

In MongoDB, what is the most effective way to ensure data minimization regarding personally identifiable information?

A.Increasing the backup frequency
B.Adding more nodes to the cluster
C.Dropping unused fields from the document schema
D.Indexing all fields
AnswerC

Removing unneeded fields is the definition of data minimization.

Why this answer

Using 'Field Level Encryption' (FLE) ensures that only authorized processes see the data, and dropping unused fields from the collection schema reduces storage of unnecessary data.

22
MCQhard

You are managing data in a Kubernetes environment. What strategy should be used to support data minimization for ephemeral pods?

A.Always use Persistent Volumes
B.Enable persistent logging
C.Use emptyDir for ephemeral storage
D.Configure snapshots for all pods
AnswerC

This ensures data is wiped when the pod stops, minimizing data footprint.

Why this answer

Using temporary storage volumes (emptyDir) ensures that data is deleted automatically when the pod is terminated.

23
MCQhard

In Snowflake, what is the effect of using a 'Dynamic Data Masking' policy on a column containing PII when a non-authorized user runs a SELECT query?

A.The entire row is suppressed
B.The data is returned in a masked format
C.The query fails due to lack of access
D.The data is decrypted before display
AnswerB

Dynamic masking ensures the user sees only protected data at query time.

Why this answer

The dynamic masking policy replaces the real data with a redacted version (e.g., NULL or XXX) at query time without altering the underlying storage.

24
Multi-Selecteasy

Which TWO attributes are essential to include in a data mapping register for privacy compliance?

Select 2 answers
A.Hardware serial number
B.Daily electricity consumption
C.Purpose of processing
D.Operating system version
E.Location of the data
AnswersC, E

Required for transparency and accountability.

Why this answer

Knowing the purpose (why) and the location (where) is foundational for privacy accountability.

25
MCQmedium

During a data minimization project, you use Privacera to filter access to specific columns in a Hive table. Which mechanism is used to enforce this policy?

A.Ranger Policy Engine
B.SQL Grant Statements
C.Column Encryption
D.View-Based Restriction
AnswerA

Privacera integrates with Ranger to enforce fine-grained access policies.

Why this answer

Privacera leverages Apache Ranger policies to enforce column-level access control (CLAC) to minimize data exposure.

26
MCQmedium

When performing a data minimization assessment, which feature in Oracle Data Safe helps identify excessive data collection by flagging columns that contain sensitive data but are rarely queried?

A.Data Activity Auditing
B.Security Assessment
C.Sensitive Data Discovery
D.User Assessment
AnswerA

This allows practitioners to identify columns that are never accessed, supporting minimization.

Why this answer

Data Safe's 'Data Activity Auditing' combined with 'Sensitive Data Discovery' identifies unused sensitive data columns.

27
Multi-Selecteasy

Which TWO activities are involved in the 'data mapping' life cycle phase?

Select 2 answers
A.Purchasing new storage
B.Hiring data privacy staff
C.Documenting data flows
D.Identifying data sources
E.Performing penetration tests
AnswersC, D

Shows the movement of data between systems.

Why this answer

Identifying data sources and defining data flows are core to mapping.

28
MCQmedium

When configuring a 'Data Disposal' process, why is it critical to verify the 'Chain of Custody'?

A.To ensure the database is faster
B.To verify the data was deleted securely
C.To identify who shared the data
D.To increase storage space
AnswerB

Verification is the final step in the disposal process to prove compliance.

Why this answer

Chain of custody ensures that data was tracked throughout its existence until secure destruction, providing evidence for compliance.

29
MCQeasy

During a data mapping exercise in BigID, you need to identify data that has exceeded its retention period. Which attribute should be used to filter the data inventory?

A.Data Subject ID
B.Classification Level
C.Encryption Status
D.Retention Expiration Date
E.Data Source Type
AnswerD

This field tracks when data is eligible for disposal according to policy.

Why this answer

The 'Last Modified' or 'Age' attribute is used to calculate retention compliance status in data inventory tools.

30
Multi-Selectmedium

Which TWO options represent common risks when data life cycle management is not implemented?

Select 2 answers
A.Decreased user account count
B.Reduced network throughput
C.Regulatory non-compliance
D.Increased risk of data breach impact
E.Loss of software license keys
AnswersC, D

Failure to dispose of data properly leads to fines.

Why this answer

Compliance fines and increased data breach impact are major consequences of failed lifecycle management.

31
Multi-Selectmedium

Which THREE techniques effectively protect data during the 'use' phase of the life cycle?

Select 3 answers
A.Data replication
B.Data compression
C.Pseudonymization
D.Data masking
E.Encryption
AnswersC, D, E

Replaces identifiers to allow processing without direct link to identity.

Why this answer

Encryption, masking, and pseudonymization are standard techniques for protecting data during active processing.

32
MCQhard

When managing data retention in Azure Data Lake Storage (ADLS) Gen2, how do you implement a policy that deletes files older than 7 years?

A.Apply a Data Loss Prevention policy
B.Create a Power Automate flow to scan the lake
C.Configure a Lifecycle Management policy rule
D.Use Azure Data Factory to trigger a DELETE SQL query
E.Set the 'Delete' flag on the container
AnswerC

This is the native, intended method for managing ADLS object aging.

Why this answer

Lifecycle management policies in ADLS allow you to define rules to delete blobs based on the number of days since last modification.

33
Multi-Selecthard

Which TWO technical methods ensure data integrity during the life cycle?

Select 2 answers
A.Checksums
B.Load balancing
C.Data compression
D.Data deduplication
E.Digital signatures
AnswersA, E

Detects data corruption.

Why this answer

Checksums and digital signatures ensure that data has not been tampered with or corrupted.

34
Multi-Selecteasy

Which TWO of the following are primary pillars of the Data Life Cycle Management?

Select 2 answers
A.Data Disposal
B.Marketing Strategy
C.Data Collection
D.Application Maintenance
E.Network Security
AnswersA, C

The end of the life cycle.

Why this answer

Data collection and disposal are two critical phases in the lifecycle that require specific privacy controls.

35
Multi-Selectmedium

Which THREE types of data are typically targeted for aggressive minimization?

Select 3 answers
A.System logs for performance analysis
B.Redundant, Obsolete, and Trivial (ROT) data
C.Publicly available documentation
D.Financial/Payment information
E.Personally Identifiable Information (PII)
AnswersB, D, E

Provides no value and increases storage and risk.

Why this answer

PII, sensitive financial data, and redundant/outdated data are the primary targets for minimization.

36
MCQeasy

You are using AWS Macie to perform a classification scan. Which feature should be configured to notify the privacy team when sensitive data is found?

A.IAM User Permission
B.CloudTrail Log
C.S3 Policy
D.EventBridge Rule
AnswerD

EventBridge is the standard way to trigger alerts from Macie findings.

Why this answer

Macie triggers 'EventBridge' alerts that can be routed to notification services like SNS.

37
MCQhard

You are utilizing Microsoft Purview to enforce a retention label on a SharePoint site. What occurs when the retention period expires?

A.The file is permanently deleted
B.The file is moved to the recycle bin
C.The file is encrypted
D.The file becomes read-only
AnswerA

When configured, the retention label triggers permanent removal.

Why this answer

Purview retention labels can be configured to 'Automatically delete' content once the retention period ends.

38
MCQmedium

When using IBM InfoSphere Information Governance Catalog to map sensitive data, what is the primary purpose of a 'Data Class'?

A.To store physical data
B.To manage retention policies
C.To identify and classify sensitive data patterns
D.To define user access
AnswerC

Data classes provide the pattern definitions (regex/logic) for automated classification.

Why this answer

Data classes define the structure of data (e.g., Credit Card Number) to allow automated identification in the catalog.

39
MCQeasy

Which tool within the SAP Data Intelligence suite is most appropriate for defining the lifecycle of data objects based on their business value?

A.Metadata Explorer
B.Data Pipeline Designer
C.Machine Learning Scenario Manager
D.Connection Management
AnswerA

This tool helps categorize and manage data lifecycle attributes.

Why this answer

The 'Metadata Explorer' in SAP Data Intelligence allows users to view and categorize data based on lifecycle stages.

40
MCQhard

In Collibra, you are mapping a data element to a business term to support data minimization. What is the effect of changing the 'Data Stewardship' workflow status to 'Deprecated'?

A.Triggers an immediate deletion task in the source DB
B.Archives the metadata record and removes it from search
C.Deletes the physical data source
D.Prevents unauthorized users from editing the metadata
AnswerB

Deprecation effectively hides the data from the business catalog, reducing unnecessary usage.

Why this answer

Deprecation in Collibra removes the asset from active discovery catalogs, preventing further use and supporting minimization.

41
MCQmedium

When using Talend Data Fabric for data life cycle management, what is the function of the 'Data Stewardship' component?

A.To create data maps
B.To automate deletion
C.To allow manual intervention in data processing
D.To encrypt data
AnswerC

It facilitates manual review of records identified during the lifecycle.

Why this answer

It provides a platform for data stewards to manually review and remediate data that failed quality or privacy checks.

42
MCQhard

You are configuring a data retention policy in AWS S3 Lifecycle rules. Which action should be selected to minimize data storage costs while remaining compliant with privacy laws?

A.Enable Versioning
B.Delete incomplete multipart uploads
C.Transition to Glacier
D.Expire objects
AnswerC

This moves data to cheaper storage while retaining it for compliance.

Why this answer

Transitioning objects to 'Glacier Instant Retrieval' minimizes cost while keeping data available for audits.

43
Multi-Selecteasy

Which THREE actions are part of a secure data disposal process?

Select 3 answers
A.Moving data to cold storage
B.Verification of destruction
C.Digital wiping/sanitization
D.Renaming files
E.Logging of the disposal event
AnswersB, C, E

Confirms the process worked.

Why this answer

Verification, documentation, and technical wiping are essential for compliant disposal.

44
Multi-Selecthard

Which THREE components should be included in a data inventory to ensure it is actionable for DSR (Data Subject Request) fulfillment?

Select 3 answers
A.Storage location
B.Data owner/steward
C.Server uptime percentage
D.Network bandwidth usage
E.Data category/type
AnswersA, B, E

Helps locate the data to process the request.

Why this answer

To fulfill a DSR, you must know what the data is, who owns it, and where it resides.

45
MCQeasy

While using the Salesforce Data Masking tool, which option should be selected to ensure that production data copied to a sandbox is rendered unusable for unauthorized parties?

A.Object Permissions
B.Field Level Security
C.Anonymization Masking
D.Data Refresh
AnswerC

This replaces sensitive values with scrambled data, rendering it unusable for production identification.

Why this answer

Salesforce Data Masking allows choosing 'Masking' algorithms (e.g., Anonymization) to replace real data with fake values.

46
MCQmedium

You are managing Azure Information Protection (AIP) labels. Which action is necessary to ensure that documents classified as 'Highly Confidential' are automatically encrypted?

A.Modify the Information Rights Management (IRM) template
B.Configure Protection settings in the Label
C.Apply Azure Policy
D.Enable Auto-Labeling on the Data Source
AnswerB

Protection settings within the sensitivity label allow for automatic encryption.

Why this answer

In AIP, label configuration requires selecting 'Encrypt' under the 'Protection' settings to enforce technical controls.

Ready to test yourself?

Try a timed practice session using only Data Life Cycle Management questions.