Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which of the following statements is TRUE with regard to OCI DevOps ? (Choose the best answer.)

A.

OCI DevOps is an orchestration tool for deployments

B.

OCI DevOps uses pipelines to manage infrastructure

C.

OCI DevOps automates SDLC which is Cl/CD platform for developers

D.

OCI DevOps is cloud based to build softwares

Full Access
Question # 5

You are a Site Reliability Engineer (SRE) and are new to Oracle Cloud Infrastructure (OCI) DevOps. You need help tracking the performance of your cloud native applications. Which group of OCI services can help you get application insights?

A.

Oracle Container Engine for Kubernetes (OKE), Instance Groups, and Functions

B.

OCI Service Connector Hub, API Management, Application Performance Advisor

C.

OCI Resource Manager, Logging, and Cloud Guard

D.

OCI Logging Monitoring and Application Performance Monitoring (APM)

Full Access
Question # 6

Which TWO components are optional while creating Monitoring Query Language (MQL) expressions in Oracle Cloud Infrastructure Monitoring service? (Choose two.)

A.

Dimensions

B.

Metric

C.

Grouping Function

D.

Statistic

E.

Interval

Full Access
Question # 7

You're using Oracle Cloud Infrastructure (OCI) DevOps service to automate your software releases to release features more frequently and with fewer errors. While deploying an update to production, one of your deployment stages failed. What action should you perform in your Deployment Pipeline?

A.

Add Rescue and Trigger stages to automatically trigger the failed deployment.

B.

Use OCI DevOps Trigger and Rerun tool to avoid downtime.

C.

Rollback the failed stage in the pipeline to the previous successful released version.

D.

Automate backup and use the rerelease stage in the Deployment Pipeline.

Full Access
Question # 8

Which is NOT a valid log category for the Oracle Cloud Infrastructure Logging service?

A.

Custom Logs

B.

Hybrid Logs

C.

Audit Logs

D.

Service Logs

Full Access
Question # 9

As a DevOps engineer working on a project to deploy container images to Oracle Cloud Infrastructure Container Registry (OCIR), you have the option to create an empty repository in advance or allow the system to create a repository automatically on first push. Which statement about automatic repository creation is true?

A.

If you select the "Create repositories on first push root compartment" option and push an image with a command that includes the name of a repository that doesn't already exist, a new private repository is created automatically in the root compartment.

B.

Automatic repository creation is triggered by running the command docker push .ocir.oci//:, even if the repository doesn't exist.

C.

Automatic repository creation only works for repositories in the normal user compartment.

D.

To create a new public repository in the root compartment automatically, you need not belong to the tenancy's Administrators group or have the REPOSITORY MANAGE permission on the tenancy.

Full Access
Question # 10

A company is considering DevOps implementation in their current project. They are evaluating existing processes and tools for quick releases. In which two ways can you help this company discern the primary benefits of DevOps tools?

A.

Improve the efficiency of IT operations by automating routine tasks and eliminating manual processes.

B.

Implement culture changes, for some organizations, which occurs as a result of DevOps implementation.

C.

Ensure proper configuration while implementing DevOps to eliminate the scope for errors.

D.

Fix bugs and deploy security patches in a timely manner which, however, can also result in minimal downtime.

E.

Automate the software development lifecycle to increase production speed and consistency.

Full Access
Question # 11

A developer is managing a collection of servers and wants to update to the newest version of Apache on all of the defined web servers. Which Ansible AdHoc command can you use to achieve this?

A.

$ ansible webservers -m yum -a "name=httpd state=new"

B.

$ ansible webservers -m service -a "name=httpd state=started"

C.

$ ansible webservers -m yum -a "name=httpd state=latest"

D.

$ ansible webservers -m service -a "name=httpd state=install"

Full Access
Question # 12

XYZ Inc. is using Oracle Cloud Infrastructure (OCI) DevOps Project to deploy their e-commerce application to production. They recently received a customer request to add a new feature to the application, which requires modification of the existing code. How can XYZ Inc. use OCI services to automatically push the modified code changes to the production?

A.

Use the OCI DevOps Triggers feature to automate build and deployment on every code commit.

B.

Manual builds can be run from the OCI DevOps Build Pipelines to deploy the changes.

C.

Use OCI Ansible modules to automate the deployment of the new changes to the production environment.

D.

Use the OCI Resource Manager to automatically apply the changes to the production environment after successful testing.

Full Access
Question # 13

You host your application on a stack in Oracle Cloud Infrastructure (OCI) Resource Manager. Due to recent growth in your user base, you decide to add a CIDR block to your VCN, add a subnet, and provision a compute instance in it. Which statement is true?

A.

You need to provision a new stack because Terraform uses immutable infrastructure.

B.

You can provision the new resources in the OCI console and add them to the stack with Drift Detection.

