Questions Flashcards

1
Q

Which two advanced attributes can be applied to incident fields when editing? (Choose two.)
A. Set a field trigger script
B. Associate to an incident type
C. Change field type
D. Change field name

A

A. Set a field trigger script
B. Associate to an incident type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Given an incident with three files, how could the name of the second file be referenced?
A. ${Files.[2].Name}
B. ${Files.Name.[2]}
C. ${File.[1].Name}
D. ${File.Name.[1]}

A

C. ${File.[1].Name}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which component can be part of a load balancing group?
A. Distributed database
B. D2 agent
C. Engine
D. Load balancing server

A

C. Engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which method accesses a field called `User Mail’ in a playbook?
A. ${incident.usermail}
B. ${incident.User Mail}
C. ${incident.UserMail}
D. ${usermail}

A

A. ${incident.usermail}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A SOC manager built a dashboard and would like to share the dashboard with other team members.
How would the SOC manager create a dashboard that meets this requirement?
A. Manually share the dashboard through user emails
B. Dashboard is shared to all XSOAR users
C. Propagate the dashboard based on SAML authentication
D. Dashboard is shared to all XSOAR users in a selected role

A

D. Dashboard is shared to all XSOAR users in a selected role

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which two methods will allow data to be saved in incident fields within a playbook? (Choose two.)
A. setFields
B. Field mapping
C. setIncident
D. Layout inline editing

A

B. Field mapping
C. setIncident

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which built-in automation/command can be used to change an incident’s type?
A. setIncident
B. Set
C. GetFieldsByIncidentType
D. modifyIncidentFields

A

A. setIncident

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An engineer notices that playbooks only start once the user clicks the ‘investigate’ button and he/she would like the playbook to start automatically.
How can this be implemented?
A. Add the playbook to the integration’s settings
B. Select ‘Run playbook automatically’ from the incident type settings
C. Add the !startinvestigation automation to the beginning of the playbook
D. Select ‘Run playbook automatically’ from the integration settings

A

B. Select ‘Run playbook automatically’ from the incident type settings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which two causes may be occurring if an integration test is working, but the integration is not fetching incidents? (Choose two.)
A. The ‘Fetches Incidents’ option may not have been enabled
B. There are no new events from the external service
C. The first fetch should be manually triggered to start the fetching process
D. It can take up to 1-hour before incidents are initially fetched

A

A. The ‘Fetches Incidents’ option may not have been enabled
B. There are no new events from the external service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which two capabilities do Automation script settings include? (Choose two.)
A. Define ‘parameters’
B. Correlate to incident types
C. Define ‘outputs’
D. Set password protection

A

A. Define ‘parameters’
D. Set password protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a primary use case of data collection tasks?
A. To allow multi-question surveys without authentication restrictions
B. To automate tasks such as parsing a file or enriching indicators
C. To generate new widgets for a dashboard
D. To determine different paths in a playbook

A

A. To allow multi-question surveys without authentication restrictions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In which three locations can an engineer try to find information, when troubleshooting a failed integration instance error produced by the test button? (Choose three.)
A. The audit log
B. The log bundle
C. The source code for an integration
D. The error message returned directly below the button
E. The playground war room

A

B. The log bundle
C. The source code for an integration
D. The error message returned directly below the button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which two statements describe how timers are configured to start and stop automatically in a playbook? (Choose two.)
A. Use a field of Number to count the number of seconds elapsed between two tasks
B. After the playbook has run, calculate the total time taken and set the timer field with this value
C. To begin counting time taken, add a task in the playbook with automation startTimer. To end the counting, add a task with automation stopTimer
D. From the Timers tab of the playbook task, choose the action for the timer and the timer field to perform the action on

A

C. To begin counting time taken, add a task in the playbook with automation startTimer. To end the counting, add a task with automation stopTimer
D. From the Timers tab of the playbook task, choose the action for the timer and the timer field to perform the action on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the default indicator expiration time?
3 days
30 days
7 days
1 year

A

3 days

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How long is the trial period for paid content packs?
A. 30 days
B. 14 days
C. 7 days
D. 60 days

A

A. 30 days

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

After enriching a username using Active Directory, an engineer would like to send an email to the user’s manager. However, this functionality is not part of the command output. The engineer checks with raw-response=true and notices that the manager’s email is returned, but not saved in the context.
How can the engineer save the data so it will be accessible?
A. Mark ignore output = true
B. Use extend-context
C. Use raw-response = save
D. Mark ignore input = true

A

B. Use extend-context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Where can engineers add the post-processing scripts to incidents?
A. The post-processing tag must be added to the automation
B. Post-processing scripts must be added at the end of playbooks
C. Post-processing scripts must be added from the Incident Type editor
D. Post-processing scripts must be added from the Post-Process Rules editor

A

C. Post-processing scripts must be added from the Incident Type editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

An engineer would like to present a trend using widgets to compare to a previous week’s data.
Which two methods will allow the engineer to meet the requirement? (Choose two.)
A. Create widget of type Line, check ‘Display Trend’ and define as 7 days ago
B. Create a custom widget using a new incident query
C. Create widget of type Number, check ‘Display Trend’ and define as 7 days ago
D. Create a custom widget using a script

A

A. Create widget of type Line, check ‘Display Trend’ and define as 7 days ago
D. Create a custom widget using a script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What happens when an integration is deprecated?
A. The integration commands in a playbook can no longer be used
B. The integration commands can be used, but it is recommended to update to the latest content pack
C. The configuration settings will be lost and the integration will no longer function
D. The integration commands in a playbook can be used, but it will fail at runtime

A

B. The integration commands can be used, but it is recommended to update to the latest content pack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which investigation element is best suited for collaboration among users?
A. Work Plan
B. Related Incidents
C. War Room
D. Context Data

A

C. War Room

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which three support types are included in the Marketplace Content Packs? (Choose three.)
A. Customer supported
B. Cortex XSOAR supported
C. Community supported
D. Partner supported
E. Prisma Cloud supported

A

B. Cortex XSOAR supported
C. Community supported
D. Partner supported

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which three authentication methods are supported when logging into XSOAR? (Choose three.)
A. OTP token
B. Username and password
C. SAML
D. Active Directory authentication
E. RADIUS

A

B. Username and password
C. SAML
D. Active Directory authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which two components have their own context data? (Choose two.)
A. Sub-playbook
B. Task
C. Field
D. Incident

A

A. Sub-playbook
D. Incident

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are two main uses of context data? (Choose two.)
A. Store incident information in JSON format
B. Store incident information in XML format
C. Pass data between playbook tasks
D. Pass data between to-do tasks

A

A. Store incident information in JSON format
C. Pass data between playbook tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Multiple company assets were reported by vulnerability scanners as being vulnerable to CVE-2017-11882. This vulnerability affects applications installed on workstations. The SOC team needs to take action and apply the new vulnerability patch that was just released. The team must first create a cause for each of the identified assets in ServiceNow IT Service Management (ITSM), in order to notify the IT department. Next, the team creates a task in the main playbook, which extracts the list of assets from the scanner report.
After the list of assets are created, what are the two solutions that the SOC team could take so that a case could be created and a patch installed? (Choose two.)
A. Create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Condition: AreValuesEqual “ Exit on yes “ left:1, right 1) and perform the following tasks: - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent
B. Create a sub-playbook with a single input containing the computer names that will loop ‘For Each Input’ and perform the following tasks: - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent
C. Set a key for storing the iteration number and create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Exit condition: iterator contains the count of the number of items in the list) and perform the following tasks: - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent
D. Set a key for storing the iteration number and create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Exit condition: iterator equal to count of the number of item in the list) and perform the following tasks: - Increase the iterator value by one each time - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent

A

B. Create a sub-playbook with a single input containing the computer names that will loop ‘For Each Input’ and perform the following tasks: - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent
D. Set a key for storing the iteration number and create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Exit condition: iterator equal to count of the number of item in the list) and perform the following tasks: - Increase the iterator value by one each time - Active Directory User Enrichment based on the computerName - Create the ServiceNow Record by adding the enrichment information - Mark the ticket severity as Urgent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

When creating a new tab in the layout, which section cannot be added?
A. Retrieve widget chart based on script
B. Related incidents
C. War room entries picked by entry query
D. Incident team members

A

B. Related incidents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

In which two ways can data be transferred between playbooks and sub-playbooks? (Choose two.)
A. Inputs and outputs
B. Through integration context
C. Automatically extracted by sub-playbooks
D. From context data, if context is shared globally

A

A. Inputs and outputs
D. From context data, if context is shared globally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

By default, which components does an XSOAR implementation include?
A. XSOAR server, XSOAR engine
B. Application server, distributed DB server
C. Application server, distributed DB server, Backup server
D. All in one server

A

D. All in one server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Which three statements are true about the Marketplace? (Choose three.)
A. Allows reverting back to a previous version of a content pack
B. Enables users to participate in the community by sharing content
C. Publishes content without additional review from the Cortex XSOAR team
D. Allows uploading of content in additional languages
E. Offers granularity in installation through content packs

A

A. Allows reverting back to a previous version of a content pack
B. Enables users to participate in the community by sharing content
E. Offers granularity in installation through content packs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What can be added to offload integration instance processing from the main server?
A. Database node
B. Application server
C. Engine
D. Development server

A

C. Engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Which XSOAR architecture would be recommended for Managed Security Service Providers (MSSP)?
A. Multi-region
B. Dev-Prod
C. Multi-tenant
D. Distributed database

A

C. Multi-tenant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

An incident field is created having the display name as Source_IP.
How can the field be accessed?
A. ${incident.sourceip}
B. ${incident.Source_IP}
C. ${incident.srcip}
D. ${incident.Source IP}

A

A. ${incident.sourceip}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

An engineer deployed two different instances of Active Directory for each organization site. As part of an account enrichment use case, the engineer would like to delete a user from one specific site.
Which command will accomplish this?
A. run ‘ad-delete-user’ command with ‘user-dn’ arg and using-brand=“Active Directory Query v2”
B. run ‘ad-delete-user’ command with ‘user-dn’ arg and raw-response=true
C. run ‘ad-delete-user’ command with ‘user-dn’ arg and ignore-outputs=true
D. run ‘ad-delete-user’ command with ‘user-dn’ arg and using=”Active Directory Query v2_instance_1”

A

D. run ‘ad-delete-user’ command with ‘user-dn’ arg and using=”Active Directory Query v2_instance_1”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

An engineer is developing a playbook that will be run multiple times for testing purposes.
What is the recommended first task to be used in the playbook?
A. DeleteContext
B. GenerateTest
C. PrintContext
D. SetContext

A

A. DeleteContext

35
Q

What is the most effective way to correlate multiple raw events coming from a SIEM and link them together?
A. Process all alerts by running the respective playbook and link related incidents during post-processing
B. Ingest all raw events, run a custom script to find the relationship between them and proceed to link them together
C. Configure a pre-process rule to link related events as they are ingested
D. Manually go through the incidents created by the raw events and link related incidents

A

C. Configure a pre-process rule to link related events as they are ingested

36
Q

Which two incident search queries are valid? (Choose two.)
A. created:>=”7 days”
B. owner===admin
C. role is Analyst
D. status:closed & category:job

A

A. created:>=”7 days”
D. status:closed & category:job

37
Q

What is the correct expression to use when filtering only PDF files?
A. Use File.Extension that does not equal (string comparison) PDF
B. Use File.Name contains PDF
C. Use File.Extension contains (general) PDF
D. Use File.Extension equals (string comparison) PDF

A

D. Use File.Extension equals (string comparison) PDF

38
Q

What are possible war room result (entry) types?
A. Context, file, error, image
B. Note, indicator, error, image
C. Video, file, error, image
D. Note, file, error, image

A

D. Note, file, error, image

39
Q

An engineer asked for a specific command in an integration but the capability does not exist. The engineer decided to edit the existing integration by copying the integration and adding the needed commands.
What is the main concern when adding these commands?
A. The commands must return a proper result to the war room for the analysts to understand
B. The code may not be written to XSOAR standards
C. The integrations are locked and cannot be edited with additional commands
D. The custom integration will not be maintained and updated by XSOAR content team

A

D. The custom integration will not be maintained and updated by XSOAR content team

40
Q

How is data transferred between playbook tasks?
A. Read/Write from context data
B. Over war room results
C. Input from the indicator page
D. Directly from a previous task

A

A. Read/Write from context data

41
Q

A large number of incidents were deleted by mistake.
Which two architecture components can be used to recover the lost data? (Choose two.)
A. Live backup
B. Engine
C. Distributed database
D. Local backup

A

A. Live backup
B. Engine

42
Q

Which two statements accurately describe layouts? (Choose two.)
A. Layouts override classification and mapping
B. New tabs can be added to the incident layout
C. Layouts can display incident information and custom fields
D. Layouts add or remove custom fields from an incident type

A

B. New tabs can be added to the incident layout
C. Layouts can display incident information and custom fields

43
Q

An engineer’s organization system is registered in the following manner: <SiteName-SystemID-Username>. The engineer created a new indicator type for detecting systems using regex. The engineer would now like the username to be created as a separate `User' indicator automatically once a system is found.
What is the most efficient way for the engineer to achieve this?
A. Create a custom indicator field named 'username' and link it to the internal system indicator
B. Change the reputation command for the internal system indicator type
C. Create a new indicator type of the internal username and set a formatting script to extract only the username
D. Create a new indicator type of the internal username and have the regex included on any string that has dash at the beginning</SiteName-SystemID-Username>

