Courseiva

Splunk Enterprise Certified Architect (SPLK-2002) (SPLK-2002) (SPLK-2002) — Questions 76150

185 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
MCQhard

If an Indexer Cluster has a replication_factor of 3 and search_factor of 2, how many searchable copies of a bucket are maintained across the cluster?

A.5
B.2
C.4
D.1
E.3
AnswerB

The search factor dictates the count of searchable bucket copies.

Why this answer

The search factor determines how many copies of a bucket are searchable. If search_factor is 2, the cluster ensures at least two copies are available for searching.

77
Multi-Selectmedium

Which TWO of the following locations in the Monitoring Console can be used to monitor the health and performance of the KV Store?

Select 2 answers
A.Monitoring Console: Resource Usage: Indexer Instance
B.Monitoring Console: Licensing
C.Monitoring Console: KV Store: Instance
D.Monitoring Console: Search: Activity
E.Monitoring Console: Indexer Clustering: Status
AnswersA, C

This dashboard includes CPU and memory usage metrics for the KV store process.

Why this answer

The 'KV Store' dashboard and 'Resource Usage' dashboard are the standard places for monitoring KV store metrics.

78
Multi-Selecthard

Which THREE actions occur during the SmartStore bucket lifecycle?

Select 3 answers
A.Upload bucket to remote storage
B.Evict local copy to free space
C.Download bucket to local cache for searching
D.Automatic daily re-indexing
E.Auto-increase replication factor
AnswersA, B, C

Data is persisted to remote storage.

Why this answer

SmartStore involves moving buckets to remote storage, caching locally, and evicting local copies.

79
MCQeasy

Which bucket state is considered read-only but still resides on high-performance storage?

A.Frozen
B.Hot
C.Warm
D.Cold
AnswerC

Warm buckets are read-only and kept on high-performance storage.

Why this answer

Warm buckets are read-only (once closed) and reside on high-performance storage.

80
MCQmedium

When configuring a Search Head Cluster, what is the purpose of the 'deployer'?

A.To coordinate the election of the captain
B.To manage the replication of search configurations
C.To act as a load balancer for users
D.To store the search results for the cluster
AnswerB

The deployer pushes configuration updates to all SHC members.

Why this answer

The deployer is used to distribute configuration bundles (apps) to all search heads in the cluster.

81
MCQeasy

What is the impact of placing a very high number of indexes on a single indexer?

A.Increased file handle usage and potential performance degradation
B.Reduced licensing costs
C.Improved search speed
D.Faster data ingestion
AnswerA

Correct, managing many indexes creates high system overhead.

Why this answer

Too many indexes create too many open file handles and increase the overhead of bucket management, hurting disk I/O performance.

82
MCQmedium

A user wants to restore data from frozen buckets. What is the process for making this data searchable again?

A.Copy to the thawedPath and use the 'rebuild' command
B.Directly copy files to the warm path
C.Change the frozenTimePeriodInSecs
D.Run 'splunk restore --bucket'
AnswerA

Restoring involves placing data in the thawedPath and running the rebuild tool.

Why this answer

The data must be thawed by copying the bucket to the thawed directory and restarting/triggering a refresh.

83
MCQhard

A large-scale Splunk deployment is experiencing 'bucket rolling' latency. Upon investigation, you determine that the indexer is waiting for the indexer cluster manager to acknowledge the bucket status. Which indexer clustering setting directly impacts the speed of bucket replication during the rolling process?

A.search_factor
B.max_replication_streams
C.service_interval
D.heartbeat_timeout
AnswerB

Increasing max_replication_streams allows more concurrent bucket replications, reducing rolling latency.

Why this answer

replication_factor impacts the number of copies, but the throughput of bucket replication is managed by the replication queue settings.

84
Multi-Selecthard

When troubleshooting a failed rolling upgrade of an Indexer Cluster, which TWO of the following log files on the Cluster Master will provide the most relevant information regarding the peer's failure to return to the cluster?

Select 2 answers
A.web_access.log
B.audit.log
C.metrics.log
D.splunkd.log
E.cluster_master.log
AnswersD, E

This captures underlying process communication errors between nodes.

Why this answer

The 'cluster_master.log' contains orchestration events, and 'splunkd.log' contains general component-level errors.

85
MCQeasy

Which metric is the best predictor of the storage needed for an indexer in a cluster?

