Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

SPLK-1005 Splunk Cloud Certified Admin Questions and Answers

Questions 4

When a forwarder phones home to a Deployment Server it compares the check-sum value of the forwarder's app to the Deployment Server's app. What happens to the app If the check-sum values do not match?

Options:

A.

The app on the forwarder is always deleted and re-downloaded from the Deployment Server.

B.

The app on the forwarder is only deleted and re-downloaded from the Deployment Server if the forwarder's app has a smaller check-sum value.

C.

The app is downloaded from the Deployment Server and the changes are merged.

D.

A warning is generated on the Deployment Server stating the apps are out of sync. An Admin will need to confirm which version of the app should be used.

Buy Now
Questions 5

In case of a Change Request, which of the following should submit a support case for Splunk Support?

Options:

A.

The party requesting the change.

B.

Certified Splunk Cloud administrator.

C.

Splunk infrastructure owner.

D.

Any person with the appropriate entitlement

Buy Now
Questions 6

Which of the following stanzas would enable a TCP input on port 1025, allowing traffic from all IP addresses except 10.5.5.1?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 7

Which of the following is true when using Intermediate Forwarders?

Options:

A.

Intermediate Forwarders may be a mix of Universal and Heavy Forwarders.

B.

All Intermediate Forwarders must be Heavy Forwarders.

C.

Intermediate Forwarders may be Universal Forwarders or Heavy Forwarders, but may not be mixed.

D.

All Intermediate Forwarders must be Universal Forwarders.

Buy Now
Questions 8

Which of the following statements regarding apps in Splunk Cloud is true?

Options:

A.

Self-service install of premium apps is possible.

B.

Only Cloud certified and vetted apps are supported.

C.

Any app that can be deployed in an on-prem Splunk Enterprise environment is also supported on Splunk Cloud.

D.

Self-service install is available for all apps on Splunkbase.

Buy Now
Questions 9

When creating a new index, which of the following is true about archiving expired events?

Options:

A.

Store expired events in private AWS-based storage.

B.

Expired events cannot be archived.

C.

Archive some expired events from an index and discard others.

D.

Store expired events on-prem using your own storage systems.

Buy Now
Questions 10

What is a private app?

Options:

A.

An app where only a specific role has read and write access.

B.

An app that is only viewable by a specific user.

C.

An app that is created and used only by a specific organization.

D.

An app where only a specific role has read access.

Buy Now
Questions 11

A Splunk Cloud administrator is looking to allow a new group of Splunk users in the marketing department to access the Splunk environment and view a dashboard with relevant data. These users need to access marketing data (stored in the marketing_data index), but shouldn't be able to access other data, such as events related to security or operations.

Which approach would be the best way to accomplish these requirements?

Options:

A.

Create a new user with access to the marketing_data index assigned.

B.

Create a new role that inherits the user role and remove the capability to search indexes other than marketing_data.

C.

Create a new role that inherits the admin rote and assign access to the marketing_dat.a index.

D.

Create a new role that does not inherit from any other role, turn on the same capabilities as the user role, and assign access to the marketing_data index.

Buy Now
Questions 12

Which of the following takes place during the input phase?

Options:

A.

Splunk annotates data with only 3 metadata keys: host, source, and sourcetype.

B.

Splunk sets the character encoding of the data.

C.

Splunk looks at the contents of the data to apply the correct source.

D.

Splunk breaks data into individual lines.

Buy Now
Questions 13

When monitoring network inputs, there will be times when the forwarder is unable to send data to the indexers. Splunk uses a memory queue and a disk queue. Which setting is used for the disk queue?

Options:

A.

queueSize

B.

maxQeueSize

C.

diskQiioiioiiizo

D.

persistentQueueSize

Buy Now
Questions 14

Which of the following would always require raising a support ticket?

Options:

A.

Capacity or configuration changes in Splunk Cloud.

B.

Search does not return expected results in Splunk Cloud.

C.

A user is unable to log into Splunk Cloud.

D.

Data is not indexed in Splunk Cloud.

Buy Now
Questions 15

By default, which of the following capabilities are granted to the sc_admin role?

Options:

A.

indexes_edit, edit___token, admin_all_objects, delete_by_keyword

B.

