Courseiva

CCNA Data Governance And Security Questions

49 questions · Data Governance And Security · All types, answers revealed

1
MCQeasy

Which access control model should be implemented to ensure that a user can only access files based on their specific job role?

A.Discretionary Access Control (DAC)
B.Role-Based Access Control (RBAC)
C.Mandatory Access Control (MAC)
D.Network Access Control (NAC)
AnswerB

RBAC is the standard for role-centric access management.

Why this answer

Role-Based Access Control (RBAC) maps permissions to job functions rather than individual users.

2
MCQmedium

A developer wants to use a subset of production data for testing. Which method ensures the test data retains its structure while protecting privacy?

A.Database Snapshotting
B.Database Migration
C.Data Masking/De-identification
D.Full Database Clone
AnswerC

Masking creates safe data for testing that looks like real data.

Why this answer

Data masking or de-identification replaces real values with realistic but fake values, maintaining schema integrity.

3
MCQhard

Your organization uses Azure Active Directory for access management. You need to ensure that database administrators can only access a specific production Azure SQL instance during a scheduled 4-hour maintenance window. Which control is most appropriate?

A.Azure AD Privileged Identity Management (PIM)
B.IP Firewall rules on the SQL Server
C.Service Principals with managed identity
D.Azure RBAC with Conditional Access policies
E.SQL Server Audit logs
AnswerA

PIM allows for time-bound and approval-based access elevation.

Why this answer

Privileged Identity Management (PIM) provides just-in-time access, which is ideal for time-bound administrative access.

4
MCQhard

A company subject to GDPR needs to ensure that user data is deleted upon request across all distributed nodes in a NoSQL cluster. Which process is most critical to demonstrate compliance?

A.Snapshotting
B.Database Sharding
C.Cache clearing
D.Automated Data Lineage and Lifecycle Tracking
AnswerD

Data lineage ensures the organization knows where all copies of PII reside.

Why this answer

Data lifecycle management, specifically mapping data lineage and retention policies, is required to prove that data was effectively purged from all replicas.

5
Multi-Selectmedium

Which TWO of the following are recognized components of a mature Data Governance framework? (Select TWO)

Select 2 answers
A.Data Quality Standards
B.Office Security Badge Access
C.Data Cataloging
D.Hardware Procurement Policy
E.Network Throughput Monitoring
AnswersA, C

Ensuring data is accurate and consistent is a core pillar.

Why this answer

Data Cataloging and Data Quality standards are fundamental components of a governance framework.

6
MCQhard

An organization is migrating sensitive financial records to a cloud environment. Which security control ensures that only authorized applications can decrypt the data?

A.Database Replication
B.Cloud Hardware Security Module (Cloud HSM)
C.Database Triggers
D.Shared Responsibility Model
AnswerB

Cloud HSMs provide high-assurance storage for keys used by authorized applications.

Why this answer

Hardware Security Modules (HSM) provide the root of trust for encryption keys required by applications to decrypt data.

7
Multi-Selecteasy

A company is conducting a data governance audit. Which TWO of the following items should be verified to ensure proper data security?

Select 2 answers
A.The breakroom refrigerator is energy efficient
B.The database server has a secondary monitor
C.The office printer is connected to a UPS
D.User access rights are reviewed periodically
E.Encryption-at-rest is enabled on all databases
AnswersD, E

Regular reviews ensure the principle of least privilege.

Why this answer

Audits verify the implementation of technical controls like encryption and the existence of administrative processes like access reviews.

8
MCQeasy

Which regulatory act specifically governs the protection of healthcare-related data?

A.SOX
B.PCI DSS
C.HIPAA
D.GDPR
AnswerC

HIPAA is the primary regulation for healthcare data privacy.

Why this answer

HIPAA sets the standard for protecting sensitive patient health information in the United States.

9
MCQeasy

You are implementing a data governance framework. Which role is primarily responsible for ensuring that the data quality, security, and lifecycle policies are defined and adhered to for a specific business domain?

A.Data Steward
B.Database Administrator
C.Chief Data Officer
D.Data Architect
AnswerA

Data Stewards act as the bridge between governance policy and data application.

Why this answer

A Data Steward is responsible for the day-to-day management and quality of data within a business domain.

10
MCQmedium

An administrator needs to restrict a user's ability to see only rows where the 'Region' column is 'North'. What feature should be used?

A.View creation
B.Row-Level Security (RLS)
C.Stored Procedures
D.Column Masking
AnswerB

