Join the discussion
Question 22/24
MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by controlling how the data appears. Which three are MySQL Enterprise Masking and De-identification functions?
Correct Answer: B,C,E
Robust Data Masking Functions
MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by controlling how the data appears. It features robust masking algorithms including selective masking, blurring, random data substitution and other special techniques for credit card numbers, account numbers and other personally identifiable information, enabling IT departments to maintain structural rules to de-identify values. MySQL Enterprise Masking and De-identification functions include:
* Selective Masking - Obscures a particular portion of numbers or strings such as phone numbers, and payment card numbers.
* Strict or Relaxed Masking - Implement strict or relaxed masking to obfuscate data.
* Random Data Substitution - Replace real values with random values while maintaining format consistency.
* Blurring - Add a random variance to existing values such as randomized numeric ranges for salaries.
* Dictionary Substitution - Randomly replace values from task specific dictionaries.
* Blacklisting and Substitution - Replace specifically blacklisted data, but leave non-blacklisted in place.
https://www.mysql.com/products/enterprise/masking.html#:~:text=Robust%20Data%20Masking%20Functions,controlling%20how%20the%20data%20appears.&text=Random%20Data%20Substitution%20%2D%20Replace%20real,values%20while%20maintaining%20format%20consistency.
MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by controlling how the data appears. It features robust masking algorithms including selective masking, blurring, random data substitution and other special techniques for credit card numbers, account numbers and other personally identifiable information, enabling IT departments to maintain structural rules to de-identify values. MySQL Enterprise Masking and De-identification functions include:
* Selective Masking - Obscures a particular portion of numbers or strings such as phone numbers, and payment card numbers.
* Strict or Relaxed Masking - Implement strict or relaxed masking to obfuscate data.
* Random Data Substitution - Replace real values with random values while maintaining format consistency.
* Blurring - Add a random variance to existing values such as randomized numeric ranges for salaries.
* Dictionary Substitution - Randomly replace values from task specific dictionaries.
* Blacklisting and Substitution - Replace specifically blacklisted data, but leave non-blacklisted in place.
https://www.mysql.com/products/enterprise/masking.html#:~:text=Robust%20Data%20Masking%20Functions,controlling%20how%20the%20data%20appears.&text=Random%20Data%20Substitution%20%2D%20Replace%20real,values%20while%20maintaining%20format%20consistency.
Add Comments
- Other Question (24q)
- Q1. Which three are recommended configurations for installing and running MySQL InnoDB Cluster...
- Q2. You are using the innoDB engine and the innodb_f ile_per_table option is set. You delete a...
- Q3. You need to load the MySQL Enterprise Audit plug-in at database startup and prevent the au...
- Q4. Which best describes database horizontal scale-out architecture deployment in MySQL in a r...
- Q5. Which two methods help prevent MySQL security risks?...
- Q6. The slave connects to the master and asks for updated records. What command was issued for...
- Q7. What is true about MySQL Enterprise Transparent Data Encryption (TDE)?...
- Q8. MySQL is installed on a Linux server with the configuration: (Exhibit) Which two methods c...
- Q9. What are two ways in which customers can receive notifications such as outages, configurat...
- Q10. The replication for a Master and Slave MySQL Servers is up and running. The disk space for...
- Q11. You have a MySQL Server instance (running with Port# 3306) monitored by the Service Manage...
- Q12. Which three installation options are available for installing the MySQL Enterprise Monitor...
- Q13. Which three options are valid reasons for using a primary key in a table?...
- Q14. Which statement adds a column with the largest integer data type?...
- Q15. You have three machines with MySQL Databases running on Linux platform. Which backup proce...
- Q16. Which query will find rows in a table that have no counterpart in another table?...
- Q17. Which three statements are true about MySQL Enterprise Backup?...
- Q18. You want to create an encrypted table. So, you enter this command: CREATE TABLE 'test_encr...
- Q19. Which four authentication protocols are allowed when using MySQL Enterprise Authentication...
- Q20. What are Security Lists in Oracle Cloud Infrastructure?...
- Q21. The MySQL Enterprise Monitor Agent requires a user configured in each MySQL instance that ...
- Q22. MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by co...
- Q23. By using the asynchronous MySQL Replication architecture, data can be replicated to slaves...
- Q24. You have been using mysqldump for logical backups of your MySQL databases. Your MySQL data...
