Weekend Sale - Special 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75onlydt

1z0-1084-26 Questions and Answers

Question # 6

To effectively test your cloud native applications for " unknown unknowns " , you need to employ various testing and deployment strategies. Which strategy involves exposing new functionality or features to only a small set of users?

A.

A/B Testing

B.

Component Testing

C.

Blue/Green Deployment

D.

Canary Deployment

Full Access
Question # 7

Which container network interface plugin must be selected when creating an Oracle Cloud Infrastructure Container Engine for Kubernetes cluster that requires pod IP addresses to be directly routable from peered virtual cloud networks and on-premises environments?

A.

OCI Flannel Overlay Network CNI plugin

B.

OCI Calico Overlay Network CNI plugin

C.

OCI Kubenet Routing Network CNI plugin

D.

OCI VCN-Native Pod Networking CNI plugin

Full Access
Question # 8

Which matching behavior occurs when an Oracle Cloud Infrastructure (OCI) Events rule condition defines an attribute value containing only a single asterisk (*) wildcard?

A.

It matches all values, including null, for the associated attribute name.

B.

It matches all non-null values for the associated attribute name.

C.

It matches only empty string values for the associated attribute name.

D.

It matches the literal asterisk character for the associated attribute name.

Full Access
Question # 9

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.)

A.

Oracle Functions

B.

OCI Service Broker for Kubernetes

C.

Open Service Broker API

D.

OCI Container Engine for Kubernetes

Full Access
Question # 10

You are designing the persistence layer for a multi-service financial application where each microservice must completely isolate its private persistent data to enforce a bounded context. Which database configuration strategy should you implement within a multi-tenant Oracle Database to satisfy this requirement with the lowest operational overhead?

A.

Assign a dedicated virtual machine DB system to each individual microservice.

B.

Provision a single pluggable database (PDB) for each individual microservice.

C.

Deploy a shared database schema with row-level security for all microservices.

D.

Create a single container database (CDB) with shared tables for all microservices.

Full Access
Question # 11

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?

A.

Updating docker-compose.yml

B.

Executing docker commit

C.

Executing docker save

D.

Updating Dockerfile

Full Access
Question # 12

Which command is used to get a Docker image from Oracle Cloud Infrastructure Registry (OCIR) to the client machine?

A.

docker pull < region-key > .ocir.io/ < tenancy-namespace > / < repo-name > : < tag >

B.

docker pull < tenancy-namespace > / < region-key > .ocir.io/ < repo-name > : < tag >

C.

docker fetch < region-key > .ocir.io/ < tenancy-namespace > / < repo-name > : < tag >

D.

docker fetch < tenancy-namespace > / < region-key > .ocir.io/ < repo-name > : < tag >

Full Access
Question # 13

You plan to implement logging in your services that will run in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE). Which statement describes the appropriate logging approach?

A.

All services log to standard output only.

B.

Each service logs to its own log file.

C.

All services log to an external logging system.

D.

All serviceAAs log to a shared log file.

Full Access
Question # 14

You have two microservices, A and B running in production. Service A relies on APIs from service B. You want to test changes to service A without deploying all of its dependencies, which includes service B. Which approach should you take to test service A?

A.

Test using a previous test version of service B.

B.

Test using an API mock of service B.

C.

Test using the current production version of service B.

D.

This is not possible because service B is a dependency.

Full Access
Question # 15

Which annotation is required in a Kubernetes Service manifest of type LoadBalancer to provision a private load balancer rather than a public load balancer?

A.

service.beta.kubernetes.io/oci-load-balancer-internal: " true "

B.

service.beta.kubernetes.io/oci-load-balancer-private: " true "

C.

service.beta.kubernetes.io/oci-load-balancer-scheme: " internal "

D.

service.beta.kubernetes.io/oci-load-balancer-type: " private "

Full Access
Question # 16

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 OKE clusters, assuming that MEK is already stored in an available OCI Vault? (Choose the best answer.)

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.