A.Number of forwarders
B.Search concurrency
C.Number of users
D.Daily ingestion volume
AnswerD

Capacity is primarily driven by daily data volume.

Why this answer

Daily ingestion volume is the primary driver for capacity planning.

86
MCQmedium

When configuring a Search Head Cluster, which of the following is true regarding the 'shcluster_replication_port'?

A.It must be different for every member.
B.It is only used by the captain.
C.It is used for forwarding data.
D.It is automatically detected by the Cluster Master.
E.It must be configured in server.conf.
AnswerE

The replication port is specified in the [shclustering] stanza of server.conf.

Why this answer

The replication port is used by SHC members to sync configuration changes, job results, and knowledge objects, and must be open on all members.

87
MCQmedium

What is the effect of using the 'tstats' command in a search?

A.It increases the number of concurrent searches allowed
B.It bypasses the parsing queue
C.It queries the TSIDX files directly, improving speed
D.It forces the use of more CPU cores
AnswerC

Correct, it leverages metadata to return results faster.

Why this answer

The 'tstats' command operates on indexed metadata (TSIDX files) and is significantly faster than standard searches for aggregate statistics.

88
Multi-Selectmedium

When planning a Splunk upgrade, which THREE of the following actions are considered best practices for maintaining system health?

Select 3 answers
A.Upgrade the license master last
B.Perform a mock upgrade in a staging environment
C.Verify compatibility with all installed apps and add-ons
D.Run the upgrade on the search heads before the indexers
E.Perform a full backup of the indexer buckets and configuration files
AnswersB, C, E

Staging allows testing of the upgrade process without affecting production data.

Why this answer

Upgrades require backups, verifying compatibility, and testing in a controlled environment.

89
MCQeasy

In a multisite indexer cluster, what does the 'site' designation in server.conf specifically control?

A.The load balancing algorithm
B.The replication policy and bucket placement
C.The user access rights
D.The search head affinity
AnswerB

Site tags drive the multisite bucket replication logic.

Why this answer

The site designation determines which data replication policies are applied to the bucket copies based on the physical location of the indexer.

90
MCQeasy

You notice that the Monitoring Console (MC) reports a 'Disk usage' warning for an indexer. Which dashboard should you navigate to in order to identify which specific index is consuming the most disk space?

A.Indexes and Volumes: Instance
B.Indexing Performance: Instance
C.Resource Usage: Indexer Instance
D.Cluster Status
AnswerA

This dashboard provides a detailed breakdown of index usage by volume and disk size.

Why this answer

The 'Index Volume' dashboard in the MC provides a breakdown of usage by index.

91
Multi-Selecthard

You have a cluster where buckets are not replicating as expected. Which THREE of the following factors should you verify to troubleshoot the replication failure?

Select 3 answers
A.The 'maxHotBuckets' setting in indexes.conf
B.The Cluster Master status shows the peer as 'Ready'
C.The Deployment Server connection status
D.The replication port is open and reachable on all peers
E.The bucket status is not 'streaming'
AnswersB, D, E

If the peer is not 'Ready', the master will not assign replication tasks to it.

Why this answer

Replication relies on the network port, bucket state, and the cluster master's view of the peer.

92
Multi-Selecteasy

Which TWO actions can improve the performance of a Splunk search head?

Select 2 answers
A.Adding more nodes to a search head cluster
B.Reducing the number of forwarders
C.Increasing the license volume
D.Disabling the indexer cluster
E.Increasing the system memory on the search head
AnswersA, E

Distributes search load across more hardware.

Why this answer

Adding nodes to a search head cluster and increasing search head memory are common ways to improve performance.

93
MCQmedium

When configuring a Search Head Cluster, what is the best practice for managing the 'shcluster-bundle' directory?

A.Version control the bundle in a separate directory
B.Delete it after every deployment
C.Keep it in the /opt/splunk/etc/system/local directory
D.Automatically sync it to the Cluster Master
AnswerA

Version control is the standard practice for managing configurations.

Why this answer

The 'shcluster-bundle' directory should be kept in a version control system (like Git) to ensure configuration changes can be tracked and reverted.

94
MCQhard

What is the primary function of the 'search_factor' in an indexer cluster?

A.The number of searchable copies of each bucket
B.The maximum number of concurrent searches
C.The number of indexer peers in the cluster
D.The number of search heads allowed in the cluster
AnswerA

