2024年最新の更新のSplunk SOAR Certified Automation Developerが有効なSPLK-2003問題集を無料提供しています [Q11-Q32]

Share

2024年最新の更新のSplunk SOAR Certified Automation Developerが有効なSPLK-2003問題集を無料提供しています

最新のJPNTest SPLK-2003PDF問題集をダウンロードしちゃおう:https://www.jpntest.com/shiken/SPLK-2003-mondaishu(60問題と解答)

質問 # 11
A user has written a playbook that calls three other playbooks, one after the other. The user notices that the second playbook starts executing before the first one completes. What is the cause of this behavior?

  • A. Incorrect Join configuration on the second playbook.
  • B. The steep option for the second playbook is not set to a long enough interval.
  • C. The first playbook is performing poorly.
  • D. Synchronous execution has not been configured.

正解:D

解説:
Explanation
The correct answer is D because synchronous execution has not been configured. Synchronous execution is a feature that allows you to control the order of execution of playbook blocks. By default, Phantom executes playbook blocks asynchronously, meaning that it does not wait for one block to finish before starting the next one. This can cause problems when you have dependencies between blocks or when you call other playbooks.
To enable synchronous execution, you need to use the sync action in the run playbook block and specify the name of the next block to run after the called playbook completes. See Splunk SOAR Documentation for more details.


質問 # 12
When is using decision blocks most useful?

  • A. When selecting one (or zero) possible paths in the playbook.
  • B. When evaluating complex, multi-value results or artifacts.
  • C. When modifying downstream data hi one or more paths in the playbook.
  • D. When processing different data in parallel.

正解:A

解説:
Explanation
Decision blocks are most useful when selecting one (or zero) possible paths in the playbook. Decision blocks allow the user to define one or more conditions based on action results, artifacts, or custom expressions, and execute the corresponding path if the condition is met. If none of the conditions are met, the playbook execution ends. Decision blocks are not used for processing different data in parallel, evaluating complex, multi-value results or artifacts, or modifying downstream data in one or more paths in the playbook. Reference, page 15.


質問 # 13
Which of the following can be configured in the ROl Settings?

  • A. Annual analyst salary.
  • B. Number of full time employees (FTEs).
  • C. Time lost.
  • D. Analyst hours per month.

正解:B

解説:
Explanation
The correct answer is C because the number of full time employees (FTEs) is one of the settings that can be configured in the Return on Investment (ROI) Settings page. This setting is used to calculate the ROI metrics based on the number of analysts in the organization. The answer A is incorrect because the analyst hours per month is not a configurable setting, but a calculated metric based on the FTEs and the average hours per month. The answer B is incorrect because the time lost is not a configurable setting, but a calculated metric based on the number of incidents and the average time lost per incident. The answer D is incorrect because the annual analyst salary is not a configurable setting, but a calculated metric based on the FTEs and the average salary per analyst. Reference: Splunk SOAR Admin Guide, page 131.


質問 # 14
Which is the primary system requirement that should be increased with heavy usage of the file vault?

  • A. Bandwidth of network.
  • B. Number of processors.
  • C. Amount of storage.
  • D. Amount of memory.

正解:C


質問 # 15
Which of the following supported approaches enables Phantom to run on a Windows server?

  • A. Install the Phantom RPM file in Windows Subsystem for Linux (WSL).
  • B. Run the Phantom OVA as a virtual machine.
  • C. Install the Phantom RPM in a GNU Cygwin implementation.
  • D. Run the Phantom OVA as a cloud instance.

正解:D


質問 # 16
During a second test of a playbook, a user receives an error that states: 'an empty parameters list was passed to phantom.act()." What does this indicate?

  • A. The playbook debugger's scope is set to all.
  • B. The playbook is using an incorrect container.
  • C. The container has artifacts not parameters.
  • D. The playbook debugger's scope is set to new.

正解:C


質問 # 17
What do assets provide for app functionality?

  • A. Assets provide hostnames, passwords, and other artifacts needed to run actions.
  • B. Assets provide Python code, REST API, and other capabilities needed to run actions.
  • C. Assets provide firewall, network, and data sources needed to run actions.
  • D. Assets provide location, credentials, and other parameters needed to run actions.

正解:D