RLS dynamically filters rows based on a defined policy.

Why this answer

Row-Level Security (RLS) allows for the definition of predicates that filter query results based on user metadata.

11
MCQmedium

An organization must ensure that PII in a legacy SQL Server database is masked before being accessed by the HR analytics team. Which SQL Server feature should the DBA implement to ensure the data is obscured at the query level without changing the underlying storage?

A.Transparent Data Encryption (TDE)
B.Row-Level Security (RLS)
C.Dynamic Data Masking (DDM)
D.Always Encrypted
AnswerC

DDM provides a non-permanent way to obscure sensitive data for specific users.

Why this answer

Dynamic Data Masking (DDM) limits sensitive data exposure by masking it to non-privileged users in the result set of a query.

12
MCQmedium

Which protocol should be enforced for all data-in-transit between application servers and database instances?

A.TLS (Transport Layer Security)
B.HTTP
C.SNMP
D.FTP
AnswerA

TLS provides secure, encrypted communication channels.

Why this answer

TLS (Transport Layer Security) is the industry standard for encrypting data while it travels over the network.

13
MCQhard

A company requires that all database backups be immutable for 7 years to meet regulatory audits. How can this be achieved?

A.Database Replication
B.Immutable WORM Storage Policies
C.Regular manual deletion
D.Standard RAID 10
AnswerB

WORM policies ensure data cannot be tampered with.

Why this answer

WORM (Write Once, Read Many) storage policies prevent files from being altered or deleted until the retention period expires.

14
MCQmedium

A company needs to implement centralized identity management for all database administrators. Which service is appropriate?

A.Snapshotting
B.Database Aliases
C.LDAP/Active Directory Integration
D.Local Database Users
AnswerC

Centralized directories simplify identity lifecycle management.

Why this answer

LDAP or Active Directory integration allows for centralized management of authentication and authorization across multiple database instances.

15
MCQhard

A data engineer is configuring an S3 bucket to comply with GDPR requirements regarding the 'Right to be Forgotten.' Which combination of configuration settings best automates the lifecycle of user-specific data objects that have reached the end of their retention period?

A.S3 Object Lock with legal hold
B.S3 Lifecycle configuration with expiration rules
C.Cross-Region Replication (CRR)
D.Bucket policies with IAM conditions
E.S3 Inventory reports
AnswerB

Lifecycle rules provide an automated mechanism to transition or expire objects based on age.

Why this answer

S3 Lifecycle policies allow for the automated deletion of objects based on expiration rules after a specific time period.

16
MCQhard

When decommissioning a legacy server, what is the most secure way to handle the hard drives containing sensitive data?

A.Physical Destruction or Cryptographic Erasure
B.Quick Format
C.Moving drives to a dev environment
D.Deleting the Database Files
AnswerA

These are the only methods considered secure for sensitive data disposal.

Why this answer

Cryptographic erasure or physical destruction are the only ways to guarantee that data cannot be recovered from decommissioned media.

17
Multi-Selecthard

Which TWO controls are necessary to maintain the integrity of a data warehouse?

Select 2 answers
A.Enforcing referential integrity constraints
B.Increasing the number of database replicas
C.Implementing data validation logic in ETL
D.Running backups every hour
E.Using a specific naming convention for servers
AnswersA, C

Constraints maintain the logical consistency of relationships.

Why this answer

Integrity is maintained through data validation during the ETL process and by enforcing referential integrity in the database schema.

18
Multi-Selecthard

Which THREE actions should be performed during a data incident response procedure involving a potential PII leak?

Select 3 answers
A.Analyze access logs for suspicious activity
B.Update the database schema
C.Notify the relevant regulatory bodies
D.Isolate the affected data nodes
E.Delete all historical backups
AnswersA, C, D

Investigation identifies the scope and root cause.

Why this answer

Incident response requires containment, investigation, and reporting to meet legal obligations like GDPR/CCPA.

19
Multi-Selecteasy

When assessing data privacy compliance, which THREE categories of data are typically protected under laws like CCPA or GDPR?

Select 3 answers
A.Publicly listed company stock prices
B.Biometric data
C.Personally Identifiable Information (PII)
D.Financial account numbers
E.Internal server IP addresses
AnswersB, C, D

Biometric information is considered highly sensitive.

Why this answer

PII, sensitive biometric data, and financial account information are primary targets for privacy regulation.

20
Multi-Selecthard

Which THREE of the following are valid methods for securing cloud-based data storage?

