[Nov-2021] Exam 1Z0-1042-20 New Brain Dump Professional - BraindumpsPass [Q51-Q74]

Share

[Nov-2021] Exam 1Z0-1042-20: New Brain Dump Professional - BraindumpsPass

Free 1Z0-1042-20 Exam Dumps to Improve Exam Score


Certification Path

Oracle Cloud Platform Application Integration 2020 Specialist is a fundamental exam. Successful completion by candidates will allow them to achieve Cloud Platform Integration 2020 Certified Implementation Specialist status.

 

NEW QUESTION 51
Which three background colors are displayed for autocomplete in Process Cloud Service?

  • A. Orange for unmatched binding names
  • B. Blue for complex binding names (their children may contain valid binding names)
  • C. Red for invalid binding names
  • D. Green for valid binding names

Answer: B,C,D

Explanation:
https://docs.oracle.com/en/cloud/paas/process-cloud/user/binding-form-data-controls.html#GUID-CECD2F13-1E1A-457D-8BC8-8D605EEB213B The background colors displayed for the autocomplete options are:
* Green for valid binding names
* Red for invalid binding names
* Blue for complex binding names (their children may contain valid binding names) If a control isn't linked to an attribute or if a control is linked to an invalid attribute, an error message is displayed in the Binding field and an error icon is displayed in the canvas. When a control doesn't have a valid binding, any value entered into the control in runtime is not passed on to the form payload.

 

NEW QUESTION 52
Which two statements are true about "Decision Snapshots"? (Choose two.)

  • A. These snapshots, once activated, cannot be used independently in multiple applications.
  • B. Decision model can be activated on DMN server.
  • C. Decision snapshots are read-only copies of a decision model.
  • D. You cannot delete the decision model snapshot that has already been activated.

Answer: C,D

 

NEW QUESTION 53
What Expression Language does Decision Modeling and Notation (DMN) use?

  • A. Friendly Enough Expression Language (FEEL)
  • B. Groovy
  • C. RegEx
  • D. Process Expression Language (PEL)

Answer: A

Explanation:
https://docs.oracle.com/en/cloud/paas/process-cloud/user/understanding-feel-friendly-enough-expression-language.html Decision Modeling and Notation (DMN) defines Friendly Enough Expression Language (FEEL) to provide standard executable semantics to all expressions used within a decision model.
In Process, you use FEEL to define expressions within all notations of decision logic, including decision tables.

 

NEW QUESTION 54
Which four are key features of Oracle Integration Cloud Enterprise (OIC)?

  • A. Data stream analytics
  • B. Application Integration
  • C. Web and Mobile application creation
  • D. Enterprise Service Bus (ESB)
  • E. Business to Business (B2B)
  • F. Business process automation

Answer: A,B,C,D

Explanation:
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-stream-analytics/working-stream-analytics.html#
https://cloud.oracle.com/en_US/OIC/features

 

NEW QUESTION 55
Which four Client Software Libraries can be used for developing applications with Oracle Internet of Things (IoT) Cloud Service?

  • A. C POSIX
  • B. Java SE
  • C. Android
  • D. JavaScript
  • E. .NET
  • F. VB Script

Answer: A,B,C,D

Explanation:
Reference:
http://www.oracle.com/us/solutions/internetofthings/iot-cloud-service-ds-3209769.pdf

 

NEW QUESTION 56
Which four are types of links that can be created to read data and events from devices, access different data sources for reading and writing data, and to deliver the results of analytics processing?

  • A. Oracle Database as a Service
  • B. Oracle Storage Cloud Service
  • C. Device Message and Analyzed Message
  • D. Local File System
  • E. Spark SQL and Oracle NoSQL

Answer: A,B,C,E

Explanation:
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/developing-applications-oracle-internet-things-cloud-service.pdf

 

NEW QUESTION 57
What are two possible reasons for a Gateway not getting started?

  • A. The provisioning file may contain incorrect Activation ID and incorrect Activation Secret.
  • B. There is an invalid certificate.
  • C. The loT Service may be down.
  • D. The provisioning file may contain correct Activation ID and Activation Secret.

Answer: A,C

 

NEW QUESTION 58
Given that a gateway node should have a dedicated user credential for connecting to the API Platform Management Service, what grants should be assigned to that user?

  • A. Deploy to Gateway
  • B. Deploy API
  • C. View all Details
  • D. Node Service Account

Answer: D

 

NEW QUESTION 59
Which is NOT an activity that an Application Developer (API Consumer) can perform in the Developer Portal in Integration API Platform Cloud Service?

  • A. Test an API
  • B. Monitor performance
  • C. Subscribe to a plan
  • D. Create an API
  • E. Create Application
  • F. Learn about APIs

Answer: B

Explanation:
https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfdv/typical-workflow-consuming-apis.html#GUID-0AC9919A-A1B6-49D5-B2B1-6E6CD227805A

 

