Category Archives: Oracle Cloud Infrastructure 2022 Developer Professional 1z0-1084-22

Oracle Cloud Infrastructure 2022 Developer Professional 1z0-1084-22 Question and Answers

A programmer Is developing a Node is application which will run in a Linux server on their on-premises

A programmer Is developing a Node is application which will run in a Linux server on their on-premises data center. This application will access various Oracle Cloud Infrastructure (OC1) services using OCI SDKs.What is the secure way to access OCI services with OCI Identity and Access Management (JAM)? A. Create a new OCI IAM user associated with a… Read More »

Which testing approaches is a must for achieving high velocity of deployments and release of cloud-native

Which testing approaches is a must for achieving high velocity of deployments and release of cloud-native applications? A. Integration testing B. A/B testing C. Automated testing D. Penetration testing Correct Answer: C Oracle Cloud Infrastructure provides a number of DevOps tools and plug-ins for working with Oracle Cloud Infrastructure services. These can simplify provisioning and managing infrastructure or… Read More »

What is the minimum of storage that a persistent volume claim can obtain in Oracle Cloud Infrastructure

What is the minimum of storage that a persistent volume claim can obtain in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)? A. 50 GB B. 10 GB C. 1 GB D. 1 TB Correct Answer: A The minimum amount of persistent storage that a PVC can request is 50 gigabytes. If the request is for less than… Read More »

Your Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) administrator has created an OKE

Your Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) administrator has created an OKE cluster with one node pool in a public subnet. You have been asked to provide a log file from one of the nodes for troubleshooting purpose. Which step should you take to obtain the log file? A. ssh into the node using public key.… Read More »

A pod security policy (PSP) is implemented in your Oracle Cloud Infrastructure Container Engine for Kubernetes

A pod security policy (PSP) is implemented in your Oracle Cloud Infrastructure Container Engine for Kubernetes cluster Which rule can you use to prevent a container from running as root using PSP? A. NoPrivilege B. RunOnlyAsUser C. MustRunAsNonRoot D. forbiddenRoot Correct Answer: C What is a Pod Security Policy?A Pod Security Policy is a cluster-level resource that controls… Read More »

In order to effectively test your cloud-native applications, you might utilize separate environments

In order to effectively test your cloud-native applications, you might utilize separate environments (development, testing, staging, production, etc.). Which Oracle Cloud Infrastructure (OC1) service can you use to create and manage your infrastructure? A. OCI Compute B. OCI Container Engine for Kubernetes C. OCI Resource Manager D. OCI API Gateway Correct Answer: C Resource Manager is an Oracle… Read More »

What is the communication method between different Cloud native applications services?

What is the communication method between different Cloud native applications services? A. Complex and asynchronous B. Basic and synchronous C. Complex and synchronous D. Basic and asynchronous Correct Answer: D What Is Cloud Native? Cloud native technologies are characterized by the use of containers, microservices, serverless functions, development pipelines, infrastructure expressed as code, event-driven applications, and Application Programming… Read More »

Which two statements are true for serverless computing and serverless architectures?

Which two statements are true for serverless computing and serverless architectures? A. Long running tasks are perfectly suited for serverless B. Serverless function state should never be stored externally C. Application DevOps team is responsible for scaling D. Serverless function execution is fully managed by a third party E. Applications running on a FaaS (Functions as a Service)… Read More »

In a Linux environment, what is the default location of the configuration file that Oracle Cloud Infrastructure

In a Linux environment, what is the default location of the configuration file that Oracle Cloud Infrastructure CLI uses for profile information? (Choose the best answer.) A. $HOME/.oci/con B. /usr/local/bin/con C. /usr/bin/oci/con D. /etc/.oci/con Correct Answer: A Before using Oracle Functions, you must have an Oracle Cloud Infrastructure CLI configuration file that contains the credentials of the user… Read More »

You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region

You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region in your tenancy with a namespace called “heyci.Which three are valid tags for an image named “myapp”? A. iad.ocir.io/heyoci/myproject/myapp:0.0.1 B. us-ashburn-l.ocirJo/heyoci/myapp:0.0.2-beta C. us-ashburn-l.ocir.io/heyoci/myproject/myapp:0.0.2-beta D. us-ashburn-l.ocir.io/myproject/heyoci/myapp:latest E. iad.ocir.io/myproject/heyoci/myapprlatest F. iad.ocir.io/heyoci/myapp:0.0.2-beta G. iad.ocir.io/heyoci/myapp:latest Correct Answer: A,F,G Give a tag to the image that you’re going… Read More »