Search factor determines availability of data for searches.

Why this answer

The search_factor dictates how many copies of the searchable data are maintained in the cluster to ensure high availability for search queries.

95
Multi-Selectmedium

Which THREE of the following are common causes for a Search Head Cluster member to lose contact with the captain?

Select 3 answers
A.Service load is too high causing timeouts.
B.License master is offline.
C.The indexer cluster is busy.
D.Network instability.
E.Replication port is blocked by firewall.
AnswersA, D, E

Delays response.

Why this answer

Loss of contact is often due to network issues, replication port blockage, or excessive load causing timeout.

96
MCQmedium

You want to troubleshoot why a specific search head is failing to offload scheduled searches. Which log on the Search Head should you review for delegation errors?

A.searchservice.log
B.dispatch.log
C.audit.log
D.scheduler.log
AnswerD

This tracks the lifecycle of every scheduled search execution.

Why this answer

The scheduler.log contains all information regarding the initiation and execution of scheduled reports.

97
MCQmedium

What is the recommended way to handle an indexer peer that is permanently failing in an Indexer Cluster?

A.Ignore the peer and wait for timeout.
B.Delete the indexer's data directory manually.
C.Update the master node configuration.
D.Shutdown the service without notice.
E.Use the 'splunk offline' command on the peer.
AnswerE

This notifies the CM to begin re-replication of the buckets assigned to that peer.

Why this answer

You should use the 'splunk offline' command to gracefully remove the peer, allowing the cluster to re-replicate the missing data to other healthy peers.

98
MCQeasy

In an Indexer Cluster, which component stores the 'bucket' index files?

A.Search Head
B.Indexer Peer
C.Cluster Master
D.Deployment Server
AnswerB

Indexers store the actual data buckets.

Why this answer

The indexer peers are the nodes that perform the indexing and store the data in buckets.

99
MCQhard

A Splunk administrator needs to identify why a specific search is experiencing high 'Disk Read' wait times. Which tool or log source should be utilized to correlate search IDs with specific disk latency metrics?

A.Search Inspector
B.Audit logs correlated with indexer metrics via the Monitoring Console
C.Splunk Web UI Performance Monitor
D.splunkd.log
AnswerB

The Monitoring Console provides the best integrated view for this correlation.

Why this answer

The _internal index contains the audit.log and search-activity metadata which, when correlated with OS-level metrics (e.g., via Splunk_TA_nix), provides visibility into disk I/O bottlenecks.

100
Multi-Selectmedium

Which TWO are common causes of 'Search Head Cluster' configuration replication failures?

Select 2 answers
A.Incorrect pass4SymmKey on one of the nodes
B.Too many concurrent searches
C.Incorrect license master configuration
D.Mismatch in server names
E.Network firewall blocking port 8089
AnswersA, E

Breaks authentication.

Why this answer

Authentication issues and connectivity problems are the most common reasons replication fails between cluster members.

101
MCQmedium

You are configuring a Search Head Cluster and need to ensure that local user configurations are not overwritten by cluster-wide bundles. What is the correct way to handle these local configurations?

A.Use the local/ directory for configuration files that should not be replicated
B.Move files to the var/run directory
C.Set the configuration to immutable in server.conf
D.Use the shcluster/ directory
AnswerA

The local directory is specifically ignored by the SHC replication mechanism.

Why this answer

Local configurations should be placed in the 'local' directory of the application, which is ignored by the SHC replication process for cluster-wide bundles.

102
Multi-Selecthard

Which THREE configuration changes are required to enable bucket freezing to an external archival location using a custom script?

Select 3 answers
A.Change index replication factor
B.Set coldToFrozenScript
C.Enable indexer clustering
D.Configure frozenPath
E.Place the script in the bin directory
AnswersB, D, E

This defines the script to be executed.

Why this answer

Setting coldToFrozenScript, ensuring the script is in the path, and setting the frozenPath are required.

103
MCQeasy

You are using the Monitoring Console to view the 'Search Head Clustering: Status' dashboard. You see that one of the nodes is showing as 'Missing'. What does this status imply?

A.The node is overloaded
B.The captain has not received a heartbeat from the node
C.The node is in maintenance mode
D.The node has an invalid license
AnswerB

