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?
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?
Which matching behavior occurs when an Oracle Cloud Infrastructure (OCI) Events rule condition defines an attribute value containing only a single asterisk (*) wildcard?
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.)
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?
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?
Which command is used to get a Docker image from Oracle Cloud Infrastructure Registry (OCIR) to the client machine?
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?
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?
Which annotation is required in a Kubernetes Service manifest of type LoadBalancer to provision a private load balancer rather than a public load balancer?
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.)
You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?
Which of the following is NOT a criterion that is usually met by a microservice?
Which limit represents the maximum write throughput supported per partition of an Oracle Cloud Infrastructure stream when designing high-volume data producer workloads?
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?
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?
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.)
Which statement is NOT valid regarding the configurations and behaviors of Oracle Cloud Infrastructure (OCI) Queue?
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?
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?
What is the difference between blue/green and canary deployment strategies? (Choose the best answer.)
Which statement is NOT valid regarding the structure and behavior of Docker images and containers?
Which statement is NOT valid regarding pulling and pushing container images in Oracle Cloud Infrastructure Registry (OCIR)?
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?
Which cursor type allows a consumer to start reading messages from the oldest available record still within a stream ' s retention period?
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?
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?
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?
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?
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?
(CHK_4 > 2) Which TWO statements are NOT valid regarding the Oracle Cloud Infrastructure (OCI) Streaming service? (Choose two.)
You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which TWO actions would you need to perform? (Choose two.)
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?
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?
Which component of the Docker architecture is the persistent background service responsible for managing container lifecycles, local images, networks, and storage volumes?
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?
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?
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?
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?
Which statement is NOT valid regarding streaming data in Oracle Cloud Infrastructure (OCI)?
Which TWO statements accurately describe an Oracle Functions application? (Choose two.)
What is the difference between continuous delivery and continuous deployment in the DevOps methodology? (Choose the best answer.)
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?
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?
Which statement is NOT valid regarding log retention periods in the Oracle Cloud Infrastructure (OCI) Logging service?
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?