
[2023年11月]更新のOracle 1z0-1042-22公式認定ガイドPDF
試験1z0-1042-22 Oracle Cloud Platform Application Integration 2022 Professional
質問 # 45
To use Integration Insight to map milestones to actions in an Oracle Integration Cloud(OIC), business process implementation, certain Which is not a valid consideration for models and mapping milestones?
- A. Extraction criteria for the milestone indicator is defined with an Xpath expression.
- B. The model must be in Draft state in order to map a milestone to an integration action.
- C. A business process implementation can be mapped tomilestones within only one model.
- D. Extraction criteria for the instance unique identifier is defined with an Xpath extension.
- E. Milestones in a single model can be mapped to a multiple business processes.
正解:C
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-int-insight-oci/prerequisites-mapping-milestones.ht
質問 # 46
Which adapter is NOT provided in the oracle cloud adapter pack bundled with the Oracle SOA Cloud service?
- A. successFactors Adapter
- B. OracleE-Business Suite Adapter
- C. Oracle ERP Cloud Adapter
- D. Salesforce Adapter
正解:B
質問 # 47
Which two types of authentication mechanisms are available for Service Account configurations in API Platform Cloud Service?
- A. Basic Authentication
- B. SAML
- C. OAuth credentials
- D. Kerberos
- E. WSS Username Token
正解:B、D
質問 # 48
Which two options cannot be performed from the Monitoring Dashboard?
- A. Download Incident Logs
- B. Activity Stream Download
- C. Download Diagnostic Logs
- D. Download Lookup
- E. Artifacts Download
正解:A、E
解説:
Reference:
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/monitoring-integration-cloud-services.html#GUID-A18B7212-6246-40A1-A7BB-E495EE29A92A
質問 # 49
Which two statements are true about implementing an API-First strategy?
- A. The code to execute business logic needs to exist and be exposed as an API first before youbuild a strategy around it.
- B. The API isto be developed first before any UI or new business logic are created.
- C. It generally is assumed that SOAP/WSDL are the key specifications for defining the API.
- D. You define the API definition/contract first before any work on its implementation or any applications that use it, allowing to work in parallel.
正解:B、C
質問 # 50
Which OIC XPATH function can be used to retrieve data from OIC Lookup within the data mapper tool?
- A. Get-value-from-lookup
- B. getLookup
- C. get-content-as-string
- D. lookupvalue
正解:D
質問 # 51
Which adapter is NOT provided in the oracle cloud adapter pack bundled with the Oracle SOA Cloud service?
- A. successFactors Adapter
- B. Oracle E-Business Suite Adapter
- C. Oracle ERP Cloud Adapter
- D. Salesforce Adapter
正解:B
質問 # 52
Which four are valid for integration usingService Oriented Architecture Cloud Service (SOACS)?
- A. Retrieve/Update supported data elements on the SaaS applications using REST Services in real time.
- B. Create Files in the required format and Orchestrate PBL data loads into the HCM/ERP Cloud.
- C. Create Files in the required format and Orchestrate HDL data loads into the HCM/ERP Cloud.
- D. Create Files in the required format and Orchestrate ADFDi data loads into the HCM/ERP Cloud.
- E. SOACS has read access to HCM and ERP Cloud (SaaS) Applications data.
- F. Create Files in the required format and Orchestrate FBDL data loads into the HCM/ERP Cloud.
正解:A、C、D、E
質問 # 53
When considering the configuration of APIs, Services, and Service Accounts in the API Platform Cloud Service, which two statements are valid?
- A. A Service Account is limited to using OAuth credentials only for defining security because Services can be configuredto define Basic Authentication.
- B. A Service Account defines the security credentials required to invoke a back-end service.
- C. An API Platform policy can be configured toreference another policy to override credentials information.
- D. A Service must include a Service Account reference to invoke a back-end service.
- E. An API references Services and Service Accounts through the policies defining the API.
正解:B、E
解説:
Explanation
Understand the Relationship Between APIs, Services, and Service Accounts Service accountsand 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 torepresent 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 andservice 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-servic
質問 # 54
One of your downstream applications is becoming overwhelmed with too many individual synchronous invocations from you current Oracle Integration Cloud (OIC) integration. It has been recommended that you redesign the integration to take advantage of the catch processing capabilities of the application. Which is the MOST appropriate approach for implementing this OIC design best practice?
- A. Use the Append option in the Write File operation of the Stage File action within a loop to create a single batch to be send to the application
- B. Create custom batch call function, register the function as a Library in your OIC environment, then use JavaScript action to invoke the application
- C. Reactive the integration and use the disable tracing and message tracking option which will optimize performance for each invocation to the application
- D. Throttle the individual synchronous calls by adding a Wait activity prior to each invocation to the application within the loop
正解:A
質問 # 55
Which two are NOT default start and end events in the Processes feature of Oracle Integration Cloud?
- A. Folder start and None end event
- B. SOAP start and SOAP end event
- C. None start and end event
- D. Task start and end event
- E. Message start and Message end event
正解:B、D
解説:
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/define-process-start-and-end.html#GUID-E3E20D7C-D135-419C-8750-F8D9147590D8
質問 # 56
Which two are device activities that can be monitored from Oracle Internet of Things (IoT) Cloud Service?
- A. Application Data
- B. Device Login Activities
- C. Warning Messages
- D. Device Data Messages
- E. Alert Messages
正解:C、E
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/iot-cloud/iotgs/developing-applications-oracle-internet-things-cloud-servic
質問 # 57
Which REST API can be used for registering a device as third party device?
- A. POST/iot/api/v2/private/partners
- B. GET /iot/api/v2/private/partners
- C. PUT /iot/api/v2/private/partners
- D. REGISTER /iot/api/v2/private/partners
- E. CREATE /iot/api/v2/private/partners
正解:A
解説:
Explanation
You can register all devices in Oracle IoT Cloud as third party partner devices by using this REST API: POST
/iot/api/v2/private/partners.
https://docs.oracle.com/en/cloud/paas/iot-cloud/develop/specifying-devices-third-party-partner-devices-oracle-io
質問 # 58
Which is a required prerequisites for API Platform Cloud Services?
- A. Database Cloud Service (DBCS) and Storage Cloud Service
- B. Integration Cloud Service
- C. Storage Cloud Service and Compute Cloud Service
- D. Java Cloud Service (JCS) and Database Cloud Service (DBCS)
正解:B、C、D
解説:
https://docs.oracle.com/en/cloud/paas/api-platform-cloud-um/apfad/you-begin-oracle-api-platform-cloud-service.html#GUID-3BB15D58-FE9C-4492-A3DD-676A25216CA7
質問 # 59
OIC is a fully managed cloud service that provides many components and use case capabilities when an OIC Enterprise Edition instance is provisioned.
Which three capabilities does OIC Enterprise Edition provide?
- A. Create blockchain networks and deploy blockchain integrations applications.
- B. Create integrations that use B2B e-commerce, which support the EDI X12 business protocol
- C. Leverage an embedded continuous integration server to automate CI/CD workflow.
- D. Model and extract business metrics in real time and gain insight into business processes by using dashboards
- E. Create digital assistants (Chatbots) and skills using natural language conversations to facilitate integration with Oracle Saas applications
- F. Leverage an embedded SFTP-compliant repository for storing and retrieving files
- G. Deploy SOA composite Applications(SCA) developed with Jdeveloper Extensions and BPEL constructs.
正解:B、D、G
解説:
https://docs.oracle.com/en/cloud/paas/integration-cloud/integration-cloud-auton/oracle-integration-editions.html#GUID-ED23D612-B34E-400D-8039-DBCEF5101AF4
質問 # 60
Which operation is NOT supported by an OIC connection resource configured with the FTP Adapter in the Invoke role?
- A. Read file
- B. Read File in segments
- C. Write file
- D. Downloadfile
- E. Delete file
- F. List Files
正解:B
質問 # 61
In Oracle Integration Cloud (OIC) Process web forms editor, which three background colors are displayed?
- A. Red for invalid binding names
- B. Blue for complex binding names (their children may contain valid binding names)
- C. Yellow for matched binding names
- D. Green for valid binding names
- E. Orange for unmatched binding names
正解:A、B、D
解説:
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)
https://docs.oracle.com/en/cloud/paas/integration-cloud/user-processes/bind-form-data-controls.html#GUID-CECD2F13-1E1A-457D-8BC8-8D605EEB213B
質問 # 62
......
無料1z0-1042-22試験問題集試験点数を伸ばそう:https://jp.fast2test.com/1z0-1042-22-premium-file.html
2023年最新の実際に出る1z0-1042-22問題集には試験のコツがあるPDF試験材料:https://drive.google.com/open?id=1_2-KxjndZv-12W_Zey6jOBl99eibkEnm