Courseiva

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

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

Page 1 of 3

Page 2
1
Multi-Selectmedium

Which THREE configuration files are most important when tuning indexer performance?

Select 3 answers
A.server.conf
B.inputs.conf
C.web.conf
D.limits.conf
E.indexes.conf
AnswersA, D, E

Manages system-wide and clustering configurations.

Why this answer

indexes.conf, limits.conf, and server.conf are the critical files for indexer performance settings.

2
MCQeasy

A user reports that they cannot see data from an indexer peer in the Monitoring Console. Which service should you check first to ensure the MC is able to communicate with the remote instance?

A.splunkweb
B.mongod
C.Deployment Client
D.splunkd
AnswerD

The splunkd service handles all management and data communication APIs.

Why this answer

The splunkd service is the core engine required for all Splunk communications.

3
MCQeasy

Which setting in indexes.conf should be tuned to balance memory usage and indexing speed for a high-volume indexer?

A.maxDataSize
B.hot_bucket_count
C.io_priority
D.block_size
AnswerA

Controls the size of buckets, affecting merge frequency.

Why this answer

maxDataSize determines the size of the TSIDX files before rolling, which impacts how often the indexer performs merge operations.

4
MCQhard

If you need to move a bucket from one peer to another in an indexer cluster manually, how should you proceed?

A.Edit the bucket.json file on the peer
B.Use the Cluster Master to trigger a rebalance
C.Delete the bucket directory from the peer
D.Use the 'mv' command on the filesystem
AnswerB

The CM handles data movement automatically.

Why this answer

You should not move buckets manually; the CM manages bucket placement. If you need to remove a node, you use the proper removal command, which triggers the CM to migrate the data.

5
MCQmedium

When adding a new indexer to an existing Indexer Cluster, what is the best practice to ensure the indexer is ready before it starts receiving data?

A.Start the splunk service and wait for the CM to acknowledge registration.
B.Set the indexer to maintenance mode.
C.Manually copy index buckets from other peers.
D.Restart all existing peers.
E.Add the indexer to the indexer discovery list.
AnswerA

The peer must complete the handshake with the CM to be active.

Why this answer

New peers must register with the Cluster Master and receive the latest configuration bundle before they can participate in indexing.

6
MCQmedium

A search head cluster is currently running in a degraded state because the 'captain' has failed. What is the expected behavior?

A.The cluster stops processing all searches
B.The cluster automatically reverts to standalone mode
C.A new captain is elected automatically
D.Manual intervention is required to elect a new captain
AnswerC

The SHC is designed to be self-healing.

Why this answer

In an SHC, if the captain fails, the remaining members will automatically perform an election to choose a new captain, allowing the cluster to continue operating.

7
Multi-Selectmedium

Which THREE factors influence the disk I/O performance of an indexer cluster?

Select 3 answers
A.Search concurrency
B.Daily ingestion volume
C.Deployment server latency
D.Storage latency/type
E.Number of users logged in
AnswersA, B, D

Simultaneous searches increase disk reads.

Why this answer

Disk I/O is impacted by ingestion rate, search concurrency, and the type of storage used (e.g., SSD vs HDD).

8
MCQeasy

Which component is responsible for distributing configuration bundles to indexers in a cluster?

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

The CM is the single source of truth for indexer configuration.

Why this answer

The Cluster Master manages the configuration bundles and pushes them to indexer peers upon configuration changes.

9
Multi-Selectmedium

Which TWO of the following are necessary to configure a multi-site Indexer Cluster?

Select 2 answers
A.Define sites in server.conf.
B.Use a load balancer for all traffic.
C.Enable search factor on each indexer.
D.Define site-specific replication factors.
E.Configure the license master.
AnswersA, D

Required for site awareness.

Why this answer

Multi-site clusters require explicit definition of sites in server.conf and appropriate replication factor settings for those sites.

10
MCQeasy

You have a deployment server managing multiple forwarder classes. You need to update a configuration file for only one specific server class. Which directory on the Deployment Server should you update?

A.$SPLUNK_HOME/etc/slave-apps
B.$SPLUNK_HOME/etc/system/local
C.$SPLUNK_HOME/etc/apps
D.$SPLUNK_HOME/etc/deployment-apps/<server_class_name>/local
AnswerD