The heartbeat mechanism failing results in the 'Missing' status in the SHC dashboard.

Why this answer

A 'Missing' status indicates that the captain has lost communication with that specific cluster member.

104
Multi-Selectmedium

Which THREE components are part of the Splunk index directory structure?

Select 3 answers
A.hotPath
B.coldPath
C.warmPath
D.homePath
E.thawedPath
AnswersB, D, E

Stores cold buckets.

Why this answer

homePath, coldPath, and thawedPath are the main directory components.

105
MCQmedium

A new indexer is added to a cluster. How does the cluster handle the historical data that already exists on other indexers?

A.The new node only receives new data
B.The cluster forces a reindex of all historical data
C.The cluster redistributes buckets only if necessary to meet factors
D.All historical data is immediately copied to the new node
AnswerC

The CM determines if buckets need to be moved to the new node.

Why this answer

Existing data is not automatically replicated to the new node unless it is required to satisfy the replication factor or search factor settings.

106
Multi-Selecteasy

Which TWO areas should be checked when troubleshooting slow data ingestion?

Select 2 answers
A.License master usage
B.Parsing queue fill percentage
C.User authentication speed
D.Search head memory usage
E.Output queue fill percentage
AnswersB, E

A full queue indicates a bottleneck.

Why this answer

The parsing queue and the output queue are the two most common bottlenecks during ingestion.

107
MCQmedium

You are designing a multi-site Indexer Cluster with two sites. To ensure search availability during a site failure, which configuration is mandatory in the site_replication_factor stanza of server.conf?

A.Enable search_factor to 2 for all sites.
B.Set replication_factor to 1 on each site.
C.Define explicit replication counts for each site using 'siteN' syntax.
D.Set cluster_mode to 'multisite_master'.
E.Configure the indexer as a site-local peer.
AnswerC

Multi-site clusters require explicit site-based replication factor definitions.

Why this answer

In a multi-site cluster, the total replication factor must be the sum of site-specific replication factors, and each site must be explicitly defined to ensure data is distributed across sites.

108
MCQmedium

When upgrading a cluster, you have successfully upgraded the Master. Now you are moving to the Indexer Peers. What is the recommended order for upgrading the peers?

A.The peers must be upgraded before the Master
B.Half the cluster, then the other half
C.One by one, ensuring the cluster returns to a healthy state before moving to the next
D.All peers at once
AnswerC

This maintains the search factor and replication availability during the upgrade.

Why this answer

Rolling upgrades (one peer at a time) ensure that search availability is maintained via data replication.

109
MCQmedium

When a Search Head Cluster is running in a multi-site environment, what configuration ensures search results are optimized?

A.Index-level bucket settings.
B.Disabling search head replication.
C.Site-specific replication factor.
D.Search affinity settings in server.conf.
E.Increasing the search timeout.
AnswerD

Defining the site on the SHC members is key for affinity.

Why this answer

Configuring 'site' in server.conf on each SHC member allows the cluster to use search affinity to query the nearest indexers.

110
MCQeasy

Which command is used to check the health of an Indexer Cluster from the Cluster Master CLI?

A.splunk cluster-check
B.splunk show cluster-status
C.splunk inspect-cluster
D.splunk search-peers
E.splunk list indexers
AnswerB

This is the standard command for status monitoring.

Why this answer

The 'splunk show cluster-status' command provides a summary of peer health, bucket status, and replication metrics.

111
MCQmedium

A Splunk architect notices that Data Model Acceleration summaries are consuming excessive disk space. Which configuration setting in datamodels.conf should be adjusted to limit the storage impact of these summaries?

A.acceleration.earliest_time
B.acceleration.backfill
C.acceleration.max_time
D.acceleration.cron_schedule
AnswerC

This limits how far back in time the summary is kept on disk.

Why this answer

acceleration.max_time defines the retention period for the accelerated summaries.

112
MCQmedium

You are designing an Indexer Cluster with three sites. To ensure data availability during a site failure, you have configured multisite replication. Which setting must be explicitly defined in server.conf on the cluster master to ensure that buckets are replicated across sites according to your policy?

A.replication_factor
B.multisite_replication_factor
C.site_replication_policy
D.cluster_replication_mode
AnswerB

This setting defines the specific bucket replication requirements for multisite deployments.

Why this answer