Full Access
Question # 17

You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?

A.

PL/SQL

B.

Python

C.

Node.js

D.

Go

E.

Java

Full Access
Question # 18

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

A.

Organized around business capabilities.

B.

Tightly coupled

C.

Highly maintainable

D.

Independently deployable

Full Access
Question # 19

Which limit represents the maximum write throughput supported per partition of an Oracle Cloud Infrastructure stream when designing high-volume data producer workloads?

A.

1 MB per second

B.

2 MB per second

C.

4 MB per second

D.

8 MB per second

Full Access
Question # 20

Your development team has deployed a fleet of web application servers across three fault domains in a specific compartment in OCI. To simplify operational dashboards, you must construct a single Monitoring Query Language (MQL) expression that calculates the average CPU utilization for each individual fault domain, rather than plotting each server individually. The expression must output exactly three lines, one for each fault domain, on the resulting Metrics Explorer chart.

Which MQL expression correctly fulfills these requirements?

A.

CpuUtilization[1m].grouping().mean()

B.

CpuUtilization[1m].groupBy(faultDomain).mean()

C.

CpuUtilization[1m].filter(faultDomain).mean()

D.

CpuUtilization[1m].split(faultDomain).mean()

Full Access
Question # 21

Which security capability in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) enables developers to scope IAM permissions at the individual service account level for application pods rather than the host Compute instances?

A.

Instance Principals

B.

Resource Principals

C.

Workload Identity

D.

Kubernetes RBAC

Full Access
Question # 22

Your team has been tasked with debugging a Cloud Native application developed using the following Oracle Cloud Infrastructure (OCI) services: Object Storage, Events, Functions, API Gateway, and Autonomous Database. Which of these is NOT a valid option for troubleshooting issues in OCI? (Choose the best answer.)

A.

View service metric information from the OCI Monitoring service.

B.

Configure the application to send logs to the OCI Logging service.

C.

Use OCI Service Connector Hub to configure a service connector to automatically send logs to the OCI Logging Analytics service.

D.

Trace performance issues In the Application Performance Monitoring service by enabling Function traces.

E.

Leverage OCI Cloud Guard to extract and visualize the debug logs generated by your application.

Full Access
Question # 23

Which statement is NOT valid regarding the configurations and behaviors of Oracle Cloud Infrastructure (OCI) Queue?

A.

The maximum retention period of a message is configurable from 10 seconds to 7 days and cannot be changed after the queue has been created.

B.

The visibility timeout of a message is configurable from 1 second to 12 hours at the queue level and can be extended by a consumer during processing.

C.

The maximum payload size of a single message published to an Oracle Cloud Infrastructure (OCI) Queue can be configured up to 1 MB.

D.

The maximum number of delivery attempts before a message is transferred to a dead letter queue is configurable to values from 1 to 20.

Full Access
Question # 24

To enforce mutual TLS (mTLS) authentication for clients of your microservices, your team has chosen to leverage the Oracle Cloud Infrastructure (OCI) API Gateway service to create new API Deployments that will direct requests to your microservices. Which is NOT valid regarding the mTLS options in OCI API Gateway?

A.

Custom CA or custom CA bundles can be added to your gateway ' s trust store ONLY if they already exist in the OCI Certificates service.

B.

Adding a custom certificate authority (CA) or custom CA bundle to your gateway ' s trust store for mTLS is optional unless you need to reject certificates that do not contain particular values (such as a domain name).

C.

The mTLS request policy can only be enabled at the API deployment specification level, which then applies globally to ALL routes in that deployment.

D.

Once the mTLS request policy is enabled, ALL requests with valid certificates are routed to the backend unless you have defined one or more particular values (such as a domain name).

Full Access
Question # 25

You developed a microservices-based application that runs in an Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) cluster. Your security team wants to use SSL termination for this application. What should you do to create a secure SSL termination for this application using the fewest steps possible?