This is the correct path for deploying configuration updates to a specific class.

Why this answer

The deployment server uses directories within the 'deployment-apps' folder to manage different server classes.

11
MCQeasy

When configuring a Search Head Cluster, what is the purpose of the 'replication_factor' setting in server.conf?

A.To limit the number of users
B.To specify the number of search nodes in the cluster
C.To balance the search load across nodes
D.To define the number of copies of search artifacts
AnswerD

This ensures configuration redundancy among search heads.

Why this answer

In an SHC, the replication_factor defines how many copies of the search-related configurations are replicated across members.

12
Multi-Selectmedium

You are troubleshooting a scenario where the Indexer Cluster is not meeting its 'Search Factor' requirement. Which TWO of the following actions can help you resolve this?

Select 2 answers
A.Delete all cold buckets
B.Increase the 'search_factor' in the Master's server.conf
C.Check that all peers are 'Ready' in the Cluster Master
D.Restart the Search Head Cluster
E.Increase the 'replication_port' timeout
AnswersB, C

If the requirement is higher than the available peers, adjusting the setting or adding peers is required.

Why this answer

Fixing search factor issues involves verifying peer health and potentially increasing the search factor if the cluster is under-provisioned.

13
Multi-Selecthard

Which TWO methods are recommended to optimize search performance when dealing with large datasets?

Select 2 answers
A.Use data models and acceleration
B.Use the 'transaction' command
C.Increase the number of indexers
D.Filter searches using indexed fields
E.Disable all authentication
AnswersA, D

Pre-calculates data for fast retrieval.

Why this answer

Using indexed fields and leveraging data models are the two most effective ways to optimize searches.

14
MCQhard

In a multi-site indexer cluster, which setting controls the number of copies of data kept per site?

A.site_replication_factor
B.max_site_copies
C.site_data_count
D.cross_site_replication
AnswerA

This defines the replication policy per site.

Why this answer

The 'site_replication_factor' is configured in server.conf on the cluster master to define replication behavior across sites.

15
MCQeasy

An administrator notices that searches are slow due to high CPU utilization on indexers. Which configuration change in limits.conf directly controls the maximum number of concurrent searches allowed on an indexer?

A.concurrent_search_limit
B.max_searches_per_cpu
C.base_max_searches
D.max_searches
AnswerB

Correct, this is the primary setting for limiting concurrent searches.

Why this answer

The max_searches_per_cpu setting in limits.conf defines the maximum number of concurrent searches allowed per CPU core on an indexer.

16
MCQeasy

Where do you check the current status of the license usage in the Monitoring Console?

A.Monitoring Console: Licensing
B.Settings: Server Settings
C.Monitoring Console: Indexer Status
D.Monitoring Console: Resource Usage
AnswerA

This dashboard displays daily usage, warnings, and quota information.

Why this answer

The 'Licensing' dashboard in the Monitoring Console provides a clear view of current usage against the license limit.

17
MCQmedium

You are performing a maintenance task on a Search Head Cluster (SHC). You need to ensure the Captain is not currently running any scheduled reports before you decommission it. Where do you check this?

A.Search Head Clustering: Status dashboard
B.Monitoring Console: Search: Activity dashboard
C.The 'distsearch.conf' file
D.The 'savedsearches.conf' file
AnswerA

This dashboard shows current captain status and any active jobs.

Why this answer

The 'SHC Captain's Status' dashboard or the 'splunk show shcluster-status' command reveals the current job activity.

18
MCQhard

In a multisite indexer cluster, a bucket with replication factor 3 has its primary copy in Site 1 and secondary copies in Site 2. A network partition occurs. Which setting determines if the indexer will accept new data if it cannot reach the Site 2 indexers?

A.min_replication_factor
B.search_factor_per_site
C.cluster_replication_queue
D.site_replication_factor
AnswerD

This dictates the policy for site-based replication requirements.

Why this answer

site_replication_factor determines the behavior for bucket replication across sites.

19
Multi-Selecthard

Which TWO performance-related tasks should be performed on a regular basis?

Select 2 answers
A.Reviewing the Search Activity dashboard
B.Deleting all historical data
C.Restarting all indexers daily
D.Increasing license capacity daily
E.Monitoring index storage usage
AnswersA, E