The multisite_replication_factor in server.conf determines how many copies of a bucket are kept and across which sites, which is essential for multisite cluster data integrity.

113
MCQeasy

Which dashboard in the Monitoring Console provides the best overview of resource consumption per search head?

A.Search Head Activity
B.Data Ingestion Performance
C.Resource Usage: Forwarders
D.Indexer Activity
AnswerA

Correct, this is the designated dashboard for search head performance.

Why this answer

The 'Search Head Activity' dashboard provides resource usage details specific to search heads.

114
MCQhard

During an upgrade, you need to verify that all indexers are running the same version of the Splunk software. What is the most efficient way to check this across the entire cluster using the CLI?

A.splunk btool server list
B.splunk show cluster-status
C.splunk list forwarders
D.Check /etc/splunk.version on each node
AnswerB

This command outputs the version, role, and health state of all cluster members.

Why this answer

The 'splunk show cluster-status' command displays the version of every indexer peer currently registered.

115
MCQeasy

Which component in Splunk is required to be the central point for managing licenses in a clustered environment?

A.The License Master
B.The Deployment Server
C.The Search Head
D.The Cluster Master
AnswerA

The LM manages all license entitlements.

Why this answer

The License Master (LM) is the central authority for all license entitlements in a cluster.

116
MCQmedium

When adding a new indexer to a multisite cluster, which attribute must be correctly set in the configuration before joining the cluster?

A.The indexer's role
B.The license server path
C.The search head affinity index
D.The site assignment
AnswerD

Critical for multisite replication logic.

Why this answer

The site attribute must be configured to ensure the CM knows where to place the new node within the multisite replication scheme.

117
MCQhard

You need to perform a clean upgrade of an indexer in a cluster. You place the indexer into maintenance mode. What happens to the replication and search factor during this time?

A.Bucket fix-up activities are suspended for this peer
B.The Master initiates bucket re-replication immediately
C.The search factor is lowered to zero
D.Search queries are routed to other peers
AnswerA

Maintenance mode ignores the offline status of the peer for fix-up purposes.

Why this answer

Maintenance mode prevents the Master from triggering bucket fix-ups (re-replication) when that specific node goes offline, preventing unnecessary data movement.

118
MCQhard

A customer is experiencing 'Search peer [peer-name] is not responding' errors during indexer maintenance. Which configuration parameter in server.conf should be tuned to prevent search failures during rolling restarts?

A.peer_down_timeout
B.max_search_time
C.restart_timeout
D.heartbeat_timeout
E.search_retry_timeout
AnswerC

This allows for longer wait times during planned maintenance.

Why this answer

The 'restart_timeout' parameter in the [clustering] stanza controls how long a search head waits for a peer to return before marking it as down during a rolling restart.

119
MCQmedium

You need to migrate a single-site Indexer Cluster to a multi-site configuration. What is the first step you must perform before modifying the server.conf on the Cluster Master?

A.Delete all existing buckets.
B.Set the cluster to maintenance_mode=true.
C.Configure the site-specific replication factors.
D.Upgrade the license server.
E.Disable all forwarder data ingestion.
AnswerB

Maintenance mode prevents unnecessary bucket transfers during configuration changes.

Why this answer

You must put the cluster into maintenance mode to prevent the CM from attempting to rebalance buckets or trigger replication while you are actively reconfiguring the site topology.

120
MCQhard

You notice that your indexer cluster has 'Streaming' buckets that are not yet searchable. What is the most likely cause?

A.The indexer is in maintenance mode.
B.The indexer disk is full.
C.The license is expired.
D.The search factor is not met for these buckets.
E.The Cluster Master is down.
AnswerD

Buckets only become searchable once the required number of search-factor copies are confirmed.

Why this answer

Streaming buckets are warm/cold buckets that are currently being replicated; if they aren't searchable, it indicates the search factor has not yet been satisfied for those buckets.

121
Multi-Selectmedium

You notice that the Monitoring Console reports that the 'Search Head Captain' has changed. Which TWO of the following logs would contain the most information about this event?

Select 2 answers
A.metrics.log
B.audit.log
C.splunkd.log
D.web_access.log
E.scheduler.log
AnswersA, C

This log records state changes in the SHC, including elections.

Why this answer

The 'metrics.log' and 'splunkd.log' track SHC events, including captain elections.

122
MCQhard

You are investigating a search issue where results are inconsistent across SHC members. What is a possible cause?