C.

You cannot provision the new resources in the OCI console first, then later add them to the Terraform configuration and state.

D.

You can make the changes to the Terraform code, run an Apply job, and Resource Manager will provision the new resources.

Full Access
Question # 14

Which two changes to infrastructure with the Oracle Cloud Infrastructure (OCI) Provider for Terraform will NOT result in any resources being destroyed or provisioned? (Choose two.)

A.

changing the image OCID of a compute instance

B.

changing the shape of a compute instance

C.

adding a subnet to a VCN

D.

adding a CIDR block to a VCN

E.

changing the Display Name of a compute instance

Full Access
Question # 15

What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?

A.

Initiate the automated upgrade process using the OCI Console. CLI, or API.

B.

Upgrade the node pools one at a time, then once all node pools are upgraded, upgrade the control plane.

C.

Initiate the control plane and node pool upgrades simultaneously.

D.

Upgrade the control plane, then upgrade the node pools.

Full Access
Question # 16

As a DevOps engineer working on an OCI project, you're setting up a deployment pipeline to automate your application deployments. Which statement is false about deployment pipeline in OCI DevOps?

A.

You can add an Approval stage that pauses the deployment for a specified duration for manual decision from the approver

B.

Using deployment pipeline, you can deploy artifacts to Kubernetes cluster, Instance Group, and OCI Compute Instances.

C.

You can add a Traffic Shift stage that routes the traffic between two sets of backend IPs using preconfigured load balancer and listener.

D.

You can add a Wait stage that adds a specified duration of delay in the pipeline.

Full Access
Question # 17

ABC Inc. is a software development firm that uses DevOps practices. They want to minimize the risk of security breaches by incorporating security into their development process from the start. To accomplish this, they are concentrating on incorporating DevSecOps best practices into their DevOps process. Which three are best practices that ABC Inc. should im-plement?

A.

Follow established security guidelines, such as the OWASP DevSecOps guideline, during the development and testing process.

B.

Perform regular scans for vulnerabilities and prioritize fixing them based on their se-verity

C.

Manually execute DevOps security processes and tools to reduce the risk of errors and security incidents.

D.

Implement role-based access control and define roles and responsibilities for everyone involved in the development process.

E.

Have a flat network with no segmentation or isolation, where all devices and resources are interconnected and accessible to anyone on the network.

Full Access
Question # 18

A small company is moving to a DevOps framework to better accommodate their intermittent workloads, which are dynamic and irregular. They want to adopt a consumption-based pricing model. Which Oracle Cloud Infrastructure service can be used as a target deployment environment?

A.

Bare metal compute instance

B.

Virtual machine compute instance

C.

Functions

D.

Oracle Kubernetes (OKE)

Full Access
Question # 19

A DevOps team has 50 web servers under their preview and they want to patch a server application. Which element of Ansible can be leveraged for this task and how would it help?

A.

A playbook could be leveraged and executed against the group of web servers, as de-fined in the Inventory. Then, Ansible would connect to each server and apply the same set of configurations.

B.

A playbook could be leveraged to explain the series of plays and tasks that need to be run per server. Then, Ansible would connect with and configure each server's infra-structure automatically using YAML.

C.

A playbook could be leveraged and executed against the group of web servers, as de-fined in the task list. Then. Ansible would connect to each server and apply the same set of commands.

D.

A playbook could be leveraged to perform ad hoc commands per server. Then. Ansible will automatically communicate with the servers and execute the ad hoc commands in the order defined.

Full Access
Question # 20

Which statement is true regarding the Oracle Cloud Infrastructure (OCI) DevOps service?

A.

Users can migrate workloads from on-premises, but not from other cloud platforms.

B.

Users can avoid downtime during deployments and automate the complexity of updating applications.

C.

Users can view limited lifecycle phases as needed to assess application performance.

D.

Users can only store code on public repositories and cannot access internal code repositories.

Full Access
Question # 21

How do OCI DevOps deployment pipelines reduce risk and complexity of production applications?

A.

By eliminating downtime of production applications

B.

By reducing change-driven errors introduced by manual deployments

C.

By working with existing Git repositories and Cl systems

D.

By scaling builds with service-managed build runners

Full Access
Question # 22

You are part of the DevOps team and troubleshooting an issue related to a newly deployed web application. The clients for the web application have reported failures with creating records into the application over an HTTPS connection. The current logs collected by the Oracle Cloud Infrastructure (OCI) Logging service is not providing much information related to the issue. You have been asked to enable specific logs applicable to services along with con-figuring an alarm to monitor any new failures. Which two steps can you perform to meet this requirement?

A.

Create a Rule Condition for DevOps Events (com.oraclecloud.devopsbuild.createconnection.begin,com.oraclecloud.devopsbuild.createconnection.end) and enable Notifications Service.

