Workflow Orchestration Flashcards

1
Q

Types of Orchestration

A

§ Resource Orchestration
§ Workload Orchestration
§ Service Orchestration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CI/CD Stages

A

o Development
o Testing/Integration
o Staging
o Production

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Continuous Integration

A

§ A software development method where code updates are tested and committed to a development or build server/code repository rapidly
§ Continuous integration can test and commit updates multiple times per day
§ Continuous integration detects and resolves development conflicts early and often

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Continuous Delivery

A

A software development method where application and platform requirements are frequently tested and validated for immediate availability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Continuous Deployment

A

§ A software development method where application and platform updates are committed to production rapidly
§ Continuous delivery focuses on automated testing of code in order to get it ready for release
§ Continuous deployment focuses on automated testing and release of code in order to get it into the production environment more quickly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DevSecOps

A

§ A combination of software development, security operations, and systems operations by integrating each discipline with the others
§ DevSecOps utilizes a shift-left mindset
• Integrate security from the beginning
• Test during and after development
• Automate compliance checks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Infrastructure as Code

A

§ A provisioning architecture in which deployment of resources is performed by scripted automation and orchestration
§ IaC allows for the use of scripted approaches to provisioning infrastructure in the cloud
§ Robust orchestration can lower overall IT costs, speed up deployments, and increase security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Snowflake Systems

A

§ Any system that is different in its configuration compared to a standard template within an infrastructure as code architecture
§ Lack of consistency leads to security issues and inefficiencies in support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Idempotence

A

§ A property of IaC that an automation or orchestration action always produces the same result, regardless of the component’s previous state
§ IaC uses carefully developed and tested scripts and orchestration
runbooks to generate consistent builds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Artificial Intelligence

A

The science of creating machines with the ability to develop problem solving and analysis strategies without significant human direction or intervention

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Machine Learning

A

§ A component of AI that enables a machine to develop strategies for solving a task given a labeled dataset where features have been manually identified but without further explicit instructions
§ Machine learning is only as good as the datasets used to train it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Artificial Neural Network

A

§ An architecture of input, hidden, and output layers that can perform algorithmic analysis of a dataset to achieve outcome objectives
§ A machine learning system adjusts its neural network to reduce errors and optimize objectives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Deep Learning

A

§ A refinement of machine learning that enables a machine to develop strategies for solving a task given a labeled dataset and without further explicit instructions
§ Deep learning uses complex classes of knowledge defined in relation to simpler classes of knowledge to make more informed determinations about an environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly