Updated Oct-2021 Test Engine to Practice Test for 1Z0-1043-20 Exam Questions and Answers! [Q16-Q38]

Share

Updated Oct-2021 Test Engine to Practice Test for 1Z0-1043-20 Exam Questions and Answers!

Oracle Cloud Platform Application Development 2020 Specialist Certification Sample Questions and Practice Exam

NEW QUESTION 16
You have defined a user-isolated collection in Oracle Mobile Hub. Two users, Jean and Joe, can access it. Jean has Read-write access and Joe has Read-write (All Users) access. Jean has uploaded an image of an oven to the collection and Joe has uploaded an image of a dryer to the collection.
What image can Jean see when accessing the collection?

  • A. dryer
  • B. default
  • C. none
  • D. oven

Answer: A

 

NEW QUESTION 17
When you create an Oracle WLS for OCI instance you have the option to use Oracle Identity Cloud Service to authenticate application users for your domain.
Which Statement is false when you Enable Authentication Using Identity Cloud Service?

  • A. The WebLogic Server security realm in the service instance is configured to use Oracle Identity Cloud Service for authentication only.
  • B. This configuration is only available if the domain meets these requirements: running WebLogic Server 12c and including a load balancer.
  • C. A trusted or confidential application has to be defined in Oracle Identity Cloud Service and associated with the WebLogic server instance using application client ID and client secret.
  • D. By default, all requests whose URI begins with /_protected (two underscore characters followed by the word "protected") are protected.

Answer: A

Explanation:
https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/using-oracle-weblogic-server-oracle-cloud-infrastructure.pdf

 

NEW QUESTION 18
Which services are supported by OCI Service Broker?

  • A. Object Storage, Autonomous Transaction Processing, Autonomous Data Warehouse, and Oracle Streaming Service
  • B. Object Storage, Autonomous Transaction Processing, Oracle Functions, and Autonomous Data Warehouse
  • C. Autonomous Transaction Processing, Autonomous Data Warehouse, Oracle Streaming Service, and Oracle Vault
  • D. Object Storage, Autonomous Data Warehouse, Oracle Streaming Service, and Oracle Functions

Answer: A

Explanation:
Services Supported
* Object Storage
* Autonomous Transaction Processing
* Autonomous Data Warehouse
* Oracle Streaming Service
https://github.com/oracle/oci-service-broker

 

NEW QUESTION 19
Which two statements are true about accessing cloud-based storage through the storage API?

  • A. It can make it easier to resume multi-step operations across devices by storing a user's progress.
  • 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 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.
  • E. It is the principal way of retrieving data from backend, on-premises systems.

Answer: D,E

 

NEW QUESTION 20
Examine the steps:
1. Create a compartment.
2. Create a group.
3. Set up an OCI account.
4. Create a policy.
5. Create a user.
6. Set up an OCI connection.
Identify the steps in the correct order to configure a connection to Oracle Cloud Infrastructure Compute and Object Storage in Visual Builder Studio Service.

  • A. 6, 3, 1, 2, 5, 4
  • B. 3, 1, 5, 2, 4, 6
  • C. 1, 2, 3, 4, 5, 6
  • D. 1, 3, 5, 2, 4, 6

Answer: A

Explanation:
https://docs.oracle.com/en/cloud/paas/developer-cloud/csdcs/service-setup.html#GUID-FD59F196-9532-4044-9D0C-4F124158A3B9

 

NEW QUESTION 21
Which three are important characteristics of Kubernetes Operators in OCI?

  • A. narrow Kubernetes functionalities
  • B. not good for hybrid cloud
  • C. useful in multicloud environments
  • D. they are scalable, repeatable, and standardized
  • E. systematize human knowledge as code

Answer: C,D,E

Explanation:
https://enterprisersproject.com/article/2019/2/kubernetes-operators-plain-english?page=1&sc_cid=70160000000h0axaaq

 

