Administering Information Protection and Compliance in Microsoft 365 — Question 73
You receive an email that contains a list of words that will be used fora sensitive information type.
You need to create a file that can be used as the source of a keyword dictionary.
In which format should you save the list?
Answer options
- A. an ACCDB database file that contains a table named Dictionary
- B. a TSV file that contains words separated by tabs
- C. a CSV file that contains words separated by commas
- D. an XLSX file that contains one word in each cell of the first row
Correct answer: C
Explanation
The correct answer is C because a CSV file is widely used for storing lists of data where each entry is separated by commas, making it suitable for a keyword dictionary. Options A and D are less practical for this purpose as they involve more complex file structures, and option B, while a valid format, is not as commonly utilized for keyword lists as CSV.