NEW QUESTION 60
When considering the configuration of APIs, Services, and Service Accounts in the API Platform Cloud Service, which two statements are valid?

  • A. An API Platform policy can be configured to reference another policy to override credentials information.
  • B. An API references Services and Service Accounts through the policies defining the API.
  • C. A Service must include a Service Account reference to invoke a back-end service.
  • D. A Service Account is limited to using OAuth credentials only for defining security because Services can be configured to define Basic Authentication.
  • E. A Service Account defines the security credentials required to invoke a back-end service.

Answer: B,E

Explanation:
Understand the Relationship Between APIs, Services, and Service Accounts Service accounts and services are resources that you can manage and use in policies for APIs.
A service account defines the security credentials required to invoke a backend service. A service account can either define Basic Auth or OAuth credentials.
A service is used to represent a backend service. It defines the properties required to invoke a backend service. The main required property of the service is the URL at which a backend service can be invoked. A service can also reference a service account to configure the credentials required to invoke a backend service.
An API references services and service accounts through the policies defining the API. An API policy making outbound calls, such as Service Request and Service Callout, can configure the backend service inline by specifying the URL in the policy itself, or the policy can reference the service resource representing the backend service. The policy can also be configured to reference a service account to configure or override credentials information.
Services and service accounts make it easier to manage changes to the services or the required credentials. Update them in one place and all the policies that reference them update to the new values.
https://docs.oracle.com/en/cloud/paas/api-platform-cloud/apfad/understand-relationship-apis-services-and-service-accounts.html

 

NEW QUESTION 61
Which two statements correctly define the use cases for Business Process Execution Language (BPEL) vs.
Business Process Modeling Notation (BPMN) vs. Enterprise Service Bus (ESB)? (Choose two.)

  • A. Decision Model and Notation (DMN) replaces BPMN in modern Cloud Architectures.
  • B. An ESB is used primarily for stateless messages and service mediation. The ESB construct is being replaces by API's and API Gateways in modern Cloud architectures.
  • C. BPEL is inherently better than BPMN in managing orchestrations that involve people, because BPEL can also interact with systems.
  • D. BPEL and ESB are both good technologies for doing heavy transformations of data before sending the data to a back-end system or database.
  • E. All are part of a typical/traditional on-premise enterprise integration strategy and can also be an important part of a hybrid on-premises/Cloud architecture.

Answer: B,D

 

NEW QUESTION 62
You are defining application data in an OIC process application and are seeking to use the Business Types page because it provides the tools required to create and manage various business types.
What task can NOT be performed on Business Types View?

  • A. Create business exceptions
  • B. Business rules
  • C. Create business objects
  • D. Create enum objects
  • E. Import business objects

Answer: B

 

NEW QUESTION 63
Which two are NOT default start and end events in the Processes feature of Oracle Integration Cloud?

  • A. Message start and Message end event
  • B. None start and end event
  • C. Task start and end event
  • D. Folder start and None end event
  • E. SOAP start and SOAP end event

Answer: C,E

Explanation:
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/define-process-start-and-end.html#GUID-E3E20D7C-D135-419C-8750-F8D9147590D8

 

NEW QUESTION 64
You have a synchronous integration flow updating systems with several external invocations. Most client applications are experiencing timeouts waiting for the synchronous response confirmation of the complex processing logic.
Which is a legitimate strategy that will mitigate this issue? (Choose the best answer.)

  • A. Change the design implementation strategy to an asynchronous flow that provides a separate notification to clients when the processing is complete.
  • B. Increase the blocking timeout within the OIC integration settings to allow for extended time.
  • C. Split into smaller synchronous integration flows that can be orchestrated sequentially from a master synchronous flow.
  • D. Change the implementation logic to invoke multiple fine-grained external API calls within a single loop.

Answer: D

 

NEW QUESTION 65
What are the three threshold values for Database space?

  • A. Un-Quiesce Threshold
  • B. Error Threshold
  • C. Warning Threshold
  • D. Quiesced Mode Threshold

Answer: A,C,D

Explanation:
Reference:
https://docs.oracle.com/en/cloud/paas/integration-cloud/integrations-user/purging-and-retaining-data-database-oic.html

 

NEW QUESTION 66
Which four are valid for integration using Service Oriented Architecture Cloud Service (SOACS)?

  • A. Create Files in the required format and Orchestrate FBDL data loads into the HCM/ERP Cloud.
  • B. Create Files in the required format and Orchestrate HDL data loads into the HCM/ERP Cloud.
  • C. Retrieve/Update supported data elements on the SaaS applications using REST Services in real time.
  • D. SOACS has read access to HCM and ERP Cloud (SaaS) Applications data.
  • E. Create Files in the required format and Orchestrate ADFDi data loads into the HCM/ERP Cloud.
  • F. Create Files in the required format and Orchestrate PBL data loads into the HCM/ERP Cloud.

