WorksheetsModeling Processes Quiz
Total questions: 60
Worksheet time: 30mins
You want to dispatch messages only when a child element "Product" exists. Which condition do you set?
/ProductSet/count(Product)>0
/ProductSet/count(Product)=0
/ProductSet/counter (Product)>0
/ProductSet/count(Product)<0
What do you use in an integration flow to handle unexpected errors?
Exception-handling subprocesses
Try-catch subprocesses
Exception handler integration flow elements
Status code checks
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication?
In the process runtime
In the SAP Integration Suite
In the adapter
In the Exception Subprocess
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]
During development, in which integration flow component can you configure a simulated payload?
Content Modifier
SOAP Adapter
General Splitter
Data Store Operations
For which of the following scenarios can you use scripting in an integration flow?
Create XSLT mapping artifacts.
Add information to the message log.
Configure an OData adapter.
Which object in a Groovy script provides a getBody() method?
Camelcontext
Header
Property
Message
Which steps must you follow before you can configure an OData adapter?
Set a sender with a unique name Choose from the palette Call → External Call → Request Reply
Set a sender with a unique name Choose from the palette Call → local Call → Request Reply
Choose from the palette Call → External Call → Send
Set a receiver with a unique name Choose from the palette Call → External Call →Request Reply
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.Integer
java.lang.String
java.lang.string
java.lang.integer
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?
Keystore
PGP Keys
Access policies
Security Material
Which of the following XPATH expressions extract "value1" and "value3" from the following XML message using a general splitter? Note: There are 2 correct answers to this question.
//item
/root/item
//item1
/item
Which of the following can you use for an XSLT mapping in an integration flow?
HTML
JSON
XML
PHP
What are some advantages of the cloud integration capability within SAP Integration Suite? Note: There are 2 correct answers to this question.
Predefined scenarios can be used out-of-the-box.
Integration processes can be developed offline.
Customer-to-Customer (C2C) integrations can be developed.
A local installation is not required.
You are using a Data store Operation of the type Write. Which parameter must you select to avoid duplicate entries?
Overwrite Existing Message
Encrypted stored Message
Include Message Headers
Retention Threshold for Alerting
You configured a content modifier as follows: Action: Create Name: ProductID Source Type: XPath Source Value: //ProductID Data Type: java.lang.string After testing the content modifier, you receive an error message that contains the following fragment: "Java.lang.ClassNotFoundException: java.lang.string..." What caused the error message?
Incorrect source type
Incorrect source value
Incorrect name
Incorrect data type
You want to access individual entities of an HTTP call over XPath. What must you do if no namespace mapping exists?
Remove the namespaces.
Convert the namespaces to XML.
Convert the namespaces to JSON.
Remove the XML prolog.
What can you use to prevent overload in an OData request and reply call?
HTTP adapter
Paging
Stop parameter
Query filter
What kind of editor can you use to manipulate integration flows?
Graphical editor
Command-line editor
Code editor
What behavior does the Escalation End Event trigger in an integration flow?
It generates an error and interrupts the main process.
It generates an error without interrupting the main process.
It generates a notification without interrupting the main process.
It generates a notification and interrupts the main process.
You want to implement a synchronous call to a remote HTTP API as an integration flow component. Which adapter can you use?
AMQP
SFTP
Data
You use an APIKey for authentication in an HTTPS API call. In which part of the Content Modifier is the APIKey included?
Attachment
Message body
Exchange property
Message header
Which of the following XSL statements selects each node in the source XML?
How do you configure a SOAP adapter for asynchronous processing?
Message Exchange Pattern: Request-Reply Process Settings: Robust
Message Exchange Pattern: One-Way Process Settings: Robust
Message Exchange Pattern: Request-Reply Process Settings: WS Standard
Message Exchange Pattern: One-Way Process Settings: WS Standard
Which data store operation can you use to save a customer ID?
SELECT
GET
POST
WRITE
You configure an Exception Subprocess. Which event starts the Exception Subprocess?
Start Message Event
Error Start Event
Start Event
Start Escalation
What does the messaging model of the Apache Camel Data Model consist of?
Header, body, properties
Header, body, attachment
Header, Exchange ID, in-message
Header, properties, attachment
Which SAP Cloud Integration process event allows you to run integration flows directly after deployment?
Router
Timer
Content Modifier
Message Digest
How can you create an integration flow in the Design view of the Cloud Integration?
Navigate to Design→ Integrations Create a package and assign a name under the Header tab Save the package and select an iFlow type under the Artifacts tab.
Navigate to Design→ Integrations → iFlow Create an iFlow and assign a name and description under the Header tab
Navigate to Design→ Integrations Create a package and assign a name and description under the Header tab Save the package and select an iFlow type under the Artifacts tab
Navigate to Design → Integrations Create a package and assign a name and description under the Header tab. Create the iFlow with a name in the Header tab.
In a Content Modifier, you want to set up a call to the message body of the previous Content Modifier. Which notation do use to implement this?
${inbody}
${bodyin}
${body.in}
${in.body}
You want to set up Exchange Properties in an integration flow. Besides a Content Modifier, what can you use?
Groovy SDK scripting
Batch scripting
XML scripting
Python scripting
Which expression language can you use to access the content of a message in an integration flow?
Simple expression language
XML expression language
Spring expression language
JavaScript expression language
Where can you configure a static payload? Note: There are 2 correct answers to this question.
In a Groovy script
In a Data Store Operation component
In a Content Modifier component of the Message Body tab
In a Content Modifier component of the Message Header tab
Through which of the following can you login to the cloud integration in an SAP BTP subaccount?
Process Runtime instance
Cloud Foundry
Local integration suite
Integration Suite subscription
Which log level must you use to examine the payload at specific processing steps in an integration flow?
Trace
Info
Error
Debug
After you have created an API proxy, no resources are displayed under the Resources tab. What could be the cause?
You use a plain REST API as a source.
You use an OData API as source.
You use an SAP Graph API as a source.
You use an API Provider as source.
What are some advantages of creating an OData interface through an API provider? Note: There are 2 correct answers to this question.
Automatic creation of a Swagger UI
Automatic creation of an openAPI specification
Automatic creation of a WSDL specification
Automatic creation of a RAML specification
You have set up a basic authentication policy, but the API proxy returns an HTTP status of 401. What could be a reason?
In the AssignMessage policy, the Assign To tag has the type="preFlow"
In the AssignMessage policy, the Assign To tag has the type="request"
In the AssignMessage policy, the Assign To tag has the type="response"
In the AssignMessage policy, the Assign To tag has the type="postFlow"
What are API Management components? Note: There are 2 correct answers to this question.
Authorization server
API Designer
API Entity
Product
You are creating an API proxy. Which of the following is a valid path prefix?
/sap/opo/odata
/sap/odu/odata
/sap/opu/odata
/soap/opu/odata
Besides in SAP API Management, where can you find policy templates?
In SAP API Business Accelerator Hub → Explore → Business Processes
In SAP API Business Accelerator Hub →→→ Explore → Categories → APIs
In SAP API Business Accelerator Hub → Explore → Discover Integrations
In SAP API Business Accelerator Hub Explore → Products
From which of the following can you create an API proxy directly? Note: There are 2 correct answers to this question.
API provider
Source URL
Open Connectors
S/4HANA API
In the Connections tab of the Odata adapter, which authentication options are available? Note: There are 2 correct answers to this question.
Advanced
Basic
General
None
You have created a product based on an API proxy, but you have not published the product yet. What is a consequence?
The product is displayed in the API Business Hub Enterprise but is grayed out.
The product is displayed in the API Business Hub Enterprise with the note "not published".
The product is not displayed in the API Business Hub Enterprise.
What is a characteristic of a product in the API Management capability within SAP Integration Suite?
It is deployed as a separate artifact on the API business hub enterprise.
It is a separate artifact and is required for basic authentication.
It encapsulates the API provider.
You want to publish a new API product to the API business hub enterprise. What is a requirement?
At least two deployed API Proxies
At least one deployed API Proxy
At least two deployed API Providers
At least one deployed API Provider
What are some message protocols that the API Management capability within SAP Integration Suite supports? Note: There are 2 correct answers to this question.
RFC
SOAP
OData
IDoc
You download the Performance-Traceability policy from the SAP Business Accelerator Hub and implement it in an API proxy. What can you use to view the data covered the policy?
SAP Cloud ALM
A third party monitoring tool
The API monitor under Monitor→ Integration APIs
SAP Analytics Cloud
You have created an API provider of the type Internet. What http response code indicates success?
403
502
401
200
Which of the following does SAP Graph provide?
Abstraction of business data for end users
Unified view of SAP-managed business data
Unified cache of SAP-managed business data
Which of the following API modeling languages can you use to describe APIs? Note: There are 2 correct answers to this question.
HTML
RAML
OpenAPI
CXML
On which standards is OData based?
HTTP, AtomPub, and JSON
TCP, AtomPub, and JSON
SOAP, AtomPub, and JSON
What does the "Open Integration" principle of the SAP Integration Suite mean?
SAP Integration Suite allows SAP-to-SAP integrations.
SAP Integration Suite by default supports integrations to other SAP software.
SAP Integration Suite by default supports third-party software integration.
Why does the API Management capability of the SAP Integration Suite require API providers?
To create authenticated API instances
To create APIs
To incorporate APIs from source systems
In the SAP Integration Suite, where can you change the virtual host name?
Design → APIs
Configure APIs
Settings →APIsa
Discover – APIs
You want to set up an SAP backend system through the Cloud Connector with an API provider. Which connection type do you use?
Open Connectors
On-premise
Cloud Integration
Internet
You want to send messages over an SOAP adapter to an integration flow. Which method do you use to send the messages?
PATCH
UPDATE
GET
POST
What is Representational State Transfer (REST)?
A message protocol
An application protocol
An architectural style
A description language for APIs
You want to build an integration architecture that is largely asynchronous. Which design do you use to exchange notifications between the partners involved?
Serverless design
Request-driven design
Event-driven design
Hexagonal design
What must you do to find out which entity sets are available in the OData V2.0 interface?
Retrieve the service document from the interface.
Retrieve the metadata document from the interface.
Search in the Global Directory of all available OData interfaces.
Contact the OData interface manufacturer.
You call the following URL in your browser: https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/ProductSet('HT-1000')/ToSalesOrderLineItems. What file type is displayed?
Java
PHP
HTML
XML