A.

Create a self-signed certificate and its corresponding key. Create a Kubernetes secret using the certificate and the key. Then add these annotations to the Kubernetes service: annotations: service.beta.kubernetes.io/oci-load-balancer-ssl-ports: " 443 " service.beta.kubernetes.io/oci-load-balancer-tls-secret: ssl certificate-secret

B.

Create a self-signed certificate and its corresponding key. Create a Kubernetes secret using the certificate and the key. Then add these annotations to the Kubernetes service: annotations: service.beta.kubernetes.io/oci-load-balancer-ssl-ports: " 443 " service.beta.kubernetes.io/oci-load-balancer-security-list management-mode: " Frontend "

C.

Add these annotations to the kubernetes service: annotations: service.beta.kubernetes.io/oci-load-balancer-ssl-ports: " 443 " service.beta.kubernetes.io/oci-load-balancer-ssl-secret-key: ssl secret-key

D.

Generate a self-signed certificate using Let ' s Encrypt. Use that certificate on OCI Load Balancer. Create the Kubernetes service using this load balancer.

Full Access
Question # 26

What is the difference between blue/green and canary deployment strategies? (Choose the best answer.)

A.

In blue/green, current applications are slowly replaced with new ones. In canary, the application Is deployed Incrementally to a select group of people.

B.

In blue/green, both old and new applications are in production at the same time. In canary, the application Is deployed incrementally to a select group of people.

C.

In blue/green, current applications are slowly replaced with new ones. In canary, both old and new applications are in production at the same time.

D.

In blue/green, the application Is deployed In minor Increments to a select group of people. In canary, both old and new applications are simultaneously in production.

Full Access
Question # 27

Which statement is NOT valid regarding the structure and behavior of Docker images and containers?

A.

A Docker image is composed of a series of read-only layers that represent filesystem differences.

B.

Running a Docker container adds a thin writable layer on top of the underlying read-only image layers.

C.

Deleting a Docker container also permanently deletes the underlying image from the host system by default.

D.

Modifying an existing file within a running container copies the file from the read-only layer to the writable layer.

Full Access
Question # 28

Which statement is NOT valid regarding pulling and pushing container images in Oracle Cloud Infrastructure Registry (OCIR)?

A.

Container Registry is compliant with the Open Container Initiative (OCI) specification, allowing developers to use standard Docker CLI commands to push and pull images.

B.

Images stored in public repositories can be pulled by any client with internet access without requiring a previous docker login authentication.

C.

By default, executing a docker push command referencing a non-existent repository automatically creates a private repository in the user ' s home compartment.

D.

To push a container image, you must tag the local image with a path that includes the registry ' s regional domain name and your tenancy ' s Object Storage namespace.

Full Access
Question # 29

Your organization has mandated strict IAM policy isolation for microservices accessing an Oracle Cloud Infrastructure (OCI) Queue named payment-queue in a compartment named prod-payment-compartment. A producer microservice deployed on an OCI Compute instance needs to publish transaction messages into the queue, but corporate security dictates that this microservice must not have permission to view queue configurations, delete queues, or read/consume messages. You have created a dynamic group named payment-producer-dg that contains the Compute instance hosting the producer microservice.

Which IAM policy statement must you write to satisfy this security requirement with the least privilege?

A.

Allow dynamic-group payment-producer-dg to use queue-push in compartment prod-payment-compartment

B.

Allow dynamic-group payment-producer-dg to use queues in compartment prod-payment-compartment

C.

Allow dynamic-group payment-producer-dg to manage queue-push in compartment prod-payment-compartment

D.

Allow dynamic-group payment-producer-dg to use queue-pull in compartment prod-payment-compartment

Full Access
Question # 30

Which cursor type allows a consumer to start reading messages from the oldest available record still within a stream ' s retention period?

A.

LATEST

B.

AT_TIME

C.

TRIM_HORIZON

D.

AFTER_OFFSET