Identifies expensive searches.

Why this answer

Regularly reviewing search activity and monitoring index usage are key proactive maintenance tasks.

20
MCQhard

You want to move an indexer peer to a different site in an existing multisite cluster. What is the procedure to ensure the cluster recognizes the new site mapping?

A.Run a rebalance command on the CM
B.Change the site value in server.conf and restart the indexer
C.Delete the indexer and re-add it
D.Modify the indexer's hostname
AnswerB

This is the correct way to reassign a site tag.

Why this answer

You must update the 'site' parameter in server.conf and restart the indexer; the CM will then recognize the new site mapping.

21
MCQmedium

A Splunk architect is calculating the storage requirement for an index that receives 500GB of raw data per day, with a 30-day retention period and a standard 50% compression ratio. If the raw data volume doubles, how should the retention period be modified to maintain the original storage footprint?

A.Decrease retention to 15 days
B.Keep retention at 30 days
C.Decrease retention to 7 days
D.Increase retention to 60 days
AnswerA

Halving the retention offsets the doubling of the daily ingestion volume.

Why this answer

If volume doubles (1000GB/day) and storage space must remain constant, the retention must be halved (15 days) to keep the total stored data volume equivalent.

22
MCQmedium

You are troubleshooting a Search Head Cluster where a member node cannot join the cluster. Which log file on the node is the most useful for diagnosing the communication issue?

A.web_access.log
B.audit.log
C.splunkd.log
D.metrics.log
AnswerC

This is the primary log for troubleshooting SHC connectivity.

Why this answer

The 'splunkd.log' file contains detailed information about search head cluster communication, heartbeat, and member joining processes.

23
Multi-Selectmedium

You are managing a large indexer cluster and notice that search performance is inconsistent. Which TWO of the following items should you investigate to troubleshoot search distribution issues?

Select 2 answers
A.The contents of distsearch.conf on the search head
B.The 'max_search_peers' setting in limits.conf
C.The indexing throughput on each peer
D.The license master logs
E.The deployment server logs
AnswersA, B

This file controls which peers the search head communicates with for distributed search.

Why this answer

The 'distsearch.conf' configures how searches are distributed, and 'max_search_peers' in limits.conf can throttle or restrict search concurrency.

24
MCQhard

You are troubleshooting a configuration bundle replication issue in an Indexer Cluster. The peers are not receiving the latest configuration from the Master. What is the first thing you should check on the Cluster Master?

A.Check the replication_port
B.splunk validate cluster-bundle
C.Restart the Master
D.Check /etc/apps for errors
AnswerB

This command checks the configuration files in master-apps for errors before they are bundled and pushed.

Why this answer

The 'splunk validate cluster-bundle' command checks the bundle for configuration errors before replication.

25
Multi-Selecteasy

Which TWO tools in the Splunk UI assist in performance troubleshooting?

Select 2 answers
A.Monitoring Console
B.Deployment Server
C.Search Inspector
D.License Master
E.Upload Data Wizard
AnswersA, C

Provides system-wide health and performance metrics.

Why this answer

The Search Inspector and the Monitoring Console are the standard tools for performance diagnosis.

26
Multi-Selecthard

You have determined that a specific app deployed via the Deployment Server is causing indexer errors. Which THREE of the following actions can you take to rectify this?

Select 3 answers
A.Disable the server class associated with that app
B.Restart the master node
C.Remove the app folder from the deployment-apps directory on the Deployment Server
D.Manually delete the app folder on all indexer peers
E.Update the app to a known stable version in the deployment-apps directory
AnswersA, C, E

Disabling the server class stops the deployment of the faulty app.

Why this answer

Remediation involves removing the app, rolling back the version, or fixing the configuration.

27
Multi-Selecthard

Which TWO of the following are true about the 'splunk apply shcluster-bundle' command?

Select 2 answers
A.It distributes configuration bundles to all members.
B.It is used for indexer cluster management.
C.It can be run from any SHC member.
D.It requires member restart to apply changes.
E.It requires the '--skip-version-check' flag.
AnswersA, D

This is the primary function of the command.

Why this answer