indexes_edit, fsh_manage, acs_conf, list_indexesdiscovert

C.

indexes_edit, fsh_manage, admin_all_objects can_delete

D.

indexes_edit, edit_token_http, admin _all objects, edit limits_conf

Buy Now
Questions 16

Li was asked to create a Splunk configuration to monitor syslog files stored on Linux servers at their organization. This configuration will be pushed out to multiple systems via a Splunk app using the on-prem deployment server.

The system administrators have provided Li with a directory listing for the logging locations on three syslog hosts, which are representative of the file structure for all systems collecting this data. An example from each system is shown below:

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 17

Which configuration shown is used to enable a forwarder as a deployment client of the server 10.1.2.3?

Options:

A.

[target-broker:deploymentServer] targetUri = 10.1.2.3:9997

B.

[target-broker:deploymentserver] targetUri = 10.1.2.3:8089

C.

[target-broker:deploymentserver] deploymentserver = 10.1.2.3:9997

D.

[target-broker:deploymentserver] deploymentserver = 10.1.2.3:8089

Buy Now
Questions 18

Which of the following is a valid monitor stanza for inputs.conf?

Options:

A.

[monitor:///var/log/*.log] index = linux sourcetype = access_combined host = 489307057

B.

[monitor:\\\var\log\httpd-[0-9].log] index = linux sourcetype = access_combined host = 489307057

C.

[monitor:///var/log/httpd-[0-9].log] index = linux sourcetype = access_combined host = 489307057

D.

[monitor:\\\var\log\*.log] index = linux sourcetype = access_combined host = 489307057

Buy Now
Questions 19

Configuration folders named default contain configuration files/settings specified in the Splunk product or default settings specified in apps. Which of the following is recommended to override these settings?

Options:

A.

It does not matter whether setting overrides are placed in default or local folders. Both are equally acceptable since Splunk will merge all the files together into one runtime model after each restart.

B.

Any settings to be overridden should be modified in-place wherever the setting was found originally. For example, if overriding a setting originally found in system/default, it should be overridden there to ensure that the desired value is used by Splunk.

C.

Overrides should be placed in a folder named local, ideally within a custom Splunk app. This ensures the overrides are preserved upon product or app upgrade and will also be easier to maintain/support.

D.

Try to store all configuration overrides in system/local folder to keep all configurations in one place. This ensures the modification has the highest precedence over all other configuration entries.

Buy Now
Questions 20

A customer wants to mask unstructured data before sending it to Splunk Cloud. Where should SEBCMD be configured for this?

Options:

A.

props. conf on a Splunk Cloud search head,

B.

props.conf on a Heavy Forwarder.

C.

transforms, cent on a Splunk Cloud indexer.

D.

props. conf- on a Universal Forwarder.

Buy Now
Questions 21

What information is identified during the input phase of the ingestion process?

Options:

A.

Line breaking and timestamp.

B.

A hash of the message payload.

C.

Metadata fields like sourcetype and host.

D.

SRC and DST IP addresses and ports.

Buy Now
Questions 22

Files from multiple systems are being stored on a centralized log server. The files are organized into directories based on the original server they came from. Which of the following is a recommended approach for correctly setting the host values based on their origin?

Options:

A.

Use the host segment, setting.

B.

Set host = * in the monitor stanza.

C.

The host value cannot be dynamically set.

D.

Manually create a separate monitor stanza for each host, with the nose = value set.

Buy Now
Questions 23

What does the followTail attribute do in inputs.conf?

Options:

A.

Pauses a file monitor if the queue is full.

B.

Only creates a tail checkpoint of the monitored file.

C.

Ingests a file starting with new content and then reading older events.

D.

Prevents pre-existing content in a file from being ingested.

Buy Now
Questions 24

Which of the following are valid settings for file and directory monitor inputs?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Exam Code: SPLK-1005
Exam Name: Splunk Cloud Certified Admin
Last Update: Dec 3, 2024
Questions: 80
SPLK-1005 pdf

SPLK-1005 PDF

$29.75  $84.99
SPLK-1005 Engine

SPLK-1005 Testing Engine

$35  $99.99
SPLK-1005 PDF + Engine

SPLK-1005 PDF + Testing Engine

$47.25  $134.99