You are accessing the service catalog to create service connections. You notice that there are no services listed in the catalog. Which two points do you need to verify to mitigate this issue?
A. Verify from the Visual Builder Studio home page that the service catalog connection is live.
B. Verify with your Oracle Representative that access to the service catalog is a part of your enterprise's Visual Builder Studio contract.
C. Determine if the backend service has been properly defined.
D. Check that you have the proper credentials allowing access to the service catalog.
E. Check that the network connection between the Visual Builder Studio and the service catalog is functional.
Which two statements are true about accessing cloud-based storage through the storage API?
A. It is a convenient way of storing data that is specific to your mobile application without having to go back to your backend systems to store it.
B. All data retrieved from backend applications must be stored by the storage API in order to be consumed by the mobile application.
C. It can act as a replacement for an Oracle Database instance, since it resides locally in the Mobile Hub environment.
D. It is the principal way of retrieving data from backend, on-premises systems.
E. It can make it easier to resume multi-step operations across devices by storing a user's progress.
You confirm to have already installed kubectl and have an active OKE cluster with at least one node pool
and worker node.
What details of the nodes running in the cluster are displayed in the terminal window by running the
command S kubectl get nodes when connected to the new cluster you have created?
A. NAME READY STATUS AGE ROLES
B. NAME TYPE STATUS PORT KIND
C. NAME AGE TYPE VERSION CLUSTER-IP
D. NAME STATUS ROLES AGE VERSION
Which four items can be related to a code merge request in Oracle Visual Builder Studio?
A. artifacts from another Visual Builder Studio Project
B. a build job
C. branches of your code
D. reviewers
E. a deployment configuration
F. an issue in the issue tracking system
When you provision a WebLogic Server for OCI instance from Marketplace with two managed servers into private subnet and enable load balancer, what is the deployment topology that is set up and configured for you?
A. 2 compute instances, 1 admin server, 2 managed servers, 1 LBaaS, 1 Bastion compute
B. 2 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 1 LBaaS
C. 3 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 2 LBaaS, 1 Bastion compute
D. 3 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 1 LBaaS, 1 Bastion compute
Which statement is true about how SOAP and REST connector APIs establish connections that need to be secured via the HTTPS protocol?
A. This is configured through custom code when making a call to the connector API.
B. This is configured by selecting the Use HTTPS check box in the connector definition after the connector API has been created.
C. This is configured through the NetworkEnforceTransportsecurity environment policy.
D. This is configured by applying a relevant security policy when the connector is created or later.
E. This is not configured because the use of HTTPS is mandatory.
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
You have a web page and you need it to fetch data from a REST service when the page loads. How would you implement this in Oracle Visual Builder Studio (VBS)?
A. Add an on-load event to the page settings and use an action to fetch the data.
B. Add a button to the page to fetch the data from the REST service and mark it as default item.
C. Create a process using Oracle Integration Cloud that will prepare the data in a background process.
D. This cannot be accomplished with the current VBS version.
Which Cloud service provides you with the ability to run container clusters on top of Oracle's Cloud Infrastructure?
A. Oracle WebLogic Server for OCI
B. Oracle Blockchain
C. Oracle Cloud Infrastructure Registry
D. Oracle Container Engine for Kubernetes
Which two capabilities are available for code in the Visual Builder Studio Git repositories?
A. refactor of variables in Java files
B. checking SQL syntax against DB structure
C. support for large files storage (LFS)
D. context aware search across the code