oracle 1z0-1043-20 online test

Oracle Cloud Platform Application Development 2020 Specialist

What students need to know about the 1z0-1043-20 exam

  • Total 58 Questions & Answers

Question 1

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

A D

Discussions

Question 2

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
Answer:

B

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

Discussions

Question 3

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
Answer:

C

Discussions

Question 4

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

Discussions

Question 5

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

Discussions

Question 6

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
Answer:

B D E F

Discussions

Question 7

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
Answer:

A

Discussions

Question 8

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
  • C. shape of existing worker nodes
  • D. name of the cluster
Answer:

B C

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

Discussions

Question 9

Which three are important characteristics of Kubernetes Operators in OCI?

  • 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
Answer:

B C D

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

Discussions

Question 10

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

B C

Discussions
To page 2