Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

Oracle 1z0-1109-23 Dumps

Page: 1 / 10
Total 100 questions

Oracle Cloud Infrastructure 2023 DevOps Professional Questions and Answers

Question 1

Your customer has deployed their microservices based application on Oracle Container Engine for Kubernetes (OKE) and they are using Oracle Cloud Infrastructure Registry (OCIR) service as their Docker image repository. They have deployed the OKE cluster using the 'custom create' option, and their Virtual Cloud Network (VCN) has three public subnets with associated route tables, security lists, and an internet gateway. They are facing an issue where their application containers are falling to deploy. Upon investigation, they learn that the images are not getting pulled from the designated OCIR repository. The YAML configuration has the correct path to the images. What is a valid concern that needs to be further investigated?

Options:

A.

The OKE cluster needs to have a secret with credentials of their OCIR repository and use that secret in the Kubernetes deployment manifest.

B.

They need to add IAM credentials for each user that deploys applications to the OKE cluster.

C.

The VCN hosting the OKE cluster worker nodes needs to have a NAT gateway to access OCIR repositories.

D.

They need to add a security list rule for TCP port 22 to connect to the OCIR service.

Question 2

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

Options:

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.

Question 3

A company wants to implement CI/CD automation process on Oracle Cloud Infrastructure (OCI) DevOps. An automatic trigger is created in such a way that when someone pushes the code from a Git repository to the OCI Code Repository, it trigger builds all the way to the deployment pipeline. Which DevOps IAM policy statements are required for this automation?

Options:

A.

Code Repo: Allow dynamic group to manage all resources in compartment compartment name>; Build Pipeline: Allow dynamic-group to manage all-resources in compartment compartment name>

B.

No DevOps IAM policy statements are required.

C.

Build Pipeline: allow dynamic-group to manage all-resources in compartment

D.

Code Repo: Allow dynamic-group to manage all-resources in compartment ; Build Pipeline: Allow dynamic-group ; Deployment Pipeline: allow dynamic-group to manage all resources in compartment scompartment name>

Question 4

A DevOps team is deploying a new version of their application to their production environment use Canary deployment strategy in the OCI DevOps service. They want to ensure that the production environment is not affected by any potential issues caused by the new version. Which statement is true in or der to achieve this goal?

Options:

A.

The Invoke Function stage is an optional stage that can be used to validate the new version before moving to the production environment.

B.

The Canary deployment strategy only supports pipeline redeployment for OKE and not for instance group deployments.

C.

The Production stage in the Canary deployment strategy deploys the new version to the production environment without any manual approval.

D.

The Shift Traffic stage in the Canary deployment strategy shifts 100% of the production traffic to the Canary environment.

Question 5

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

Options:

A.

Dimensions

B.

Metric

C.

Grouping Function

D.

Statistic

E.

Interval

Question 6

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?

Options:

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.

Question 7

An e-commerce company migrated from on-premises to OCI and want to leverage OCI DevOps service in a project. The company also wants to include Kubernetes cluster in the deployment architecture. Which TWO tools should you use? (Choose two.)

Options:

A.

Ansible Collection

B.

Compute Jenkins Plug-in

C.

Terraform Provider

D.

Chef Knife Plug-in ie

Question 8

As a DevOps engineer working on a CI/CD pipeline for your company's application, you have completed code analysis, image scanning, and automated testing. What is the next step to ensure a secure and reliable deployment?

Options:

A.

Add a control stage approval within the deployment pipeline.

B.

Review the code analysis and image scanning reports again using automated tools in the deployment pipeline.

C.

Deploy the application to production without any further checks.

D.

Conduct more automated testing to be sure.

Question 9

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?

Options:

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

Question 10

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

Options:

A.

Custom Logs

B.

Hybrid Logs

C.

Audit Logs

D.

Service Logs

Question 11

A startup company wants to use DevOps tools and processes for fast releases in a project. What are the TWO offerings which DevOps tool can provide? (Choose two.)

Options:

A.

Integrates between development and IT teams to achieve automation

B.

Speeds up production consistency and speed by automating SDLC

C.

Helps cloud admins with reportings and track metrics

D.

Helps in security patching to ensure data security and saves time

Question 12

You're working with Docker images and containers, and you need to get rid of an image that's no longer needed. However, when you use the command to remove the image, you get the following error: # docker rmi d1230455e12 Error response from daemon: conflict: un-able to delete d1230455e12 must be forced image is being used by stopped container of1262bd1285 Which steps would you take to delete the specified image?

Options:

A.

To determine which container is using the image, use the “docker ps -a” command. Stop the running container with 'docker stop 0f1262bd1285', delete it with 'docker rm of1262bd1285', and delete the docker image with 'docker rmi d123f4e55e12'.

B.

To determine which container is using the image, use the “docker ps a” command Kill the running container with 'docker Kill of 1262bd1205, delete it with 'docker rmc 0r1262bd1285', and delete the docker image with 'docker mi d123f4e55e12'.