Full Access
Question # 31

You are setting up OCI Application Performance Monitoring (APM) to trace transactions in a Spring Boot application. Which installer command should you execute to provision the APM Java Agent with its target application service name, destination directory, and credentials obtained from your APM domain?

A.

java -jar apm-java-agent-installer.jar register-agent -destination=/opt/apm -app-name=springboot-app -private-data-key=KeyA123 -data-upload-endpoint=https://endpoint.com

B.

java -jar apm-java-agent-installer.jar install-agent -path=/opt/apm -service-name=springboot-app -upload-key=KeyA123 -upload-endpoint=https://endpoint.com

C.

java -jar apm-java-agent-installer.jar configure-agent -destination=/opt/apm -service-name=springboot-app -public-data-key=KeyA123 -data-upload-endpoint=https://endpoint.com

D.

java -jar apm-java-agent-installer.jar provision-agent -destination=/opt/apm -service-name=springboot-app -private-data-key=KeyA123 -data-upload-endpoint=https://endpoint.com

Full Access
Question # 32

Which resolution rule does an Oracle Cloud Infrastructure API Gateway apply when determining the routing target for an incoming request that matches multiple overlapping route paths within a deployment?

A.

Shortest path match

B.

First defined route

C.

Longest path match

D.

Alphabetical route order

Full Access
Question # 33

You have two microservices, A and B, running in production. Service A relies on APIs from service B. You want to test changes to service A without deploying all of its dependencies, which include service B. Which approach should you take to test service A?

A.

Test using API mocks.

B.

Test the APIs in private environments.

C.

Test against production APIs.

D.

There is no need to explicitly test APIs.

Full Access
Question # 34

Your organization mandates that all containerized workloads deployed to Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) must utilize Kubernetes NetworkPolicy resources, such as Calico, to enforce strict micro-segmentation of traffic. You have deployed these workloads to an enhanced OKE cluster using virtual node pools to minimize infrastructure maintenance. During testing, you discover that the Calico installation fails because NetworkPolicy resources and third-party CNI policy integrations are completely unsupported on this specific node configuration. How should you resolve this security implementation challenge while continuing to use VCN-Native Pod Networking?

A.

Reconfigure your virtual node pools to use the Flannel overlay plugin, which natively implements network policy isolation on virtual nodes.

B.

Upgrade your OKE virtual nodes to Kubernetes version 1.30 or higher, which enables native, agentless NetworkPolicy support on virtual nodes.

C.

Define an OCI IAM policy that grants the OKE workload identity access to manage network security lists at the virtual node level.

D.

Migrate your workloads to managed node pools within the OKE cluster, where VCN-Native Pod Networking supports Calico for NetworkPolicy enforcement.

Full Access
Question # 35

Which master encryption key shape algorithm must be used when configuring a customer-managed key to encrypt a secret in the Oracle Cloud Infrastructure (OCI) Vault?

A.

Rivest-Shamir-Adleman (RSA)

B.

Elliptic Curve Cryptography (ECC)

C.

Advanced Encryption Standard (AES)

D.

Triple Data Encryption Standard (3DES)

Full Access
Question # 36

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

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.

Full Access
Question # 37

(CHK_4 > 2) Which TWO statements are NOT valid regarding the Oracle Cloud Infrastructure (OCI) Streaming service? (Choose two.)

A.

OCI Streaming stores all data for 24 hours by default, but that can be extended up to 7 days.B

B.

Although OCI Streaming automatically encrypts all data while in transit, it is the developer ' s responsibility to encrypt data at rest, if needed.

C.

The throughput of a stream is defined by a partition. A partition provides 1 MB/sec data input and 2 MB/sec data output.

D.

A stream can be configured with either a public or a private endpoint with support for customer managed encryption keys.

E.

OCI Streaming can support up to 2,000 requests per second to each partition.

Full Access
Question # 38

Which is the smalled unit of Kubernetes architecture?

A.

Node

B.