A.Different indexes.conf versions on SHC members.
B.Indexer peers are in maintenance mode.
C.The forwarder is sending bad data.
D.The license master is unreachable.
E.The Cluster Master is too busy.
AnswerA

Inconsistent configurations lead to inconsistent search results.

Why this answer

If the replication service is failing or the configuration bundles are out of sync, search results may differ between nodes.

123
MCQeasy

Which of the following is a key advantage of using a Search Head Cluster over a single search head?

A.Faster indexing performance
B.Reduced license costs
C.Smaller storage footprint
D.High availability of search and user interface
AnswerD

SHC provides redundancy for user searches and UI.

Why this answer

High availability is the primary design goal for SHC, allowing queries to be answered even if one node fails.

124
MCQhard

When designing a large-scale multisite cluster, which factor most significantly impacts the search performance when running searches across all sites?

A.The number of buckets per indexer
B.The number of users
C.Network latency between sites
D.The number of search heads
AnswerC

Latency directly affects the speed of distributed search results.

Why this answer

Cross-site network latency is the biggest bottleneck for search performance in multisite indexer clusters.

125
MCQmedium

You have added a new indexer to a cluster. The indexer is up, but the Cluster Master does not show it as 'Ready'. What is the most likely cause?

A.The indexer is missing the license file
B.The cluster master is in maintenance mode
C.The security key on the indexer does not match the Cluster Master
D.The indexer has not indexed any data yet
AnswerC

A mismatch in the secret key prevents the master from accepting the peer into the cluster.

Why this answer

The 'Ready' state requires the indexer to be connected and acknowledged by the master, often failing if the security keys do not match.

126
MCQhard

If a search head is overloaded with concurrent searches, what is the best strategy to offload the processing?

A.Increase the number of indexers
B.Reduce the number of users
C.Increase indexer memory
D.Implement a Search Head Cluster
AnswerD

A cluster distributes the search workload across nodes.

Why this answer

Distributing searches across multiple search heads or using a search head cluster helps spread the load.

127
MCQmedium

You are investigating a scenario where search performance has degraded. You observe that many searches are hitting the 'warm' buckets but not the 'cold' buckets. Where should you look to verify bucket rotation policies?

A.outputs.conf
B.inputs.conf
C.server.conf
D.indexes.conf
AnswerD

This file contains the configuration for hot/warm/cold pathing and size limits.

Why this answer

The 'indexes.conf' file defines the size and duration thresholds for bucket rotation.

128
MCQeasy

You are tasked with verifying the health of the indexer cluster. Which dashboard in the Monitoring Console provides a high-level overview of the health of all indexer nodes, including their replication status?

A.Indexer Cluster: Status
B.Indexing Performance: Cluster
C.Resource Usage: Indexer Cluster
D.Distributed Search: Status
AnswerA

This provides a comprehensive view of bucket replication and peer status.

Why this answer

The 'Indexer Cluster: Status' dashboard is the primary location for monitoring cluster health.

129
MCQhard

Which configuration file and stanza are used to define the bucket lifecycle policy for a custom index named 'customer_data'?

A.datamodels.conf [customer_data]
B.server.conf [customer_data]
C.indexes.conf [customer_data]
D.inputs.conf [customer_data]
AnswerC

Lifecycle settings for specific indexes are defined in indexes.conf.

Why this answer

indexes.conf is the standard file where index-specific lifecycle settings are defined.

130
MCQmedium

You are analyzing search performance using the Search Activity dashboard. You observe that 'Result Count' is extremely high for a specific saved search. Which optimization technique is most effective to reduce the load on the indexer?

A.Increase the memory allocation for the search head
B.Disable data model acceleration for the index
C.Use the | table command at the start
D.Use specific time ranges and selective filters at the beginning of the search
AnswerD

Filtering early reduces the total data processed by the search pipeline.

Why this answer

Adding selective filtering using indexed fields at the start of the search minimizes the amount of data read from disk.

131
Multi-Selecteasy

Which TWO of these are valid methods for controlling bucket retention?

Select 2 answers
A.maxTotalDataSizeMB
B.maxWarmDBCount
C.maxHotSpanSecs
D.index_auto_delete
E.frozenTimePeriodInSecs
AnswersA, E

Size-based retention.

Why this answer

