nerdexam
Fortinet

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.

Submitted by anna_se· Apr 18, 2026Security Profiles and Content Inspection

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)
  • A
    92% (47)
  • B
    2% (1)
  • C
    6% (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.

Atiff.tiffCorrect

The filename 'tiff.tiff' ends with the '.tiff' extension, which directly matches the `*.tiff` wildcard pattern.

Btiff.png

The filename 'tiff.png' ends with '.png', which does not match the specified `*.tiff` pattern.

Ctiff.jpeg

The filename 'tiff.jpeg' ends with '.jpeg', which does not match the specified `*.tiff` pattern.

Dgif.tiffCorrect

The filename 'gif.tiff' also ends with the '.tiff' extension, satisfying the `*.tiff` wildcard pattern.

Concept tested: DLP file filter wildcard matching

Topics

#DLP#File Pattern Matching#Wildcards#Content Filtering

Community Discussion

No community discussion yet for this question.

Full NSE4 Practice