B.

Install the OCI compute agent software on client systems, enable Custom log and create an agent configuration selecting log path.

C.

Create custom filters with required data fields (for example: source, time, statusCode, message) to filter log messages, configure Service Connector with Monitoring for creating an Alarm.

D.

Enable Custom log specific to the application server log and create an agent configuration with selecting log paths.

Full Access
Question # 23

You are a DevOps project administrator. You are creating Oracle Cloud Infrastruc-ture (OCI) Identity and Access Management (IAM) policies that will be used in a DevOps CI/CD pipeline for deployment to an Oracle Container Engine for Kubernetes (OKE) environment. Which OCI IAM policy can be used?

A.

Allow group to manage devops-family in compartment

B.

Allow group to manage all-resources in compartment

C.

Allow dynamic-group to manage devops-family in compartment

D.

Allow dynamic-group

Full Access
Question # 24

As an engineer building and deploying applications using an OCI DevOps project, which two capabilities can help ensure the security and reliability of the code in the build and deployment pipelines?

A.

Using third-party tools like Sonatype, SonarQube, or OverOps to analyze code for security defects or bugs in code quality.

B.

Pushing our container image to a third-party registry with the scanning capability enabled to check for vulnerabilities

C.

Using ADM to identify security weaknesses in software applications by checking their dependencies.

D.

Using JIRA to track user stories and bug fixes in the development process.

E.

Using version control tools like Git or SVN to track and manage changes in the code-base.

Full Access
Question # 25

You are a DevOps engineer working on a project that requires you to push and pull Docker images to and from Oracle Cloud Infrastructure Registry (Container Registry) using Docker CLI. You have been given access to Container Registry and have installed Docker CLI on your local machine. Which should you create and use to securely authenticate and store your Docker image in a private Docker registry in OCI?

A.

Master Encryption Key in OCI Vault

B.

Auth Token

C.

JSON Web Token

D.

Docker Registry Secret

E.

SSH Key Pair

Full Access
Question # 26

Which two are prerequisites for creating a secret in Oracle Cloud Infrastructure Vault service?

A.

The user must create a compute instance to run the secret service.

B.

You must have a Vault managed key to encrypt the secret.

C.

You must have the required permissions to create and manage secrets in the Vault service.

D.

You must first create a hash digest of the secret value.

E.

You must have an auth token to encrypt the secret.

Full Access
Question # 27

You have a stack in Oracle Cloud Infrastructure (OCI) Resource Manager that is co-managed by multiple teams. Which statement is true?

A.

The resources in the stack can still be edited or destroyed through the OCI console, causing Resource Manager's state to be out of sync.

B.

The resources in the stack can no longer be edited or destroyed through the Terraform CLI on a local machine.

C.

Resources provisioned by Resource Manager can only be managed through Resource Manager, preventing the state from becoming out of sync.

D.

The Terraform state may become corrupted if multiple people attempt Apply jobs in Resource Manager simultaneously.

Full Access
Question # 28

As a startup planning to set up your infrastructure on Oracle Cloud Infrastructure (OCI), you must understand the key concepts of OCI Resource Manager. Which best describes a stack in Resource Manager that will assist you to manage infrastructure using the infrastructure-as-code model?

A.

It is a group of related resources used to create lightweight and reusable abstractions, so that you can describe your infrastructure in terms of its architecture.

B.

It is the difference between the real-world state of your infrastructure and the last executed Terraform configuration.

C.

It represents a request to take a Terraform action on a state. It performs the actions that are defined in the configuration file.

D.

It represents a collection of OCI resources created in the Compartment and includes a collection of Terraform files that specify the resources you want to manage with the Resource Manager

Full Access
Question # 29

Why is it important to extract output artifacts from the Oracle Cloud Infrastructure (OCI) DevOps build pipeline and store them in an Artifact Registry repository?

A.

Output artifacts aren't permanent. If they are to be used in the Deliver Artifacts stage, they need to be exported as output artifacts to a registry.

B.

Storing build artifacts in registries helps the deployment pipeline differentiate output artifacts created by the build pipeline from artifacts copied from a Git repository.

C.

Deliver Artifacts is a required stage of the build pipeline, and the entire pipeline won't work if it is not included in order to extract artifacts after the Managed Build stage.

D.

All artifacts are permanently stored in the build pipeline. Extracting just the ones re-quired for deployment tells the deployment pipeline which artifacts to use.

Full Access
Question # 30

What is a prerequisite for creating a secret in Oracle Cloud Infrastructure Vault service?

A.

The user must create a compute instance to run the secret service.

B.

You must have a Vault managed key to encrypt the secret.

C.

You must create a digest hash of the secret value.

D.

You must unseal the Vault by using Shamir's secret sharing

Full Access