A

C. Create a new indicator type of the internal username and set a formatting script to extract only the username

44
Q

Which two options are the most effective for moving content between two environments? (Choose two.)
A. Remote repository based content sharing
B. UI based content import/export button
C. Copy the content backup from one environment file system (/var/lib/demisto/backup/content-backup-*) and move it to the other environment
D. Download the content items separately and upload them to the other environment

A

B. UI based content import/export button
D. Download the content items separately and upload them to the other environment

45
Q

Which three options can be defined in the layout settings? (Choose three.)
A. Set of fields to present
B. Permission to view the tab based on ‘Users’
C. Permission to view the tab based on ‘Roles’
D. Delete built-in tabs including the war room
E. Dynamic sections

A

A. Set of fields to present
C. Permission to view the tab based on ‘Roles’
E. Dynamic sections

46
Q

What can be used as integration parameters?
A. URL, API key, port
B. URL, certificate, image
C. Token, query, playbook
D. User-password, csv file, query

A

A. URL, API key, port

47
Q

Which two features does XSOAR offer to help recover from a server failure? (Choose two.)
A. Live backup (disaster recovery)
B. Distributed database
C. Backup data to XSOAR engines
D. Local backup

A

A. Live backup (disaster recovery)
C. Backup data to XSOAR engines

