Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Oracle Cloud Infrastructure 2023 Developer Professional Question and Answers

Oracle Cloud Infrastructure 2023 Developer Professional

Last Update May 5, 2024
Total Questions : 100

We are offering FREE 1z0-1084-23 Oracle exam questions. All you do is to just go and sign up. Give your details, prepare 1z0-1084-23 free exam questions and then go for complete pool of Oracle Cloud Infrastructure 2023 Developer Professional test questions that will help you more.

1z0-1084-23 pdf

1z0-1084-23 PDF

$35  $99.99
1z0-1084-23 Engine

1z0-1084-23 Testing Engine

$42  $119.99
1z0-1084-23 PDF + Engine

1z0-1084-23 PDF + Testing Engine

$56  $159.99
Questions 1

What can you use to dynamically make Kubernetes resources discoverable to public DNS servers? (Choose the best answer.)

Options:

A.  

kubeDNS

B.  

DynDNS

C.  

CoreDNS

D.  

ExternalDNS

Discussion 0
Questions 2

You have created a repository in Oracle Cloud Infrastructure Registry (OCIR) in the us-ashburn-1 (iad) region in your tenancy with the heyoci namespace. Which three are valid tags for an image named myapp? (Choose three.)

Options:

A.  

iad.ccir.io/heyoci/myapp:latest

B.  

iad.ocir.io/heyoci/myapp:0.0.2-beta

C.  

iad.ocir.io/heyoci/myproject/myapp:0.0.1

D.  

us-ashburn-1.ocir.io/myproject/heyoci/myapp:latest

E.  

us-ashburn-1.ocir.io/heyoci/myapp:0.0.2-beta

F.  

us-ashburn-1.ocir.io/heyoci/myproject/myapp:0.0.2-beta

Discussion 0
Questions 3

Your organization has mandated that all deployed container images used for microservices must be signed by a specified master encryption key (MEK). You have appropriately signed the container images as part of your build process, but must now ensure that they are automatically verified when they are deployed to Oracle Cloud Infrastructure (OCI) Container Engine for Kubemetes (OKE) clusters. Which option should be used to mandate image verification when deploying to OKEclusters, assuming that MEK is already stored in an available OCI Vault? (Choose the best answer.)

Options:

A.  

Enable image verification policies separately for each Kubemetes pod deployment because this is enforced at the pod level.

B.  

Enable image verification policies separately for each node pool within each OKE cluster because this is enforced at the node pool level.

C.  

Enable image verification policies separately for each OKE cluster because this is enforced at the cluster level.

(Correct)

D.  

Enable Image verification policies for your OKE service control plane which will enforce this for all OKE clusters.

Discussion 0
Questions 4

Which of these is a valid use case for OCI Queue?

Options:

A.  

Managing network traffic between services

B.  

Storing and retrieving large files

C.  

Sending real-time streaming data

D.  

Building decoupled and scalable systems

Discussion 0
Questions 5

You are tasked with developing an application that requires the use of Oracle Cloud Infrastructure (OCI) APIs to POST messages to a stream in the OCI Streaming service. Which statement is incorrect? (Choose the best answer.)

Options:

A.  

The Content-Type header must be set to application/json

B.  

The request must include an authorization signing string including (but not limited to) x-content-sha256, content-type, and content-length headers.

C.  

The request does not require an Authorization header.

D.  

An HTTP 401 will be returned if the client's clock is skewed more than 5 minutes from the server's.

Discussion 0
Questions 6

(CHK_4>3) Your development team decides to create and deploy some business logic to serverless Oracle Functions. You are asked to help facilitate the monitoring, logging, and tracing of these services. Which is NOT valid about troubleshooting Oracle Functions?

Options:

A.  

Oracle Functions invocation is enabled by default

B.  

Oracle Functions invocation logs are enabled at the application level.

C.  

Oracle Functions metrics are available at both the function and application level.

D.  

Oracle Functions tracing is enabled at the function level.

Discussion 0
Questions 7

Which kubectl command syntax is valid for implementing a rolling update deployment strategy in Kubernetes? (Choose the best answer.)

Options:

A.  

kubectl upgrade -c --image=image:v2

B.  

kubectl update --image=image:v2

C.  

kubectl rolling-update --image=image:v2

D.  

kubectl update -c --iniage=image: v2

Discussion 0
Questions 8

As a developer, you have been tasked with implementing a microservices-based application. Which THREE technologies are best suited to accomplish the task? (Choose three.)

Options:

A.  

Terraform

B.  

Big Data

C.  

Anomaly Detection

D.  

Service Mesh

E.  

Docker

F.  

Kubemetes

