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

SPLK-2002 Splunk Enterprise Certified Architect Questions and Answers

Questions 4

Splunk Enterprise performs a cyclic redundancy check (CRC) against the first and last bytes to prevent the same file from being re-indexed if it is rotated or renamed. What is the number of bytes sampled by default?

Options:

A.

128

B.

512

C.

256

D.

64

Buy Now
Questions 5

A Splunk environment collecting 10 TB of data per day has 50 indexers and 5 search heads. A single-site indexer cluster will be implemented. Which of the following is a best practice for added data resiliency?

Options:

A.

Set the Replication Factor to 49.

B.

Set the Replication Factor based on allowed indexer failure.

C.

Always use the default Replication Factor of 3.

D.

Set the Replication Factor based on allowed search head failure.

Buy Now
Questions 6

When configuring a Splunk indexer cluster, what are the default values for replication and search factor?

Options:

A.

replication_factor = 2search_factor = 2

B.

replication_factor = 2search factor = 3

C.

replication_factor = 3search_factor = 2

D.

replication_factor = 3search factor = 3

Buy Now
Questions 7

Which tool(s) can be leveraged to diagnose connection problems between an indexer and forwarder? (Select all that apply.)

Options:

A.

telnet

B.

tcpdump

C.

splunk btool

D.

splunk btprobe

Buy Now
Questions 8

Which index-time props.conf attributes impact indexing performance? (Select all that apply.)

Options:

A.

REPORT

B.

LINE_BREAKER

C.

ANNOTATE_PUNCT

D.

SHOULD_LINEMERGE

Buy Now
Questions 9

Which of the following is an indexer clustering requirement?

Options:

A.

Must use shared storage.

B.

Must reside on a dedicated rack.

C.

Must have at least three members.

D.

Must share the same license pool.

Buy Now
Questions 10

To expand the search head cluster by adding a new member, node2, what first step is required?

Options:

A.

splunk bootstrap shcluster-config -mgmt_uri https://node2:8089 -replication_port 9200 -secret supersecretkey

B.

splunk init shcluster-config -master_uri https://node2:8089 -replication_port 9200 -secret supersecretkey

C.

splunk init shcluster-config -mgmt_uri https://node2:8089 -replication_port 9200 -secret supersecretkey

D.

splunk add shcluster-member -new_member_uri https://node2:8089 -replication_port 9200 -secret supersecretkey

Buy Now
Questions 11

Of the following types of files within an index bucket, which file type may consume the most disk?

Options:

A.

Rawdata

B.

Bloom filter

C.

Metadata (.data)

D.

Inverted index (.tsidx)

Buy Now
Questions 12

Which of the following use cases would be made possible by multi-site clustering? (select all that apply)

Options:

A.

Use blockchain technology to audit search activity from geographically dispersed data centers.

B.

Enable a forwarder to send data to multiple indexers.

C.

Greatly reduce WAN traffic by preferentially searching assigned site (search affinity).

D.

Seamlessly route searches to a redundant site in case of a site failure.

Buy Now
Questions 13

When implementing KV Store Collections in a search head cluster, which of the following considerations is true?

Options:

A.

The KV Store Primary coordinates with the search head cluster captain when collection content changes.

B.

The search head cluster captain is also the KV Store Primary when collection content changes.

C.

The KV Store Collection will not allow for changes to content if there are more than 50 search heads in the cluster.

D.

Each search head in the cluster independently updates its KV store collection when collection content changes.

Buy Now
Questions 14

When Splunk indexes data in a non-clustered environment, what kind of files does it create by default?

Options:

A.

Index and .tsidx files.

B.

Rawdata and index files.

C.

Compressed and .tsidx files.

D.

Compressed and meta data files.

Buy Now
Questions 15

Splunk configuration parameter settings can differ between multiple .conf files of the same name contained within different apps. Which of the following directories has the highest precedence?

Options:

A.

System local directory.

B.

System default directory.

C.

App local directories, in ASCII order.

D.

App default directories, in ASCII order.

Buy Now
Questions 16

Which component in the splunkd.log will log information related to bad event breaking?

Options:

A.

Audittrail

B.

EventBreaking

C.

IndexingPipeline

D.

AggregatorMiningProcessor

Buy Now
Questions 17

Which Splunk server role regulates the functioning of indexer cluster?

Options:

A.

Indexer

B.

Deployer

C.

Master Node

D.

Monitoring Console

Buy Now
Questions 18

Following Splunk recommendations, where could the Monitoring Console (MC) be installed in a distributed deployment with an indexer cluster, a search head cluster, and 1000 forwarders?

Options:

A.

On a search peer in the cluster.

B.

On the deployment server.

C.

On the search head cluster deployer.

D.

On a search head in the cluster.

Buy Now
Questions 19

Which of the following are possible causes of a crash in Splunk? (select all that apply)