Select 3 answers
A.Configuring Virtual Private Cloud (VPC) endpoints
B.Enabling server-side encryption
C.Sharing storage URLs publicly
D.Enforcing IAM roles for storage access
E.Using a password for the root cloud account
AnswersA, B, D

VPC endpoints keep traffic on the private cloud network.

Why this answer

Securing cloud storage requires a combination of IAM, encryption, and secure network configuration.

21
MCQmedium

A company is migrating to a cloud data warehouse and must comply with CCPA requirements for data portability. Which action is necessary to ensure compliance regarding user access requests?

A.Enable multi-factor authentication for all warehouse users
B.Disable all logging of user activity to prevent PII leakage
C.Increase the frequency of full database backups
D.Implement automated data export routines for individual user requests
AnswerD

Providing a machine-readable export satisfies the portability requirement.

Why this answer

Data portability under CCPA requires that the organization can export user data in a readily usable format.

22
MCQmedium

A database administrator needs to implement column-level encryption for sensitive PII in a SQL Server environment. Which tool should be used to ensure the encryption keys are managed outside the database engine?

A.Database File Stream
B.Transparent Data Encryption (TDE)
C.SQL Server Data Masking
D.SQL Server Always Encrypted with Azure Key Vault
AnswerD

This feature allows for column-level encryption where the key resides in a secure external HSM.

Why this answer

Azure Key Vault is the industry-standard service for managing encryption keys independently of the database engine, ensuring separation of duties.

23
MCQmedium

A company needs to audit all administrative actions taken on their database server. Which feature should the DBA enable?

A.Data Partitioning
B.Database Audit Logging
C.Query Optimization
D.Transaction Log Backup
AnswerB

Enabling audit logs captures the who, what, and when of database interactions.

Why this answer

Database Auditing logs all DDL and DML operations, providing the evidence needed for compliance reporting.

24
Multi-Selectmedium

Which TWO actions constitute good data lifecycle management?

Select 2 answers
A.Allowing all users access to all data
B.Defining data retention policies
C.Increasing database logging level to debug
D.Reformatting all drives annually
E.Automated archiving of stale data
AnswersB, E

Policies dictate how long data should be kept.

Why this answer

Data lifecycle management includes defining retention periods and identifying when to archive vs. destroy data.

25
Multi-Selecteasy

Which TWO of the following are common administrative tasks in a Data Governance program?

Select 2 answers
A.Updating the server operating system
B.Managing the data catalog metadata
C.Repairing broken network cables
D.Optimizing database query performance
E.Conducting access rights certification
AnswersB, E

The catalog must be updated as new data is added.

Why this answer

Governance administrators manage the metadata catalog and oversee the access request/approval process.

26
MCQeasy

Which type of data is defined as 'sensitive' and usually requires enhanced protection?

A.Temporary cache files
B.Publicly available news data
C.Static CSS files
D.Personally Identifiable Information (PII)
AnswerD

PII is highly regulated and requires specific controls.

Why this answer

Personally Identifiable Information (PII) is subject to strict regulatory requirements and must be protected.

27
Multi-Selectmedium

Which THREE elements are essential when configuring Database Activity Monitoring (DAM)?

Select 3 answers
A.Upgrading the database server CPU
B.Identifying sensitive data objects
C.Installing extra network routers
D.Configuring alert thresholds
E.Defining audit rules for privileged users
AnswersB, D, E

Focusing monitoring on PII/sensitive data is more effective.

Why this answer

DAM requires defining the scope (what to monitor), the sensitivity of the data, and the alerting rules for suspicious activity.

28
MCQmedium

A data analyst discovers that raw log files contain unmasked social security numbers. Which data governance practice should be implemented immediately to remediate the risk?

A.Dynamic Data Masking (DDM)
B.Partitioning
C.Database Mirroring
D.Database Indexing
AnswerA

DDM obscures sensitive data from unauthorized users at the query layer.

Why this answer

Data masking at the ingestion layer prevents sensitive data from being written to logs in clear text.

29
MCQhard

Which technology provides the best protection against data exfiltration from an on-premises database by a rogue administrator?

A.Database Clustering
B.Database Archiving
C.Database Sharding
D.Database Activity Monitoring (DAM) with Firewall
AnswerD

DAM and firewalls can block queries that indicate bulk exfiltration.

Why this answer

A Database Firewall inspects incoming and outgoing SQL traffic to block unauthorized queries or data exports.

