vutuong / Elastic-Certified-Engineer-Exam-Notes

Elastic Certified Engineer exam notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My exam notes

You may find this useful, or not πŸ˜•

These notes are my work towards the Elastic Certified Engineer exam. The exam is hands on, thus no multiple choice senarios. You actually need to know it and be able to walk the walk. :D

Elastic are up front with the exam content with a large topic list you can see below. Thus this enables candidates to be able to work on senarios that are close to what will be in the exam. πŸ˜‚

I passed on 14th October 2021. πŸ˜‚ πŸ˜‚ πŸ˜‚

I had 10 questions with two clusters to work on in 3 hours.

Docker images

There are a number of docker images to use in the DockerComposeExamples folder in this repo. The Clustering will be useful.

Exam prep guide from Elastic

⭐ Video By Rich Raposa https://www.youtube.com/watch?v=hsaLZSKCkF0

✨ Certification FAQ https://www.elastic.co/training/certification/faq

⚠️ Pay particular attention to the version of ElasticSearch used in the exam. (this changes 1st July 2021) Currently, it is v7.13.

⭐ What is in the exam? https://www.elastic.co/training/elastic-certified-engineer-exam

Other exercises

I found the following to be very useful, but slightly out of date. I have linked to my own copies of the questions ad answers, and to the original blog posts. All kudos to them. :)

Also.

Using the elastic.co docs

⚠️ It is very important you start to use the elastic.co website instead of google to search for solutions. The website is available to you in the exam (google is not 😊).

Use the Search icon at the right hand top of the site (highlighted in Yellow) search engine

Elastic webinairs

Elastic have a lot of free webinars, you should check these out. Youtube.com holds a lot and are easier to look through/search than the elastic.co site.

Topics (post-July 2021 for v7.13)

❓ Based on https://www.elastic.co/training/elastic-certified-engineer-exam

I have also added the previous (pre-July 2021) exam topics in the headers and marked the new topics. As you can see most have been renamed or shuffled around. There are only a few new items and knowing how to build an ELK stack is now removed!?

Each topic below will have example questions and solutions. Click on the Link to follow to that topic.

πŸ’‘ I should point out that if you are learing ElasticSearch then doing both the pre v7.2 and post 7.13 work is recommended, as it contains many things that are still very useful and probably required in daya to day support of ElasticSearch. But, if you are just looking to pass the exam, then you can do the post v7.13 work. Personally. i'd do both anyway.

What is not in here, that is in the exam?

⚠️ I didn't do any revision on boosting and scoring. But encountered a question on it in the exam. You have been warned. At present we are not doing this at work, thus i missed it.

PRs on this or anything else will be greatly accepted. πŸ˜„

Data Management (previously Indexing Data)

πŸ‘‰ Link (pre July 2021) v7.2

πŸ‘‰ Link (post July 2021) v7.13

  • Define an index that satisfies a given set of requirements
  • πŸ†• Use the Data Visualizer to upload a text file into Elasticsearch
  • Define and use an index template for a given pattern that satisfies a given set of requirements
  • Define and use a dynamic template that satisfies a given set of requirements
  • πŸ†• Define an Index Lifecycle Management policy for a time-series index
  • πŸ†• Define an index template that creates a new data stream

Searching Data (Previously Queries/Aggregations)

πŸ‘‰ Link (pre July 2021) πŸ‘‰ Link (pre july 2021) v7.2

πŸ‘‰ Link (post July 2021) v7.13

  • Write and execute a search query for terms and/or phrases in one or more fields of an index
  • Write and execute a search query that is a Boolean combination of multiple queries and filters
  • πŸ†• Write an asynchronous search
  • Write and execute metric and bucket aggregations
  • Write and execute aggregations that contain sub-aggregations
  • Write and execute a query that searches across multiple clusters

Developing Search Applications (previously part of Queries/Indexing Data)

πŸ‘‰ Link (pre July 2021) v7.2 :point_right: Link (pre July 2021) v7.2

πŸ‘‰ Link (post July 2021) v7.13

  • Highlight the search terms in the response of a query
  • Sort the results of a query by a given set of requirements
  • Implement pagination of the results of a search query
  • Define and use index aliases
  • Define and use a search template

Data Processing (previously Mappings and Text Analysis)

πŸ‘‰ Link (pre July 2021) v7.2

πŸ‘‰ Link (post July 2021) v7.13

  • Define a mapping that satisfies a given set of requirements
  • Define and use a custom analyzer that satisfies a given set of requirements
  • Define and use multi-fields with different data types and/or analyzers
  • Configure an index so that it properly maintains the relationships of nested arrays of objects (the following were previously part of the Indexing Data topic)
  • Use the Reindex API and Update By Query API to reindex and/or update documents
  • Define and use an ingest pipeline that satisfies a given set of requirements, including the use of Painless to modify documents
  • Configure an index so that it properly maintains the relationships of nested arrays of objects

Cluster Management

πŸ‘‰ Link (pre July 2021) v7.2

πŸ‘‰ Link (post July 2021) v7.13

  • Diagnose shard issues and repair a cluster's health
  • Backup and restore a cluster and/or specific indices
  • πŸ†• Configure a snapshot to be searchable
  • Configure a cluster for cross cluster search
  • πŸ†• Implement cross-cluster replication

About

Elastic Certified Engineer exam notes

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%