This command pushes configurations from the captain to all members and requires a restart or reload of the splunkd service.

28
MCQeasy

When designing an index strategy for high-frequency search performance, which component of the bucket lifecycle has the highest impact on disk I/O performance?

A.Hot/Warm buckets
B.Summary buckets
C.Cold buckets
D.Frozen buckets
AnswerA

Hot/Warm buckets are the active write and primary search targets.

Why this answer

Hot/Warm buckets are actively written to and searched, placing the highest load on the storage subsystem.

29
MCQmedium

In a disaster recovery scenario, which file must be restored to a new Cluster Master to ensure it recognizes the existing indexer peers?

A.inputs.conf
B.server.conf
C.distsearch.conf
D.props.conf
E.indexes.conf
AnswerB

The cluster secret and mode are stored here.

Why this answer

The 'server.conf' (containing the cluster secret and configuration) and the 'master-apps' directory are crucial for restoring a CM's knowledge of the cluster.

30
MCQhard

You notice that your indexers are using different versions of a lookup file. Where should you look to find the authoritative version of the lookup file if it is being managed by the Cluster Master?

A.$SPLUNK_HOME/etc/slave-apps
B.$SPLUNK_HOME/etc/master-apps
C.$SPLUNK_HOME/etc/system/local
D.$SPLUNK_HOME/etc/apps
AnswerB

The Master uses the 'master-apps' directory as the source for all indexer peer configuration bundles.

Why this answer

The Cluster Master distributes apps and lookup files from the '$SPLUNK_HOME/etc/master-apps' directory.

31
MCQhard

When troubleshooting a failed App deployment, which log on the Deployment Client should you check to confirm that the app was downloaded and extracted?

A.app_install.log
B.splunkd.log
C.deploymentclient.log
D.web_service.log
AnswerB

The splunkd.log records the deployment client heartbeat and the download status of app bundles.

Why this answer

The 'splunkd.log' on the client logs the Deployment Client's activity, including the downloading of apps.

32
MCQmedium

A Splunk architect is performing capacity planning. If an indexer receives 1TB of logs daily, and the Splunk compression factor is 1:10 (resulting in 100GB of storage per day), how much storage is needed for 30 days of data, including a 20% overhead for bucket overhead and metadata?

A.3.6 TB
B.1.2 TB
C.3.0 TB
D.4.2 TB
AnswerA

Correct calculation: (100GB/day * 30 days) * 1.2 = 3600GB = 3.6TB.

Why this answer

100GB * 30 days = 3000GB. 3000GB * 1.20 = 3600GB or 3.6TB.

33
MCQeasy

What is the recommended method to distribute configuration changes across a Search Head Cluster?

A.Using the Deployment Server.
B.Updating the captain only.
C.Using the 'splunk apply shcluster-bundle' command.
D.Manual file copying to each node.
E.Using a shared network drive.
AnswerC

This ensures atomic and consistent updates across all members.

Why this answer

The 'splunk apply shcluster-bundle' command is the only supported method for pushing configuration updates to SHC members.

34
MCQeasy

When planning a deployment, which component is required to act as the primary communication hub for managing configuration bundles in an Indexer Cluster?

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

The CM is responsible for distributing configuration bundles to peers.

Why this answer

The Cluster Master (CM) manages the configuration bundles that are pushed to all indexer peers in the cluster.

35
Multi-Selecthard

Which THREE conditions cause a bucket to transition from Warm to Cold?

Select 3 answers
A.Exceeding homePath.maxDataSizeMB
B.Indexing service restart
C.Search head cluster member failure
D.Exceeding maxWarmDBCount
E.Bucket becomes inactive/too old
AnswersA, D, E

When the path size is exceeded, space must be cleared.

Why this answer

Transitions to cold happen based on the maxWarmDBCount, maxTotalDataSizeMB, or total data age limits.

36
MCQmedium

When a search is running, what does the 'Dispatch' directory store?

A.Indexed data
B.Temporary search results and metadata
C.License information
D.App configuration files
AnswerB

Correct, these are temporary artifacts.

Why this answer

The dispatch directory stores temporary search artifacts, including results, logs, and metadata for ongoing and recently completed searches.

37
Multi-Selectmedium

