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


Question 58 Discussion

Refer to the exhibit. What is the correct order of Jinja expressions to filter the results to show only the IP address values? {{ [slot 1]|[slot 2][slot 3].[slot 4] " }} Select each Jinja expression in the left column and drag and drop it into a blank slot on the right to place the four expressions in the correct order. After placing an expression, you can move it again if you want to change your answer. You must 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. NOTE "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." (Choose one answer)

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

Brave-Dump Clients Votes

D 100%

Comments



Simon Cliffe 2026-02-15 22:21:03

Selected Answers: D


SLOT
Expression
1
vars.artifacts.results.data
2
json_query
3
"[?type=='IP Address']"
4
value