Cloud Tools & Strategies (Ready) Flashcards

1
Q

What are some examples of popular cloud platforms?

A

Amazon Web Services
Google Cloud Platform
Microsoft Azure

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

What are some examples of popular alerting tools?

A

PagerDuty
VictorOps
OpsGenie

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

What are some examples of popular ticketing tools?

A

ServiceNow
JIRA
Zendesk

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

What are some examples of popular collaboration tools?

A

Slack
HipChat
Microsoft Teams

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

What are some examples of popular cloud CI/CD tools?

A

Puppet
Jenkins
Ansible
Chef

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

What are some examples of popular database tools?

A

MongoDB
Postgres
Cassandra
MySQL

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

What are some examples of popular serverless tools?

A

AWS Lambda & Step Functions
Azure Functions
Google Cloud Functions

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

What are some examples of popular container tools?

A

Docker, Kubernetes, AWS ECS, EKS, Openshift

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

What are some examples of popular coding languages Datadog integrates with?

A

.Net(C+), Ruby, Python, Java, Go

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

What can an alerting tool like PagerDuty/OpsGenie do?

A

Provide incident notifications via email, push, text, and phone, as well as automatic escalations

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

What can a ticketing tool like ServiceNow/JIRA do?

A

Automate the tracking of service requests and issues for IT help desk operations

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

What can a collaboration tool, like Slack/HipChat do?

A

Internal messaging and/or internal instant messaging

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

What can a configuration tool, like Puppet/Chef do?

A

Provide dynamic scaling-up and down of hosts and distribute changes across all machines automatically.

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

What can a database tool, like MySQL/MongoDB do?

A

Allow organizations, users, and applications to store, manage and retrieve data.

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

What can serverless tools, like AWS Lambda/Azure Functions do?

A

Off load the running of specific functions/tasks of an application to a cloud provider

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

What can containerization tools, like Docker do?

A

Make it easier to create, deploy, and run applications by using containers. 10x-100x more efficient than VMs.

17
Q

What does adopting DevOps allow companies to do?

A

Improve agility by creating better alignment between the software development and operations teams.

18
Q

What does adopting agile software development practices allow companies to do?

A

Continuously deliver incremental updates to software, which can help them to stay relevant and competitive

19
Q

What can a CI/CD tool, like Jenkins do?

A

Automate the development, testing, and deployment of new code.