Answer: B,C,D,E

 

NEW QUESTION 67
Which expression can you use to schedule integration runs?

  • A. a JavaScript
  • B. a XPATH
  • C. an iCal
  • D. a XSLT

Answer: C

Explanation:
https://docs.oracle.com/cloud/previous/intcs_gs/ICSUG/GUID-622B74FE-D9EC-4A62-8DF1-1E96912C8FB8.htm

 

NEW QUESTION 68
What is the "Decision Table" in Business Rules in Process Cloud Service?

  • A. a range value set in a spreadsheet-like format that defines a list of allowed value ranges for the input and output data objects of a decision
  • B. a value set in a spreadsheet-like format that defines a list of allowed values for the input and output data objects of a decision
  • C. a decision matrix that organizes if/then rules into a spreadsheet-like format, where rows represent conditions and actions, and columns match condition values to action alternatives
  • D. an if/then rule that has one or more conditions (if statements) that together are true or false, and one or more actions (then statements) that are applied if the conditions are true

Answer: D

Explanation:
Reference:
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-if-then-rule-business-rules.html
https://docs.oracle.com/en/cloud/paas/process-cloud/user/creating-decision-table-business-rules.html#GUID-26D3DF2A-D6D8-404F-834D-EE512E787630 Creating a Decision Table in Business Rules A decision table organizes if/then rules into a spreadsheet-like format, in which rows represent conditions and actions, and columns match condition values to action alternatives.

 

NEW QUESTION 69
What options are available for Escalation and Expiration of human tasks in Process Cloud Service?

  • A. Never expire, Expire, Renew, or Escalate
  • B. Renew, start, end, or error
  • C. Escalate, Restart, Next or Previous
  • D. Never Escalate, Skip, hierarchy, or New

Answer: A

Explanation:
Configuring Task Expiration, Renewal, or Escalation
You can configure a human task to never expire, to expire after a certain time, to renew the expiration time, or to escalate after a certain time passes.
To configure an action to perform on a specific deadline:
* Click the Escalation and Expiration tab on the implementation pane.
The Escalation and Expiration tab appears.
* Use the radio buttons to specify if you want the human task to Never expire, Expire, Renew, or Escalate.
* Never expire: the human task doesn't expire and if no user completes it, it remains in the users task list for an indeterminate period of time.
* Expire: the human task expires after the specified time and is no longer accessible from the task list.
* Renew: when the specified time passes, the expiration date is extended for one more period until it reaches the specified amount of renewals allowed.
* Escalate: when the specified time passes, the human task is escalated to the specified escalation levels.
https://docs.oracle.com/en/cloud/paas/process-cloud/user/configuring-human-tasks.html#GUID-3869867C-45A3-48E4-9DFB-EE9980B2C2B0

 

NEW QUESTION 70
Which is NOT a valid service provided by Oracle Enterprise Scheduler Service (ESS)?

  • A. invoking jobs on external On-Prem and SaaS applications as scheduled on the Oracle Enterprise Scheduler
  • B. running Java, PL/SQL, and binary script jobs
  • C. configurable to allow or restrict running multiple job requests associated with a single job definition concurrently
  • D. invoking jobs on external On-Prem and SaaS applications as scheduled on the those Schedulers
  • E. distributing job-request processing across a grid of application servers

Answer: A

 

NEW QUESTION 71
Which two actions can be repositioned in integration with Oracle Integration Cloud (OIC)?

  • A. Function Call
  • B. Stage File with Read File in Segments
  • C. Stage File
  • D. Switch

Answer: A,D

 

NEW QUESTION 72
What are two key benefits of Oracle Web Service Manager (OWSM) in the management and security of Web services across the organization?

  • A. Developers no longer need to understand security specifications and security implementation details.
  • B. Security is controlled by the developer of the service and this gives greater control to the development of the service.
  • C. OAuth services are used for REST based services.
  • D. OWSM provide a framework that is externalized and declarative outside of the web service implementation.

Answer: A,D

Explanation:
https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-intro.htm#OWSMC110 Reference:
https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-intro.htm#OWSMC4166

 

NEW QUESTION 73
Which two are NOT default start and end events in Process Cloud Service?

  • A. None start and end event
  • B. Task start and end event
  • C. Folder start and None end event
  • D. SOAP start and SOAP end event

Answer: B,D

Explanation:
https://docs.oracle.com/en/cloud/paas/process-cloud/user/defining-process-start-and-end.html#GUID-E3E20D7C-D135-419C-8750-F8D9147590D8

 

NEW QUESTION 74
......

Powerful 1Z0-1042-20 PDF Dumps for 1Z0-1042-20 Questions: https://www.braindumpspass.com/Oracle/1Z0-1042-20-practice-exam-dumps.html