NSE4 · Question #542
Which file names will match the *.tiff file name pattern configured in a data leak prevention filter? (Choose two.)
The correct answer is A. tiff.tiff D. gif.tiff. A data leak prevention filter configured with the wildcard pattern *.tiff will match any file name that ends with the .tiff extension.
Question
Which file names will match the *.tiff file name pattern configured in a data leak prevention filter? (Choose two.)
Options
- Atiff.tiff
- Btiff.png
- Ctiff.jpeg
- Dgif.tiff
How the community answered
(51 responses)- A92% (47)
- B2% (1)
- C6% (3)
Why each option
A data leak prevention filter configured with the wildcard pattern `*.tiff` will match any file name that ends with the `.tiff` extension.
The filename 'tiff.tiff' ends with the '.tiff' extension, which directly matches the `*.tiff` wildcard pattern.
The filename 'tiff.png' ends with '.png', which does not match the specified `*.tiff` pattern.
The filename 'tiff.jpeg' ends with '.jpeg', which does not match the specified `*.tiff` pattern.
The filename 'gif.tiff' also ends with the '.tiff' extension, satisfying the `*.tiff` wildcard pattern.
Concept tested: DLP file filter wildcard matching
Topics
Community Discussion
No community discussion yet for this question.