OIC PAAS Developer Dumps

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 28
At a glance
Powered by AI
The document discusses questions from Oracle certification exams related to topics like Kubernetes, DevOps, cloud services etc.

The three views of a Scrum board are: Backlog, Active Sprints, and Reports.

Three important characteristics of Kubernetes Operators in OCI are that they are scalable, repeatable, and standardized.

Oracle - 1z0-1043-20

Question #:1

You have created the manifest file that Kubernetes uses when deploying the application to an OKE cluster in
Oracle Cloud Infrastructure.

Which three parameters are present in the manifest file that Kubernetes uses when deploying the application to
a cluster by pulling an image from the Oracle Cloud Infrastructure Registry, if the image is private?

A. Public key

B. Container port number

C. Image path

D. Secret

E. Auth Token

Question #:2

Which option represents three views of a Scrum board?

A. Active Sprints, Reports, and Copy Boards

B. Backlog, Active Sprints, and Reports

C. Custom Boards, Active Issues, and Reports

D. Backlog, Active Issues, and Reports

Explanation
https://docs.oracle.com/en/cloud/paas/developer-cloud/csdcs/use-agile-boards-update-issues.html

Use Scrum BoardsUsing a Scrum board, you manage and update issues using sprints.

A Scrum board has three views: Backlog, Active Sprints, and Reports. The Backlog view lists all active and
inactive sprints of the board, and a backlog list of issues. The Active Sprints view enables you to manage the
progress of issues of an active sprint. The Reports view displays various issue reports.

Question #:3

Which three are important characteristics of Kubernetes Operators in OCI?

1 of 23
Oracle - 1z0-1043-20

A. narrow Kubernetes functionalities

B. they are scalable, repeatable, and standardized

C. useful in multicloud environments

D. systematize human knowledge as code

E. not good for hybrid cloud

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

Question #:4

When considering the design of your backend, which two statements are true?

A. Each backend in an environment can be associated with multiple realms.

B. If a backend supports only a small number of users, you do not need a realm.

C. Each mobile application can connect to several backends, but only one connection can be active at a
time.

D. Each backend in an environment can be associated with only one realm.

E. Each mobile application can connect to several backends at a time.

F. Each mobile application can connect only to a single backend.

Question #:5

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.

2 of 23
Oracle - 1z0-1043-20

D. Database options are Oracle Autonomous Transaction Processing and Oracle Cloud Infrastructure
Database (bare metal, virtual machine (VM), and Exadata DB systems).

Question #:6

Which life cycle is followed between Persistence Volume (PV) and Persistence Volume Claim (PVC)?

A. Provisioning, Binding, Using, Releasing, Reclaiming

B. Provisioning, Using, Binding, Releasing, Reclaiming

C. Provisioning, Reclaiming, Binding, Using, Releasing

D. Provisioning, Releasing, Binding, Using, Reclaiming

Question #:7

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

Question #:8

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.

3 of 23
Oracle - 1z0-1043-20

E. It can make it easier to resume multi-step operations across devices by storing a user's progress.

Question #:9

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

Explanation
https://docs.oracle.com/en/cloud/paas/app-builder-cloud/csapb/staging-and-publishing-application.html#GUID-4

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

Question #:10

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. name of the node pool

4 of 23
Oracle - 1z0-1043-20

C. shape of existing worker nodes

D. name of the cluster

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

Question #:11

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

A. Using the Oracle Mobile Hub client SDKs is the only way to utilize diagnostics and analytics.

B. Oracle Mobile Hub client SDKs are tuned to improve performance when calling Oracle Mobile Hub.

C. Oracle Mobile Hub APIs can be called only through the Oracle Mobile Hub client SDKs.

D. Oracle Mobile Hub client SDKs provide a productive abstraction layer over lower level REST calls.

E. Using the Oracle Mobile Hub client SDKs eliminates the need to authenticate the mobile client
application with the mobile backend.

Question #:12

What three mandatory components do you need to create in an Oracle Visual Builder Studio application to
enable a web page that will show data from an external system?

A. Process

B. Business Object

C. Web application flow and page

D. REST service

E. Page Variables

Question #:13

Which four items can be related to a code merge request in Oracle Visual Builder Studio?

5 of 23
Oracle - 1z0-1043-20

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