NEW QUESTION 22
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 TYPE STATUS PORT KIND
  • B. NAME AGE TYPE VERSION CLUSTER-IP
  • C. NAME READY STATUS AGE ROLES
  • D. NAME STATUS ROLES AGE VERSION

Answer: B

 

NEW QUESTION 23
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. Added the public key value of the API signing key pair to the User Settings for your username.
  • B. Creating Kubernetes secret.
  • C. Install and configure the Oracle Cloud Infrastructure CLI.
  • D. Generate an API signing key pair.
  • E. Verify whether you can access the cluster using Kubernetes Dashboard.

Answer: A,C,D

Explanation:
Before you set up the kubeconfig file later in the tutorial, you must have already done the following (if you haven't, or you're not sure, see the Setting Up Cluster Access topic in the Container Engine for Kubernetes documentation):
generated an API signing key pair
added the public key value of the API signing key pair to the User Settings for your username installed and configured the Oracle Cloud Infrastructure CLI (version 2.6.4 or later)
https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-full/index.html

 

NEW QUESTION 24
You have deployed a Visual Builder Studio application and shared its URL with the enterprise. The enterprise gives feedback that the deployment is incorrect and does not meet their requirement specifications regarding the URL definition. Even though the application works as expected, they are insisting that you make corrections to meet their specified requirements.
What capabilities in Visual Builder Studio deployment activities would you use to meet this customer requirement?

  • A. Set up the Visual Builder deployment to install the application on an on-premises server in the enterprise's data center.
  • B. Undeploy the incorrect version of the application and then redeploy with a custom URL for the deployed application.
  • C. Deploy a new version of the application with corrections and have both versions available at the same time.
  • D. Deploy the applications to display a version number or the word "ACTIVE" in the URL of the web application.

Answer: A

 

NEW QUESTION 25
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) then database must be provisioned in the same compartment where WebLogic Server domain will be provisioned.
  • B. 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.
  • C. Database options are Oracle Autonomous Transaction Processing and Oracle Cloud Infrastructure Database (bare metal, virtual machine (VM), and Exadata DB systems).
  • D. If you intend to use an Oracle Autonomous Transaction Processing database then you cannot create WebLogic Server 11g domain.

Answer: B

 

NEW QUESTION 26
You have all the credentials to create a cluster. You create a cluster with Quick Create. Which three are created by default in a multi-AD region?

  • A. Node pool with subnet
  • B. Three worker nodes
  • C. Deployed Applications
  • D. Kubernetes load-balanced subnets
  • E. VCN network

Answer: B,C,E

 

NEW QUESTION 27
You run the fn version command. While the client version is displayed correctly, you notice that the server version is T.
Which two probabilities might have resulted in this output?

  • A. A more recent version of the Fn Project CLI is available.
  • B. Fn start command has not been issued yet.
  • C. Function context is not set.
  • D. Fn CLI cannot reach the Fn server.

Answer: A,B

 

NEW QUESTION 28
Which Cloud service provides you with the ability to run container clusters on top of Oracle's Cloud Infrastructure?

  • A. Oracle Cloud Infrastructure Registry
  • B. Oracle Container Engine for Kubernetes
  • C. Oracle WebLogic Server for OCI
  • D. Oracle Blockchain

Answer: B

 

NEW QUESTION 29
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. 3 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 2 LBaaS, 1 Bastion compute
  • B. 3 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 1 LBaaS, 1 Bastion compute
  • C. 2 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 1 LBaaS
  • D. 2 compute instances, 1 admin server, 2 managed servers, 1 LBaaS, 1 Bastion compute

Answer: A

 

NEW QUESTION 30
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 "<wlsc-vm-error-001> unable to get decrypt credential" in your Terraform job logs in Resource Manager, which is not the probable cause?

  • A. Vault endpoint is not correct.
  • B. Key or Secret OCID is not correct.
  • C. WebLogic Server administration password is inconsistent with WebLogic password policy.
  • D. Policies required for vault use are not set up correctly.

Answer: B

 