Retention is controlled by time or size (total disk space).

132
Multi-Selectmedium

Which TWO of the following are true regarding the Splunk 'Deployment Server' (DS) in a clustered environment?

Select 2 answers
A.The DS is a mandatory component for indexer clusters
B.The DS should be used to update indexer cluster configurations
C.The DS is used to distribute apps to indexers
D.The DS manages the search head cluster captain election
E.The DS is used to distribute apps to search heads
AnswersC, E

Yes, for general apps, though not the cluster-wide bundles.

Why this answer

The DS manages apps for all components, but for indexer clusters, the CM manages the indexer-specific configuration bundles.

133
MCQmedium

You are deploying a Search Head Cluster across multiple data centers. Which feature allows you to prioritize searches performed by users in the same site as the indexers?

A.Site-aware routing
B.Data locality
C.Load balancing
D.Search affinity
AnswerD

Search affinity minimizes cross-site search traffic.

Why this answer

Search affinity allows you to configure search heads to prioritize indexers within their own site to minimize cross-site traffic.

134
MCQeasy

Which component in a distributed search environment is responsible for the 'Search Affinity' feature?

A.Search Head
B.Deployment Server
C.License Master
D.Indexer Peer
E.Cluster Master
AnswerA

The Search Head uses the site information to determine which indexers to query.

Why this answer

Search affinity allows a Search Head to prefer indexers within the same site, reducing cross-site bandwidth usage.

135
MCQeasy

You are monitoring indexer performance. Which metric in the Monitoring Console's 'Indexing Performance' dashboard best indicates a bottleneck in the ingestion pipeline?

A.Disk Read IOPS
B.Memory Usage
C.CPU Usage
D.Average Queue Fill Percentage
AnswerD

High values indicate that the indexing pipeline is saturated and cannot keep up with incoming data.

Why this answer

The 'Average Queue Fill Percentage' shows if data is backing up in the pipeline.

136
MCQmedium

When using a Search Head Cluster, what is the purpose of the 'captain'?

A.To act as the Cluster Master for indexers.
B.To store all bucket data for the indexers.
C.To receive data from forwarders.
D.To distribute search results to the end user.
E.To coordinate search scheduling and replicate configuration bundles.
AnswerE

The captain is the elected leader responsible for cluster management tasks.

Why this answer

The captain manages the search head cluster's configuration, coordinates job scheduling, and maintains the cluster state.

137
Multi-Selecthard

You are investigating why an indexer node is not reporting to the Cluster Master. Which THREE of the following are the most likely causes?

Select 3 answers
A.The indexer has too many warm buckets
B.The security key ('pass4SymmKey') is mismatched
C.The management port is blocked by a firewall
D.The replication port is blocked by a firewall
E.The indexer instance is not running the 'cluster-member' role
AnswersB, C, E

A mismatch in the key will prevent the peer from authenticating with the master.

Why this answer

Communication failures are typically due to connectivity, firewall, or security configuration.

138
MCQeasy

Which Splunk component is responsible for receiving data from forwarders and distributing it to the correct indexers?

A.Indexer
B.Search Head
C.License Master
D.Deployment Server
AnswerA

The indexer receives and stores the data.

Why this answer

An indexer cluster node or a load balancer handles this, but in standard architectures, the indexer is the destination.

139
MCQmedium

If you have a search head cluster and you want to accelerate a data model, where are the resulting summary files stored?

A.In the KV Store
B.On each search head member
C.On the indexers
D.On the deployer node
AnswerC

Accelerated summaries are stored as buckets on the indexers.

Why this answer

The accelerated summaries are stored on the indexers that contain the source data.

140
MCQeasy

What is the primary function of the 'Cluster Master' in an Indexer Cluster?

A.To handle incoming data from universal forwarders
B.To manage the indexer cluster's configuration and bucket state
C.To serve the Splunk user interface
D.To search across all indexers
AnswerB

This is the primary role of the CM.

Why this answer

The CM coordinates the cluster, including bucket replication, managing peers, and distributing configuration.

141
Multi-Selecthard

You are troubleshooting slow search performance across the indexer cluster. Which THREE of the following could be potential causes?

Select 3 answers
A.The indexers have high CPU usage
B.The KV store on the search head is disabled
C.Search concurrency limits are being reached on the search head
D.The indexer cluster is currently re-balancing buckets
E.The Splunk license is close to the daily limit
AnswersA, C, D

