View all questions & answers for the NSE 7 - Security Operations 7.6 Architect Materials exam


Question 34 Discussion

Refer to the exhibit. What is the correct Jinja expression to filter the results to show only the MD5 hash values? {{ [slot 1] | [slot 2] [slot 3].[slot 4] }} Select the Jinja expression in the left column, hold and drag it to a blank position on the right. Place the four correct steps in order, placing the first step in the first slot. Once you place an expression, you can move it again if you want to change your answer before moving to the next question. You need to drop four Jinja expressions in the work area. Select and drag the screen divider to change the viewable area of the source and work areas. (Choose four answers)

  • A. Slot 1 > vars.artifacts
  • B. Slot 2 > json_query
  • C. Slot 3 > ("data.results[?type=='FileHash-MD5']
  • D. Slot 4 > value
Correct Answer: A,B,C,D

Brave-Dump Clients Votes

ABCD 50%
D 50%

Comments



Brave-Dumps Admin 2025-11-02 14:29:10

Selected Answers: A, B, C, D


This is a drag-and-drop question, so the answer options should not be available. Please check the correct answers inside the question rectangle instead.


Wellknown 2025-11-04 17:11:15

Selected Answers: D


{{ vars.artifacts | json_query("data.results[?type=='FileHash-MD5'].value") }}