DumpsFree provides high-quality dumps PDF & dumps VCE for candidates who are willing to pass exams and get certifications soon. We provide dumps free download before purchasing dumps VCE. 100% pass exam!

[Jul 28, 2023] DumpsFree 1z0-1109-22 dumps & Oracle Cloud Infrastructure sure practice dumps [Q23-Q46]

Share

[Jul 28, 2023] DumpsFree 1z0-1109-22 dumps & Oracle Cloud Infrastructure sure practice dumps

Oracle 1z0-1109-22 Actual Questions and Braindumps

NEW QUESTION # 23
A developer has certain expectations around using Configuration Management (CM) and how it helps the Oracle Cloud Infrastructure (OCI) DevOps process. What is a reasonable expectation for CM as it pertains to applications?

  • A. Efficiency in design, implementation, integration, and function
  • B. Consistency in performance, function, design, and implementation
  • C. Uniformity in function, automation, testing and implementation
  • D. Orchestration of implementation, integration, deployment, and infrastructure
  • E. Reliability in performance, lifecycle infrastructure, and design

Answer: B


NEW 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?

  • A. Jenkins-In OCI, Jenkins is an automation tool for configuration management that fo-cuses on automating delivery and management of entire IT infrastructure stacks.
  • B. 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)
  • C. 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.
  • D. Ansible - In OCI, the "Ansible Collection" automates infrastructure provisioning and configuring of OCI resources, such as Compute. Load Balancing, and Database services.

Answer: D


NEW QUESTION # 25
Pods running in your Oracle Container Engine for Kubernetes (OKE) cluster often need to communicate with other pods in the cluster or with services outside the cluster. As the OKE cluster administrator, you have been tasked with configuring permissions to restrict pod-to-pod communications except as explicitly allowed. Where can you define these permissions?

  • A. IAM Policies
  • B. Network Policies
  • C. RBAC Roles
  • D. Security Lists

Answer: B


NEW QUESTION # 26
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. adding a CIDR block to a VCN
  • B. changing the shape of a compute instance
  • C. changing the image OCID of a compute instance
  • D. adding a subnet to a VCN
  • E. changing the Display Name of a compute instance

Answer: A,D


NEW QUESTION # 27
What are the two items required to create a rule for the Oracle Cloud Infrastructure Events Service? (Choose two.)

  • A. Rule Conditions
  • B. Actions
  • C. Install Key
  • D. Management Agent Cloud Service
  • E. Service Connector

Answer: A,B


NEW QUESTION # 28
You are part of the cloud DevOps team managing thousands of compute Instances running in Oracle Cloud Infrastructure (OCI). The OCI Logging service is configured to collect logs from these Instances using a Unified Monitoring Agent. A requirement has been created to archive logging data into OCI Object Storage. What OCI capability can help you achieve this requirement?

  • A. ObjectCollectionRule
  • B. Logging Query
  • C. Service Connector Hub
  • D. IAM policy

Answer: C


NEW QUESTION # 29
How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler determine when to create new nodes for an OKE cluster?

  • A. When the CPU or memory utilization crosses a configured threshold.
  • B. When the resource requests from pods exceed a configured threshold
  • C. When the rate of requests to the application crosses a configured threshold.
  • D. When the custom metrics from the services exceed a configured threshold.

Answer: B

Explanation:
The Kubernetes Cluster Autoscaler increases or decreases the size of a node pool automatically based on resource requests, rather than on resource utilization of nodes in the node pool. Reference: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingclusterautoscaler.htm


NEW QUESTION # 30
Which two statements are INCORRECT with respect to a Dockerfile? (Choose two.)

  • A. An ENV instruction sets the environment value to the key, and it is available for the subsequent build steps and in the running container as well.
  • B. WORKDIR instruction sets the working directory for any RUN, CMD, ENTRYPOINT instructions and not for COPY and ADD instructions in the Dockerfile.
  • C. If CMD instruction provides default arguments for the ENTRYPOINT instruction, both should be specified in JSON format.
  • D. The RUN instruction will execute any commands in a new layer on top of the current image and commit the results.
  • E. The COPY instruction copies new files, directories, or remote file URLS from <src> and adds them to the filesystem of the image at the path <dest>.

Answer: B

Explanation:
The WORKDIR command is used to define the working directory of a Docker container at any given time. The command is specified in the Dockerfile. Any RUN , CMD , ADD , COPY , or EN-TRYPOINT command will be executed in the specified working directory. Reference: https://www.geeksforgeeks.org/difference-between-the-copy-and-add-commands-in-a-dockerfile/


NEW QUESTION # 31
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 cannot provision the new resources in the OCI console first, then later add them to the Terraform configuration and state.
  • B. You need to provision a new stack because Terraform uses immutable infrastructure.
  • C. You can provision the new resources in the OCI console and add them to the stack with Drift Detection.
  • D. You can make the changes to the Terraform code, run an Apply job, and Resource Manager will provision the new resources.

Answer: B


NEW QUESTION # 32
A developer is using the Oracle Cloud Infrastructure (OCI) DevOps service to build an appli-cation. They are currently in the process of setting up the required infrastructure using the available tools. In which two ways can you explain the difference between Ansible and Ter-raform? (Choose two.)

  • A. Ansible automates software installation and application deployment: Terraform manages infrastructure as code.
  • B. Ansible supports lifecycle management: Terraform lacks lifecycle management support.
  • C. Ansible focuses on infrastructure configuration: Terraform specializes in infrastructure provisioning
  • D. Ansible is an OCI provided service for CM; Terraform is a third-party tool for infra-structure as code.
  • E. Ansible uses declarative approach: Terraform is procedural in nature.

