Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

Splunk SPLK-2002 Splunk Enterprise Certified Architect Exam Practice Test

Page: 1 / 20
Total 202 questions

Splunk Enterprise Certified Architect Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

Which of the following items are important sizing parameters when architecting a Splunk environment? (select all that apply)

Options:

A.

Number of concurrent users.

B.

Volume of incoming data.

C.

Existence of premium apps.

D.

Number of indexes.

Question 2

Stakeholders have identified high availability for searchable data as their top priority. Which of the following best addresses this requirement?

Options:

A.

Increasing the search factor in the cluster.

B.

Increasing the replication factor in the cluster.

C.

Increasing the number of search heads in the cluster.

D.

Increasing the number of CPUs on the indexers in the cluster.

Question 3

(Which Splunk component allows viewing of the LISPY to assist in debugging Splunk searches?)

Options:

A.

dbinspect

B.

Monitoring Console

C.

walklex

D.

Search Job Inspector

Question 4

(A customer has converted a CSV lookup to a KV Store lookup. What must be done to make it available for an automatic lookup?)

Options:

A.

Add the repFactor=true attribute in collections.conf.

B.

Add the replicate=true attribute in lookups.conf.

C.

Add the replicate=true attribute in collections.conf.

D.

Add the repFactor=true attribute in lookups.conf.

Question 5

(The performance of a specific search is performing poorly. The search must run over All Time and is expected to have very few results. Analysis shows that the search accesses a very large number of buckets in a large index. What step would most significantly improve the performance of this search?)

Options:

A.

Increase the disk I/O hardware performance.

B.

Increase the number of indexing pipelines.

C.

Set indexed_realtime_use_by_default = true in limits.conf.

D.

Change this to a real-time search using an All Time window.

Question 6

(If the maxDataSize attribute is set to auto_high_volume in indexes.conf on a 64-bit operating system, what is the maximum hot bucket size?)

Options:

A.

4 GB

B.

750 MB

C.

10 GB

D.

1 GB

Question 7

Which Splunk internal field can confirm duplicate event issues from failed file monitoring?

Options:

A.

_time

B.

_indextime

C.

_index_latest

D.

latest

Question 8

At which default interval does metrics.log generate a periodic report regarding license utilization?

Options:

A.

10 seconds

B.

30 seconds

C.

60 seconds

D.

300 seconds

Question 9

An index has large text log entries with many unique terms in the raw data. Other than the raw data, which index components will take the most space?

Options:

A.

Index files (*. tsidx files).

B.

Bloom filters (bloomfilter files).

C.

Index source metadata (sources.data files).

D.

Index sourcetype metadata (SourceTypes. data files).

Question 10

What log file would you search to verify if you suspect there is a problem interpreting a regular expression in a monitor stanza?

Options:

A.

btool.log

B.

metrics.log

C.

splunkd.log

D.

tailing_processor.log

Question 11

A Splunk user successfully extracted an ip address into a field called src_ip. Their colleague cannot see that field in their search results with events known to have src_ip. Which of the following may explain the problem? (Select all that apply.)

Options:

A.

The field was extracted as a private knowledge object.

B.

The events are tagged as communicate, but are missing the network tag.

C.

The Typing Queue, which does regular expression replacements, is blocked.

D.

The colleague did not explicitly use the field in the search and the search was set to Fast Mode.

Question 12

(If a license peer cannot communicate to a license manager for 72 hours or more, what will happen?)

Options:

A.

The license peer is placed in violation, and a warning is generated.

B.

A license warning is generated, and there is no impact to the license peer.

C.

What happens depends on license type.

D.

The license peer is placed in violation, and search is blocked.

Question 13

In search head clustering, which of the following methods can you use to transfer captaincy to a different member? (Select all that apply.)

Options:

A.

Use the Monitoring Console.

B.

Use the Search Head Clustering settings menu from Splunk Web on any member.

C.

Run the splunk transfer shcluster-captain command from the current captain.

D.

Run the splunk transfer shcluster-captain command from the member you would like to become the captain.

Question 14

A customer has installed a 500GB Enterprise license. They also purchased and installed a 300GB, no enforcement license on the same license master. How much data can the customer ingest before the search is locked out?

Options:

A.

300GB. After this limit, the search is locked out.

B.

500GB. After this limit, the search is locked out.

C.

800GB. After this limit, the search is locked out.

D.

