Category Archives: Oracle Cloud Platform Application Development 2021 Specialist 1Z0-1043-21

Oracle Cloud Platform Application Development 2021 Specialist 1Z0-1043-21 Question and Answers

When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the

When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the cluster.Which three steps should be completed before downloadingthe 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.… Read More »

You patched your application (with name e.g. myapp) and now want to use PSM CLI to revert the changes

You patched your application (with name e.g. myapp) and now want to use PSM CLI to revert the changes without any application downtime. Which command will correctly accomplish this?Response: A. psm aces rollback -n myapp -o quick B. psm aces rollback -n myapp -o rolling C. psm aces rollback -n myapp -o no-downtime D. psm aces rovert -n… Read More »

When you provision a WebLogic Server for OCI 12c JRF instance from Marketplace into a new environment,

When you provision a WebLogic Server for OCI 12c JRF instance from Marketplace into a new environment, which OCI component is not provisioned?Response: A. Virtual Cloud Network (VCN) B. Security List with all the security rules for ports required for WLS C. Subnet for WebLogic and optional Load Balancer D. Compartment Correct Answer: C

When creating Java Cloud Service (JCS) on Oracle Cloud Infrastructure (OCI), which of the following steps

When creating Java Cloud Service (JCS) on Oracle Cloud Infrastructure (OCI), which of the following steps is NOT a pre requisite?Response: A. A Virtual Cloud Network is required. B. You must have an Object Service Bucket for JCS backup. C. 1AM policies are required to allow PSM to access VCN. D. Database Cloud Service (DBCS) instances should be… Read More »

You have all the credentials to log in to Oracle Cloud Infrastructure and access Oracle Cloud Infrastructure

You have all the credentials to log in to Oracle Cloud Infrastructure and access Oracle Cloud Infrastructure Registry. What would be the name of the new repository created when you push the docker image to Oracle Cloud Infrastructure Registry without specifying the repository name?Response: A. Tenancy name/region-code B. Name of the image C. Username/region-code D. Name of the… Read More »

Developer Cloud Service has features that deal with which steps in the DevOps cycle? Response:

Developer Cloud Service has features that deal with which steps in the DevOps cycle?Response: A. Plan, Code, Build, Test, Release B. Code, Debug, Test, Deploy, Monitor C. Design, Document, Deploy, Operate D. Build, Operate, Monitor Correct Answer: D

Which two capabilities are available for code in the Visual Builder Studio Git repositories?

Which two capabilities are available for code in the Visual Builder Studio Git repositories? A. support for large filesstorage (LFS) B. context aware search across the code C. checking SQL syntax against DB structure D. refactor of variables in Java files Correct Answer: A

A service binding provides communication over a private overlay network within your Identity domain between

A service binding provides communication over a private overlay network within your Identity domain between Oracle Application Container Cloud Service and the other Oracle Cloud service. In which metadata file/files can you configure Service Bindings?Response: A. app.yml B. deployment.json C. config.yml D. manifest.json Correct Answer: D

Which statement is true about designing custom APIs in Oracle Mobile Hub?

Which statement is true about designing custom APIs in Oracle Mobile Hub? A. Designing custom APIs entails defining the Node.js implementation in pseudocode. B. You may build theREST endpoints of a custom API through a RAML file or via the Endpoints tab on the Custom API page, but you should not mix these approaches. C. Custom APIs canbe… Read More »