C.

To determine which container is using the image, use the “docker ps -a” command. Stop the running container with the command 'docker stop d123f4e55e12', delete it with 'docker rm Of1262bd1285', and delete the docker image with the command 'dock-er rmi 0f1262bd1285'.

D.

To determine which container is using the image, use the “docker ps -a” command. To delete the container, use the 'docker rm 011262bd1285' command and to delete the docker image, use the 'docker rmi d12314e55e12' command.

Question 13

A software development team is working on a prototype using Node.js and MongoDB as their programming language and database, respectively. They need to develop and test isolated web applications or RESTful APIs. They are looking for a simple, quick, and secure way to run containers without managing any servers. Which OCI service is best suited for this use case?

Options:

A.

Compute Instances

B.

OCI DevOps Project

C.

Container Engine for Kubernetes

D.

Container Instances

E.

OCI Functions

Question 14

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?

Options:

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.

Question 15

As a small company that wants to adopt a DevOps framework and a consumption-based pricing model, which Oracle Cloud Infrastructure service can be used as a target deployment environment, providing features like automated rollouts and rollbacks, self-healing of failed containers, and configuration management, without the overhead of managing security patches and scaling?

Options:

A.

OCI Container Engine for Kubernetes (OKE) with managed nodes

B.

Compute Instance Group

C.

OCI Container Instances

D.

OCI Serverless Functions

E.

OCI Container Engine for Kubernetes (OKE) with virtual nodes

Question 16

You have migrated an onpremise application to Oracle Cloud Infrastructure (OCI) and have started using the OCI DevOps service. You want to use Kubernetes cluster in your deployment architecture. Which two tools or services should you use to do this? (Choose two.)

Options:

A.

Chef Knife Plug-in

B.

Ansible Collection

C.

Compute Jenkins Plug-in

D.

Terraform

E.

OCI Resource Manager

Question 17

A company has an Oracle Cloud Infrastructure (OCI) DevOps deployment pipeline set up in US East (us-ashburn 1) region, but they want to deploy an application in Japan Central (ap-osaka-1). How can they deploy their application in the ap-osaka-1 region with the deployment pipeline set up in the us ashburn-1 region in the most efficient manner?

Options:

A.

Deploy application in us-ashburn-1 and duplicate the same in ap-osaka-1.

B.

It is not possible to use the same deployment pipeline across regions.

C.

Create another deployment pipeline in ap-osaka-1 to connect to the deployment pipeline in us ashburn-1

D.

Deploy directly in ap-osaka-1 from the us-ashburn-1 deployment pipeline.

Question 18

Which is a proper rule to follow when creating container repositories inside the Oracle Cloud Infrastructure (OCI) Registry?

Options:

A.

When naming a container repository, you may use capital letters but not hyphens. For example, you may use BGdevops-storefront, but not bgdevops/storefront.

B.

When creating a container repository, check the Immutable Artifacts box, as it keeps other developers from altering the files.

C.

You must use a separate container repository for each image, but multiple versions of that image can be in a single repository.

D.

You must use the OCI DevOps Managed Build stage to define artifacts in the artifact and container repositories and map the build pipeline outputs to them.

Question 19

A DevOps Engineer is tasked with providing a solution, which will help in easy management of deployed applications and troubleshoot them on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). What are three actions the DevOps Engineer must perform to accomplish the given task? (Choose three.)

Options:

A.

Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: dashboard:/proxy/#!/login http://localhost:8001/api/vi/namespaces/kube-system/services/httpsikubernetes.

B.

Use the default dashboard that comes configured with the Kubernetes implementation on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE).

C.

Create a service account and the clusterrolebinding, obtain an authentication token for the service account using kubectl command, and run a kubectl proxy command to enable the kubernetes dashboard

D.

Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login

E.

Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the URL: http://localhost:8001/api/v1/namespaces/kube-dashboard/services/httparkubernetes dashboard:/proxy/ '/login

F.

Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: hs://localhost:8001/api/vi/namespaces/kube-dashboard/services/httparkubernete dashboard:/proxy/#!/login

Question 20

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?

Options:

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.

Question 21

You have been asked to provision a new production environment on Oracle Cloud Infra-structure (OCI). After working with the solution architect you decide that you are going to automate this process. Which OCI service can help automate the provisioning of this new environment?

Options:

A.

OCI Streaming Service

B.

Oracle Functions

C.

OCI Resource Manager

D.

Oracle Container Engine for Kubernetes

Question 22

As an engineer working on containerizing your application on the OCI platform, which two statements are true about OCI container instances?

Options:

A.

The amount of time the container instance waits for the OS to shut down before power-ing off is managed internally.

B.

The image source for a container instance can only be selected from Oracle Cloud Infrastructure Registry (also known as Container Registry), which is an Oracle-managed registry that enables you to store, share, and manage container images.