30
MCQeasy

An administrator needs to restrict access to a specific S3 bucket so that only the Finance team can view files. Which configuration is the most effective approach?

A.Configure an S3 Bucket Policy
B.Update the VPC Route Table
C.Enable Public Access Block
D.Enable S3 Versioning
AnswerA

Bucket policies allow for fine-grained resource-based access control.

Why this answer

IAM policies attached to the specific bucket (Bucket Policies) are the primary control for S3 access management.

31
Multi-Selectmedium

Which THREE of the following are recognized data governance best practices?

Select 3 answers
A.Using a single database vendor
B.Increasing database storage capacity
C.Defining clear data ownership roles
D.Implementing automated data quality checks
E.Maintaining an enterprise data catalog
AnswersC, D, E

Owners are responsible for the security and quality of their data.

Why this answer

Effective governance includes defining data ownership, maintaining a metadata catalog, and ensuring data quality.

32
MCQeasy

Which document is essential to establish the legal basis for processing personal data under GDPR between a controller and a processor?

A.Service Level Agreement (SLA)
B.Acceptable Use Policy (AUP)
C.Data Privacy Impact Assessment (DPIA)
D.Data Processing Agreement (DPA)
AnswerD

The DPA outlines the processing obligations and security standards.

Why this answer

A Data Processing Agreement (DPA) is a mandatory contract under GDPR that specifies the responsibilities of the data controller and the data processor.

33
Multi-Selectmedium

As a Data Privacy Officer, you are reviewing technical controls for data security. Which TWO of the following are best practices to ensure 'Privacy by Design' in a new application? (Select TWO)

Select 2 answers
A.Prioritizing high-performance database indexing over data encryption
B.Setting default configuration to capture maximum user metadata
C.Ensuring that privacy settings are set to the most restrictive level by default
D.Implementing pseudonymization for datasets used in testing environments
E.Requiring all developers to have root access to the production database
AnswersC, D

Restrictive defaults ensure that users are protected until they choose to change settings.

Why this answer

Privacy by Design requires embedding privacy controls like pseudonymization and default data settings into the development lifecycle.

34
MCQmedium

When reviewing a database security configuration, which finding poses the highest risk?

A.Old server hardware
B.Lack of database documentation
C.Enabled default accounts with default passwords
D.Redundant indexes
AnswerC

Default credentials are a critical security vulnerability.

Why this answer

Default accounts (like 'admin' or 'sa') with default passwords are the most common entry points for attackers.

35
MCQeasy

Which action represents a 'Data Lifecycle' phase where data is safely removed?

A.Data Profiling
B.Data Integration
C.Data Ingestion
D.Data Disposition
AnswerD

Disposition is the final stage of the lifecycle.

Why this answer

The 'Disposition' or 'Destruction' phase involves securely deleting data that is no longer required.

36
MCQmedium

To ensure non-repudiation in a database system, what must be captured for every transaction?

A.Audit Logs with Unique User IDs
B.Server Uptime
C.Data Compression
D.Database Versioning
AnswerA

Unique IDs linked to actions ensure accountability.

Why this answer

Detailed audit logs including a timestamp, user ID, and the executed command provide the necessary evidence for non-repudiation.

37
MCQeasy

What is the first step in a Data Governance program?

A.Hiring a network engineer
B.Data Classification and Inventory
C.Writing SQL queries
D.Purchasing storage hardware
AnswerB

You cannot govern what you haven't identified.

Why this answer

Identifying and classifying data assets is the prerequisite to applying any security controls.

38
MCQeasy

What is the primary purpose of a Data Protection Impact Assessment (DPIA) under GDPR?

A.Identify and mitigate data processing risks
B.Backup the production database
C.Configure firewall rules
D.Accelerate database performance
AnswerA

DPIA is a formal process for risk assessment in data projects.

Why this answer

A DPIA identifies and minimizes data protection risks associated with new data processing activities.

39
Multi-Selecthard

You are evaluating the data lifecycle of an organization's unstructured data. Which THREE actions should be included in a robust Data Retention and Disposal policy? (Select THREE)

Select 3 answers
A.Creating manual backups every 24 hours
B.Automating the migration of all data to off-site tape storage
C.Classifying data based on regulatory and business sensitivity
D.Establishing a legal hold process to override automatic deletion
E.Defining explicit expiration triggers and destruction methods
AnswersC, D, E

Classification determines how long data must be kept.

Why this answer