Question #:14

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. Undeploy the incorrect version of the application and then redeploy with a custom URL for the
deployed application.

B. Deploy the applications to display a version number or the word "ACTIVE" in the URL of the web
application.

C. Set up the Visual Builder deployment to install the application on an on-premises server in the
enterprise's data center.

D. Deploy a new version of the application with corrections and have both versions available at the same
time.

Question #:15

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

6 of 23
Oracle - 1z0-1043-20

D. lines of code

Question #:16

You can use the backup and restore capabilities of Oracle Cloud Infrastructure Block Volumes to return your
Oracle WebLogic Server for Oracle Cloud Infrastructure domain to a specific state, or to recover from a
failure.

Which statement is wrong?

A. You can restore the data only from full backup and not from incremental backup.

B. When users create a backup from a volume or restore a volume from a backup, the volume and backup
don't have to be in the same compartment.

C. You should use the latest available Block Volume backup for creating the Block Volume, so that all the
latest WLS config & data are available for restore.

D. You can either take an immediate backup of the volumes, or you can configure a backup policy that
takes a future backup according to the policy's schedule.

Question #:17

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

A. Code, Debug, Test, Deploy, and Monitor

B. Build, Operate, and Monitor

C. Plan, Code, Build, Test, and Release

D. Design, Document, Deploy, and Operate

Question #:18

Before you create a domain with Oracle WebLogic Server for OCIf 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

7 of 23
Oracle - 1z0-1043-20

• 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 Vault

B. Oracle Cloud Infrastructure Resource Manager

C. Oracle Cloud Infrastructure Identity and Access Management

D. Oracle Identity Cloud Service

Question #:19

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. Fn start command has not been issued yet.

B. Function context is not set.

C. A more recent version of the Fn Project CLI is available.

D. Fn CLI cannot reach the Fn server.

Question #:20

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

Question #:21

8 of 23
Oracle - 1z0-1043-20

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

Question #:22

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. mobile application access to data from any remote web service, including but not limited to, Oracle
Mobile Hub

C. automatic caching of data from an on-premises solution to the database API within Oracle Mobile Hub

D. mobile application access to locally cached data while the device is disconnected

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

Question #:23

Oracle Platform as a Service is a feature rich, robust set of Cloud services. Select two options that list the
services included in this Cloud service model.

A. Visual Builder, Data Visualization, PL/SQL, and API Platform

B. Blockchain Platform, Analytics, Big Data Service, and Data Integrator

C. WebLogic Server, Business Intelligence, WebCenter Portal, and Golden Gate

D. Mobile Hub, Big Data Preparation, Data Validation Service, and CASB

E. Digital Assistant, Autonomous Data Import, Data Save, and SOA

9 of 23
Oracle - 1z0-1043-20

Question #:24

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.

Question #:25

As the team lead of a mobile project being developed using Oracle Mobile Hub, you want to:

a) Get the Node.js-based JavaScript code written to implement the custom APIs

b) Finetune the API design

c) Create the connector APIs to connect to enterprise systems

Which team member should be assigned this task?

A. Mobile App Developer

B. Mobile Service Developer

C. Mobile Cloud App Developer

D. Mobile Program Manager

Explanation
https://docs.oracle.com/en/solutions/learn-architecture-legacy-apps/learn-oracle-mobile-cloud-enterprise1.html#

Question #:26

Take a look at the following list of jobs that must be run prior to deploying application extensions to the
Oracle Cloud Application's production instance.

A) Create a production packaging build job.

10 of 23
Oracle - 1z0-1043-20

B) Create and configure a pipeline.

C) Create production deployment build job.

D) Configure jobs' privacy settings.

E) Run the pipeline.

Place these step in the proper order of execution.

A. C, A, B, D, E

B. B, C, A, D, E

C. A, B, C, D, E

D. A, C, D, B, E

Question #:27

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. VCN network

B. Kubernetes load-balanced subnets

C. Three worker nodes

D. Deployed Applications

E. Node pool with subnet

Question #:28

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. This configuration is only available if the domain meets these requirements: running WebLogic Server
12c and including a load balancer.

B. By default, all requests whose URI begins with /_protected (two underscore characters followed by the

11 of 23
Oracle - 1z0-1043-20

word "protected") are protected.

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. The WebLogic Server security realm in the service instance is configured to use Oracle Identity Cloud
Service for authentication only.

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

