DevOps Flashcards
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
Faster Delivery of Features
Reduced Costs
Which one of these is not an Agile Component?
Stories
Boards
Sprint
Organization
Organization
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 build is a result of a job’s run.
A job can have many builds.
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.
DevOps enables better collaboration.
DevOps helps to increase build and test frequency. (?)
Which of these responsibilities is typically NOT a DevOps Task for a QA Engineer?
Release Process Management
Repeatability Improvement
Infrastructure Virtualization
Quality Tracking
Infrastructure Virtualization
Which of these would be best used to collaborate on your project’s documentation in VBS?
Maven
Tags
Git
Wiki
Wiki
Which of the following are Kubernetes components? (Choose two)
Master Nodes
Compute Nodes
Worker Nodes
Owner Nodes
Worker Nodes
Master Nodes
Which of these terms relates to “coordinate, organize, or build a process that encompasses multiple automated tasks”?
Agile
Automation
Orchestration
Integration
Orchestration
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
Snippet
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
Daily
Scrum uses fixed-length iterations. What are these iterations called?
Sprint
Snippets
Stories
Issues
Sprint
Which of the below practices focus on moving small chunks of code into production?
Continuous Delivery
Continuous Integration
Continuous Monitoring
Continuous Planning
Continuous Delivery
Which of the following is used to facilitate Continuous Integration in VBS?
Snippet
Hudson
Boards
Git
Hudson
Which of the following pages can you use to create, update, and search Issues in VBS?
Project Home
Wiki
Git
Agile Boards
Agile Boards
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 Project can either be Public or Private.
A Project can be created from the Organization Page.
Which of the below VBS components is used for source code management?
Hudson
Maven
Wiki
Git
Git
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
OCI Compute and Object Storage
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
Maven Repository
Which of the following Kubernetes components cannot be viewed in the OCI Console?
Work Requests
Node Pools
Master Node
Metrics
?
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
Enables auto scaling of containers
Standardizes packaging of applications
Which of the following features is not available in Oracle Visual Builder Studio?
Integration Engine
Mobile Application Development
Web Application Development
Team Collaboration
Integration Engine ?
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 merge request can be closed without merging.
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
Fingerprint
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
?
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
Kubectl