Which two statements are true for service choreography?
A. Service choreographer is responsible for invoking other services.
B. Services involved in choreography communicate through messages/messaging systems.
C. Service choreography relies on a central coordinator.
D. Service choreography should not use events for communication.
E. Decision logic in service choreography is distributed.
How do you perform a rolling update in Kubernetes?
A. kubect1 rolling-update
B. kubect1 upgrade
C. kubect1 update -c
D. kubect1 rolling-update
You are processing millions of files in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. Each time a new file is created, you want to send an email to the customer and create an order in a database. The solution should perform and minimize cost, Which action should you use to trigger this email?
A. Schedule a cron job that monitors the OCI Object Storage bucket and emails the customer when a new file is created.
B. Use OCI Events service and OCI Notification service to send an email each time a file is created.
C. Schedule an Oracle Function that checks the OCI Object Storage bucket every minute and emails the customer when a file is found.
D. Schedule an Oracle Function that checks the OCI Object Storage bucket every second and emails the customer when a file is found.
A leading insurance firm is hosting its customer portal in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes with an OCI Autonomous Database. Their support team discovered a lot of SQL injection attempts and cross-site
scripting attacks to the portal, which is starting to affect the production environment.
What should they implement to mitigate this attack?
A. Network Security Lists
B. Network Security Groups
C. Network Security Firewall
D. Web Application Firewall
You are working on a cloud native e-commerce application on Oracle Cloud Infrastructure (OCI). Your application architecture has multiple OCI services, including Oracle Functions. You need to trigger these functions directly from other OCI services, without having to run custom code. Which OCI service cannot trigger your functions directly?
A. OCI Events Service
B. OCI Registry
C. OCI API Gateway
D. Oracle Integration
Which header is NOT required when signing GET requests to Oracle Cloud Infrastructure APIs?
A. date or x-date
B. (request-target)
C. content-type
D. host
You are developing a distributed application and you need a call to a path to always return a specific JSON content deploy an Oracle Cloud Infrastructure API Gateway with the below API deployment specification.
What is the correct value for type?
A. STOCK_RESPONSE_BACKEND
B. CONSTANT_BACKEND
C. JSON_BACKEND
D. HTTP_BACKEND
You encounter an unexpected error when invoking the Oracle Function named "myfunction" in application "myapp". Which can you use to get more information on the error?
A. fn --debug invoke myapp myfunction
B. DEBOG=l fn invoke myapp myfunction
C. fn --verbose invoke myapp myfunction
D. Call Oracle support with your error message
Which two are benefits of distributed systems?
A. Privacy
B. Security
C. Ease of testing
D. Scalability
E. Resiliency
Who is responsible for patching, upgrading and maintaining the worker nodes in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)?
A. It Is automated
B. Independent Software Vendors
C. Oracle Support
D. The user