0h 0m 0s
For which of the following scenarios can you use scripting in an integration flow?
Add information to the message log.
Configure an OData adapter.
Create XSLT mapping artifacts.
Which object in a Groovy script provides a getBody() method?
camelcontext
message
header
property
Which of the following data types can use for an exchange property in a content modifier? Note: There are 2 correct answers to this question.
java.lang.string
java.lang.integer
java.lang.Integer
lang.String
What do you use in an integration flow to handle unexpected errors?
Status code checks
Exception handler integration flow elements
Try-catch subprocesses
Exception-handling subprocesses
You configure a request and reply call with an http adapter.
Which of the following Simple Expression definitions can you use to configure a variable in the url?
$[property.item]
$(property.item)
${property.item}
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication?
In the SAP Integration Suite
In the process runtime
In the adapter
In the Exception Subprocess
Which steps must you follow before you can configure an OData adapter?
Set a receiver with a unique name
Set a sender with a unique name
You use an outbound HTTP adapter with basic authentication.
In SAP Integration Suite, Monitor→ Integrations→ Manage Security, where must you set up and store a user and password?
PGP Keys
Keystore
Security Material
Access policies
You want to dispatch messages only when a child element "Product" exists.
Which condition do you set?
/ProductSet/counter (Product)>0
/ProductSet/count(Product)>0
/ProductSet/count(Product)<0
/ProductSet/count(Product)=0
During development, in which integration flow component can you configure a simulated payload?
SOAP Adapter
Data Store Operations
Content Modifier
General Splitter