48
Q

When uploading content, which two options could the upload include? (Choose two.)
A. Indicators
B. Incidents
C. Reports
D. Fields

A

A. Indicators
B. Incidents

49
Q

An engineer defined a dashboard which allows important metrics to be displayed. The engineer would like to make this dashboard the default dashboard.
How can it be accomplished?
A. Default Dashboard can be defined by ‘Role’
B. Use the server configuration key: default.dashboards
C. Save the dashboard as a widget and apply it to all users
D. Right click on the dashboard tab and ‘Set as Default’

A

A. Default Dashboard can be defined by ‘Role’

50
Q

How would context data be filtered to receive only malicious indicator values with DBotScore?
A. Get DBotScore.value where DBotScore.Score (Larger or equals) 4
B. Get DBotScore.value where DBotScore.Score (equals (int)) 3
C. Get DBotScore where DBotScore.Score (Larger than) 1
D. Get DBotScore where DBotScore.Score (Larger or equals) 2

A

B. Get DBotScore.value where DBotScore.Score (equals (int)) 3

51
Q

Can an automation script execute an integration command and an integration command execute an automation script?
A. An automation script cannot execute an integration command and an integration command cannot execute an automation script
B. An automation script can execute an integration command and an integration command cannot execute an automation script
C. An automation script cannot execute an integration command and an integration command can execute an automation script
D. An automation script can execute an integration command and an integration command can execute an automation script