Answer: A,C


NEW QUESTION # 33
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?

  • A. They need to add IAM credentials for each user that deploys applications to the OKE cluster.
  • B. The OKE cluster needs to have a secret with credentials of their OCIR repository and use that secret in the Kubernetes deployment manifest.
  • C. They need to add a security list rule for TCP port 22 to connect to the OCIR service.
  • D. The VCN hosting the OKE cluster worker nodes needs to have a NAT gateway to ac-cess OCIR repositories.

Answer: B


NEW QUESTION # 34
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=latest"
  • B. $ ansible webservers -m yum -a "name=httpd state=new"
  • C. $ ansible webservers -m service -a "name=httpd state=install"
  • D. $ ansible webservers -m service -a "name=httpd state=started"

Answer: A


NEW QUESTION # 35
A development team leveraging the Oracle Cloud Infrastructure DevOps service is having trouble getting their build pipeline to complete successfully. Which two situations might be the problem? (Choose two.)

  • A. They did not export a vault variable in the vaultVariables section of the build_spec.yaml file.
  • B. Their build specification file is available in a different directory of their Git repository, and there is no reference to its location.
  • C. The build spec.yaml file is in the root directory of their Git repository, and they didn't specify a path to it.
  • D. They forgot to export a required variable in the build_spec.yaml file.
  • E. Their source code and Kubernetes manifest are in different Git repositories.

Answer: A,B


NEW QUESTION # 36
As a developer working on the Oracle Cloud Infrastructure (OCI) DevOps service, you are creating a build spec yaml file to be used in the build pipeline. Which two actions are part of the proper creation of the file? (Choose two.)

  • A. Enter the details for binaries used in later pipeline stages into the outputArtifacts sec-tion.
  • B. Enter the artifacts the build pipeline should permanently save into the storeArtifacts section.
  • C. Enter the vault secrets needed for the deployment pipeline into the exportedVariables section.
  • D. Enter the variables you would like to use in later build steps into the localVariables section.
  • E. Enter the necessary vault secret variable OCIDS into the vaultVariables section.

Answer: A,E


NEW QUESTION # 37
In OCI Secret management within a Vault, you have created a secret and rotated the secret one time. The current version state shows: Version Number Status 2 (latest)

  • A. From the version menu, select "Promote to current.
  • B. deprecate version 2 (latest), Create a new secret version 3, create soft link for version-3 to version 1.
  • C. Create a new secret version 3 Pending Copy the contents of Version 1 Into version 3.
  • D. Current 1 Previous In order to rollback to version 1, what should the Administrator do?
  • E. From the version 2 latest menu, sect Road and select version when given the option.

Answer: A


NEW QUESTION # 38
You have been asked to provision a new production environment on Oracle Cloud Infrastruc-ture (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?

  • A. OCI Streaming Service
  • B. Oracle Container Engine for Kubernetes
  • C. OCI Resource Manager
  • D. Oracle Functions

Answer: C


NEW QUESTION # 39
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?

  • A. Configure the SSH file so that their SSH key is used when connecting to OCI Code Re-positories
  • B. Create a reference to a secret in the OCI Vault
  • C. Set up a Kubernetes cluster as an environment for deployment
  • D. Configure an OCI compartment for storing DevOps resources

Answer: B


NEW QUESTION # 40
What is a prerequisite for creating a secret in Oracle Cloud Infrastructure Vault service?

  • A. You must unseal the Vault by using Shamir's secret sharing
  • B. You must create a digest hash of the secret value.
  • C. You must have a Vault managed key to encrypt the secret.
  • D. The user must create a compute instance to run the secret service.

Answer: C


NEW QUESTION # 41
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 de-ployment pipeline. Which DevOps IAM policy statements are required for this automation?

  • A. <BuildPipelines to manage all-resources in Compartment compartment name>; Deployment Pipeline: allow dynamic-group <Deployment Pipeline> to manage all resources in compartment scompartment name>
  • B. Code Repo: Allow dynamic group <Code Repository> to manage all resources in com-partment compartment name>; Build Pipeline: Allow dynamic-group <BuildPipeline> to manage all-resources in compartment compartment name>
  • C. Build Pipeline: allow dynamic-group <BuildPipeline> to manage all-resources in com-partment <compartment names> Code Repo: Allow dynamic-group <Code Repository> to manage all-resources in com-partment <compartment name>; Build Pipeline: Allow dynamic-group
  • D. No DevOps IAM policy statements are required.

Answer: A


NEW QUESTION # 42
What cannot be specified in a Schema Document for Oracle Cloud Infrastructure (OCI) Re-source Manager?

  • A. permissions for which OCI users may provision the template
  • B. dependency relationships between variables.
  • C. pattern validations for string-type variables
  • D. information about the application such as its name, description, and version.
  • E. a logo for the Resource Manager template

Answer: B


NEW QUESTION # 43
......

Latest 1z0-1109-22 Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://prep4sure.dumpsfree.com/1z0-1109-22-valid-exam.html