Question #:29

When you provision a WebLogic Server for OCI 12c JRF instance from Marketplace into a new environment,
which OCI component is not provisioned?

A. Virtual Cloud Network (VCN)

B. Subnet for WebLogic and optional Load Balancer

C. Compartment

D. Security List with all the security rules for ports required for WLS

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. 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.

Question #:31
12 of 23
Oracle - 1z0-1043-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. 3, 1, 5, 2, 4, 6

B. 6, 3, 1, 2, 5, 4

C. 1, 2, 3, 4, 5, 6

D. 1, 3, 5, 2, 4, 6

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

Question #:32

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.

Explanation

13 of 23
Oracle - 1z0-1043-20

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

Question #:33

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

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

Question #:34

Which services are supported by OCI Service Broker?

A. Object Storage, Autonomous Data Warehouse, Oracle Streaming Service, and Oracle Functions

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 Transaction Processing, Autonomous Data Warehouse, and Oracle
Streaming Service

Answer: D

14 of 23
Oracle - 1z0-1043-20

Explanation
Services Supported

Object Storage

Autonomous Transaction Processing

Autonomous Data Warehouse

Oracle Streaming Service

https://github.com/oracle/oci-service-broker

Question #:35

Which two parameters are passed to the Docker Login Command to access OCI Registry from Docker CLT?

A. tenancyname/OCIusernam

B. Auth Token for password

C. password

D. tenancyname

Answer: A C

Question #:36

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.

Answer: C D

Explanation

15 of 23
Oracle - 1z0-1043-20

https://docs.oracle.com/en/cloud/paas/integration-cloud/visual-developer/create-service-connection.html#GUID-

Question #:37

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?

A. Name of the image

B. Name of the image tag

C. Tenancy name/region-code

D. Username/region-code

Answer: B

Question #:38

A page built using Quick Start will automatically be created with which of the below components?

A. the page and UI components

B. only the page

C. the page, variables, actions, action chains, UI components, and page flows

D. the page, UI components, and variables

E. the page, UI components, REST end points, and page flows

Answer: C

Question #:39

You can scale up the compute resources for your Oracle WLS for OCI domain to increase performance, or you
can scale down the compute resources to reduce costs.

When you do scale up or scale down, which three properties of the compute instance will change?

A. instance's private IP addresses

B. amount of memory

C. instance's public IP addresses

16 of 23
Oracle - 1z0-1043-20

D. volume attachments

E. network bandwidth

F. number of cores

Question #:40

When you create a domain that includes the Java Required Files (JRF) components, you must select an
existing database and provide connection details.

If provisioning is not successful and you find an error "<wlsc-vm-error-001> Failed to validate db
connectivity" in your Terraform job logs in Resource Manager, which is not the probable cause?

A. You tried to use a 1-node VM DB system that uses Logical Volume Manager as the storage
management software.

B. You selected an OCI database running Oracle Database 12c or later, and you did not provide the name
of a pluggable database (PDB).

C. You entered the wrong database password or a plain text password.

D. The database does not allow the compute instances to access its listen port.

Answer: A

Explanation
Failed to validate DB connectivity

When you create a domain that includes the Java Required Files (JRF) components, you must select an
existing database and provide connection details. The compute instances use this information to connect to the
database and provision the JRF database schemas.

Possible causes for this error include:

You entered the wrong database password or a plain text password.

The database does not allow the compute instances to access its listen port (1521 by default).

Oracle Autonomous Transaction Processing - Check your access control list (ACL).

Oracle Cloud Infrastructure Database - Check the network security group that was assigned to the
database, and the security lists for the subnet on which the database was created.

You selected an Oracle Cloud Infrastructure Database running Oracle Database 12c or later, and you did
not provide the name of a pluggable database (PDB).

17 of 23
Oracle - 1z0-1043-20

https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/troubleshoot-oracle-weblogic-cloud.html#GUID-61D

Question #:41

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

Answer: C

Question #:42

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

Answer: D

Question #:43

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.

18 of 23
Oracle - 1z0-1043-20

D. It offers a comprehensive mapping between JSON and XML, but some limitations exist.

E. It is recommended, but it is possible to bypass it if needed.

Answer: C E

Question #:44

You have implemented the following router for a custom API:

Which five URL patterns match this router's path?