A

B. An automation script can execute an integration command and an integration command cannot execute an automation script

52
Q

Which two options will troubleshoot an integration’s fetch incidents command? (Choose two.)
A. In the instance settings, enable the fetch incidents parameter and wait for one minute
B. Create a one task playbook with a fetch-incident command
C. execute !<integration_instance_name>-fetch
D. execute !<integration_name>-fetch</integration_name></integration_instance_name>

A

A. In the instance settings, enable the fetch incidents parameter and wait for one minute
C. execute !<integration_instance_name>-fetch</integration_instance_name>

53
Q

Incidents need to be filtered by all of the following criteria:
1. Status : Pending
2. Exclude Category : Job
3. Severity : High
4. Owner : None (No owner assigned)
5. Type : Phishing
6. Email Subject : You have won a million dollars

What is the correct query syntax for the above incident search filter?
A. status==”Pending” && category!=”job” && severity==”High” && owner==”None” && type==”Phishing” && emailsubject==”You have won a million dollars”
B. Status:Pending and “Category:job and Severity:High and Owner:”” and Type:Phishing and Email Subject:You have won a million dollars
C. status:Pending and -category:job and severity:High and owner:”” and type:Phishing and emailsubject:”You have won a million dollars”
D. status:Pending or “category:job or severity:High or owner:”” or type:Phishing or emailsubject:”You have won a million dollars”
status:Pending -category:job severity:high

A

C. status:Pending and -category:job and severity:High and owner:”” and type:Phishing and emailsubject:”You have won a million dollars”