Search is not locked out. Violations are still recorded.

Question 15

When adding or rejoining a member to a search head cluster, the following error is displayed:

Error pulling configurations from the search head cluster captain; consider performing a destructive configuration resync on this search head cluster member.

What corrective action should be taken?

Options:

A.

Restart the search head.

B.

Run the splunk apply shcluster-bundle command from the deployer.

C.

Run the clean raft command on all members of the search head cluster.

D.

Run the splunk resync shcluster-replicated-config command on this member.

Question 16

Which command is used for thawing the archive bucket?

Options:

A.

Splunk collect

B.

Splunk convert

C.

Splunk rebuild

D.

Splunk dbinspect

Question 17

(A customer creates a saved search that runs on a specific interval. Which internal Splunk log should be viewed to determine if the search ran recently?)

Options:

A.

metrics.log

B.

kvstore.log

C.

scheduler.log

D.

btool.log

Question 18

Which of the following statements describe a Search Head Cluster (SHC) captain? (Select all that apply.)

Options:

A.

Is the job scheduler for the entire SHC.

B.

Manages alert action suppressions (throttling).

C.

Synchronizes the member list with the KV store primary.

D.

Replicates the SHC's knowledge bundle to the search peers.

Question 19

Consider a use case involving firewall data. There is no Splunk-supported Technical Add-On, but the vendor has built one. What are the items that must be evaluated before installing the add-on? (Select all that apply.)

Options:

A.

Identify number of scheduled or real-time searches.

B.

Validate if this Technical Add-On enables event data for a data model.

C.

Identify the maximum number of forwarders Technical Add-On can support.

D.

Verify if Technical Add-On needs to be installed onto both a search head or indexer.

Question 20

What is needed to ensure that high-velocity sources will not have forwarding delays to the indexers?

Options:

A.

Increase the default value of sessionTimeout in server, conf.

B.

Increase the default limit for maxKBps in limits.conf.

C.

Decrease the value of forceTimebasedAutoLB in outputs. conf.

D.

Decrease the default value of phoneHomelntervallnSecs in deploymentclient .conf.

Question 21

What is a Splunk Job? (Select all that apply.)

Options:

A.

A user-defined Splunk capability.

B.

Searches that are subjected to some usage quota.

C.

A search process kicked off via a report or an alert.

D.

A child OS process manifested from the splunkd process.

Question 22

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.

Question 23

What does the deployer do in a Search Head Cluster (SHC)? (Select all that apply.)

Options:

A.

Distributes apps to SHC members.

B.

Bootstraps a clean Splunk install for a SHC.

C.

Distributes non-search-related and manual configuration file changes.

D.

Distributes runtime knowledge object changes made by users across the SHC.

Question 24

(An admin removed and re-added search head cluster (SHC) members as part of patching the operating system. When trying to re-add the first member, a script reverted the SHC member to a previous backup, and the member refuses to join the cluster. What is the best approach to fix the member so that it can re-join?)

Options:

A.

Review splunkd.log for configuration changes preventing the addition of the member.

B.

Delete the [shclustering] stanza in server.conf and restart Splunk.

C.

Force the member add by running splunk edit shcluster-config —force.

D.

Clean the Raft metadata using splunk clean raft.

Question 25

(Which of the following is a benefit of using SmartStore?)

Options:

A.

Automatic selection of replication and search factors.

B.

Separating storage from compute.

C.

Knowledge Object replication.

D.

Cluster Manager is no longer required.

Question 26

What is the recommended order of activities in the Splunk deployment process?

Options:

A.

Infrastructure Planning and Buildout

Splunk Deployment and Data Enrichment

User Planning and Rollout

B.

User Planning and Rollout

Infrastructure Planning and Buildout

Splunk Deployment and Data Enrichment

C.

Splunk Deployment and Data Enrichment

User Planning and Rollout

Infrastructure Planning and Buildout

D.

Infrastructure Planning and Buildout

User Planning and Rollout

Splunk Deployment and Data Enrichment

Question 27

A Splunk deployment is being architected and the customer will be using Splunk Enterprise Security (ES) and Splunk IT Service Intelligence (ITSI). Through data onboarding and sizing, it is determined that over 200 discrete KPIs will be tracked by ITSI and 1TB of data per day by ES. What topology ensures a scalable and performant deployment?

Options:

A.

Two search heads, one for ITSI and one for ES.

B.

