When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the cluster. Which three steps should be completed before downloading the kubeconfig file?
A. Generate an API signing key pair.
B. Verify whether you can access the cluster using Kubernetes Dashboard.
C. Install and configure the Oracle Cloud Infrastructure CLI.
D. Creating Kubernetes secret.
E. Added the public key value of the API signing key pair to the User Settings for your username.
You are looking for a Cloud service that helps you easily create web and mobile apps. Based on the requirement you would like to extend the apps with the required customization. Which Cloud service is ideal for this requirement?
A. Oracle Functions
B. Visual Builder Studio
C. Oracle Kubernetes Engine
D. WebLogic Server for OCI
You have used Oracle Developer Cloud to deploy the Docker image by pulling it from DockerHub on Container Engine for Kubernetes cluster. Which two commands can be used to get the external IP address?
A. $ kubectl get nodes
B. $ kubectl get cluster-info
C. $ kubectl get services
D. $ kubectl get pods
When you provision WebLogic Server for OCI that includes JRF components, you must provide details of an existing database. Which criteria is not true in this scenario?
A. If you intend to use Oracle Cloud Infrastructure Database (DB System) that is on different VCN than the WebLogic Server VCN, then local VCN peering has to be configured.
B. If you intend to use Oracle Cloud Infrastructure Database (DB System) then database must be provisioned in the same compartment where WebLogic Server domain will be provisioned.
C. If you intend to use an Oracle Autonomous Transaction Processing database then you cannot create WebLogic Server 11g domain.
D. Database options are Oracle Autonomous Transaction Processing and Oracle Cloud Infrastructure Database (bare metal, virtual machine (VM), and Exadata DB systems).
Which three are included in the Oracle Application Development Cloud Platform services category?
A. Oracle WebLogic Server for OCI
B. Oracle Mobile Hub
C. Oracle Data Integrator Cloud
D. Visual Builder Studio
E. Oracle Integration Cloud
F. SOA Cloud Service
When you create a domain with Oracle WLS for OCI, you provide the vault endpoint URL and the key that you used to encrypt the passwords for the domain. If provisioning is not successful and you find an error "
A. Policies required for vault use are not set up correctly.
B. Vault endpoint is not correct.
C. WebLogic Server administration password is inconsistent with WebLogic password policy.
D. Key or Secret OCID is not correct.
Which two measurements to specify the level of effort of an issue are available in the issue definition in Visual Builder Studio to help with Sprint planning?
A. cyclomatic complexity points
B. time in days
C. story points
D. lines of code
Which two statements are true about Fn Context?
A. You cannot configure multiple contexts for your function development.
B. Fn Context stores the information related to API URL and registry.
C. The default context is created during the first run of the Fn CLI.
D. Fn Context does not support local development.
You have upgraded your application to implement new features that are production ready and you want to
export the live database prior to publishing the new version of the application.
What should be the status of the application?
A. Pending Push Request
B. Live Locked
C. Obsolete
D. Live
You verified that the image has been successfully pushed to Oracle Cloud Infrastructure Registry. Which artifact enables Kubernetes to pull an image from Oracle Cloud Infrastructure Registry when deploying a Load-Balanced application to a cluster?
A. Kube-Proxy
B. Kubernetes secret
C. Kubernetes pods
D. Worker Nodes