Which THREE settings should you tune to optimize Data Model Acceleration?

Select 3 answers
A.acceleration.max_time
B.index_retention
C.acceleration.cron_schedule
D.acceleration.backfill
E.max_summary_size
AnswersA, C, D

Retention limit.

Why this answer

Acceleration is managed through the datamodels.conf file, specifically regarding backfill, retention, and cron schedules.

38
MCQmedium

When implementing a multisite indexer cluster, what happens if the cluster master becomes unreachable for a short duration?

A.All indexing stops immediately
B.Search heads stop returning results
C.Data replication across sites is forced immediately
D.Indexer peers continue to accept and index data
AnswerD

Peers maintain local autonomy for data ingestion during CM downtime.

Why this answer

In an indexer cluster, search heads and indexer peers can continue to operate and process data even if the CM is offline, though bucket replication might be paused.

39
Multi-Selecthard

Which TWO settings are crucial when planning for bucket replication in a clustered environment?

Select 2 answers
A.listen_port
B.site_replication_factor
C.max_hot_buckets
D.replication_factor
E.heartbeat_timeout
AnswersB, D

This defines replication requirements across sites.

Why this answer

Replication factor and site replication factor are the core components of cluster bucket redundancy.

40
Multi-Selecteasy

Which THREE of the following are components involved in a distributed search architecture?

Select 3 answers
A.Deployment Server
B.Search Head
C.Application Server
D.Indexer
E.Database Server
AnswersA, B, D

Essential for management.

Why this answer

A distributed architecture requires a search head for queries, indexers for data, and a deployment server for configuration management.

41
MCQeasy

In an Indexer Cluster, what is the primary role of the Cluster Master (CM) regarding bucket management?

A.Directing search requests to specific indexers.
B.Indexing incoming forwarder data.
C.Maintaining the bucket registry and managing replication status.
D.Storing raw data and serving search requests.
E.Aggregating search results from indexers.
AnswerC

The CM maintains the state of the cluster and delegates replication tasks.

Why this answer

The CM assigns bucket IDs and manages bucket replication/searchability across peers, but it does not store the raw indexed data itself.

42
MCQeasy

What happens to data when a bucket's 'frozenTimePeriodInSecs' is reached?

A.It is moved back to the hot bucket state
B.It is re-indexed for better performance
C.It is moved to the warm bucket state
D.It is deleted or moved to a cold storage directory
AnswerD

The bucket is permanently removed or archived.

Why this answer

Once the frozen time period is reached, the bucket is frozen (moved to the frozen path or deleted).

43
MCQhard

During a rolling upgrade of an Indexer Cluster, one indexer fails to rejoin the cluster. The Cluster Master indicates the node is 'Down'. Which command should you run on the Indexer Peer to verify if the indexer has successfully joined the cluster manager's configuration secret?

A.splunk validate cluster-config
B.splunk list cluster-members
C.splunk show cluster-config
D.splunk status
AnswerC

This confirms if the peer has the correct master URI and security key.

Why this answer

The 'splunk show cluster-config' command displays the current cluster master settings on the peer.

44
MCQeasy

How can you verify the current health and performance of your indexers using the Monitoring Console?

A.License usage dashboard
B.Indexer: Instance dashboard
C.Deployment Health dashboard
D.Search Performance dashboard
AnswerB

Correct, this is the designated dashboard.

Why this answer

The 'Indexer: Instance' dashboard provides real-time metrics on throughput, CPU, and disk usage per indexer.

45
MCQmedium

You are tasked with upgrading an Indexer Cluster. Which order of operations is recommended by Splunk best practices?

A.Upgrade the Cluster Master first, then the indexer peers
B.Upgrade the search heads first
C.Upgrade all components simultaneously
D.Upgrade the indexer peers first, then the Cluster Master
AnswerA

The CM should always be at the same or higher version than the peers.

Why this answer

You should always upgrade the Cluster Master first to ensure it can manage the upgraded peer nodes.

46
Multi-Selectmedium

Which THREE settings in indexes.conf help manage bucket size and count?

Select 3 answers
A.frozenTimePeriodInSecs
B.max_searches_per_cpu
C.maxWarmDBCount
D.index_concurrency
E.maxDataSize
AnswersA, C, E