High CPU limits the ability to process search tasks efficiently.

Why this answer

Search performance is impacted by search concurrency, peer load, and network latency.

142
Multi-Selectmedium

Which THREE actions can help resolve 'disk-full' status on an indexer?

Select 3 answers
A.Reduce frozenTimePeriodInSecs
B.Increase maxTotalDataSizeMB
C.Decrease bucket count limits
D.Increase replication factor
E.Move cold buckets to a different volume
AnswersA, C, E

This deletes data sooner.

Why this answer

To free disk space, you can reduce retention, increase compression, or move cold data to a larger volume.

143
MCQmedium

What is the impact of having too many small buckets in an index?

A.Faster data rolling
B.Reduced disk space usage
C.Degraded search performance due to high overhead
D.Improved search performance
AnswerC

Correct, overhead slows down the search process.

Why this answer

Small buckets increase the number of file handles and metadata entries, which slows down search performance due to the overhead of scanning many files.

144
MCQeasy

What must be installed on all Search Head Cluster members before they can join the cluster?

A.A shared SSL certificate
B.A dedicated storage partition
C.A specialized Splunk App
D.The same security key
AnswerD

The pass4SymmKey must match across all members.

Why this answer

All members must have the same security key (configured in server.conf) to communicate securely within the cluster.

145
Multi-Selecthard

Which THREE factors commonly cause high CPU utilization on indexers?

Select 3 answers
A.Excessive data model acceleration jobs
B.Complex, inefficient search queries
C.Network latency between indexers
D.Low disk space
E.High ingestion volume
AnswersA, B, E

Background summary searches are CPU intensive.

Why this answer

High ingestion, inefficient search queries, and excessive data model acceleration are major contributors to CPU load.

146
Multi-Selectmedium

You are setting up the Monitoring Console to monitor a distributed environment. Which THREE of the following steps are required to ensure the Monitoring Console is correctly configured?

Select 3 answers
A.Restart the KV store on every instance
B.Set up the distributed search group
C.Configure the deployment server as a monitoring node
D.Enable the 'Monitoring Console' app on all indexers
E.Add all instances to the Monitoring Console instance group
AnswersB, C, E

The MC needs to know about all instances it is monitoring.

Why this answer

Setting up the MC involves identifying the deployment, configuring roles, and setting up the instances.

147
MCQmedium

You notice that your indexer cluster has buckets in a 'Searchable' state but some are marked as 'Streaming'. What does this indicate?

A.The bucket is corrupt
B.The indexer is performing a hot-to-warm rollover
C.Bucket replication is in progress to other peers
D.The data is being archived to cold storage
AnswerC

Streaming indicates that the bucket is being synced across the cluster.

Why this answer

Streaming buckets are typically related to the replication of data from a primary to a secondary node; if they stay in this state, it may indicate replication lag.

148
MCQmedium

You need to reduce the number of small buckets created in your index. Which parameter should you increase?

A.maxWarmDBCount
B.frozenTimePeriodInSecs
C.minHotBuckets
D.maxDataSize
AnswerD

Increasing the max size allows for larger buckets, reducing total count.

Why this answer

Increasing maxDataSize increases the size of each bucket, thereby reducing the total count of buckets.

149
MCQmedium

To optimize search performance, which feature should be enabled to allow Splunk to pre-calculate results for specific reports?

A.Summary indexing
B.Search acceleration
C.Parallel ingestion
D.Indexer clustering
AnswerB

Search/Data Model acceleration pre-calculates data for fast retrieval.

Why this answer

Data Model Acceleration creates summaries of data that allow for faster retrieval of specific metrics.

150
Multi-Selecthard

An Indexer Cluster is in 'Maintenance Mode'. Which THREE of the following implications must be considered during this time?

Select 3 answers
A.The peers will continue to index incoming data normally
B.The Master will not alert on any missing buckets
C.The Master will force a bucket re-balance immediately
D.All searches will be automatically disabled
E.The Cluster Master will not perform bucket fix-up activities
AnswersA, B, E

Maintenance mode only impacts bucket replication, not ingestion.

Why this answer

Maintenance mode suspends fix-up, prevents alerts related to peer status, and ensures no data is moved due to temporary peer absence.

Page 1

Page 2 of 3

Page 3

All pages