Options:

A.

Incorrect ulimit settings.

B.

Insufficient disk IOPS.

C.

Insufficient memory.

D.

Running out of disk space.

Buy Now
Questions 20

Indexing is slow and real-time search results are delayed in a Splunk environment with two indexers and one search head. There is ample CPU and memory available on the indexers. Which of the following is most likely to improve indexing performance?

Options:

A.

Increase the maximum number of hot buckets in indexes.conf

B.

Increase the number of parallel ingestion pipelines in server.conf

C.

Decrease the maximum size of the search pipelines in limits.conf

D.

Decrease the maximum concurrent scheduled searches in limits.conf

Buy Now
Questions 21

A Splunk instance has the following settings in SPLUNK_HOME/etc/system/local/server.conf:

[clustering]

mode = master

replication_factor = 2

pass4SymmKey = password123

Which of the following statements describe this Splunk instance? (Select all that apply.)

Options:

A.

This is a multi-site cluster.

B.

This cluster's search factor is 2.

C.

This Splunk instance needs to be restarted.

D.

This instance is missing the master_uri attribute.

Buy Now
Questions 22

Which of the following would be the least helpful in troubleshooting contents of Splunk configuration files?

Options:

A.

crash logs

B.

search.log

C.

btool output

D.

diagnostic logs

Buy Now
Questions 23

As a best practice, where should the internal licensing logs be stored?

Options:

A.

Indexing layer.

B.

License server.

C.

Deployment layer.

D.

Search head layer.

Buy Now
Questions 24

metrics. log is stored in which index?

Options:

A.

main

B.

_telemetry

C.

_internal

D.

_introspection

Buy Now
Questions 25

To reduce the captain's work load in a search head cluster, what setting will prevent scheduled searches from running on the captain?

Options:

A.

adhoc_searchhead = true (on all members)

B.

adhoc_searchhead = true (on the current captain)

C.

captain_is_adhoc_searchhead = true (on all members)

D.

captain_is_adhoc_searchhead = true (on the current captain)

Buy Now
Questions 26

Why should intermediate forwarders be avoided when possible?

Options:

A.

To minimize license usage and cost.

B.

To decrease mean time between failures.

C.

Because intermediate forwarders cannot be managed by a deployment server.

D.

To eliminate potential performance bottlenecks.

Buy Now
Questions 27

Splunk Enterprise platform instrumentation refers to data that the Splunk Enterprise deployment logs in the _introspection index. Which of the following logs are included in this index? (Select all that apply.)

Options:

A.

audit.log

B.

metrics.log

C.

disk_objects.log

D.

resource_usage.log

Buy Now
Questions 28

When should a Universal Forwarder be used instead of a Heavy Forwarder?

Options:

A.

When most of the data requires masking.

B.

When there is a high-velocity data source.

C.

When data comes directly from a database server.

D.

When a modular input is needed.

Buy Now
Questions 29

Other than high availability, which of the following is a benefit of search head clustering?

Options:

A.

Allows indexers to maintain multiple searchable copies of all data.

B.

Input settings are synchronized between search heads.

C.

Fewer network ports are required to be opened between search heads.

D.

Automatic replication of user knowledge objects.

Buy Now
Questions 30

When using ingest-based licensing, what Splunk role requires the license manager to scale?

Options:

A.

Search peers

B.

Search heads

C.

There are no roles that require the license manager to scale

D.

Deployment clients

Buy Now
Questions 31

A single-site indexer cluster has a replication factor of 3, and a search factor of 2. What is true about this cluster?

Options:

A.

The cluster will ensure there are at least two copies of each bucket, and at least three copies of searchable metadata.

B.

The cluster will ensure there are at most three copies of each bucket, and at most two copies of searchable metadata.

C.

The cluster will ensure only two search heads are allowed to access the bucket at the same time.

D.

The cluster will ensure there are at least three copies of each bucket, and at least two copies of searchable metadata.

Buy Now
Questions 32

The KV store forms its own cluster within a SHC. What is the maximum number of SHC members KV store will form?

Options:

A.

25

B.

50

C.

100

D.

Unlimited

Buy Now
Questions 33

Which of the following strongly impacts storage sizing requirements for Enterprise Security?

Options:

A.

The number of scheduled (correlation) searches.

B.

The number of Splunk users configured.

C.

The number of source types used in the environment.

D.

The number of Data Models accelerated.

Buy Now
Questions 34

Which of the following Splunk deployments has the recommended minimum components for a high-availability search head cluster?

Options:

A.

2 search heads, 1 deployer, 2 indexers

B.

3 search heads, 1 deployer, 3 indexers

C.

1 search head, 1 deployer, 3 indexers

D.

2 search heads, 1 deployer, 3 indexers

Buy Now
Questions 35

Which of the following commands is used to clear the KV store?

Options:

