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\ " } " }}]}
Which limit represents the maximum write throughput supported per partition of an Oracle Cloud Infrastructure stream when designing high-volume data producer workloads?
As a Cloud Native developer, you develop two services in Node.js and deploy them to two different Container Engine for Kubernetes (OKE) clusters that use the same Virtual Cloud Network (VCN). Your security team wants to analyze the network communication between them. How can this requirement be met in the most cost-effective way?
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 troubleshooting a containerized microservice on a development host and need to obtain its full configuration metadata, including network settings and volume mounts, in JSON format. Which command should you run to retrieve this detailed information?
Who is responsible for patching, upgrading, and maintaining the worker nodes in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE)? (Choose the best answer.)
Which protocol or mechanism does the Docker client use by default to communicate with the Docker daemon when both are running on the same local host?
Which is ONE of the differences between a microservice and a serverless function?
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.)
Which TWO statements are true for serverless computing and serverless architectures? (Choose two.)
Which design pattern is used when a microservice needs to atomically perform a database write and send a notification event using a single local transaction?
Having created a Container Engine for Kubernetes (OKE) cluster, you can use Oracle Cloud Infrastructure (OCI) Logging to view and search the logs of applications running on the worker node compute instances in the cluster. Which task is NOT required to collect and parse application logs? (Choose the best answer.)
Which statement is NOT valid regarding log retention periods in the Oracle Cloud Infrastructure (OCI) Logging service?
Which term describes an individual set of aggregated data for a metric with zero or more dimension values in the Oracle Cloud Infrastructure (OCI) Monitoring service?
A developer using Oracle Cloud Infrastructure (OCI) API Gateway needs to authenticate the API requests to their web application. The authentication process must be implemented using a custom scheme which accepts string-based parameters from the API caller. Which approach should the developer use in this scenario?
(CHK_4 > 2) Which TWO statements are NOT valid regarding the Oracle Cloud Infrastructure (OCI) Streaming service? (Choose two.)
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?
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.)
Which of these is NOT a valid authentication method for accessing an OCI API Gateway deployment?
Which key pillar of cloud native development should be utilized when a development team needs to automate build, test, and release cycles to achieve rapid and reliable software delivery?
Which is NOT a valid option to execute a function deployed in Oracle Functions?
Which TWO statements are correct regarding Docker images and containers? (Choose two.)
Which configuration parameter defines the duration a message remains inside an Oracle Cloud Infrastructure (OCI) Queue before being automatically deleted by the service if it is not consumed?
Which testing strategy achieves high velocity of deployments and releases of cloud native applications? (Choose the best answer.)
You have developed a cloud-native application on OCI, and you need to enable diagnostic logging for an OCI API Gateway deployment and a backend Oracle Function. Corporate compliance mandates that both the gateway activity and the function execution logs must be collected and stored in separate centralized log resources under a common log group named AppLoggingGroup.
Which TWO configuration steps must you perform within the OCI Logging service to satisfy these requirements?
You are developing a diagnostic tool to programmatically extract error events from multiple application custom logs in a specific compartment. Which OCI CLI command should your tool run to submit this log search query for a designated time window?
You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry. Which TWO actions would you need to perform? (Choose two.)
Your organization has deployed their e-commerce application on Oracle Container Engine for Kubernetes (OKE) and they are using the 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 Internet Gateway. However, their application containers are failing to deploy. On investigation, they discover that the images are not being pulled from the designated OCIR repository, even though the YAML configuration has the correct path to the images. What is a valid concern here that needs to be further investigated?
Your cloud-native banking microservice retrieves API tokens stored in OCI Vault. To meet strict security compliance standards, you must configure secret rules on these vault secrets. The security policies mandate that the secret contents must automatically expire and have their retrieval blocked 30 days after creation, and any previously used token content must never be allowed for reuse, even if the older secret version containing that content has been deleted. Which TWO configurations must you specify within the secret rules to satisfy these compliance requirements?
Which statement accurately describes the Oracle Cloud Infrastructure (OCI) Load Balancer integration with OCI Container Engine for Kubernetes (OKE)?
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?
You are developing a real-time monitoring application for a fleet of vehicles, which will be deployed on Oracle Cloud Infrastructure (OCI). You need to choose between using OCI Queue or OCI Streaming to handle the real-time data feeds from the vehicles. Based on the scenario described, which is the most appropriate choice for handling real-time data feeds?
Which statement is NOT valid regarding the filter matching behavior of Oracle Cloud Infrastructure (OCI) Events rules?
Which term describes a group formed by a master machine and a worker machine in a Kubernetes architecture?
You are developing an asynchronous, decoupled billing microservice that consumes payment messages from an Oracle Cloud Infrastructure (OCI) Queue. You notice that some corrupted payment payloads are causing the consumer application to fail and restart repeatedly, leaving the messages unprocessed and blocking the queue. To isolate these toxic messages, you want to redirect them to a Dead Letter Queue (DLQ) after 5 failed delivery attempts.
Which TWO configuration steps or characteristics must you apply to implement this solution?
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?
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?
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 building a secure containerized application on Container Engine for Kubernetes (OKE) that must access OCI resources securely using OKE Workload Identity. Which cluster type must you select during creation to enable support for OKE Workload Identity?
Your team has deployed a high-throughput order processing microservice that consumes messages from an OCI Stream with 8 partitions. To handle peak operational hours, you have scaled out your deployment to run 12 identical microservice consumer instances under a single named consumer group. During execution, you notice that 4 of the 12 consumer instances remain completely idle and are not assigned any stream data. Which OCI Streaming architectural rule explains this behavior?
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?
Which statement is NOT valid regarding context variables used for dynamic backend routing in Oracle Cloud Infrastructure API Gateway?
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?
You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?
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?
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?
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?
Which command is used to get a Docker image from Oracle Cloud Infrastructure Registry (OCIR) to the client machine?
Which matching behavior occurs when an Oracle Cloud Infrastructure (OCI) Events rule condition defines an attribute value containing only a single asterisk (*) wildcard?