解説:
Explanation
The correct answer is A because assets provide location, credentials, and other parameters needed to run actions. Assets are configurations that define how Phantom connects to external systems or devices, such as firewalls, endpoints, or threat intelligence sources. Assets specify the app, the IP address or hostname, the username and password, and any other settings required to run actions on the target system or device. The answer B is incorrect because assets do not provide hostnames, passwords, and other artifacts needed to run actions, which are data objects that can be created or retrieved by playbooks. The answer C is incorrect because assets do not provide Python code, REST API, and other capabilities needed to run actions, which are provided by apps. The answer D is incorrect because assets do not provide firewall, network, and data sources needed to run actions, which are external systems or devices that can be connected to by assets.
Reference: Splunk SOAR Admin Guide, page 45.


質問 # 18
Which of the following applies to filter blocks?

  • A. Can be used to select data for use by other blocks.
  • B. Can select containers by seventy or status.
  • C. Can select assets by tenant, approver, or app.
  • D. Can select which blocks have access to container data.

正解:D


質問 # 19
After a playbook has run, where are the results stored?

  • A. Container
  • B. Case
  • C. Splunk Index
  • D. Log file

正解:A

解説:
Explanation
The correct answer is C because after a playbook has run, the results are stored in the container that triggered the playbook. The container is a data object that represents an event or a case in Phantom. The container contains information such as the name, the description, the severity, the status, the owner, and the labels of the event or case. The container also contains the artifacts, the action results, the comments, the notes, and the phases and tasks associated with the event or case. The answer A is incorrect because after a playbook has run, the results are not stored in a Splunk index, which is a data structure that stores events from various data sources in Splunk. The Splunk index is not directly accessible by Phantom, but can be queried by Phantom using the Splunk app. The answer B is incorrect because after a playbook has run, the results are not stored in a case, which is a type of container that represents a security incident in Phantom. The case is a subset of the container, and not all containers are cases. The answer D is incorrect because after a playbook has run, the results are not stored in a log file, which is a file that records the activities or events that occur in a system or a process. The log file is not a data object in Phantom, but can be a data source for Phantom. Reference: Splunk SOAR User Guide, page 19.


質問 # 20
A user has written a playbook that calls three other playbooks, one after the other. The user notices that the second playbook starts executing before the first one completes. What is the cause of this behavior?

  • A. Incorrect Join configuration on the second playbook.
  • B. The steep option for the second playbook is not set to a long enough interval.
  • C. Synchronous execution has not been configured.
  • D. The first playbook is performing poorly.

正解:A


質問 # 21
Which of the following expressions will output debug information to the debug window in the Visual Playbook Editor?

  • A. phantom.print ()
  • B. phantom.assert()
  • C. phantom.debug()
  • D. phantom.exception()

正解:B


質問 # 22
Which app allows a user to run Splunk queries from within Phantom?

  • A. Splunk App for Phantom Reporting.
  • B. Splunk App for Phantom?
  • C. The Integrated Splunk/Phantom app.
  • D. Phantom App for Splunk.

正解:D

解説:
Explanation
The Phantom App for Splunk allows a user to run Splunk queries from within Phantom. This app provides actions such as run query, ingest events, and save search, which enable the user to interact with Splunk from Phantom playbooks or the Phantom UI. The other apps are not relevant for this use case. The Splunk App for Phantom is used to send data from Splunk to Phantom. The Integrated Splunk/Phantom app is a deprecated app that was replaced by the Splunk App for Phantom. The Splunk App for Phantom Reporting is used to generate reports on Phantom activity from Splunk. Reference, page 1.


質問 # 23
What is the default embedded search engine used by Phantom?

  • A. Embedded Splunk search engine.
  • B. Embedded Phantom search engine.
  • C. Embedded Elastic search engine.
  • D. Embedded Django search engine.

正解:C


質問 # 24
How can an individual asset action be manually started?

  • A. With the > action button in the analyst queue page.
  • B. By executing a playbook in the Playbooks section.
  • C. With the > action button in the Investigation page.
  • D. With the > asset button in the asset configuration section.

正解:C


質問 # 25
A user wants to get the playbook results for a single artifact. Which steps will accomplish the?

  • A. Use the contextual menu from the artifact and select the actions.
  • B. Use the contextual menu from the artifact and select run playbook.
  • C. Use the run playbook dialog and set the scope to the artifact.
  • D. Create a new container including Just the artifact in question.

正解:D


質問 # 26
Splunk user account(s) with which roles must be created to configure Phantom with an external Splunk Enterprise instance?

  • A. phantomsearch, phantomdelete
  • B. superuser, administrator
  • C. phantomcreate. phantomedit
  • D. admin,user

正解:C

