When considering the configuration of APIs, Services, and Service Accounts in the API Platform Cloud Service, which two statements are valid?
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.
What are two key benefits of Oracle Web Service Manager (OWSM) in the management and security of Web services across the organization?
https://docs.oracle.com/middleware/1212/owsm/OWSMC/owsm-intro.htm#OWSMC110
Which schema is used for defining the field structure of an analytic object?
Using Schemas to Define the Fields of Analytics Objects
You can import an Apache Avro schema file to define the field structure of your analytics object.
To import a schema file, your analytics object must not have any fields defined.
The namespace and object name in your schema file must match the name of the analytics object that you created.
After you create your analytics object, clickImport Schema.
The file browser dialog box appears.
Select a valid Avro schema file from your computer and clickOpen.
For more information about Avro schemas, seeApache Avro.
The field structure defined in the schema file appears in the Fields section.
ClickSave.
The field structure defined in your Avro schema file is imported to your analytics object.
You created a scheduled integration in Oracle Cloud (OIC) that uses scheduled parameters named startDate and endDate determine the date range for a data synchronization for these parameters are set to the previous day for startDate and the current, However, you now want to schedule an run of the instance with a different start date.
Which two are NOT default start and end events in the Processes feature of Oracle Integration Cloud?