Retention policies must define how data is stored, categorized by sensitivity, and securely destroyed.

40
MCQhard

In a multi-tenant cloud database, which mechanism ensures that tenant A cannot see data belonging to tenant B?

A.Row-Level Security (RLS)
B.Data Replication
C.Schema Versioning
D.Database Encryption
AnswerA

RLS enforces data isolation at the record level.

Why this answer

Row-Level Security (RLS) restricts rows in a table based on user or application context, effectively enforcing logical isolation.

41
MCQmedium

Which of the following is a common symptom of a broken access control mechanism in a database?

A.High CPU usage
B.Database fragmentation
C.Slow network speed
D.Insecure Direct Object Reference (IDOR)
AnswerD

IDOR occurs when a user can manipulate an input to access another user's data.

Why this answer

Insecure Direct Object References (IDOR) allow users to access resources they should not, indicating broken access control.

42
Multi-Selectmedium

A security team is implementing an access management strategy. Which THREE of the following are considered essential components of an effective Identity and Access Management (IAM) framework?

Select 3 answers
A.Authentication mechanisms
B.Network cabling standards
C.Centralized logging and auditing
D.Authorization policies
E.Database partitioning
AnswersA, C, D

Verifies the user's identity.

Why this answer

IAM frameworks rely on Authentication (who you are), Authorization (what you can do), and Auditing (tracking what you did).

43
MCQhard

An organization uses a 'bring your own key' (BYOK) model for database encryption. What is the primary benefit?

A.Easier database installation
B.Improved query performance
C.Increased control over encryption keys
D.Lower storage costs
AnswerC

BYOK ensures the data owner manages the lifecycle of the key.

Why this answer

BYOK allows the organization to retain full control over the encryption keys, preventing the cloud provider from accessing the data.

44
Multi-Selecthard

Which TWO technologies or methods are most effective at protecting sensitive data against insider threats?

Select 2 answers
A.Deploying Database DLP tools
B.Using a custom UI theme
C.Implementing separation of duties
D.Increasing server RAM
E.Enabling database mirroring
AnswersA, C

DLP monitors and blocks data exfiltration attempts.

Why this answer

Separation of duties and Data Loss Prevention (DLP) tools are the most effective ways to mitigate the risk posed by users with elevated privileges.

45
MCQeasy

Which document outlines the 'Data Owner' responsibilities in a data governance framework?

A.Server Inventory List
B.Database Schema
C.Data Governance Charter
D.Network Topology Map
AnswerC

The charter defines the governance framework and roles.

Why this answer

A Data Governance Charter defines roles, responsibilities, and decision-making authority within the organization.

46
MCQhard

A company is using a cloud-based data lake. To satisfy data sovereignty requirements, they must ensure data remains in a specific region. How can this be enforced?

A.Regional Resource Policies
B.Database Load Balancing
C.Database Indexing
D.Data Compression
AnswerA

Resource policies prevent the creation of assets outside allowed regions.

Why this answer

Cloud providers use resource location constraints and policy-based tags to restrict where data can be physically stored.

47
MCQmedium

You are auditing data security controls. You find that raw sensitive data is being written to application logs by the ETL process. Which remediation step best aligns with the principle of 'Data Minimization'?

A.Implement a log retention policy of 30 days
B.Configure the logging framework to redact sensitive fields at the source
C.Restrict access to log files to senior engineers only
D.Encrypt the log files at rest using AES-256
AnswerB

Redaction prevents sensitive data from ever reaching the logs, upholding minimization.

Why this answer

Data minimization dictates that you should only collect and process the data strictly necessary for the purpose, which includes removing sensitive data from logs.

48
MCQmedium

To comply with CCPA, an organization must track the 'Right to Know' requests. Which component of a Data Governance Framework is most relevant?

A.Data Ingestion Pipeline
B.Data Cataloging
C.Load Balancing
D.Data Compression
AnswerB

Catalogs map data assets to owners and sensitivity levels.

Why this answer

Data Cataloging allows for the inventory and metadata management necessary to respond to data access requests.

49
MCQmedium

An administrator needs to enforce password complexity on the database level. Where should this policy be configured?

A.Database Trigger
B.Backup Schedule
C.Database Authentication Policy/IAM
D.Stored Procedure
AnswerC

Authentication policies define the requirements for user credentials.

Why this answer

Password policies for database users are typically managed via the database's built-in authentication provider or integrated identity management system.

Ready to test yourself?

Try a timed practice session using only Data Governance And Security questions.