Controls when data is archived/deleted.

Why this answer

maxDataSize, maxWarmDBCount, and frozenTimePeriodInSecs are key for managing bucket lifecycle and volume.

47
MCQhard

What is the primary architectural trade-off when using very short 'maxHotSpanSecs' values?

A.Improved data ingestion speed
B.Reduced search performance
C.Increased metadata overhead on the indexer
D.Increased compression efficiency
AnswerC

Too many small buckets create significant metadata overhead.

Why this answer

Frequent bucket rotation leads to a higher number of buckets, which increases indexer overhead and metadata management.

48
MCQmedium

Which command helps you understand if your search is retrieving too much data from the disk by analyzing the 'index_time' and 'search_time'?

A.Monitoring Console Search Activity Dashboard
B.Search Inspector
C.btool
D.splunkd log analysis
AnswerB

Correct, it provides the breakdown of search duration.

Why this answer

The Search Inspector gives a breakdown of how much time was spent on disk I/O versus processing, aiding in performance tuning.

49
Multi-Selecteasy

Which TWO types of storage can be used for indexer data?

Select 2 answers
A.USB flash drives
B.Search head cache
C.Temporary memory storage
D.Object storage (SmartStore)
E.Local attached storage
AnswersD, E

Supported modern backend.

Why this answer

Splunk supports local storage and network storage (NAS/SAN) or object storage for SmartStore.

50
MCQhard

In a SmartStore architecture, what happens when a bucket is evicted from local cache?

A.The bucket is moved to the cold path
B.The bucket is no longer searchable
C.The local disk space is freed
D.The bucket is deleted from remote storage
AnswerC

Eviction allows for local disk reclamation while preserving data on the backend.

Why this answer

In SmartStore, eviction removes the copy from the indexer's local disk, but the bucket persists in remote object storage.

51
MCQhard

What is the purpose of the 'homePath.maxDataSizeMB' setting in indexes.conf?

A.Sets the maximum size of a single hot bucket
B.Limits the total size of all hot/warm buckets in the homePath
C.Limits the number of buckets to 100
D.Sets the size limit for the cold path
AnswerB

This setting limits the total volume of hot and warm data.

Why this answer

It restricts the total size of the homePath directory, which forces bucket rotation if exceeded.

52
Multi-Selecthard

Which THREE of the following are risks if the replication_factor is too low?

Select 3 answers
A.Slower indexing speed.
B.Data loss if an indexer fails.
C.Inability to meet search factor requirements.
D.Increased downtime during peer maintenance.
E.Higher CPU usage on the CM.
AnswersB, C, D

Fewer copies mean higher risk.

Why this answer

Low replication factor reduces data redundancy, increases the chance of data loss during failure, and may lead to search gaps.

53
MCQmedium

What is the consequence of setting 'maxDataSize' to 'auto_high_volume' for an index?

A.It disables data compression
B.It sets the bucket size to 10GB
C.It automatically enables bucket replication
D.It forces buckets to roll every 1 hour
AnswerB

auto_high_volume is optimized for high-volume indexers using 10GB bucket limits.

Why this answer

auto_high_volume creates 10GB buckets to reduce the number of buckets, which is beneficial for large indexing volumes.

54
MCQhard

An Indexer Cluster is experiencing 'Search Factor' violations. Which component is responsible for orchestrating the fix-up process to restore the search factor?

A.The Cluster Master
B.The Indexer Peer containing the missing copies
C.The Search Head
D.The Deployment Server
AnswerA

The Cluster Master manages bucket distribution and replication policies.

Why this answer

The Cluster Master detects the violation and triggers the bucket fix-up process.

55
MCQmedium

When performance tuning the 'Splunk Web' interface for users, which configuration helps manage the 'Search Results' cache?

A.results_ttl in server.conf
B.max_results_cache in authorize.conf
C.web_cache_size in web.conf
D.cache_results in limits.conf
AnswerD

This controls the result caching behavior.

Why this answer

The 'cache_results' setting in limits.conf controls how long or if search results are cached for future use.

56
MCQeasy

Which path is used to define where Splunk stores the actual indexed data for a specific index?

A.homePath
B.coldPath
C.frozenPath
D.thawedPath
AnswerA

