When does the "Trace" log level expire and when will the log files be re-moved?
Correct Answer: D
The "Trace" log level expires after 10 minutes and the log files are removed after 1 hour. The "Trace" log level is the most detailed log level that can be set for an integration flow. It records all the information about the message processing, such as headers, properties, payloads, attachments, and exceptions. However, it also consumes more resources and storage space than other log levels. Therefore, it is recommended to use it only for troubleshooting purposes and for a short duration. The "Trace" log level can be activated from the Monitor Message Processing view or from the integration flow editor. Reference: Log Levels | SAP Help Portal, Activating Trace Log Level | SAP Help Portal
Question 42
You want to dispatch messages only when a child element "Product" exists. Which condition do you set?
Correct Answer: A
The condition ProductSet/count(Product)>0 checks if the number of Product elements in the ProductSet element is greater than zero, which means that a child element "Product" exists. This condition can be used to dispatch messages only when a Product element is present. Reference: SAP Integration Suite | SAP Community, Integration Software | SAP Integration Suite