C.

While configuring container instances, you can set the environmental variables used by the container.

D.

You can configure the number of resources that the container consumes in absolutes or percentages.

E.

By default, the container can use only 50% of resources in the container instance.

Question 23

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

Options:

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.

Question 24

A company is building an application and the team decides to deploy on Oracle Cloud Infra-structure (OCI) DevOps. They want to automate infrastructure and configure OCI resources. To achieve this, which tool should they use and why?

Options:

A.

Chef With the OCI DevOps service, users can manage OCI resources using the Chef Knife Plug-in, a CLI tool that provides help with managing repositories and automating infrastructure.

B.

Jenkins-In OCI, Jenkins is an automation tool for configuration management that focuses on automating delivery and management of entire IT infrastructure stacks.

C.

Ansible - In OCI, the "Ansible Collection" automates infrastructure provisioning and configuring of OCI resources, such as Compute. Load Balancing, and Database services.

D.

Terraform CLI - In OCI, Terraform is a configuration management tool that manages enterprise-scale server infrastructure with minimal human intervention using Infra-structure as Code (laC)

Question 25

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?

Options:

A.

Bare metal compute instance

B.

Virtual machine compute instance

C.

Functions

D.

Oracle Kubernetes (OKE)

Question 26

Your application development team has an existing GitHub repository for their code. Your application development team has an existing GitHub repository for their code. You would like to mirror it on Oracle Cloud Infrastructure (OCI) in order to deploy an application to an Oracle Container Engine for Kubernetes (OKE) environment using the OCI DevOps service. Which action can be done AFTER you trigger a Build Pipeline?

Options:

A.

Configure an OCI compartment for storing DevOps resources

B.

Create a reference to a secret in the OCI Vault

C.

Configure the SSH file so that their SSH key is used when connecting to OCI Code Repositories

D.

Set up a Kubernetes cluster as an environment for deployment

Question 27

As a DevOps engineer working on managing clusters on the OCI platform for your organization, which statement is true about managing cluster add-ons in OCI OKE Cluster?

Options:

A.

When you disable a cluster add-on using the console, the add-on is completely removed from the cluster

B.

When creating a new cluster, essential cluster add-ons cannot be disabled.

C.

When creating a new cluster, essential cluster add-ons are set to manually update.

D.

When enabling a cluster add-on, you cannot configure the add-on by specifying one or more key/value pairs to pass as arguments to the cluster add-on.

Question 28

As a DevOps Engineer you are tasked with securely storing and versioning your application and automatically build, test, and deploy your application to Oracle Cloud Infrastructure (OCl) are told to automate manual tasks and help software teams in managing complex environment. Which three OCI Services can you choose to accomplish these tasks?

Options:

A.

DevOps

B.

Resource Manager

C.

Oracle Cloud Infrastructure Registry

D.

Container Engine for Kubernetes

E.

Oracle APEX Application Development

F.

Oracle Cloud Logging Analytics

Question 29

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?

Options:

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.

Question 30

Your on-premises private cloud environment consists of virtual machines hosting a set of ap-plication servers. These VMs are currently monitored using a 3rd party monitoring tool for resource metrics such as CPU and Memory utilization and Disk-Write IOPS. You have created a DevOps Project that includes a workflow to migrate these application servers into Oracle Cloud Infrastructure (OCI) compute instances with a few requirements: - Ensure continuous monitoring is enabled, so the current monitored resource metrics are continuously collected and reported. - Monitor the end-to-end deployment pipeline during the migration workflow and notify with email on each execution. - Notify with email for any new OCI Object Storage buckets created after the migration workflow. What should be your recommended solution to achieve these requirements?

Options:

A.

Configure both 3rd party monitoring tool and OCI Compute Agent on OCI compute instances to collect required resource metrics. Use OCI Events service (com.oraclecloud.devopsdeploy.createdeployment) with Notifications service to track and notify all changes occurring in the target OCI environment.

B.

Configure OCI Compute agent on on-premises VMs and OCI compute instances to collect required resource metrics. Use OCI Events service to track the end-to-end deployment process (com.oraclecloud.devopsdeploy.createdeployment) and creation of new bucket (com.oraclecloud.objectstorage.createbucket Use OCI Notifications and Events services to notify these changes.

C.

Configure OCI Compute agent on on-premises VMs to collect required resource met-rics. Lise OCI Events service to track all deployments (com.oraclecloud.devopsdeploy.createdeployment) with OC! Notifications service to track and report all changes occurring the target environment.

D.

Configure OCI Compute agent on OCI compute instances to collect required resource metrics. Use OCI Events and Functions services to track the end-to-end deployment pipeline (com.oraclecloud.devopsdeploy.createdeployment) and creation of new buckets (com.oraclecloud.objectatorage.createbucker Use OCI Notifications and Events services to notify these changes.

Page: 1 / 10
Total 100 questions