Courseiva

Splunk Enterprise Certified Admin (SPLK-1003) (SPLK-1003) (SPLK-1003) — Questions 76150

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

Page 1

Page 2 of 3

Page 3
76
MCQmedium

How can an administrator monitor failed login attempts for a specific user?

A.Search the 'audit' index for sourcetype 'splunkd_access'.
B.Review the 'user-prefs.conf' file.
C.Check the 'internal' index for 'User management' events.
D.Use the 'splunk login-history' CLI command.
AnswerA

Failed logins are logged in the access logs.

Why this answer

Failed login attempts are recorded in the 'audit' index under the 'splunkd_access.log' source.

77
MCQhard

You have a Heavy Forwarder performing data routing. You need to send data to two different indexer clusters based on the sourcetype. How do you configure this?

A.Define multiple target groups in outputs.conf and use transforms.conf to route.
B.Use inputs.conf to specify the destination indexer.
C.Configure the indexer to pull data from the forwarder.
D.Use a single outputs.conf with comma-separated values.
AnswerA

This is the standard pattern for routing data to different destinations.

Why this answer

Data routing requires defining multiple target groups in outputs.conf and referencing them in transforms.conf.

78
Multi-Selecteasy

Which TWO items are managed within the 'Access Controls' menu in Splunk Web?

Select 2 answers
A.Users
B.Deployment server status
C.Roles
D.Index volume settings
E.Saved search scheduling
AnswersA, C

User accounts are managed here.

Why this answer

Access controls is the primary location for managing users and roles.

79
MCQeasy

What is the primary function of the Deployment Server?

A.Indexing data
B.Centralized management of configuration files
C.Parsing data
D.Performing searches
AnswerB

It pushes apps and configs to forwarder clients.

Why this answer

The Deployment Server acts as a central repository for managing configurations and apps across forwarders.

80
MCQmedium

An administrator needs to monitor a script output every 60 seconds. Which configuration in inputs.conf is correct for a scripted input?