A. {baseURL} /mobile/custom/ab

B. {baseURL}/mobile/custorn/cd

C. {baseURL}/mobile/custom/abed/ rid

D. {baseURL}/mobile/custom/abbbbbbb

E. {baseURL}/mobile/custom/abXcd

F. {baseURL}/mobile/custom/abxed

G. {baseURL}/mobile/custom/achd

H. {baseURL}/mobile/custom/abXxcd

I. {baseURL}/mobile/custom/ablcd

Answer: A B C E F

Question #:45

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

A. name, namespace, metadata

B. name, metadata, definedTags

C. name, definedTags, compartment Id

19 of 23
Oracle - 1z0-1043-20

D. name, compartmentld, namespace

Answer: C

Question #:46

What two options are available for securing your backend?

A. HTTPS Client Authentication

B. HTTP Digest Authentication

C. OAuth Token Request

D. HTTP Basic Authentication

E. Form-Based Authentication

Answer: C D

Question #:47

Which two statements are true about Agile Boards in Visual Builder Studio?

A. The estimation type of a board can be Story Points or Target Weeks.

B. In a Scrum board, tasks are broken into small actions to be completed in fixed duration cycles, called
Sprints.

C. In a Kanban board, tasks are managed with a focus on continuous delivery.

D. A board is a metric that defines the relative effort of work and helps to understand the complexity of an
issue.

Answer: C D

Question #:48

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

20 of 23
Oracle - 1z0-1043-20

D. 3 compute instances, 1 admin server, 2 managed servers, 1 WLS cluster, 1 LBaaS, 1 Bastion compute

Answer: C

Question #:49

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. none

B. dryer

C. oven

D. default

Answer: B

Question #:50

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 the REST 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 endpoints built in RAML cannot be edited outside of the Oracle Mobile Hub environment

D. Custom APIs can be shared across mobile backends through the API catalog.

Answer: B

Question #:51

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. Add a certificate to the load balancer.

21 of 23
Oracle - 1z0-1043-20

C. Update the App Gateway for HTTPS (if the domain uses Oracle Identity Cloud Service).

D. WLSAllow ingress traffic in port 80 only on a security list for the load balancer.

Answer: D

Explanation
https://docs.oracle.com/en/cloud/paas/weblogic-cloud/user/configure-ssl-domain-appendix.html#GUID-B8D534

Question #:52

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

Answer: A C D

Question #:53

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. Centralized Version Control System

B. Subversion

C. Distributed Version Control System

D. Local Version Control System

Answer: A

Question #:54

22 of 23
Oracle - 1z0-1043-20

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.

Answer: B

Question #:55

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.

Answer: B

Which three are Included in the Oracle Application Development Cloud Platform services category?
Response:
A. Application Container Cloud
B. Data Integration Platform Service
C. Java Cloud Service
D. Developer Cloud Service
E. Process Cloud Service
F. SOA Cloud Service

23 of 23
Oracle - 1z0-1043-20

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

When you upload your application to Oracle Application Container Cloud Service using the user Interface, which
file must you include?
A. weblogic.xml
B. manifest.json
C. deployment.json
D. deployment.xml

You are creating an Oracle Visual Builder Cloud Service (VBCS) application that you intend to embed into an
Oracle SaaS application. Which security option should you choose when selecting the security options for the
SaaS REST service you are using, In order to prevent the need to log-In twice?
Response:
A. No security
B. Basic Authentication
C. This is not possible to achieve.
D. OAuth
E. Cloud Account

You want to collect and analyze performance characteristics of your Java application. Which action correctly
accomplishes this?
Response:
A. Use REST API to collect JFR data for the last 1 minute.
B. Collect JFR data for the last 1 hour using the UI.
C. ssh Into the application VM to collect JVM heap dump.
D. Use the PSM CLI to collect heap dump.

What does the command kubect1 version return when run against Oracle Cloud Infrastructure Container Engine
for Kubernetes (OKE)?
Response:
A. It will display 3 versions: kubectl tool version. Kubernetes API Server version, OKI Version.
B. It displays the OKE API Server version.
C. It will display the version of kubectl tool.
D. It will display the version of both kubectl tool as well as the version of OKE APl Server.

24 of 23
Oracle - 1z0-1043-20

