Self-assessment
This self-assessment section is to help you better understand which sections you are good at and which need improvements out of the topics covered in the chapter. I would suggest carefully reading the questions and answers and taking your time to go back through the sections that you think need more understanding. Alternatively, you could refer to the Splunk documentation. Good luck!
You will be given 10 questions and answers to choose from. The question patterns are the same as discussed in the Introducing the exam’s test pattern section. At the end of this section, answers to the questions are provided. Let’s get started:
- Which of the following are Splunk Enterprise features? (Select all that apply)
- Alerting
- Search and reporting
- File monitoring
- Update files that are monitored as completed at the end of the file
- Does Splunk support the monitoring of binary files?
- Yes
- No
- The UF and Splunk Enterprise utilize which concept to prevent redundant data indexing?
- Bucket ID
- Fishbucket
- Finbucket
- HashBucket
- What role does a SH play in a Splunk deployment? (Select all that apply)
- Contains dashboards
- Consolidates results from indexers
- Issues search queries to indexers
- Stores knowledge objects such as event types and macros
- Indexers store data and respond to search queries. Is this statement true or false?.
- True
- False
- Once data is stored in Splunk indexers, it cannot be directly modified by administrators, even if they wish to make changes. Is this statement true or false?
- True
- False
- Which of the following are management components? (Select all that apply)
- UF
- Search Head Cluster Deployer (SHC-D)
- Cluster manager
- Deployment server
- In a search head cluster environment, which among the following components is essential in a deployment?
- Monitoring console
- Cluster manager
- SHC-D
- Heavy forwarder
- What does the License Manager (LM) contain? (Select all that apply)
- License file
- License stacks and pools
- License binary software
- License reports
- Which configuration (
.conf
) file contains file monitoring details on a forwarder?outputs.conf
inputs.conf
server.conf
source.conf
I hope you were able to recollect the topics that we went through with these questions. Let’s review the answers.
Reviewing answers
- Options A, B, and C are correct answers. Option D is not a Splunk feature.
- Option B, No. Splunk cannot monitor binary files. It is only able to monitor text data.
- Option B, Fishbucket, is the right answer. The Splunk Enterprise and the UF use seek pointers and CRCs to track the progress of file monitoring and avoid duplicate data indexing.
- Options A, B, C, and D all are functions of an SH.
- Option A is correct (True). Indexers store raw events, index files, and other metadata files for search processing.
- Option A is correct (True). Once the data is written to an index, it is immutable.
- Options B, C, and D are the correct answers. The UF is a data collection component.
- Option C is the right answer. The SHC-D deploys apps to all cluster members through the captain.
- Options A, B, and D are the correct answers. The LM stores the license file upon adding a license. Optionally, licenses are stackable, and pools can be created on the LM. License reports are available in the MC app, available in the LM instance.
- Option B is the correct answer.
outputs.conf
andserver.conf
are Splunk configuration files used for different purposes. There is nosource.conf
file available in Splunk.