Two search head clusters, one for ITSI and one for ES.

C.

One search head cluster with both ITSI and ES installed.

D.

One search head with both ITSI and ES installed.

Question 28

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.

Question 29

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

Options:

A.

Audittrail

B.

EventBreaking

C.

IndexingPipeline

D.

AggregatorMiningProcessor

Question 30

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.

Question 31

Which of the following are client filters available in serverclass.conf? (Select all that apply.)

Options:

A.

DNS name.

B.

IP address.

C.

Splunk server role.

D.

Platform (machine type).

Question 32

When should a dedicated deployment server be used?

Options:

A.

When there are more than 50 search peers.

B.

When there are more than 50 apps to deploy to deployment clients.

C.

When there are more than 50 deployment clients.

D.

When there are more than 50 server classes.

Question 33

Which of the following can a Splunk diag contain?

Options:

A.

Search history, Splunk users and their roles, running processes, indexed data

B.

Server specs, current open connections, internal Splunk log files, index listings

C.

KV store listings, internal Splunk log files, search peer bundles listings, indexed data

D.

Splunk platform configuration details, Splunk users and their roles, current open connections, index listings

Question 34

(Based on the data sizing and retention parameters listed below, which of the following will correctly calculate the index storage required?)

• Daily rate = 20 GB / day

• Compress factor = 0.5

• Retention period = 30 days

• Padding = 100 GB

Options:

A.

(20 * 30 + 100) * 0.5 = 350 GB

B.

20 / 0.5 * 30 + 100 = 1300 GB

C.

20 * 0.5 * 30 + 100 = 400 GB

D.

20 * 30 + 100 = 700 GB

Question 35

(A customer wishes to keep costs to a minimum, while still implementing Search Head Clustering (SHC). What are the minimum supported architecture standards?)

Options:

A.

Three Search Heads and One SHC Deployer

B.

Two Search Heads with the SHC Deployer being hosted on one of the Search Heads

C.

Three Search Heads but using a Deployment Server instead of a SHC Deployer

D.

Two Search Heads, with the SHC Deployer being on the Deployment Server

Question 36

Because Splunk indexing is read/write intensive, it is important to select the appropriate disk storage solution for each deployment. Which of the following statements is accurate about disk storage?

Options:

A.

High performance SAN should never be used.

B.

Enable NFS for storing hot and warm buckets.

C.

The recommended RAID setup is RAID 10 (1 + 0).

D.

Virtualized environments are usually preferred over bare metal for Splunk indexers.

Question 37

(What command will decommission a search peer from an indexer cluster?)

Options:

A.

splunk disablepeer --enforce-counts

B.

splunk decommission —enforce-counts

C.

splunk offline —enforce-counts

D.

splunk remove cluster-peers —enforce-counts

Question 38

(How is the search log accessed for a completed search job?)

Options:

A.

Search for: index=_internal sourcetype=search.

B.

Select Settings > Searches, reports, and alerts, then from the Actions column, select View Search Log.

C.

From the Activity menu, select Show Search Log.

D.

From the Job menu, select Inspect Job, then click the search.log link.

Question 39

Which of the following is unsupported in a production environment?

Options:

A.

Cluster Manager can run on the Monitoring Console instance in smaller environments.

B.

Search Head Cluster Deployer can run on the Monitoring Console instance in smaller environments.

C.

Search heads in a Search Head Cluster can run on virtual machines.

D.

Indexers in an indexer cluster can run on virtual machines.

Question 40

In a four site indexer cluster, which configuration stores two searchable copies at the origin site, one searchable copy at site2, and a total of four searchable copies?

Options:

A.

site_search_factor = origin:2, site1:2, total:4

B.

site_search_factor = origin:2, site2:1, total:4

C.

site_replication_factor = origin:2, site1:2, total:4

D.

site_replication_factor = origin:2, site2:1, total:4

Question 41

When adding or decommissioning a member from a Search Head Cluster (SHC), what is the proper order of operations?

Options:

A.

1. Delete Splunk Enterprise, if it exists.2. Install and initialize the instance.3. Join the SHC.

B.

1. Install and initialize the instance.2. Delete Splunk Enterprise, if it exists.3. Join the SHC.

C.

1. Initialize cluster rebalance operation.2. Remove master node from cluster.3. Trigger replication.

D.

1. Trigger replication.2. Remove master node from cluster.3. Initialize cluster rebalance operation.

