Exam 701 Objectives - Linux Professional Institute
Exam 701 Objectives - Linux Professional Institute
Software Engineering
Exam 701
Objectives
Container Management
Exam 701: DevOps Tools Engineer
Machine Deployment
Exam Objectives Version: Version 1.0
Con guration Management
Exam Code: 701-100
AboutObjective
Weights: Each objective is assigned a weighting value. The weights indicate the relative importance of each objective on the exam. Objectives with
higher weights will be covered in the exam with more questions.
Service Operations
Purchase Voucher (https://us.lpimarketplace.com/shop/lpic-ot)
Software Engineering
Container Management
Machine Deployment
Service Operations
Description: Candidates should be able to design software solutions suitable for modern runtime environments. Candidates should understand how services handle data
persistence, sessions, status information, transactions, concurrency, security, performance, availability, scaling, load balancing, messaging, monitoring and APIs. Furthermore,
candidates should understand the implications of agile and DevOps on software development.
https://www.lpi.org/our-certifications/exam-701-objectives 1/6
12/26/2020 Exam 701 Objectives | Linux Professional Institute
The following is a partial list of the used les, terms and utilities:
Select Language Find Training (http://cs.lpi.org/caf/Xamman/partner) Register (https://cs.lpi.org/caf/Xamman/register) My Account (https://cs.lpi.org/caf/Xamman/candidate_area)
REST, JSON
Membership (https://www.lpi.org/member) Search (/search) Verify LPI Credentials (https://cs.lpi.org/caf/Xamman/certi cation)
Service Orientated Architectures (SOA)
Microservices
Software Engineering
Immutable servers
Loose coupling
site
Cross scripting, SQL injections, verbose error reports, API authentication, consistent enforcement of transport encryption
CORS headers and CSRF tokens
Container
ACIDManagement
properties and CAP theorem
701.2 Standard
Machine DeploymentComponents and Platforms for Software (weight: 2)
Weight: 2
Description: Candidates should understand services o ered by common cloud platforms. They should be able to include these services in their application architectures and
Con guration Management
deployment toolchains and understand the required service con gurations. OpenStack service components are used as a reference implementation.
Areas:
Key Knowledge
Service Operations
Features and concepts of object storage
Features and concepts of relational and NoSQL databases
and concepts of message brokers and message queues
Features
Features and concepts of big data services
Features and concepts of application runtimes / PaaS
Features and concepts of content delivery networks
The following is a partial list of the used les, terms and utilities:
OpenStack Swift
OpenStack Trove
OpenStack Zaqar
CloudFoundry
OpenShift
Description: Candidates should be able to use Git to manage and share source code. This includes creating and contributing to a repository as well as the usage of tags,
branches and remote repositories. Furthermore, the candidate should be able to merge les and resolve merging con icts.
The following is a partial list of the used les, terms and utilities:
git
.gitignore
Description: Candidates should understand the principles and components of a continuous integration and continuous delivery pipeline. Candidates should be able to
implement a CI/CD pipeline using Jenkins, including triggering the CI/CD pipeline, running unit, integration and acceptance tests, packaging software and handling the
deployment of tested software artifacts. This objective covers the feature set of Jenkins version 2.0 or later.
The following is a partial list of the used les, terms and utilities:
https://www.lpi.org/our-certifications/exam-701-objectives 2/6
12/26/2020 Exam 701 Objectives | Linux Professional Institute
Topic 702:Select
Container
Language Management
Find Training (http://cs.lpi.org/caf/Xamman/partner) Register (https://cs.lpi.org/caf/Xamman/register) My Account (https://cs.lpi.org/caf/Xamman/candidate_area)
702.1 Container Usage (weight: 7) Membership (https://www.lpi.org/member) Search (/search) Verify LPI Credentials (https://cs.lpi.org/caf/Xamman/certi cation)
Weight: 7
Software Engineering
Description: Candidates should be able to build, share and operate Docker containers. This includes creating Docker les, using a Docker registry, creating and interacting with
well as connecting containers to networks and storage volumes. This objective covers the feature set of Docker version 17.06 or later.
containers as
Container Management
Key Knowledge Areas:
Understand
the Docker architecture
Use existing Docker images from a Docker registry
Machine Deployment
Create Docker les and build images from Docker les
Upload images to a Docker registry
Operate
and access Docker containers
Connect container to Docker networks
Con guration Management
Use Docker volumes for shared and persistent container storage
The following
is a partial list of the used les, terms and utilities:
docker
Service Operations
Docker le
.dockerignore
Description: Candidates should be able to run and manage multiple containers that work together to provide a service. This includes the orchestration of Docker containers
using Docker Compose in conjunction with an existing Docker Swarm cluster as well as using an existing Kubernetes cluster. This objective covers the feature sets of Docker
Compose version 1.14 or later, Docker Swarm included in Docker 17.06 or later and Kubernetes 1.6 or later.
The following is a partial list of the used les, terms and utilities:
docker-compose
docker
kubectl
Description: Candidates should be able to set up a runtime environment for containers. This includes running containers on a local workstation as well as setting up a
dedicated container host. Furthermore, candidates should be aware of other container infrastructures, storage, networking and container speci c security aspects. This
objective covers the feature set of Docker version 17.06 or later and Docker Machine 0.12 or later.
The following is a partial list of the used les, terms and utilities:
docker-machine
Description: Candidates should be able to automate the deployment of a virtual machine with an operating system and a speci c set of con guration les and software.
https://www.lpi.org/our-certifications/exam-701-objectives 3/6
12/26/2020 Exam 701 Objectives | Linux Professional Institute
Understand Vagrant provisioning, including File, Shell, Ansible and Docker
Select Language Find Training (http://cs.lpi.org/caf/Xamman/partner) Register (https://cs.lpi.org/caf/Xamman/register) My Account (https://cs.lpi.org/caf/Xamman/candidate_area)
Understand multi-machine setup
Membership (https://www.lpi.org/member) Search (/search) Verify LPI Credentials (https://cs.lpi.org/caf/Xamman/certi cation)
The following is a partial list of the used les, terms and utilities:
vagrant
Software Engineering
Vagrant le
Container Management
703.2 Cloud Deployment (weight: 2)
Weight: 2
Machine Deploymentshould be able to con gure IaaS cloud instances and adjust them to match their available hardware resources, speci cally, disk space and volumes.
Description: Candidates
Additinally, candidates should be able to con gure instances to allow secure SSH logins and prepare the instances to be ready for a con guration management tool such as
Ansible.
Keyguration
Con Knowledge Areas:
Management
Understanding the features and concepts of cloud-init, including user-data and initializing and con guring cloud-init
Use cloud-init to create, resize and mount le systems, con gure user accounts, including login credentials such as SSH keys and install software packages from the
distribution’s
Service Operationsrepository
Understand the features and implications of IaaS clouds and virtualization for a computing instance, such as snapshotting, pausing, cloning and resource limits.
Description: Candidates should be able to create images for containers, virtual machines and IaaS cloud instances.
The following is a partial list of the used les, terms and utilities:
packer
Description: Candidates should be able to use Ansible to ensure a target server is in a speci c state regarding its con guration and installed software. This objective covers the
feature set of Ansible version 2.2 or later.
Understand the principles of automated system con guration and software installation
Create and maintain inventory les
Understand how Ansible interacts with remote systems
Manage SSH login credentials for Ansible, including using unprivileged login accounts
Create, maintain and run Ansible playbooks, including tasks, handlers, conditionals, loops and registers
Set and use variables
Maintain secrets using Ansible vaults
Write Jinja2 templates, including using common lters, loops and conditionals
Understand and use Ansible roles and install Ansible roles from Ansible Galaxy
Understand and use important Ansible tasks, including le, copy, template, ini_ le, linein le, patch, replace, user, group, command, shell, service, systemd, cron, apt,
debconf, yum, git, and debug
Awareness of dynamic inventory
Awareness of Ansibles features for non-Linux systems
Awareness of Ansible containers
The following is a partial list of the used les, terms and utilities:
ansible.cfg
ansible-playbook
ansible-vault
ansible-galaxy
ansible-doc
Description: Candidates should understand the main features and principles of important con guration management tools other than Ansible.
The following is a partial list of the used les, terms and utilities:
https://www.lpi.org/our-certifications/exam-701-objectives 4/6
12/26/2020 Exam 701 Objectives | Linux Professional Institute
puppet
Select Language Find Training (http://cs.lpi.org/caf/Xamman/partner) Register (https://cs.lpi.org/caf/Xamman/register) My Account (https://cs.lpi.org/caf/Xamman/candidate_area)
chef
chef-solo Membership (https://www.lpi.org/member) Search (/search) Verify LPI Credentials (https://cs.lpi.org/caf/Xamman/certi cation)
chef-client
chef-server-ctl
Software
knifeEngineering
Container Management
Topic 705: Service Operations
705.1 IT Operations and Monitoring (weight: 4)
Machine Deployment
Weight: 4
Description: Candidates should understand how IT infrastructure is involved in delivering a service. This includes knowledge about the major goals of IT operations,
Con guration Management
understanding functional and nonfunctional properties of an IT services and ways to monitor and measure them using Prometheus. Furthermore candidates should understand
major security risks in IT infrastructure. This objective covers the feature set of Prometheus 1.7 or later.
Key Knowledge Areas:
Service Operations
Understand goals of IT operations and service provisioning, including nonfunctional properties such as availability, latency, responsiveness
Understand and identify metrics and indicators to monitor and measure the technical functionality of a service
Understand and identify metrics and indicators to monitor and measure the logical functionality of a service
Understand the architecture of Prometheus, including Exporters, Pushgateway, Alertmanager and Grafana
Monitor containers and microservices using Prometheus
Understand the principles of IT attacks against IT infrastructure
Understand the principles of the most important ways to protect IT infrastructure
Understand core IT infrastructure components and their the role in deployment
The following is a partial list of the used les, terms and utilities:
Description: Candidates should understand the role of log les in operations and troubleshooting. They should be able to set up centralized logging infrastructure based on
Logstash to collect and normalize log data. Furthermore, candidates should understand how Elasticsearch and Kibana help to store and access log data.
The following is a partial list of the used les, terms and utilities:
logstash
input, lter, output
grok lter
Log les, metrics
syslog.conf
/etc/logstash/logstash.yml
/etc/ lebeat/ lebeat.yml
Linux Professional Institute (LPI) is the global certi cation standard and career support organization for open source professionals. With more than 200,000 certi cation holders,
it's the world’s rst and largest vendor-neutral Linux and open source certi cation body. LPI has certi ed professionals in over 180 countries, delivers exams in multiple
languages, and has hundreds of training partners.
Our mission is to promote the use of open source by supporting the people who work with it.
(https://www.linkedin.com/company/35
(https://www.facebook.com/LPICon
(https://twitter.com/lpiconnect)
(https://www.instagram.com
Contact Us (http://www.lpi.org/about-lpi/contact-us)
Privacy and Cookie Policy (http://www.lpi.org/privacy-and-cookie-policy)
Impressum (https://www.lpi.org/impressum)
https://www.lpi.org/our-certifications/exam-701-objectives 5/6
12/26/2020 Exam 701 Objectives | Linux Professional Institute
The content of this page was neural machine translated and reviewed by volunteers. In case of a discrepancy between English and the translation, the English version is
Select Language Find Training (http://cs.lpi.org/caf/Xamman/partner) Register (https://cs.lpi.org/caf/Xamman/register) My Account (https://cs.lpi.org/caf/Xamman/candidate_area)
canonical.
Membership (https://www.lpi.org/member) Search (/search) Verify LPI Credentials (https://cs.lpi.org/caf/Xamman/certi cation)
Spot a mistake or want to help improve this page? Please let us know (http://www.lpi.org/about-lpi/contact-us).
Software Engineering © Copyright 1999-2020 Linux Professional Institute Inc. All rights reserved.
Container Management
Machine Deployment
Service Operations
https://www.lpi.org/our-certifications/exam-701-objectives 6/6