54
Q

What does Script helper contain?
A. Available commands
B. Permission settings
C. Automation version history
D. Automation timeout configuration

A

A. Available commands

55
Q

When mapping incoming data to incident fields, which statement is correct?
A. Data that is not mapped is placed under labels
B. Only text fields are classified
C. Classification cannot be used if mapping is enabled
D. Every incoming field must be mapped

A

A. Data that is not mapped is placed under labels

56
Q

Which two situations would an engineer consider when configuring classification and mapping for an incident type? (Choose two.)
A. When creating incidents from the XSOAR REST API
B. When manually creating an incident from the UI
C. When adding a new analyst account to XSOAR
D. When fetching many different incident types from a single mailbox

A

A. When creating incidents from the XSOAR REST API
D. When fetching many different incident types from a single mailbox

57
Q

Which two options may be added when a content pack is being installed? (Choose two.)
A. Lists
B. Roles
C. Other content packs
D. Indicator layouts

A

C. Other content packs
D. Indicator layouts

58
Q

Which three scripting languages can an engineer use to write XSOAR automations? (Choose three.)
A. Python
B. Perl
C. Go
D. JavaScript
E. Powershell

A

A. Python
D. JavaScript
E. Powershell

59
Q

What are two primary uses of standard tasks? (Choose two.)
A. To highlight different paths in a playbook
B. To generate new widgets for a dashboard
C. To create an incident or escalate an existing incident
D. To automate tasks such as parsing a file or enriching indicators

A

C. To create an incident or escalate an existing incident
D. To automate tasks such as parsing a file or enriching indicators

60
Q

An engineer would like to change an incident’s SLA according to the severity field changes.
How can the engineer achieve this task?
A. Use a field trigger script
B. Use a field display script
C. Create a job that queries for incident severity changes
D. Change the SLA manually every time the severity changes

A

A. Use a field trigger script

61
Q

What are three different loop types in a playbook? (Choose three.)
A. Automation
B. Built-in
C. Data collection
D. Conditional
E. For-each

A

A. Automation
B. Built-in
E. For-each

62
Q

What are two common use cases for conditional tasks? (Choose two.)
A. They are used for branching paths in a playbook
B. They are used to interact with users through survey functionality
C. They are used to determine which incident will be executed
D. They are used for sending a specific question to a person or team

A

A. They are used for branching paths in a playbook
D. They are used for sending a specific question to a person or team

63
Q

An engineer wants to customize the regex for the default IP indicator type.
How can this change be implemented?
A. Create a new indicator type and disable the built-in IP indicator
B. Edit the regex of the default IP Indicator
C. Add a new server configuration key that will overwrite the default regex of the IP indicator
D. Delete the default IP indicator

A

A. Create a new indicator type and disable the built-in IP indicator

64
Q

In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)
A. In repetitive process flows to iterate for each playbook input
B. When continuously ingesting incidents from third-party systems
C. In repetitive process flows with no more than 10 loops
D. In repetitive processes that requires sub-playbook re-execution

A

A. In repetitive process flows to iterate for each playbook input
D. In repetitive processes that requires sub-playbook re-execution

65
Q

Which configuration is a valid distributed database (DB) implementation?
A. 2 main DBs, 1 application server, 2 node servers
B. 1 main DB, 1 application server, 3 node servers
C. 2 application servers, 1 main DB, 1 node server
D. 1 application server, 2 main DBs, 1 node server

A

B. 1 main DB, 1 application server, 3 node servers

66
Q

An engineer would like to add a custom field to the New Job form for a job triggered from a threat intel feed.
How would the engineer implement this?
A. The new job form changes based on the threat intel feed integration configuration
B. The new job form can be edited from the Indicator Feed incident type editor
C. The new job form for a threat intel feed job cannot be edited
D. The new job form can be edited from the threat intel feeds integration settings

A

B. The new job form can be edited from the Indicator Feed incident type editor

67
Q

An automation returned an output called: csvReport.
What filter would be used to check if the automation returned results?
A. Contains/Includes
B. Equals/Matches
C. In/In list
D. Is defined/Exist

A

D. Is defined/Exist

68
Q

What is the difference between labels and fields?
A. Fields can be used in playbooks and labels cannot
B. Fields are indexed in the database and labels are not
C. Labels can be used in queries and fields cannot
D. Labels are indexed in the database and fields are not

A

C. Labels can be used in queries and fields cannot

69
Q