Discussion 0
Questions 9

Which concept in OCI Queue is responsible for hiding a message from other consumers for a predefined amount of time after it has been delivered to a consumer?

Options:

A.  

Maximum retention period

B.  

Visibility timeout

C.  

Delivery count

D.  

Polling timeout

Discussion 0
Questions 10

Which of these is NOT a valid authentication method for accessing an OCI API Gateway deployment?

Options:

A.  

HTTP Basic

B.  

API Key

C.  

OAuth

D.  

SAML Token

Discussion 0
Questions 11

You are developing a distributed application and you need a call to a path to always return a specific JSON content deploy an OCI API Gateway with the below API deployment specification. What is the correct value for type? { "routes" : [{ "path" : "/hello", "methods" : ["Get"), "backend" : { "type" : " ---------------- ", "status" : 200, "headers" : [{ "name" : "Content-Type", "value" : "application/json" }] "body" : "{\"myjson\": \"consistent response\"}" }}]}

Options:

A.  

STOCK_RESPONSE_BACKEND

B.  

CONSTANT_BACKEND

C.  

JSON_BACKEND

D.  

HTTP_BACKEND

Discussion 0
Questions 12

From a DevOps process standpoint, it is a good practice to keep changes to an application under version control. Which of the following allows changes to a Docker image to be stored in a version control system?

Options:

A.  

Updating docker-compose.yml

B.  

Executing docker commit

C.  

Executing docker save

D.  

Updating Dockerfile

Discussion 0
Questions 13

When developing microservices, each one can be developed in the language of choice. Which term describes this type of development? (Choose the best answer.)

Options:

A.  

Agile

B.  

DevOps

C.  

Distributed

D.  

Polyglot

Discussion 0
Questions 14

Which TWO are characteristics of microservices? (Choose two.)

Options:

A.  

Microservices communicate over lightweight APIs.

B.  

Microservices can be implemented in limited number of programming languages.

C.  

All microservices share a data store.

D.  

Microservices are hard to test in isolation.

E.  

Microservices can be independently deployed.

Discussion 0
Questions 15

As a cloud-native developer, you are designing an application that depends on Oracle Cloud Infrastructure (OCI) Object Storage wherever the application is running. Therefore, provisioning of storage buckets should be part of your Kubernetes deployment process for the application. Which of the following should you leverage to meet this requirement? (Choose the best answer.)

Options:

A.  

Oracle Functions

B.  

OCI Service Broker for Kubernetes

C.  

Open Service Broker API

D.  

OCI Container Engine for Kubernetes

Discussion 0
Questions 16

Your team has created a serverless application deployed in Oracle Functions. It uses a Python function leveraging the Oracle Cloud Infrastructure (OCI) Python SDK to stop any OCI compute instance that does not comply with your corporate security standards. Although there are three non-compliant OCI compute instances, when you invoke this function, none of the instances were stopped. With respect to this issue, which of the following is a valid troubleshooting strategy?

Options:

A.  

Enable function logging in the OCI console, add some print statements in your function code,and then view the logs to troubleshoot.

B.  

Enable function remote debugging in the OCI console, and then use your favorite IDE to inspect the function running on Oracle Functions.

C.  

Ensure that the application is deployed within the same OCI compartment as the instance, because you cannot enable function execution data from the OCI console.

D.  

Enable function tracing in the OCI console, and then go to the OCI Monitoring console to view the function stack trace.

Discussion 0
Questions 17

Which TWO are part of the Cloud Native Computing Foundation (CNCF) container runtime? (Choose two.)

Options:

A.  

rkt-o

B.  

runc

C.  

getcd

D.  

containerd

Discussion 0
Questions 18

Which is NOT a valid use case for leveraging the Oracle Cloud Infrastructure (OCI) Events service?

Options:

A.  

Capturing the OCI Monitoring service alarms and invoking autoscaling of compute instances.

B.  

Publishing a notification when long-lived tasks complete, such as an OCI Autonomous Database backup completion.

C.  

Triggering a notification action when a function completes its execution.

D.  

Triggering a function deployed in Oracle Functions when new files are uploaded to an OCI Object Storage bucket.

E.  

Publishing all the OCI resource events in a specific compartment to the OCI Streaming service for later analysis.

Discussion 0
Questions 19

Which TWO statements are true for serverless computing and serverless architectures? (Choose two.)

Options:

A.  

Serverless function execution is fully managed by third party.

B.  

Applications running on a FaaS (Functions as a Service) platform.

C.  

Long running tasks are perfectly suited for serverless.

D.  

Application DevOps team is responsible for scaling.

E.  

Serverless function state should never be stored externally.