homePath holds the hot and warm buckets where active data lives.

Why this answer

homePath is the primary location for hot and warm buckets.

57
MCQeasy

Which component in an Indexer Cluster is responsible for assigning buckets to peers?

A.The Search Head
B.The indexer peer itself
C.The Deployment Server
D.The Cluster Master
AnswerD

The CM maintains the bucket location map.

Why this answer

The Cluster Master (CM) manages the mapping of buckets to peer nodes.

58
MCQhard

A user complains that a search is slow despite having a small time range. The Search Inspector reveals 'event_count' is high, but 'scanned_count' is also high. What is the likely cause?

A.The indexer has too much memory
B.Data model acceleration is failing
C.The search is not using an indexed field to filter data
D.The search head is underpowered
AnswerC

Inefficient filtering forces the reader to scan more blocks.

Why this answer

If the scanned count is much higher than the event count, the search is reading too much data from disk because it is not effectively filtering by indexed fields (e.g., using terms that are not indexed).

59
MCQhard

Which setting in limits.conf limits the amount of memory a single search can consume on the search head?

A.process_memory_limit
B.max_ram_per_search
C.max_mem_usage_mb
D.search_memory_limit
AnswerC

Correct, this limits memory per search.

Why this answer

'max_mem_usage_mb' in the [search] stanza of limits.conf controls the memory limit for search processes.

60
MCQmedium

When configuring a Search Head Cluster, what does the 'captain' role do that other members do not?

A.It acts as the primary user interface node
B.It manages the cluster membership and configuration replication
C.It stores all the search results
D.It performs all the searches for the cluster
AnswerB

The captain acts as the master for the cluster.

Why this answer

The captain is responsible for coordinating the cluster, including replication management, job scheduling, and configuration updates.

61
Multi-Selectmedium

Which TWO of the following are features of the Indexer Cluster Master?

Select 2 answers
A.Performing data parsing.
B.Managing bucket replication.
C.Authenticating users.
D.Monitoring indexer health.
E.Routing search results to users.
AnswersB, D

The CM ensures data redundancy.

Why this answer

The CM monitors the health of indexers and manages bucket replication status.

62
MCQmedium

A Search Head Cluster is experiencing frequent 'Search Head Captain Election' messages in the logs. What is the most likely cause?

A.The indexer cluster is offline
B.The KV store is running
C.Network latency or instability between SHC members
D.The license is expired
AnswerC

The SHC requires stable networking; timeouts trigger new elections.

Why this answer

Frequent elections usually indicate network instability or high latency causing the captain to fail its heartbeat check.

63
MCQmedium

If an Indexer Cluster is configured with site-based replication, where should the 'site' attribute be defined?

A.On the license master.
B.In the inputs.conf on the forwarders.
C.On the Cluster Master only.
D.In the indexer's server.conf.
E.In the search head cluster settings.
AnswerD

The indexer communicates its site identity at registration.

Why this answer

The 'site' attribute must be defined in the 'server.conf' file on every indexer peer, identifying which site the peer belongs to.

64
MCQmedium

When tuning search performance, what is the 'join' command's primary drawback in terms of resource usage?

A.It consumes significant memory on the search head
B.It requires data to be fully ingested before searching
C.It causes high disk I/O on the indexer
D.It disables parallel processing
AnswerA

Correct, it is an memory-intensive operation.

Why this answer

The 'join' command forces all results to be kept in memory on the search head, which is highly inefficient and resource-heavy.

65
Multi-Selecthard

Which TWO factors must be considered when balancing resource allocation between search and indexing?

Select 2 answers
A.Number of forwarders
B.Web UI accessibility
C.App installation count
D.Disk I/O contention
E.Search and indexing CPU competition
AnswersD, E

They share the same disk subsystem.

Why this answer

Balancing CPU and memory is essential, as heavy indexing can starve searches, and vice versa.

66
Multi-Selecteasy

Which THREE of the following are key components of a disaster recovery plan for Splunk?

Select 3 answers
A.Off-site storage of frozen buckets.
B.Regular backup of the etc/ directory.
C.Increasing the replication factor.
D.Documented restoration procedures.
E.Continuous indexing of all data.
AnswersA, B, D