Question 42

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

Question 43

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

Question 44

Where in the Job Inspector can details be found to help determine where performance is affected?

Options:

A.

Search Job Properties > runDuration

B.

Search Job Properties > runtime

C.

Job Details Dashboard > Total Events Matched

D.

Execution Costs > Components

Question 45

Which of the following statements describe search head clustering? (Select all that apply.)

Options:

A.

A deployer is required.

B.

At least three search heads are needed.

C.

Search heads must meet the high-performance reference server requirements.

D.

The deployer must have sufficient CPU and network resources to process service requests and push configurations.

Question 46

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

Question 47

A multi-site indexer cluster can be configured using which of the following? (Select all that apply.)

Options:

A.

Via Splunk Web.

B.

Directly edit SPLUNK_HOME/etc./system/local/server.conf

C.

Run a Splunk edit cluster-config command from the CLI.

D.

Directly edit SPLUNK_HOME/etc/system/default/server.conf

Question 48

The guidance Splunk gives for estimating size on for syslog data is 50% of original data size. How does this divide between files in the index?

Options:

A.

rawdata is: 10%, tsidx is: 40%

B.

rawdata is: 15%, tsidx is: 35%

C.

rawdata is: 35%, tsidx is: 15%

D.

rawdata is: 40%, tsidx is: 10%

Question 49

A monitored log file is changing on the forwarder. However, Splunk searches are not finding any new data that has been added. What are possible causes? (select all that apply)

Options:

A.

An admin ran splunk clean eventdata -index on the indexer.

B.

An admin has removed the Splunk fishbucket on the forwarder.

C.

The last 256 bytes of the monitored file are not changing.

D.

The first 256 bytes of the monitored file are not changing.

Question 50

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)

Question 51

What is the logical first step when starting a deployment plan?

Options:

A.

Inventory the currently deployed logging infrastructure.

B.

Determine what apps and use cases will be implemented.

C.

Gather statistics on the expected adoption of Splunk for sizing.

D.

Collect the initial requirements for the deployment from all stakeholders.

Question 52

Configurations from the deployer are merged into which location on the search head cluster member?

Options:

A.

SPLUNK_HOME/etc/system/local

B.

SPLUNK_HOME/etc/apps/APP_HOME/local

C.

SPLUNK_HOME/etc/apps/search/default

D.

SPLUNK_HOME/etc/apps/APP_HOME/default

Question 53

(A high-volume source and a low-volume source feed into the same index. Which of the following items best describe the impact of this design choice?)

Options:

A.

Low volume data will improve the compression factor of the high volume data.

B.

Search speed on low volume data will be slower than necessary.

C.

Low volume data may move out of the index based on volume rather than age.

D.

High volume data is optimized by the presence of low volume data.

Question 54

The frequency in which a deployment client contacts the deployment server is controlled by what?

Options:

A.

polling_interval attribute in outputs.conf

B.

phoneHomeIntervalInSecs attribute in outputs.conf

C.

polling_interval attribute in deploymentclient.conf

D.

phoneHomeIntervalInSecs attribute in deploymentclient.conf

Question 55

Which of the following describe migration from single-site to multisite index replication?

Options:

A.

A master node is required at each site.

B.

Multisite policies apply to new data only.

C.

Single-site buckets instantly receive the multisite policies.

D.

Multisite total values should not exceed any single-site factors.

Question 56

(Which of the following has no impact on search performance?)

Options:

A.

Decreasing the phone home interval for deployment clients.

B.

Increasing the number of indexers in the indexer tier.

C.

Allocating compute and memory resources with Workload Management.

D.

Increasing the number of search heads in a Search Head Cluster.

Question 57

Which of the following should be done when installing Enterprise Security on a Search Head Cluster? (Select all that apply.)

Options:

A.

Install Enterprise Security on the deployer.

B.

Install Enterprise Security on a staging instance.

C.

Copy the Enterprise Security configurations to the deployer.

D.

Use the deployer to deploy Enterprise Security to the cluster members.

Question 58

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

Question 59

Which of the following options in limits, conf may provide performance benefits at the forwarding tier?

Options:

A.

Enable the indexed_realtime_use_by_default attribute.

B.

Increase the maxKBps attribute.

C.

Increase the parallellngestionPipelines attribute.

D.

Increase the max_searches per_cpu attribute.

Question 60

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

Page: 1 / 20
Total 202 questions