Discussion 0
Questions 20

Which of the following is NOT a criterion that is usually met by a microservice?

Options:

A.  

Organized around business capabilities.

B.  

Tightly coupled

C.  

Highly maintainable

D.  

Independently deployable

Discussion 0
Questions 21

Which is NOT a valid option to execute a function deployed in Oracle Functions?

Options:

A.  

Invoke from the Docker CLI.

B.  

Send signed HTTP requests to the function's invoke endpoint.

C.  

Invoke from the Fn Project CLI.

D.  

Trigger by an event in the Oracle Cloud Infrastructure (OCI) Events service.

E.  

Invoke from the OCI CLI.

Discussion 0
Questions 22

You are building a container image and pushing it to Oracle Cloud Infrastructure Registry (OCIR). You need to ensure that these images never get deleted from the repository. Which action should you take?

Options:

A.  

Write a policy to limit access to the specific repository in your compartment.

B.  

Create a group and assign a policy to perform lifecycle operations on images.

C.  

Set global policy of image retention to "Retain All Images".

D.  

Edit the tenancy global retention policy.

Discussion 0
Questions 23

Which is the smalled unit of Kubernetes architecture?

Options:

A.  

Node

B.  

Container

C.  

Cluster

D.  

Pod

Discussion 0
Questions 24

You have a containerized application that requires access to an Autonomous Transaction Processing (ATP) Database. Which option is NOT valid when the container is deployed in an OKE cluster? (Choose the best answer.)

Options:

A.  

Use Kubernetes secrets to configure environment variables on the container with ATP instance OCID, and OCI API credentials. Then use the CreateConnection API endpoint from the service runtime.

B.  

Install the Oracle Cloud Infrastructure Service Broker on the Kubernetes cluster and deploy ServiceInstance and ServiceBinding resources for ATP. Then use the specified binding name as a volume in the application deployment manifest.

C.  

Create a Kubernetes secret with contents from the instance Wallet files. Use this secret to create a volume mounted to the appropriate path in the application deployment manifest.

D.  

Enable Oracle REST Data Services for the required schemas and connect via HTTPS.

Discussion 0
Questions 25

You are building a cloud native serverless travel application with multiple Oracle Functions in Java, Python, and Node.js. You need to build and deploy these functions to a single application named travel-app. Which command will help you complete this task successfully?

Options:

A.  

fn function deploy app travel-app--all

B.  

fn app deploy --app travel-app --all

C.  

fn app --app travel-app deploy --ext java pyljs

D.  

fn deploy--app travel-app --all

Discussion 0
Questions 26

In the shared responsibility model, who should perform patching, upgrading, and maintaining of the worker nodes in provisioned Oracle Container Engine for Kubernetes (OKE) clusters?

Options:

A.  

Oracle Support does it.

B.  

It is the responsibility of the customer.

C.  

It is an automated process.

Discussion 0
Questions 27

You have just finished building and compiling the software required to implement the API microservice component. You need to rebuild the API docker image, and plan to tag it as: ocIdevops/api:latest Which docker command would re-create the API docker image?

Options:

A.  

docker build -t OCIdevops/api:latest

B.  

docker create -t OCIdevops/api:latest

C.  

docker image -t OCIdevops/api:latest

D.  

docker compile -t OCI devops/api:latest

Discussion 0
Questions 28

(CHK_4>2) You have a scenario where a DevOps team wants to store secrets in Oracle Cloud Infrastructure (OCI) Vault so that it can inject the secrets into an app's environment variables (for example, MYSQL_DB_PASSWD) at deployment time. Which is NOT valid about managing secrets in the OCI Vault service?

Options:

A.  

New secret versions automatically expire in 90 days unless you configure an expiry rule.

B.  

You can manually create new secrets as well as new secret versions using the OCI Console:

C.  

A unique OCID is automatically generated for each secret and remains unchanged even when creating a new secret version.

D.  

A secret reuse rule prevents the use of secret contents across different versions of a secret.

Discussion 0
Questions 29

Which TWO are required to access the Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) cluster from the kubectl CLI? (Choose two.)

Options:

A.  

Tiller enabled on the OKE cluster.

B.  

An SSH key pair with the public key added to the cluster worker nodes.

C.  

Install and configure the OCI CLI.

D.  

A configured OCI API signing key pair.

E.  

OCI Identity and Access Management (IAM) Auth Token.

Discussion 0
Questions 30

Which feature is typically NOT associated with Cloud Native?

Options:

A.  

Immutable Infrastructure

B.  

Declarative APIs

C.  

Containers

D.  

Application Servers

E.  

Service Meshes

Discussion 0