Essential for data recovery.

Why this answer

Disaster recovery involves backing up critical configs, maintaining off-site copies of data, and having a restoration procedure.

67
MCQhard

An indexer cluster is suffering from 'bucket repair' loops. What is the most likely cause related to the bucket lifecycle?

A.Insufficient replication factor
B.Bucket corruption preventing indexer recovery
C.Excessive search concurrency
D.Misconfigured cold path
AnswerB

If a bucket cannot be read or verified, the indexer will repeatedly attempt to repair it.

Why this answer

Bucket corruption is often due to improper shutdown or hardware failure, but repair loops specifically indicate an issue with the bucket's integrity on disk.

68
MCQhard

In a multisite cluster, how does the 'site_replication_factor' override the global 'replication_factor'?

A.It only applies to the primary site.
B.It ignores the search factor.
C.It is used for load balancing.
D.It is only used when the CM is down.
E.It defines the total number of copies per site.
AnswerE

Site-specific settings explicitly dictate the bucket counts for that site.

Why this answer

The site-specific definition takes precedence over the global default to ensure specific data distribution requirements for each site are met.

69
MCQmedium

What is the primary benefit of 'bucket rolling' in an indexer?

A.Enables the indexer to bypass the parsing queue
B.Allows the indexer to optimize disk I/O by isolating active writing to a single bucket
C.Increases the size of the bucket for better compression
D.Reduces the requirement for indexes to be searchable
AnswerB

Rolling manages hot/warm transition to keep write I/O focused.

Why this answer

Bucket rolling moves data from the 'hot' state to 'warm', allowing the indexer to finalize the bucket and start a new hot bucket, effectively managing system resources.

70
MCQeasy

What is the primary function of the 'Cluster Secret' in a Splunk Indexer Cluster?

A.To secure the communication between cluster nodes.
B.To define the replication factor.
C.To authorize search head access.
D.To manage indexer licensing.
E.To encrypt data in flight.
AnswerA

The secret validates that nodes belong to the same secure cluster.

Why this answer

The secret acts as a shared password to ensure that only authorized peers can join the cluster and communicate with the Cluster Master.

71
Multi-Selecteasy

Which TWO of the following are valid ways to monitor the status of an Indexer Cluster?

Select 2 answers
A.Checking the license usage logs.
B.Using the CLI command 'splunk show cluster-status'.
C.Using the Monitoring Console.
D.Reviewing the forwarder logs.
E.Running a search on the indexers directly.
AnswersB, C

Standard CLI method.

Why this answer

You can use the CLI 'show cluster-status' command or the monitoring console UI.

72
Multi-Selecteasy

Which TWO of these factors determine when a bucket rolls from hot to warm?

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

Size-based roll.

Why this answer

Bucket rolling is triggered by either the size (maxDataSize) or time (maxHotSpanSecs).

73
Multi-Selecthard

Which TWO of the following are true about Indexer Discovery?

Select 2 answers
A.It is used for SHC members to find indexers.
B.It must be configured on every forwarder.
C.It dynamically provides a list of indexers to forwarders.
D.It replaces the load balancer.
E.It requires the indexers to be in an Indexer Cluster.
AnswersC, E

The CM provides the list.

Why this answer

Indexer discovery simplifies management by allowing forwarders to dynamically find indexers without manual config updates.

74
MCQhard

You are troubleshooting a slow indexer cluster. You identify that the 'replication_port' is experiencing high latency. Where is the replication port defined?

A.indexes.conf
B.inputs.conf
C.server.conf
D.cluster.conf
AnswerC

The 'replication_port' attribute is defined within the '[clustering]' stanza of server.conf.

Why this answer

The replication port for the indexer cluster is defined in the 'server.conf' file under the '[clustering]' stanza.

75
MCQmedium

You have a search head that is part of a cluster. You want to see the current list of peers it is communicating with. Which command is most appropriate?

A.splunk status
B.splunk show cluster-status
C.splunk list search-peers
D.splunk show shcluster-status
AnswerD

This displays the cluster member list, captain status, and search peer status.

Why this answer

The 'splunk show shcluster-status' command provides a view of the current cluster members and their status.

Page 1 of 3

Page 2

All pages