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 applications named travel-app. Which command will help you complete this task successfully?
A. oci fn function deploy --ap travel-ap --all
B. fn deploy --ap travel-ap -- all
C. oci fn application --application-name-ap deploy --all
D. fn function deploy --all --application-name travel-ap
You are working on a serverless DevSecOps application using Oracle Functions. You have deployed a Python function that uses the Oracle Cloud Infrastructure (OCI) Python SDK to stop any OC1 Compute instance that does not comply with your corporate security standards There are 3 non compliant OCI Compute instances. However, when you invoke this function none of the instances were stopped. How should you troubleshoot this?
A. There is no way to troubleshoot a function running on Oracle Functions.
B. Enable function logging in the OCI console, include some print statements in your function code and use logs to troubleshoot this.
C. Enable function remote debugging in the OCI console, and use your favorite IDE to inspect the function running on Oracle Functions.
D. Enable function tracing in the OCI console, and go to OCI Monitoring console to see the function stack trace.
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. Java
Which testing approaches is a must for achieving high velocity of deployments and release of cloud- native applications?
A. Integration testing
B. A/B testing
C. Automated testing
D. Penetration testing
You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region in
your tenancy with a namespace called "heyci.
Which three are valid tags for an image named "myapp"?
A. iad.ocir.io/heyoci/myproject/myapp:0.0.1
B. us-ashburn-l.ocirJo/heyoci/myapp:0.0.2-beta
C. us-ashburn-l.ocir.io/heyoci/myproject/myapp:0.0.2-beta
D. us-ashburn-l.ocir.io/myproject/heyoci/myapp:latest
E. iad.ocir.io/myproject/heyoci/myapprlatest
F. iad.ocir.io/heyoci/myapp:0.0.2-beta
G. iad.ocir.io/heyoci/myapp:latest
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
You are deploying an API via Oracle Cloud Infrastructure (OCI) API Gateway and you want to implement
request policies to control access Which is NOT available in OCI API Gateway?
A. Limiting the number of requests sent to backend services
B. Enabling CORS (Cross-Origin Resource Sharing) support
C. Providing authentication and authorization
D. Controlling access to OCI resources
Which two statements are true for serverless computing and serverless architectures?
A. Long running tasks are perfectly suited for serverless
B. Serverless function state should never be stored externally
C. Application DevOps team is responsible for scaling
D. Serverless function execution is fully managed by a third party
E. Applications running on a FaaS (Functions as a Service) platform
Which two are benefits of distributed systems?
A. Privacy
B. Security
C. Ease of testing
D. Scalability
E. Resiliency
What is the open source engine for Oracle Functions?
A. Apache OpenWhisk
B. OpenFaaS
C. Fn Project
D. Knative