Container

C.

Cluster

D.

Pod

Full Access
Question # 39

You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which TWO actions would you need to perform? (Choose two.)

A.

Generate an API signing key to complete the authentication via Docker CLI.

B.

Generate an auth token to complete the authentication via Docker CLI.

C.

Assign an OCI defined tag via OCI CLI to the image.

D.

Assign a tag via Docker CLI to the image.

E.

Generate an OCI tag namespace in your repository.

Full Access
Question # 40

You are planning the migration of a legacy monolithic billing application to a cloud-native architecture on Oracle Cloud Infrastructure. The application currently relies on a centralized relational database and synchronous local procedure calls, and you must address the primary architectural challenges associated with transitioning to a distributed microservices model.

Which TWO statements represent valid engineering challenges or design strategies that must be considered during this cloud-native migration?

A.

Implementing microservices requires adopting eventual consistency patterns, such as the Saga pattern, because distributed databases cannot easily maintain synchronous transactions across service boundaries.

B.

Transitioning to microservices increases the operational complexity of the application, necessitating centralized logging and distributed tracing to troubleshoot service-to-service communication.

C.

By default, OCI ensures that all distributed containerized microservices automatically share a single, global transaction state across different compartments without any application-level coding.

D.

Monolithic databases migrated to OCI Object Storage will automatically scale horizontally and support distributed transactions natively for all microservices.

E.

Cloud-native microservices must communicate using synchronous REST APIs exclusively, as asynchronous event-driven communication is not supported within OCI.

Full Access
Question # 41

You are configuring a deployment script running in an OCI Compute Instance that needs to retrieve database credentials stored in OCI Vault. Which OCI CLI command should your script execute to retrieve the secret bundle containing the credentials?

A.

oci vault secret get --secret-id < secret_id >

B.

oci secrets secret-bundle get --secret-id < secret_id >

C.

oci kms secret retrieve --secret-id < secret_id >

D.

oci vault secret-bundle retrieve --secret-id < secret_id >

Full Access
Question # 42

Which component of the Docker architecture is the persistent background service responsible for managing container lifecycles, local images, networks, and storage volumes?

A.

Docker Registry

B.

Docker Client

C.

Docker Daemon

D.

Docker Compose

Full Access
Question # 43

You are building an event-driven workflow and need to programmatically create an Oracle Cloud Infrastructure (OCI) Events rule using the OCI Command Line Interface (CLI). Which CLI command correctly creates the rule while sourcing its target destination services from a local configuration file named actions.json?

A.

oci events rule create --display-name " MyRule " --is-enabled true --condition ' { " eventType " : " com.oraclecloud.objectstorage.deletebucket " } ' --compartment-id ocid1.compartment.oc1..abc --destinations file://actions.json

B.

oci events rule create --display-name " MyRule " --is-enabled true --condition ' { " eventType " : " com.oraclecloud.objectstorage.deletebucket " } ' --compartment-id ocid1.compartment.oc1..abc --targets file://actions.json

C.

oci events rule create --display-name " MyRule " --is-enabled true --condition ' { " eventType " : " com.oraclecloud.objectstorage.deletebucket " } ' --compartment-id ocid1.compartment.oc1..abc --action-payload file://actions.json

D.

oci events rule create --display-name " MyRule " --is-enabled true --condition ' { " eventType " : " com.oraclecloud.objectstorage.deletebucket " } ' --compartment-id ocid1.compartment.oc1..abc --actions file://actions.json

Full Access
Question # 44

Which token authentication policy configuration parameter should be defined when adjusting for potential clock synchronization differences between the external OAuth2 identity provider and the OCI API Gateway?

A.

maxCacheDurationInHours

B.

maxClockSkewInSeconds

C.

isSslVerifyDisabled

D.

allowedClockVariance

Full Access
Question # 45

With the volume of communication that can happen between different components in cloud-native applications, it is vital to not only test functionality, but also service resiliency. Which statement is true regarding service resiliency?