A.

splunk clean kvstore

B.

splunk clear kvstore

C.

splunk delete kvstore

D.

splunk reinitialize kvstore

Buy Now
Questions 36

Which command will permanently decommission a peer node operating in an indexer cluster?

Options:

A.

splunk stop -f

B.

splunk offline -f

C.

splunk offline --enforce-counts

D.

splunk decommission --enforce counts

Buy Now
Questions 37

A Splunk instance has crashed, but no crash log was generated. There is an attempt to determine what user activity caused the crash by running the following search:

What does searching for closed_txn=0 do in this search?

Options:

A.

Filters results to situations where Splunk was started and stopped multiple times.

B.

Filters results to situations where Splunk was started and stopped once.

C.

Filters results to situations where Splunk was stopped and then immediately restarted.

D.

Filters results to situations where Splunk was started, but not stopped.

Buy Now
Questions 38

Which of the following is a valid use case that a search head cluster addresses?

Options:

A.

Provide redundancy in the event a search peer fails.

B.

Search affinity.

C.

Knowledge Object replication.

D.

Increased Search Factor (SF).

Buy Now
Questions 39

Which command should be run to re-sync a stale KV Store member in a search head cluster?

Options:

A.

splunk clean kvstore -local

B.

splunk resync kvstore -remote

C.

splunk resync kvstore -local

D.

splunk clean eventdata -local

Buy Now
Questions 40

A customer plans to ingest 600 GB of data per day into Splunk. They will have six concurrent users, and they also want high data availability and high search performance. The customer is concerned about cost and wants to spend the minimum amount on the hardware for Splunk. How many indexers are recommended for this deployment?

Options:

A.

Two indexers not in a cluster, assuming users run many long searches.

B.

Three indexers not in a cluster, assuming a long data retention period.

C.

Two indexers clustered, assuming high availability is the greatest priority.

D.

Two indexers clustered, assuming a high volume of saved/scheduled searches.

Buy Now
Questions 41

To improve Splunk performance, parallelIngestionPipelines setting can be adjusted on which of the following components in the Splunk architecture? (Select all that apply.)

Options:

A.

Indexers

B.

Forwarders

C.

Search head

D.

Cluster master

Buy Now
Questions 42

What types of files exist in a bucket within a clustered index? (select all that apply)

Options:

A.

Inside a replicated bucket, there is only rawdata.

B.

Inside a searchable bucket, there is only tsidx.

C.

Inside a searchable bucket, there is tsidx and rawdata.

D.

Inside a replicated bucket, there is both tsidx and rawdata.

Buy Now
Questions 43

Which of the following options can improve reliability of syslog delivery to Splunk? (Select all that apply.)

Options:

A.

Use TCP syslog.

B.

Configure UDP inputs on each Splunk indexer to receive data directly.

C.

Use a network load balancer to direct syslog traffic to active backend syslog listeners.

D.

Use one or more syslog servers to persist data with a Universal Forwarder to send the data to Splunk indexers.

Buy Now
Questions 44

Before users can use a KV store, an admin must create a collection. Where is a collection is defined?

Options:

A.

kvstore.conf

B.

collection.conf

C.

collections.conf

D.

kvcollections.conf

Buy Now
Questions 45

A customer currently has many deployment clients being managed by a single, dedicated deployment server. The customer plans to double the number of clients.

What could be done to minimize performance issues?

Options:

A.

Modify deploymentclient. conf to change from a Pull to Push mechanism.

B.

Reduce the number of apps in the Manager Node repository.

C.

Increase the current deployment client phone home interval.

D.

Decrease the current deployment client phone home interval.

Buy Now
Questions 46

In the deployment planning process, when should a person identify who gets to see network data?

Options:

A.

Deployment schedule

B.

Topology diagramming

C.

Data source inventory

D.

Data policy definition

Buy Now
Questions 47

Users who receive a link to a search are receiving an "Unknown sid" error message when they open the link.

Why is this happening?

Options:

A.

The users have insufficient permissions.

B.

An add-on needs to be updated.

C.

The search job has expired.

D.

One or more indexers are down.

Buy Now
Questions 48

Which search will show all deployment client messages from the client (UF)?

Options:

A.

index=_audit component=DC* host= | stats count by message

B.

index=_audit component=DC* host= | stats count by message

C.

index=_internal component= DC* host= | stats count by message

D.

index=_internal component=DS* host= | stats count by message

Buy Now
Exam Code: SPLK-2002
Exam Name: Splunk Enterprise Certified Architect
Last Update: May 5, 2024
Questions: 160
SPLK-2002 pdf

SPLK-2002 PDF

$28  $80
SPLK-2002 Engine

SPLK-2002 Testing Engine

$33.25  $95
SPLK-2002 PDF + Engine

SPLK-2002 PDF + Testing Engine

$45.5  $130