Example Questions From Greg Flashcards
Which 3 are valid Oracle Integration Cloud (OIC) roles?
A. ServiceDeployer
B. ServiceImplementor
C. ServiceUser
D. ServiceAdministrator
A C D
What policy is required to be in an API if that API is to be used under a Plan?
A. Application Rate Limiting
B. Basic Auth
C. Key Validation
D. Interface Filtering
A. Application Rate Limiting
Which 2 statements are true regarding mapper activity?
A you can drag and drop a source onto multiple targets
B you cannot drag and drop a source onto a target that is already mapped
C you can drag and drop function activity in the target
D you can drag and drop switcher activity in the target
A and B
Which 3 types of certificates can be imported from settings? A. Identity certificate B. Multi domain SSL certificate C. Trust Certificate D. Message Protection Certificate E. Unified Communications Certificate
A C D
What task canNOT be performed on Business Types view?
A create business exceptions B create business objects C Business rules D import business objects E create enum objects
C
Which 4 statements are correct regarding differences between WSDL/SOAP and REST/JSON?
A Rest is typically invoked with HTTP verbs
B WSDL is simpler, REST is richer
C modem API-first architectures prefer to use WSDL/SOAP services over REST services because they are richer and provide a tighter contract
D WSDL is a request for a service: REST is a request for a Resource
E WSDL is a tight contract; REST is a loose contract
F REST is more easily used in developing UIs than WSDL/SOAP. REST is gaining popularity in application development
ADEF
Which 4 are key features of Oracle Integration Cloud?
A. Data stream analytics B. Application Integration C. Web and mobile application creation D. Business Process automation E. Enterprise service bus (ESB) F. Business to Business (B2B)
ABCD
Oracle Application Adapters in Service Oriented Architecture Cloud Service (SOA CS) can connect to on-Prem systems. What are 2 key elements that you need to review in this architecture?
A. Account for network connectivity and latency sensitivity to the on-Prem application in the architecture
B. Ensure Oracle Support Notes for a Hybrid Cloud with that application are reviewed and supported
C. Design a load balancer solution for connectivity
D. The DMZ needs to open port 80 for proper connectivity
A and C
Assuming a particular user possesses the “Deploy to Gateway” grant, what Grants on an API are required in order to deploy that API?
A. Manage API or Deploy API
B. Manage API
C. Entitle API
D. View all details and Deploy API
A
Which operation is NOT supported by stage activity?
A. Read entire file B. Delete file C. Write file D. Unzip file E. Zip file F. Read file in segments
B
Which 3 Service Oriented Architecture Cloud Service (SOA CS) Components van route a message to an end point?
A. Oracle mediator
B. Oracle business rules
C. Oracle process manager
D. Oracle service bus
ACD
Which service oriented architecture cloud service (SOA CS) component provides strateful orchestration?
A. Oracle Mediator B. Oracle Business Activity Monitoring C. Oracle Service Bus D. Oracle Business Ruled E. Oracle BPEL process manager
E
Which 3 are created and managed using the Integration page in Process Cloud Service?
A ICS integrations
B java cloud services
C REST connectors
D web Service components
ACD
Which 2 are on-Prem connectivity options with Oracle Integration Cloud (OIC)?
A VPN
B Connectivity agent
C PaaS Agent
D Execution agent
B and D
Which built-in API platform policy lets you manipulate the request context?
A. Application Rate Limiting Policy
B. Key validation policy
C. Redaction policy
D. Groovy script policy
D
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 input and output data objects of a decision
B. 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
C. An if-then rule that has one or more conditions that are true or false and actions that are applied if true
D. A value set in a spreadsheet-like format that defines a list of allowed values for input and output data objects of a decision
B
Which 2 statements about lookups are correct?
A. Create lookup to map values between applications
B. Lookups are deployed as part of integration activation
C. Changes made to lookups already used in active integrations take effect immediately
D. You cannot clone a copy of an existing lookup
A and C
What mapper function can you use to get the lookup value in Mapping Builder?
A GetLookupValue
B FindLookupValue
C LookupValue
D SearchLookupValue
C
What are the four steps required to complete the task ‘create a connection’?
A configure connection properties B import ssl certificate C test connection D select an adapter E configure lookup F configure connection security
ACDF
Which two are types of style patterns available while creating integration with Oracle Integration Cloud (OIC)?
A notification
B metadata
C orchestration
D map data
C and D