A.

Resiliency is about avoiding failures.

B.

Resiliency testing can be done only in a test environment.

C.

Resiliency is about recovering from failures without downtime or data loss.

D.

Resiliency is about not bringing a service to a functioning state after a failure.

Full Access
Question # 46

You are deploying a persistent stateful microservice to a Container Engine for Kubernetes (OKE) cluster running Kubernetes version 1.28. You configure a PersistentVolumeClaim (PVC) manifest but do not explicitly specify a value for the storageClassName property.

Which storage class will OKE initially apply by default to dynamically provision the block storage for this claim?

A.

oci

B.

oci-bv

C.

oci-csi

D.

oracle-bv

Full Access
Question # 47

Which statement is NOT valid regarding streaming data in Oracle Cloud Infrastructure (OCI)?

A.

The maximum storage retention period that can be configured for messages within an Oracle Cloud Infrastructure stream is limited to 7 days.

B.

Cursors created to consume messages from a specific partition automatically expire 5 minutes after they are retrieved.

C.

A stream can be configured with a private endpoint within a Virtual Cloud Network to ensure that transit traffic avoids the public internet.

D.

The message size limit for any single record published to an Oracle Cloud Infrastructure stream is initially restricted to 10 MB.

Full Access
Question # 48

Which TWO statements accurately describe an Oracle Functions application? (Choose two.)

A.

A common context to store configuration variables that are available to all functions in the application. A Docker image containing all the functions that share the same configuration.

B.

An application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events, and OCI API Gateway services.

C.

A small block of code invoked in response to an OCI Events service.A logical group of functions.

D.

A Docker image containing all the functions that share the same configuration.

Full Access
Question # 49

What is the difference between continuous delivery and continuous deployment in the DevOps methodology? (Choose the best answer.)

A.

Continuous delivery involves automation of developer tasks, whereas continuous deployment involves manual operational tasks.

B.

Continuous delivery requires automatic linting, whereas continuous deployment testing must be run manually.

C.

Continuous delivery utilizes automatic deployment to a development environment, whereas continuous deployment involves automatic deployment to a production environment.

D.

Continuous delivery is a process that Initiates deployment manually, whereas continuous deployment is based on automating the deployment process.

Full Access
Question # 50

Your Oracle Cloud Infrastructure (OCI) 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.

Use the username opc and password to login.

B.

It is impossible because OKE is a managed Kubernetes service.

C.

SSH into the nodes using the private key.

D.

SSH into the node using the public key.

Full Access
Question # 51

You are configuring a route on an Oracle Cloud Infrastructure API Gateway to an HTTP backend service that takes up to four minutes to execute long-running analytical queries. Which timeout configuration should you apply in the API deployment specification to safely prevent a gateway timeout?

A.

Set the readTimeoutInSeconds parameter to 120.0 seconds.

B.

Set the readTimeoutInSeconds parameter to 240.0 seconds.

C.

Set the readTimeoutInSeconds parameter to 360.0 seconds.

D.

Set the readTimeoutInSeconds parameter to 480.0 seconds.

Full Access
Question # 52

Which statement is NOT valid regarding log retention periods in the Oracle Cloud Infrastructure (OCI) Logging service?

A.

For both service and custom logs, the log retention period can be set in 30-day increments up to a maximum of 180 days.

B.

If a log ' s retention period is changed from six months to one month, all existing logs older than one month will no longer be accessible.

C.

The exact future time and date that a specific log entry becomes unavailable is based on the precise creation timestamp of that log.

D.

Audit logs are automatically generated and managed by the tenancy, with a fixed and unchangeable retention duration of 180 days.

Full Access
Question # 53

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?

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.

Full Access
Question # 54

Which feature is typically NOT associated with Cloud Native?

A.

Immutable Infrastructure

B.

Declarative APIs

C.

Containers

D.

Application Servers

E.

Service Meshes

Full Access