NEW QUESTION 31
Before you create a domain with Oracle WebLogic Server for OC If you must provide these passwords in the encrypted format and not as plain text:
* Administrator password for the new domain
* Administrator password for an existing database, if you are creating a domain that includes the Java Required Files (JRF) components
* Client secret for an existing confidential application, if you are creating a domain that uses Oracle Identity Cloud Service for authentication Which OCI service must you use to encrypt sensitive data?

  • A. Oracle Cloud Infrastructure Resource Manager
  • B. Oracle Identity Cloud Service
  • C. Oracle Cloud Infrastructure Identity and Access Management
  • D. Oracle Cloud Infrastructure Vault

Answer: D

 

NEW QUESTION 32
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. Obsolete
  • B. Pending Push Request
  • C. Live
  • D. Live Locked

Answer: D

Explanation:
https://docs.oracle.com/en/cloud/paas/app-builder-cloud/csapb/staging-and-publishing-application.html#GUID-4FAD8622-4A32-46EC-92FE-074E557580CA he live application is visible to users according to the Login Security settings for the application.
Each time that you are ready to publish a new version of your application you should lock the live version of your application until the new version is published. This prevents any changes being made to the database that could be lost during the process. While the application is locked you can import the live data into the staging database, if necessary. You can unlock the application after the new version is published.
You cannot make changes to a version of an application after it is published and live. To make additional changes to the application you need to create a new version.
Publishing an Application
Managing Data During the Development Lifecycle
Creating a New Version of an Application

 

NEW QUESTION 33
What two options are available for securing your backend?

  • A. HTTP Digest Authentication
  • B. OAuth Token Request
  • C. Form-Based Authentication
  • D. HTTP Basic Authentication
  • E. HTTPS Client Authentication

Answer: B,D

 

NEW QUESTION 34
Identify two reasons to use the Oracle Mobile Hub client SDKs.

  • A. Oracle Mobile Hub client SDKs are tuned to improve performance when calling Oracle Mobile Hub.
  • B. Oracle Mobile Hub APIs can be called only through the Oracle Mobile Hub client SDKs.
  • C. Oracle Mobile Hub client SDKs provide a productive abstraction layer over lower level REST calls.
  • D. Using the Oracle Mobile Hub client SDKs eliminates the need to authenticate the mobile client application with the mobile backend.
  • E. Using the Oracle Mobile Hub client SDKs is the only way to utilize diagnostics and analytics.

Answer: B,E

 

NEW QUESTION 35
Which parameters are mandatory for provisioning an object-storage service instance to OCI Service Broker?

  • A. name, compartmentld, namespace
  • B. name, definedTags, compartment Id
  • C. name, namespace, metadata
  • D. name, metadata, definedTags

Answer: B

 

NEW QUESTION 36
You have defined a user-isolated collection in Oracle Mobile Hub. Two users, Jean and Joe, can access it. Jean has Read-write access and Joe has Read-write (All Users) access. Jean has uploaded an image of an oven to the collection and Joe has uploaded an image of a dryer to the collection.
What image can Jean see when accessing the collection?

  • A. default
  • B. dryer
  • C. oven
  • D. none

Answer: C

 

NEW QUESTION 37
You have implemented the following router for a custom API:

Which five URL patterns match this router's path?

  • A. {baseURL}/mobile/custom/abed/ rid
  • B. {baseURL}/mobile/custom/abXxcd
  • C. {baseURL}/mobile/custorn/cd
  • D. {baseURL}/mobile/custom/ablcd
  • E. {baseURL}/mobile/custom/abbbbbbb
  • F. {baseURL}/mobile/custom/abed
  • G. {baseURL}/mobile/custom/abXcd
  • H. {baseURL}/mobile/custom/abxed
  • I. {baseURL} /mobile/custom/ab

Answer: A,C,G,H,I

 

NEW QUESTION 38
......

Certification dumps Oracle Cloud 1Z0-1043-20 guides - 100% valid: https://www.testkingpdf.com/1Z0-1043-20-testking-pdf-torrent.html