DevOps Flashcards

1
Q

Which of these are the advantages of adopting automation in your organization? (Choose two)

Faster Delivery of Features

Limited Visibility

Increased Manual Intervention

Reduced Costs

A

Faster Delivery of Features

Reduced Costs

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

Which one of these is not an Agile Component?

Stories

Boards

Sprint

Organization

A

Organization

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

Which of the following statements are true about Build? (Choose two)

A job is a result of running a build.

A job can have many builds.

A job can have only one build.

A build is a result of a job’s run.

A

A build is a result of a job’s run.

A job can have many builds.

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

Which of the following statements are true about DevOps? (Choose two)

DevOps is a job title.

DevOps enables teams to work as separate entities.

DevOps enables better collaboration.

DevOps helps to increase build and test frequency.

A

DevOps enables better collaboration.

DevOps helps to increase build and test frequency. (?)

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

Which of these responsibilities is typically NOT a DevOps Task for a QA Engineer?

Release Process Management

Repeatability Improvement

Infrastructure Virtualization

Quality Tracking

A

Infrastructure Virtualization

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

Which of these would be best used to collaborate on your project’s documentation in VBS?

Maven

Tags

Git

Wiki

A

Wiki

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

Which of the following are Kubernetes components? (Choose two)

Master Nodes

Compute Nodes

Worker Nodes

Owner Nodes

A

Worker Nodes

Master Nodes

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

Which of these terms relates to “coordinate, organize, or build a process that encompasses multiple automated tasks”?

Agile

Automation

Orchestration

Integration

A

Orchestration

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

Which of the following comprises of a file with reusable code that you can use in the VBS project and share with other project members?

Build

Wiki

Snippet

Sprint

A

Snippet

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

When should a Scrum meeting be scheduled?

At the Start of a Sprint

At the Start and End of a Sprint

At the End of a Sprint

Daily

A

Daily

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

Scrum uses fixed-length iterations. What are these iterations called?

Sprint

Snippets

Stories

Issues

A

Sprint

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

Which of the below practices focus on moving small chunks of code into production?

Continuous Delivery

Continuous Integration

Continuous Monitoring

Continuous Planning

A

Continuous Delivery

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

Which of the following is used to facilitate Continuous Integration in VBS?

Snippet

Hudson

Boards

Git

A

Hudson

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

Which of the following pages can you use to create, update, and search Issues in VBS?

Project Home

Wiki

Git

Agile Boards

A

Agile Boards

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

Which of the following statements are true about Projects in VBS? (Choose two)

A Project can be created from the Organization Page.

A Project can be created from the Project Home Page.

A Project can either be Public or Private.

A Project can either be Private or Shared.

A

A Project can either be Public or Private.

A Project can be created from the Organization Page.

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

Which of the below VBS components is used for source code management?

Hudson

Maven

Wiki

Git

A

Git

17
Q

Before you create a project in VBS, you need to configure the OCI connection. Which of the following OCI components will you need to configure?

OCI Compute and Object Storage

OCI Block Storage and ATP

OCI Block Storage and File Storage

OCI Compute and ADW

A

OCI Compute and Object Storage

18
Q

Which of these is normally used to store build artifacts and dependencies for your Java applications within a VBS project?

Global Repository

Maven Repository

Git Repository

Local Repository

A

Maven Repository

19
Q

Which of the following Kubernetes components cannot be viewed in the OCI Console?

Work Requests

Node Pools

Master Node

Metrics

A

?

20
Q

Which of these features are specific to Kubernetes? (Choose two)

Standardizes packaging of applications

Manages only single containers

Enables auto scaling of containers

Helps in resource monitoring

A

Enables auto scaling of containers

Standardizes packaging of applications

21
Q

Which of the following features is not available in Oracle Visual Builder Studio?

Integration Engine

Mobile Application Development

Web Application Development

Team Collaboration

A

Integration Engine ?

22
Q

Which of these is true about Branches and Merge Requests in VBS?

A request can only be sent to one reviewer for code review.

A merge request can be closed without merging.

You can only branch from the master.

A merge request cannot have a linked build.

A

A merge request can be closed without merging.

23
Q

To deploy an application from VBS to OKE-managed Kubernetes cluster, which of the following is NOT a required OCIcli parameter?

User Name

Fingerprint

Tenancy OCID

Region

A

Fingerprint

24
Q

You have a requirement to deploy a containerized Node.js application from VBS to a Kubernetes cluster. You are creating a deployment script in yaml. Which of these would you include in the yaml file? (Choose two)

Docker Image Name

Service Name

OKE Cluster Name

API Signing Key

A

?

25
Q

Which TWO of these software libraries would typically be required to configure a Build VM Template for deployment of an application from VBS to an OKE-managed Kubernetes cluster?

Kubectl

Gradle

Docker

OCIcli

A

Kubectl