A.[script] path = ./bin/myscript.sh, time = 60
B.[script://./bin/myscript.sh] frequency = 60
C.[script://./bin/myscript.sh] exec_time = 60
D.[script://./bin/myscript.sh] interval = 60
AnswerD

This is the correct syntax for defining a scripted input with a 60-second interval.

Why this answer

The interval attribute in seconds determines how often a script is executed.

81
Multi-Selecthard

Which THREE parameters must be exchanged between Splunk and an Identity Provider for SAML to work?

Select 3 answers
A.SP Metadata XML
B.LDAP Bind Password
C.SSL Certificate
D.The Splunk license key.
E.Entity ID
AnswersA, C, E

Contains configuration data for the handshake.

Why this answer

SAML integration requires the exchange of metadata, typically including entity IDs and certificates.

82
Multi-Selecteasy

Which TWO locations are common places to check for configuration files on a Linux Splunk instance?

Select 2 answers
A.$SPLUNK_HOME/etc/system/local
B.$SPLUNK_HOME/etc/apps/[app_name]/local
C.$SPLUNK_HOME/bin
D.$SPLUNK_HOME/var/run
E.$SPLUNK_HOME/var/log
AnswersA, B

System-wide settings reside here.

Why this answer

Configurations reside in system/local or app/local directories.

83
Multi-Selectmedium

Which TWO of the following are true about Heavy Forwarders?

Select 2 answers
A.They consume less resources than UFs.
B.They can route data based on content.
C.They cannot connect to a deployment server.
D.They are deprecated.
E.They can perform full data parsing.
AnswersB, E

Advanced routing is a key capability.

Why this answer

Heavy Forwarders can perform indexing (if enabled) and parsing, which UFs cannot.

84
Multi-Selecthard

Which THREE of these represent common issues when troubleshooting LDAP authentication?

Select 3 answers
A.Incorrect User Search Filter
B.Invalid Bind DN credentials
C.Wrong LDAP server port
D.The user's local disk is full.
E.Browser cookie expiration
AnswersA, B, C

Prevents Splunk from finding the user object.

Why this answer

Incorrect bind credentials, incorrect search filters, and mapping issues are the most frequent causes of LDAP failure.

85
MCQmedium

To monitor a network port using a Universal Forwarder, which stanza should be added to inputs.conf?

A.[script://./bin/my.py]
B.[monitor:///var/log/]
C.[tcp://9997]
D.[winhost://]
AnswerC

This stanza defines a network listener for data input.

Why this answer

TCP and UDP inputs require the [tcp://] or [udp://] stanza in inputs.conf.

86
MCQhard

You have two identical stanzas in different configuration files with the same precedence. How does Splunk determine which one wins?

A.The file with the largest size
B.It randomly chooses one
C.The file sorted alphabetically by name
D.The file created most recently
AnswerC

Splunk sorts files alphabetically and applies them in order when precedence is tied.

Why this answer

When precedence is tied, Splunk uses a deterministic method based on the filename, sorting alphabetically.

87
MCQmedium

Which Splunk process is responsible for the actual indexing of data on the indexer?

A.splunkweb
B.splunkd
C.mongod
D.splunk-optimize
AnswerB

Splunkd is the core process that handles indexing and management.

Why this answer

Splunkd is the main daemon responsible for all core Splunk functionality, including indexing.

88
MCQeasy

Which file would you edit to change the TCP listening port for a Splunk Universal Forwarder?

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

inputs.conf defines the listener.

Why this answer

inputs.conf is the standard file for configuring data inputs like TCP ports.

89
MCQmedium

You need to ensure that specific data is retained for 365 days. Which parameter in indexes.conf controls this?

A.retentionPeriodDays
B.coldPathRetention
C.maxDataSize
D.frozenTimePeriodInSecs
AnswerD

This setting dictates the retention period in seconds.

Why this answer

'frozenTimePeriodInSecs' defines the duration in seconds that data stays in an index before being moved to frozen/deleted.

90
Multi-Selectmedium

Which TWO of the following are true about 'local' versus 'default' directories?

Select 2 answers
A.'local' files are preserved during Splunk upgrades
B.Files in 'default' should be edited to update Splunk settings
C.'local' directories only exist in the system folder
D.The 'local' directory has higher precedence than 'default'
E.'default' files take precedence over 'local'
AnswersA, D

Local is the safe place for custom configurations.

Why this answer

Local overrides default, and local is where changes should be made to survive upgrades.

91
Multi-Selectmedium

Which TWO of the following directories are used to store Splunk configuration files?

Select 2 answers
A./var/
B./default/
C./etc/
D./bin/
E./local/
AnswersB, E

Contains original settings.

Why this answer

Default and Local directories are the standard locations for configuration files.

92
Multi-Selectmedium

Which TWO settings are required to enable cold-to-frozen archiving?

Select 2 answers
A.frozenPath
B.maxFrozenSize
C.coldToFrozenDir
D.enableArchive = true
E.coldToFrozenScript
AnswersC, E

Defines where the script archives data.

Why this answer

To enable archiving, you must define the coldToFrozenScript and ensure the path for frozen data exists.

93
Multi-Selectmedium

Which TWO of the following are valid ways to authenticate users in Splunk?

Select 2 answers
A.Internal Splunk authentication
B.RADIUS
C.DNS-based auth
D.SQL database lookup
E.LDAP
AnswersA, E

This is the default authentication mechanism.

Why this answer

Splunk supports internal database authentication and various external providers like LDAP and SAML.

94
MCQmedium

You need to create a new user account and assign them to the 'power' role. Which interface provides the most direct way to do this?

A.Settings -> Roles
B.Settings -> Server Settings
C.Settings -> Access Controls -> Users
D.Settings -> Authentication Method
AnswerC

This is the designated menu for managing Splunk users.

Why this answer

Settings -> Users provides the UI to create and modify user attributes and roles.

95
MCQmedium

If you need to change the logging level of a specific component on a Universal Forwarder, which file should you edit?

A.log-local.cfg
B.server.conf
C.outputs.conf
D.inputs.conf
AnswerA

This file is specifically for configuring internal Splunk log levels.

Why this answer

log-local.cfg (or log.cfg) controls the granularity of internal Splunk logging.

96
MCQmedium

Which user account is created by default and intended for administrative use, which should have its default password changed immediately?

A.root
B.admin
C.manager
D.splunk-system
AnswerB

'admin' is the default superuser account.

Why this answer

The 'admin' user is the default superuser account.

97
MCQmedium

Which Splunk component should be used to distribute configuration files to a large fleet of Universal Forwarders?

A.Deployment Server
B.Heavy Forwarder
C.Indexer Cluster Master
D.Search Head Cluster Deployer
AnswerA

The Deployment Server is designed for forwarder configuration management.

Why this answer

The Deployment Server is the primary mechanism for centralizing and pushing configuration updates to forwarders.

98
MCQhard

If a user is assigned two roles, 'RoleA' and 'RoleB', and 'RoleA' has 'rtsearch' enabled while 'RoleB' has 'rtsearch' disabled, what is the user's effective capability for real-time searches?

A.The user can only perform real-time searches on index 'main'.
B.The user can perform real-time searches.
C.The user cannot perform real-time searches.
D.The user is prompted to choose which role to act as.
AnswerB

Because 'RoleA' has the capability, the user inherits it.

Why this answer

Capabilities in Splunk are additive; if any assigned role has the capability, the user possesses that capability.

99
Multi-Selectmedium

Which TWO directories are part of the standard Splunk configuration file precedence hierarchy?

Select 2 answers
A.$SPLUNK_HOME/var/run
B.$SPLUNK_HOME/etc/apps/app_name/default
C.$SPLUNK_HOME/etc/system/default
D.$SPLUNK_HOME/etc/licenses
E.$SPLUNK_HOME/etc/users/admin
AnswersB, C

This is part of the application hierarchy.

Why this answer

System and App directories are core parts of the configuration hierarchy.

100
MCQmedium

What is the purpose of the 'srchFilter' attribute in a role definition?

A.To restrict which indexes a user can see.
B.To automatically prepend a filter to all searches performed by the user.
C.To block specific users from the system.
D.To limit the number of results returned.
AnswerB

'srchFilter' enforces a search-time filter for specific roles.

Why this answer

The 'srchFilter' adds a hidden search filter to all searches run by the user to ensure data isolation.

101
Multi-Selecthard

Which TWO of the following are true about the 72-hour grace period?

Select 2 answers
A.It disables indexing after 72 hours.
B.It allows the admin to search during the period.
C.It begins when the slave cannot communicate with the master.
D.It only applies to trial licenses.
E.It counts as a license violation.
AnswersA, C

If connectivity isn't restored, indexing will eventually stop.

Why this answer

The 72-hour grace period applies when a slave cannot reach the master; it is not a violation in the 30-day window sense.

102
MCQhard

You have a deployment server managing 500 Universal Forwarders. You need to update a specific app for only 50 of them based on OS type. How should you organize the deployment?

A.Use an Intermediate Forwarder for the 50 machines.
B.Modify the global serverclass.conf without a class.
C.Manually copy the app to the forwarders.
D.Create two server classes and use machine class filters.
AnswerD

Server classes are designed to group forwarders for specific app deployment.

Why this answer

Serverclass.conf allows targeting clients using filters based on machine name or other attributes.

103
MCQeasy

What happens to Splunk search capabilities when the license limit is reached for the first time in a 30-day period?

A.Data indexing is halted.
B.Search is immediately disabled.
C.Search continues to function.
D.The Splunk service stops.
AnswerC

The first violation provides a warning but no immediate shutdown.

Why this answer

A violation occurs, but search is not blocked on the first occurrence within a rolling 30-day window.

104
Multi-Selecthard

Which THREE of the following represent true statements about the 'transforms.conf' file?

Select 3 answers
A.It is used to perform data masking or anonymization
B.It is used to route data to different indexes
C.It is referenced by props.conf to perform extractions
D.It is the primary file for setting up TCP inputs
E.It is used to define the sourcetype of data
AnswersA, B, C

SEDCMD is used in props.conf, but transforms can also be used for filtering/routing which effectively anonymizes data.

Why this answer

transforms.conf is used for complex extractions, routing, and anonymization.

105
MCQmedium

What happens to a local user account if the underlying LDAP group they belong to is deleted?

A.The user can still log in using their previous password.
B.The user account is automatically deleted from Splunk.
C.The user will be unable to authenticate via LDAP.
D.The user is automatically promoted to the 'admin' role.
AnswerC

Without the LDAP group, the authentication provider cannot verify the user's credentials.

Why this answer

The local Splunk user object remains, but if authentication is tied exclusively to the LDAP group, the user will be unable to log in.

106
MCQeasy

Which of the following is a primary reason to choose a Heavy Forwarder over a Universal Forwarder?

A.Easier installation
B.Ability to perform index-time parsing
C.Native indexing capability
D.Lower CPU utilization
AnswerB

Heavy Forwarders can perform parsing and transformations which Universal Forwarders cannot.

Why this answer

Heavy Forwarders are required when you need to parse data, mask sensitive information, or route data based on content before it reaches the indexer.

107
Multi-Selectmedium

Which THREE of the following actions can be performed from the 'Settings' menu in Splunk Web?

Select 3 answers
A.Write raw C++ code for the Splunk engine.
B.Manage user roles.
C.Restart the physical OS.
D.Create data inputs.
E.Manage indexes.
AnswersB, D, E

Roles are managed under Settings -> Access Controls.

Why this answer

Settings includes access to indexes, knowledge objects, and licensing.

108
Multi-Selecteasy

Which TWO of the following locations are valid for placing a custom 'inputs.conf' file?

Select 2 answers
A.$SPLUNK_HOME/etc/system/default/
B.$SPLUNK_HOME/etc/apps/my_app/local/
C.$SPLUNK_HOME/var/lib/
D.$SPLUNK_HOME/etc/system/local/
E.$SPLUNK_HOME/etc/apps/my_app/default/
AnswersB, D

Valid for app-specific settings.

Why this answer

Custom configs should be placed in local directories to follow best practices.

109
Multi-Selecthard

Which THREE items are included in a bucket's directory?

Select 3 answers
A.config.json
B.tsidx files
C.license.key
D.rawdata
E.bucket.meta
AnswersB, D, E

The index for searching.

Why this answer

A standard bucket directory contains raw data, metadata files, and search-time indexes (tsidx).

110
MCQmedium

A company is migrating from an Enterprise license to a Free license. What is the most significant functional impact on their Splunk deployment?

A.Distributed search is enabled by default.
B.The maximum daily indexing volume is increased.
C.Data retention is extended to 90 days.
D.Authentication and roles are disabled.
AnswerD

The Free license removes access control and authentication features.

Why this answer

The Free license disables authentication, meaning all users are logged in as admin by default.

111
MCQmedium

When using the 'monitor' stanza in inputs.conf, what does the 'followTail' attribute do?

A.Compresses the file.
B.Ingests the entire file immediately.
C.Ingests only new data arriving after the monitor is started.
D.Deletes the file after reading.
AnswerC

This prevents reading historical logs upon initial startup.

Why this answer

followTail ensures that only new data appended to the file is ingested, ignoring existing content.

112
MCQeasy

An administrator wants to see a daily breakdown of license usage for the last 30 days. Which view is most appropriate?

A.Settings > Indexer Clustering
B.Settings > Licensing > Usage Report
C.Settings > Licensing > Master
D.Settings > Forwarder Management
AnswerB

This provides the historical visualization needed.

Why this answer

The 'Usage Report' within the Licensing section of Splunk Web provides this historical visualization.

113
MCQmedium

You have defined a setting in $SPLUNK_HOME/etc/system/local/inputs.conf and the same setting exists in $SPLUNK_HOME/etc/apps/my_app/local/inputs.conf. Which value takes precedence?

A.The system/local value
B.The configuration with the most recent timestamp
C.The app/local value
D.The configuration alphabetically first
AnswerC

App-level configurations take precedence over system-level configurations.

Why this answer

App-level local directory configurations override system-level local configurations.

114
Multi-Selectmedium

Which TWO settings are commonly required when configuring an LDAP strategy?

Select 2 answers
A.The local Splunk indexer password.
B.Browser cache TTL.
C.The LDAP server's disk space.
D.LDAP Group mapping filter
E.User Base DN
AnswersD, E

Required to map directory groups to roles.

Why this answer

LDAP strategies require a base DN for users and a user-to-DN mapping format.

115
Multi-Selectmedium

Which TWO settings in indexes.conf are used to control the rotation of hot buckets?

Select 2 answers
A.frozenTimePeriodInSecs
B.maxHotSpanSecs
C.maxTotalDataSizeMB
D.coldPath
E.maxDataSize
AnswersB, E

Limits time span of the bucket.

Why this answer

maxDataSize and maxHotSpanSecs are the two primary parameters that determine when a bucket should roll from hot to warm.

116
Multi-Selecthard

Which TWO of the following are true regarding the configuration of multiple license pools?

Select 2 answers
A.Pools only function on indexer clusters.
B.Each pool requires its own unique license file.
C.Slaves can be assigned to exactly one pool.
D.Pools are defined on the license master.
E.The total quota of all pools can exceed the total license volume.
AnswersC, D

A slave belongs to one pool at a time.

Why this answer

Pools allow for dividing the total capacity, but the sum of pool quotas cannot exceed the total license volume.

117
Multi-Selecthard

Which THREE of the following are components of a standard Splunk architecture?

Select 3 answers
A.Database Server
B.Web Server
C.Universal Forwarder
D.Indexer
E.Search Head
AnswersC, D, E

Forwarder collects data.

Why this answer

Indexers, Search Heads, and Forwarders are the core components of Splunk architecture.

118
MCQmedium

You need to ensure that an index does not exceed 500GB of total disk space. Which configuration setting in indexes.conf should you modify?

A.maxTotalDataSizeMB
B.maxDataSize
C.frozenTimePeriodInSecs
D.homePath.maxDataSizeMB
AnswerA

This setting defines the maximum size of the index in megabytes.

Why this answer

maxTotalDataSizeMB is the correct setting to limit the total size of an index on disk.

119
MCQmedium

You notice that data is being indexed with the wrong timestamp. Which configuration file is used to specify timestamp extraction rules?

A.indexes.conf
B.inputs.conf
C.transforms.conf
D.props.conf
AnswerD

props.conf is where you define timestamp extraction rules.

Why this answer

The TIME_PREFIX and TIME_FORMAT settings in props.conf determine how Splunk parses timestamps from raw logs.

120
MCQmedium

You need to ensure that Data Models are accelerated. Where are the acceleration summaries stored?

A.In the system/bin directory.
B.Within the index itself in a sub-directory.
C.On the Search Head in a separate index.
D.In the Splunk KV Store.
AnswerB

Summaries reside in the _summary directory within the index.

Why this answer

Data model acceleration summaries are stored in the indexer where the data resides, specifically within the index's bucket structure.

121
MCQmedium

What is the maximum number of license violations allowed in a 30-day period before search is blocked?

A.5
B.3
C.10
D.1
AnswerA

5 violations are allowed in 30 days.

Why this answer

Splunk allows 5 violations in a 30-day rolling window before blocking search.

122
MCQhard

What is the consequence of having the same 'serverName' in server.conf for two different Universal Forwarders?

A.The Indexer will block both connections.
B.Splunk will merge data metrics for both forwarders in internal reports.
C.The forwarders will immediately stop sending data.
D.The second forwarder will fail to start.
AnswerB

This creates confusion and incorrect reporting in the Monitoring Console.

Why this answer

Splunk uses the serverName to uniquely identify internal logs; duplicate names cause conflicts in the monitoring console.

123
MCQmedium

If a user is assigned to a role that does not have the 'license_tab' capability, what will they see in the Settings menu?

A.They will be prompted for admin credentials.
B.They will see the menu but it will be greyed out.
C.The Licensing menu item will be hidden.
D.They will see the menu but receive an error on click.
AnswerC

Capabilities restrict UI visibility.

Why this answer

The 'license_tab' capability controls visibility of the Licensing menu item in Settings.

124
Multi-Selectmedium

Which TWO methods can be used to monitor the disk usage of an index?

Select 2 answers
A.Settings > Data > Indexes page.
B.Running a search on _audit.
C.Viewing the license_usage.log.
D.Using 'splunk list indexes'.
E.Checking the web.conf file.
AnswersA, D

Provides an overview.

Why this answer

The Splunk GUI provides a dashboard and the CLI provides 'splunk list indexes' to view status.

125
MCQmedium

You are deploying a Universal Forwarder to a Windows server that must monitor local Event Logs and send them to an Indexer. Which component is required to handle the parsing of these logs before they are forwarded?

A.The Deployment Server
B.An intermediate UF
C.A Heavy Forwarder
D.The Indexer
AnswerD

Universal Forwarders send raw data; parsing occurs on the Indexer tier.

Why this answer

Universal Forwarders do not perform heavy parsing. They forward data as-is, and the Indexer handles the parsing.

126
MCQmedium

When using the 'splunk cmd splunkd bucket-info' tool, what are you primarily investigating?

A.Search performance metrics.
B.Bucket state and event boundaries.
C.User authentication logs.
D.Indexer license usage.
AnswerB

Bucket-info provides detailed metadata about the specific bucket.

Why this answer

This tool allows administrators to inspect the properties of individual buckets, such as size, state, and event counts.

127
MCQeasy

After installing a new app, you notice that the app's dashboards are not appearing in the user's view. What is the first thing you should check?

A.The server license status.
B.The splunkd logs for critical errors.
C.The app permissions in 'Manage Apps'.
D.The indexer cluster master status.
AnswerC

Permissions control whether an app is visible to specific user roles.

Why this answer

If the app is installed but not visible, the user's permissions for the app or the dashboard objects are likely missing.

128
MCQhard

You are configuring SAML authentication and need to map the 'email' attribute from the Identity Provider to the Splunk 'realName' field. Where do you configure this?

A.server.conf
B.SAML Configuration in Splunk Web.
C.authorize.conf
D.web.conf
AnswerB

The UI provides fields for mapping IdP attributes to Splunk user attributes.

Why this answer

The SAML attribute mapping is defined in the SAML configuration within the Splunk Web UI under Access Controls > Authentication Method.

129
MCQeasy

What is the default role assigned to a new user account if no other role is specified?

A.admin
B.power
C.user
D.can_delete
AnswerC

'user' is the standard default role.

Why this answer

The 'user' role is the default role assigned to new accounts.

130
MCQhard

You have a distributed environment. You need to ensure that specific knowledge objects (saved searches) created on a Search Head are available to all other Search Heads. What is the recommended way to handle this?

A.Use a Search Head Cluster and push the bundle via the deployer.
B.Manually copy the local/savedsearches.conf file to every server.
C.Enable indexer discovery on all search heads.
D.Restart the Splunk services on all search heads.
AnswerA

The deployer is the official tool for distributing configurations in a Search Head Cluster.

Why this answer

Splunk configurations should be managed via the Deployment Server or a Configuration Management tool like Git/Ansible to ensure consistency across search heads.

131
Multi-Selecthard

Which THREE actions occur when a Universal Forwarder is added to a Deployment Server?

Select 3 answers
A.The Deployment Server checks against server classes.
B.The forwarder automatically reboots the OS.
C.The indexer automatically indexes the app.
D.The forwarder initiates a phone-home request.
E.The forwarder downloads assigned app bundles.
AnswersA, D, E

The DS identifies what the client should receive.

Why this answer

The forwarder handshakes, downloads app bundles, and restarts/reloads as configured.

132
Multi-Selectmedium

Which TWO of the following settings are typically found in inputs.conf?

Select 2 answers
A.[tcp://...]
B.[indexer_cluster]
C.[index_retention]
D.[search_head]
E.[monitor://...]
AnswersA, E

Defines a TCP network input.

Why this answer

inputs.conf is used to monitor files and listen on network ports.

133
MCQeasy

Which file is responsible for defining how data is rotated in an index?

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

indexes.conf manages index retention and rotation.

Why this answer

indexes.conf contains settings like maxDataSize and maxHotSpanSecs which define data rotation.

134
MCQeasy

What happens to a user's session if their role is modified while they are logged in?

A.The changes are applied immediately to their current session.
B.The user's session is terminated after 5 minutes.
C.The user must log out and back in for changes to take effect.
D.The user is forced to log out immediately.
AnswerC

Session-based caching requires a re-login to pick up new permissions.

Why this answer

Changes to a user's role permissions take effect only upon the next login (or session refresh).

135
Multi-Selecthard

Which TWO of the following are valid ways to resolve a license violation?

Select 2 answers
A.Delete the license pool.
B.Restart the license master.
C.Add a new license key with higher capacity.
D.Reinstall Splunk on the indexers.
E.Reduce the amount of data being indexed.
AnswersC, E

Increasing quota resolves the overage.

Why this answer

A violation can be resolved by increasing the quota via a new key or reducing the data ingestion volume.

136
MCQhard

A user reports that their search is failing to return data from 3 years ago, even though the retention policy is set to 5 years. What is the most likely cause?

A.The buckets are in the warm state.
B.The index is corrupted.
C.The user does not have read access to the cold bucket.
D.The index reached the maxTotalDataSizeMB limit.
AnswerD

If the disk space limit is reached, Splunk rolls buckets to frozen regardless of the time policy.

Why this answer

The frozenTimePeriodInSecs is the primary retention limit; if it is set correctly, check the maxTotalDataSizeMB, which might trigger rolling to frozen earlier if the disk fills up.

137
Multi-Selectmedium

Which THREE of the following are valid components of a Splunk license configuration?

Select 3 answers
A.License Slave
B.License Forwarder
C.License Master
D.License Alert Manager
E.License Pool
AnswersA, C, E

The instance consuming the license.

Why this answer

License masters, slaves, and pools are all integral parts of a managed license deployment.

138
MCQhard

You need to restrict a specific user role from searching a particular index. Where is this configuration defined?

A.user-prefs.conf
B.indexes.conf
C.authentication.conf
D.authorize.conf
AnswerD

authorize.conf contains the roles and their associated search permissions.

Why this answer

Role-based access control (RBAC) allows you to restrict indexed data access via the 'srchIndexesAllowed' setting in authorize.conf.

139
MCQeasy

Which Splunk GUI page provides a summary of all configured indexes and their current disk usage?

A.Settings > Server Settings
B.Settings > Data > Inputs
C.Settings > Data > Indexes
D.Settings > Licensing
AnswerC

This page displays index configurations and usage metrics.

Why this answer

The 'Indexes' page under Settings > Data > Indexes provides a dashboard-style view of index status and usage.

140
Multi-Selecthard

Which THREE of the following are true regarding the behavior of 'btool'?

Select 3 answers
A.It can check for configuration file syntax errors
B.It can modify configuration files directly
C.It can be used to restart the Splunk service
D.It displays the source file for each setting when used with --debug
E.It shows the final merged output of configurations
AnswersA, D, E

The 'check' command in btool validates syntax.

Why this answer

btool is a utility for viewing, checking, and debugging configuration files.

141
MCQmedium

You need to restrict a specific user from accessing the 'internal' index even though their assigned role has access to all indexes. How do you implement this restriction?

A.Use a 'blacklist' in authorize.conf for the specific user.
B.Modify the user's account and set the indexes access to 'none'.
C.Set the 'allow_index_access' capability to false for the user.
D.Create a new role with 'srchIndexesAllowed' excluding 'internal' and assign this role to the user.
AnswerD

Roles allow for granular control of index access via the 'srchIndexesAllowed' attribute.

Why this answer

You must create a new role that explicitly excludes the 'internal' index in the 'srchIndexesAllowed' field and assign it to the user.

142
Multi-Selecthard

Which TWO of the following are required to successfully add an indexer to a license pool?

Select 2 answers
A.The license key must be unique per pool.
B.The indexer must be configured to point to the license master.
C.The indexer must be a license master.
D.The indexer must be in the same subnet as the master.
E.The pool must be defined on the License Master.
AnswersB, E

Slaves must point to the master.

Why this answer

The indexer must point to the master, and the master must have the pool defined to accept that indexer.

143
MCQmedium

What is the purpose of the 'disabled=1' attribute in an inputs.conf stanza?

A.It errors out if the input is not found
B.It prevents the input from running
C.It deletes the input
D.It hides the input from the UI
AnswerB

Setting disabled=1 effectively turns off the data input.

Why this answer

The disabled attribute is used to stop an input from running without deleting the configuration.

144
MCQmedium

Which stanza is required in props.conf to identify a sourcetype?

A.[default]
B.sourcetype = name
C.[sourcetype]
D.[source::name]
AnswerC

The name in brackets defines the sourcetype.

Why this answer

The sourcetype stanza is defined by the name enclosed in brackets, e.g., [my_sourcetype].

145
MCQhard

How does Splunk handle configuration files that are missing a required attribute?

A.The engine ignores the attribute and uses defaults
B.The Splunk service fails to start
C.The file is marked as corrupted
D.The entire file is ignored
AnswerA

Splunk provides default values for missing attributes.

Why this answer

Splunk generally uses default values if an attribute is omitted, provided the stanza itself is valid.

146
MCQmedium

When a Splunk license violation occurs, how long does the warning period last before search is blocked?

A.30 days
B.3 days
C.7 days
D.14 days
AnswerD

The license warning period lasts for 14 days.

Why this answer

The warning period for a license violation is typically 14 days, allowing the admin to resolve the overage.

147
Multi-Selectmedium

Which THREE of the following items are considered 'license slaves'?

Select 3 answers
A.Standalone instances
B.Indexers
C.Universal Forwarders
D.Search Heads that index local data
E.Deployment Servers
AnswersA, B, D

A standalone instance acts as its own slave.

Why this answer

Only indexers and search heads (that perform indexing) are typically categorized as slaves in this context; heavy forwarders are not.

148
MCQmedium

An administrator needs to increase the number of search results displayed in a dashboard panel. Where can this limit be adjusted?

A.props.conf
B.authorize.conf
C.limits.conf
D.savedsearches.conf
AnswerC

limits.conf governs various search result constraints.

Why this answer

limits.conf contains global search limits including 'maxresults'.

149
MCQmedium

What is the primary function of the 'thawed' bucket state?

A.It is used to store restored frozen data.
B.It is the default state for new data.
C.It is for data that is being deleted.
D.It is a cache for warm buckets.
AnswerA

Thawed buckets are where retrieved archived data is placed to become searchable.

Why this answer

The thawed state is used to store data that has been manually restored from a frozen (archived) state.

150
MCQhard

An administrator needs to move the License Master from one server to another. What is the most critical step?

A.Updating the Master URI on all license slaves.
B.Reinstalling Splunk on all indexers.
C.Changing the license key files on the indexers.
D.Deleting the indexer clusters.
AnswerA

All slaves must be updated to point to the new master.

Why this answer

Moving the license master requires transferring the license keys and re-pointing all slaves to the new master URI.

Page 1

Page 2 of 3

Page 3

All pages