What is the default task type when creating an empty task?
A. Standard (Manual)
B. Conditional
C. Section header
D. Standard (Automated)

A

A. Standard (Manual)

70
Q

Which two methods are used to add new content to the XSOAR Content Repository? (Choose two.)
A. Create content and add it to the standard content by contributing through the Marketplace
B. Use the XSOAR GitHub Contribution Guide to add the contribution to the standard content
C. Create a support ticket with the custom content for review by the support team
D. Any custom content will be automatically uploaded to the content repository

A

A. Create content and add it to the standard content by contributing through the Marketplace
D. Any custom content will be automatically uploaded to the content repository

71
Q

In which two options can an automation script be executed? (Choose two.)
A. Engine
B. Integration
C. War room
D. Playbook

A

A. Engine
C. War room

72
Q

By default, automation written in which language will be executed in a Docker container?
A. Python
B. Go
C. JavaScript
D. Perl

A

A. Python

73
Q

What is the correct definition regarding integration parameters and command arguments?
A. Parameters are global variables which means that every command can use these configurable options in order to run. Arguments are shared with other commands and must be present for each command.
B. Parameters are local variables which means that every command can use these configurable options in order to run. Arguments are shared with other commands and must be present for each command.
C. Parameters are local variables which means that every command can use these configurable options in order to run. Arguments are specific to only one command.
D. Parameters are global variables which means that every command can use these configurable options in order to run. Arguments are specific to only one command.

A

D. Parameters are global variables which means that every command can use these configurable options in order to run. Arguments are specific to only one command.

74
Q

In which two locations can filters and transformers be used on XSOAR? (Choose two.)
A. Classification and Mapping
B. Playbook Tasks
C. Evidence Fields
D. Incident Fields

A

A. Classification and Mapping
B. Playbook Tasks

75
Q

Which three actions can an engineer take on the troubleshooting page? (Choose three.)
A. Download the debug log bundle
B. Put the XSOAR server in maintenance mode
C. View and modify server configuration settings
D. Export and import custom content
E. View a list of server administrators

A

A. Download the debug log bundle
C. View and modify server configuration settings
D. Export and import custom content

76
Q

XSOAR Engineer has developed a playbook and would like to contribute it to the XSOAR Marketplace to share with other users.
Which two options are available to the Engineer for contributing to the Marketplace? (Choose two.)
A. Open a ticket with the XSOAR support team
B. Create a pull request directly on Github
C. Contribute through the XSOAR UI
D. Send an email to contributions@xsoar.com

A

B. Create a pull request directly on Github
C. Contribute through the XSOAR UI

77
Q

Which two input requirements are needed to train a machine learning model? (Choose two.)
A. 3000 Incidents
B. Incident Field
C. Verdict Label
D. Incident Type

A

B. Incident Field
D. Incident Type

78
Q

Which two solutions are available to scale an overloaded XSOAR environment? (Choose two.)
A. Add a distributed database server
B. Add an indexing server
C. Add a live backup server (disaster recovery)
D. Add an engine

A

A. Add a distributed database server
D. Add an engine

79
Q

Management would like to get an incident report automatically following an incident’s closure.
How would this be accomplished?
A. Define a task in a playbook to generate an incident report before the closure occurs
B. Manually create an ‘Incident Report’
C. Configure post-processing using a script
D. Create an ‘Incident Report’ from the Reports page

A

C. Configure post-processing using a script

80
Q

Which two reasons would lead an engineer to create a custom widget? (Choose two.)
A. To visualize server configuration keys
B. To visualize XSOAR list data
C. To visualize complex incident data calculations
D. To visualize context data
E. To visualize a custom query

A

D. To visualize context data
E. To visualize a custom query

81
Q

Which port should a security team use to pull data from Console’s API?
A. 53
B. 25
C. 8084
D. 8083

A

D. 8083

82
Q

When developing the playbook, which of the following can be used by a XSOAR Administrator?
A. The Debugger panel to test data with one of the last five incidents. This will affect the incident’s original incident data.
B. Context data from existing incidents by exporting the YAML data from incidents and importing it to the playbook editor.
C. Debugger panel and XML data from a similar incident with New Mock Incident. This will not affect the incident’s original incident data.
D. The Debugger panel to test data with one of the last fifty incidents. This will not affect the incident’s original incident data.

A

D. The Debugger panel to test data with one of the last fifty incidents. This will not affect the incident’s original incident data.

83
Q

What does the outgoing mapper support?
A. Mirroring
B. Classification
C. Dynamic fields
D. Pre-processing

A

A. Mirroring