解説:
Explanation
The correct answer is B because Splunk user account(s) with the roles phantomcreate and phantomedit must be created to configure Phantom with an external Splunk Enterprise instance. These roles grant the necessary permissions to create and edit Phantom containers and artifacts from Splunk events. The superuser and administrator roles are not required for this integration. See Splunk SOAR Documentation for more details.


質問 # 27
In this image, which container fields are searched for the text "Malware"?

  • A. Event Name or ID.
  • B. Event Name, Notes, Comments.
  • C. Event Name and Artifact Names.

正解:C

解説:
Explanation
The correct answer is A because the image shows the search interface of the Splunk SOAR product, where the user can search for events and artifacts based on various criteria. The image shows that the user has entered the text "Malware" in the search bar, which means that the search will look for events and artifacts that have the term "Malware" in their name. The answer B is incorrect because the search interface does not search for notes or comments, which are separate entities in the Splunk SOAR product. The answer C is incorrect because the search interface does not search for event ID, which is a unique identifier for each event. Reference: Splunk SOAR User Guide, page 21.


質問 # 28
Which of the following applies to filter blocks?

  • A. Can select containers by seventy or status.
  • B. Can select assets by tenant, approver, or app.
  • C. Can select which blocks have access to container data.
  • D. Can be used to select data for use by other blocks.

正解:D

解説:
Explanation
The correct answer is C because filter blocks can be used to select data for use by other blocks. Filter blocks can filter data from the container, artifacts, or custom lists based on various criteria, such as field name, value, operator, etc. Filter blocks can also join data from multiple sources using the join action. The output of the filter block can be used as input for other blocks, such as decision, format, prompt, etc. See Splunk SOAR Documentation for more details.


質問 # 29
What does a user need to do to have a container with an event from Splunk use context-aware actions designed for notable events?

  • A. Add a custom field to the container named event_id and set the custom field's data type to splunk notable event id.
  • B. Rename the event_id field from the notable event to splunkNotableEventld.
  • C. Include the notable event's event_id field and set the artifacts label to aplunk notable event id.
  • D. Include the event_id field in the search results and add a CEF definition to Phantom for event_id, datatype splunk notable event id.

正解:C

解説:
Explanation
The correct answer is A because to have a container with an event from Splunk use context-aware actions designed for notable events, you need to include the notable event's event_id field and set the artifact's label to splunk notable event id. Context-aware actions are actions that are specific to a certain type of artifact, such as Splunk notable events, Jira tickets, ServiceNow incidents, etc. To use context-aware actions, you need to label the artifacts with the appropriate type and include the required fields. For Splunk notable events, the required field is event_id, which is the unique identifier of the event in Splunk. See Splunk SOAR Documentation for more details.


質問 # 30
A user wants to use their Splunk Cloud instance as the external Splunk instance for Phantom. What ports need to be opened on the Splunk Cloud instance to facilitate this? Assume default ports are in use.

  • A. TCP 8080 and TCP 8191.
  • B. TCP 80 and TCP 443.
  • C. Splunk Cloud is not supported.
  • D. TCP 8088 and TCP 8099.

正解:A


質問 # 31
Some of the playbooks on the Phantom server should only be executed by members of the admin role. How can this rule be applied?

  • A. Add a tag with restricted access to the restricted playbooks.
  • B. Make sure the Execute Playbook capability is removed from al roles except admin.
  • C. Place restricted playbooks in a second source repository that has restricted access.
  • D. Add a filter block to al restricted playbooks that Titters for runRole - "Admin''.

正解:D


質問 # 32
......


SPLK-2003:Splunk Phantom Certified Admin試験は、セキュリティ自動化とオーケストレーションの経験を持つITプロフェッショナルにとって重要な認定プログラムです。この試験は、Phantomプラットフォームの管理、自動化設計、インシデント対応管理の分野での候補者の知識とスキルを検証することを目的としています。合格した候補者は、Phantomプラットフォームを効果的に使用してセキュリティタスクを自動化し、セキュリティインシデントを管理する能力を示せます。


SPLK-2003試験は、すでにファントムの基本的な理解を持っており、セキュリティの自動化とオーケストレーションのスキルをさらに開発したい個人向けに設計されています。この試験は、65の複数選択の質問で構成され、90分間続きます。この質問は、ファントムアーキテクチャ、展開、および管理に関する候補者の知識をテストするために設計されています。さらに、この試験では、プレイブックの作成、インシデント対応の自動化、他のセキュリティツールとの統合などのトピックもカバーしています。

 

実験された試験材料はSPLK-2003:https://www.jpntest.com/shiken/SPLK-2003-mondaishu

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