Questions and CORRECT Answers
Your iFlow receives a JSON inbound message. The outbound message should also be JSON, but
what steps can you perform?
a. Convert JSON2XML 2. Message Mapping 3. Convert XML2JSON
b. Convert XML2JSON 2. Message Mapping 3. Convert JSON2XML
c. Convert JSON2XML 2. XSLT Mapping 3. Convert XML2JSON
d. Convert JSON2XML 2. Message Mapping 3. Convert JSON2XML - CORRECT
ANSWER - a, c
Which databases are supported by SAP Cloud Platform data and storage services
a. SAP MaX DB
b. Postgre SQL on SAP Cloud Platform
c. Redis on SAP Cloud Platform
d. SAP HANA
e. Apache Couch DB - CORRECT ANSWER - b,c,d
You need to encrypt the contents of a message, what encryptor should you use?
a. SFTP
b. PGP
c. AES
dd. HTTPS - CORRECT ANSWER -b
You want to transform an inbound message to a specific structure that is needed in the outbound
system, what mapping types can you use?
,a. AI-Based mapping
b. XSLT mapping
c. Message Mapping
d. Operation Mapping
e. Excel spreadsheet mapping - CORRECT ANSWER - b,c,d
Which of the following adapter types are available for a sender to transfer a message to SAP
Cloud Platform Integration?
a. SAP Success Factor
b. Twitter
c. Facebook
d. SAP Ariba - CORRECT ANSWER - a,d
You want to use a Groovy Script to modify the headers of an exchange message, what import
library must you use?
a. com.sap.gateway.xiinspector.xml.Message;
b. com.apache.camel.framework.util.Message; c. com.sap.gateway.integration.flow.Message;
d.com.sap.gateway.ip.core.customdev.util.Message; - CORRECT ANSWER -d
What pattern is NOT contained in a Camel Exchange Message?
a. In Message
b. Exchange ID
c. Runtime node information
d. Exception - CORRECT ANSWER -c
, You want to use a XSLT mapping in your iFlow, you want to use dynamic parameters, how can
you do this?
a. Use simple expression language within a special namespace in the XSL template
b. Use JavaScript within a special namespace in the XSL template
c. Use only dynamic parameters in the content modifier artifact - CORRECT ANSWER -
a
What is the SAP Smart Business service?
a. A framework for geocoding
b. A frame work for supporting projects
c. A framework for extended data cleansing
d. A framework for visualizing analytic content in the form of charts and tiles - CORRECT
ANSWER -d
You are designing an iFlow and one of the requirements is to invoke an external OData service
to update the message, what step type should be used?
a. Request Reply
b. Send
c. Content Modifier
d. Content Enricher - CORRECT ANSWER -d
You want to forward a notification (asynchronous) to a back end system, what option can you
use?
a. Process Call
b. Content Enricher
c. Request Reply