Which two statements are true about Agile Boards in Visual Builder Studio?
Response:
A. The estimation type of a board can be Story Points or Target Weeks.
B. A board is a metric that defines the relative effort of work and helps to understand the complexity of an issue.
C. In a Kanban board, tasks are managed with a focus on continuous delivery.
D. In a Scrum board, tasks are broken into small actions to be completed in fixed duration cycles, called Sprints.

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

PSM CLI is a command line utility foe managing PaaS services on Oracle Cloud. What is the command psiaces
push used to accomplish?
Response:
A. create of update an application
B. Restart an application
C. Delete an application
D. scale out an application

What are the four Oracle Java Cloud Service (JCS) REST API methods?
Response:
A. PUT
B. WRIU
C. POST
D. PUSH
E. REPLACE
F. DELETE
G. GET

One of the key benefits of Oracle Java Cloud Service is "self-service". Which two operations can you perform for
a Java Cloud Service instace Oracle Cloud Infrastructure Classic?
Response:
A. Decrease block storage.
B. Add a WebLogic Server cluster.
C. Change the WebLogic Server edition and version of the instance.

25 of 23
Oracle - 1z0-1043-20

D. Change the shape of a node.


E. Uninstall the load balancer. If enabled.

Which method CANNOT be used to create a Java Cloud Service instance?


Response:
A. PaaS Service Manager Command Line Interface
B. WebLogic Server Console
C. Java Cloud Service REST API
D. Stack Manager

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. config.yml
B. deployment.json
C. app.yml
D. manifest.json

You can use Java and REST APIs for caching applications to interact with Oracle Application Container Cloud
Service caches. Which two client protocols does Oracle Application Container Cloud Service (ACCS) Cache
support?
Response:
A. avro
B. http
C. grpc
D. thrift a

When you create an Oracle Java Cloud Service Instance, you specify the Oracle WebLogic Server Administrator
credentials. Which statement is not true?
Response:
A. The WebLogic Administrator user name can be used to SSH In connecting to a node In the service Instance to
access the operation system.
B. The WebLogic Administrator can create and manage users and groups In the domain's embedded LDAP.
C. The WebLogic Administrator can configure other identity providers In the domain.
D. The WebLogic Administrator can deploy Java EE applications to the service Instance.

What is the name of Oracle's polyglot application deployment platform?


Response:
A. Oracle Cloud Platform
B. Oracle Polyglot Platform
26 of 23
Oracle - 1z0-1043-20

C. Oracle Application Hub Cloud


D. Oracle Application Builder Cloud Service
E. Oracle Application Container Cloud

Which three tasks can be defined in a declarative way in a post build in Oracle Developer Cloud Service?
(Choose three.)
Response:
A. Build other job
B. Publish Javadoc
C. Obfuscate code
D. Archive Artifacts
E. Clear code review comments

In order to deploy application you have to create an archive (.zip, .tgz, tar.gz file) that Includes the application
and any dependent libraries-You must also create a metadata file If you need to Specify a launch command or
other parameters. Which metadata file is mandatory?
Response:
A. app.yml
B. conflg.yml
C. deployment.Json
D. manifest.json

When developing Microservices using Oracle Developer Cloud Service and deploying MicroservicesIn
Application Container Cloud Services, which Is NOT recommended?
Response:
A. Service isolation
B. Share code acrossMicroservices in Git repository of Developer Cloud Services
C. Independent scaling
D. Separate service life-cycles

Which step is not required when using App To Cloud to migrate an on premises Web Logic Server domain to
Oracle Cloud?
Response:
A. Upload the exported domain to cloud storage.
B. Perform an import operation on an existing Oracle Java Cloud Service instance.
C. Perform a health check for the on-premises domain.
D. Add a Coherence data- tier to an existing Oracle Java Cloud Service instance.
E. Create an Oracle Java Cloud Service instance.

27 of 23
Oracle - 1z0-1043-20

Which two statements about backups in Oracle Java Cloud Service are false?
Response:
A. Java Cloud Service backs up the WebLogic Server domain configuration.

B. Java Cloud Service backs up the WebLogic Server software Installation.

C. Java Cloud Service can disable backups automatically after a failure.

D. You cannot perform a scaling operation while a backup operation is in progress.

E. You can customize the schedule at which Java Cloud Service automatically takes backups-

F. On demand backups are always incremental backups.

28 of 23

You might also like