Get instant access to 1Z0-1043-20 Practice Tests 2021 Free Updated Today! [Q26-Q49]

Share

Get instant access to 1Z0-1043-20 Practice Tests 2021 Free Updated Today!

Welcome to download the newest PassLeader 1Z0-1043-20 PDF dumps ( 56  Q&As)

NEW QUESTION 26
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 27
Which three are included in the Oracle Application Development Cloud Platform services category?

  • A. Visual Builder Studio
  • B. Oracle Mobile Hub
  • C. Oracle Data Integrator Cloud
  • D. Oracle WebLogic Server for OCI
  • E. SOA Cloud Service
  • F. Oracle Integration Cloud

Answer: A,C,D

 

NEW QUESTION 28
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 29
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 30
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: C

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 31
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 32
Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?

  • A. version of Kubernetes to run on new worker nodes
  • B. shape of existing worker nodes
  • C. name of the node pool
  • D. name of the cluster

Answer: B,C

Explanation:
https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengmodifyingcluster.htm

 

NEW QUESTION 33
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 34
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 services
  • C. $ kubectl get cluster-info
  • D. $ kubectl get pods

Answer: A

Explanation:
https://blogs.oracle.com/developers/deploy-containers-on-oracle-container-engine-for-kubernetes-using-developer-cloud

 

NEW QUESTION 35
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. time in days
  • B. story points
  • C. lines of code
  • D. cyclomatic complexity points

Answer: A

 

NEW QUESTION 36
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 37
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

Answer: B

 

NEW QUESTION 38
Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?

  • A. shape of existing worker nodes
  • B. name of the node pool
  • C. version of Kubernetes to run on new worker nodes
  • D. name of the cluster

Answer: B,C

Explanation:
https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengmodifyingcluster.htm

 

NEW QUESTION 39
Which two statements are true about Fn Context?

  • A. The default context is created during the first run of the Fn CLI.
  • B. Fn Context stores the information related to API URL and registry.
  • C. Fn Context does not support local development.
  • D. You cannot configure multiple contexts for your function development.

Answer: A,B

 

NEW QUESTION 40
Which three are included in the Oracle Application Development Cloud Platform services category?

  • A. Oracle Data Integrator Cloud
  • B. Visual Builder Studio
  • C. Oracle Mobile Hub
  • D. Oracle WebLogic Server for OCI
  • E. SOA Cloud Service
  • F. Oracle Integration Cloud

Answer: B,C,D

 

NEW QUESTION 41
The SOAP protocol relies on XML messages. However, Oracle Mobile Hub APIs represent data as JSON internally. The Oracle Mobile Hub SOAP connector APIs use a translator to convert data back and forth between JSON and XML.
Which two statements are true about the translator?

  • A. It provides a perfect mapping between JSON and XML.
  • B. It offers configurable mappings through XSLT.
  • C. It is mandatory because the SOAP connector APIs cannot bypass it.
  • D. It is recommended, but it is possible to bypass it if needed.
  • E. It offers a comprehensive mapping between JSON and XML, but some limitations exist.

Answer: C,D

 

NEW QUESTION 42
Which two capabilities are provided by the data offline and sync features?

  • A. improved mobile application performance by caching data locally on the device rather than always making remote service calls to Oracle Mobile Hub
  • B. automatic caching of data from an on-premises solution to the database API within Oracle Mobile Hub
  • C. mobile application access to data from any remote web service, including but not limited to, Oracle Mobile Hub
  • D. mobile application access to locally cached data while the device is disconnected

Answer: A,B

Explanation:
https://docs.oracle.com/en/cloud/paas/mobile-cloud/mcsua/data-offline-and-sync.html#GUID-E870788A-C4AD-4DDA-BFA6-1B8E9BBF7E33

 

NEW QUESTION 43
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. Check that the network connection between the Visual Builder Studio and the service catalog is functional.
  • B. Determine if the backend service has been properly defined.
  • C. Verify from the Visual Builder Studio home page that the service catalog connection is live.
  • D. Verify with your Oracle Representative that access to the service catalog is a part of your enterprise's Visual Builder Studio contract.
  • E. Check that you have the proper credentials allowing access to the service catalog.

Answer: B,E

Explanation:
https://docs.oracle.com/en/cloud/paas/integration-cloud/visual-developer/create-service-connection.html#GUID-B95FF6FE-856B-4D0C-AB27-745736283B01

 

NEW QUESTION 44
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 45
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 46
You can configure SSL between clients and the load balancer used to access your Oracle WLS for OCI domain. There is an option Prepare Load Balancer for https that you can select when provisioning the domain.
If you did not select this option when creating the domain, then you must perform manual tasks to configure SSL. Which task is not required to be performed?

  • A. Create an HTTPS Listener for the load balancer.
  • B. Update the App Gateway for HTTPS (if the domain uses Oracle Identity Cloud Service).
  • C. Allow ingress traffic in port 80 only on a security list for the load balancer.
  • D. Add a certificate to the load balancer.

Answer: C

Explanation:
https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/configure-ssl-domain-appendix.html#GUID-B8D53494-DBD1-401B-9C7D-9961F69D8A65

 

NEW QUESTION 47
Visual Builder Studio creates a Git repository for you when it creates your visual application. To collaborate with other developers, you can share code with other team members in your project.
Which type of version control system is this?

  • A. Local Version Control System
  • B. Subversion
  • C. Distributed Version Control System
  • D. Centralized Version Control System

Answer: D

 

NEW QUESTION 48
Which steps in the DevOps cycle are handled by the features of the Visual Builder Studio?

  • A. Build, Operate, and Monitor
  • B. Plan, Code, Build, Test, and Release
  • C. Code, Debug, Test, Deploy, and Monitor
  • D. Design, Document, Deploy, and Operate

Answer: C

 

NEW QUESTION 49
......

Oct-2021 Latest TestkingPDF 1Z0-1043-20 Exam Dumps with PDF and Exam Engine: https://www.testkingpdf.com/1Z0-1043-20-testking-pdf-torrent.html