C_CPI_2506 Exam
SAP Certified Associate - Integration Developer
1. You want to dispatch messages only when a child element "Product"
exists. Which condition do you set ?
ProductSet/count(Product)>0
2. You want to set up Exchange Properties in an integration flow.
Besides a Content Modifier, what can you use ?
Groovy SDK scripting
3. What are the key capabilities of the SAP BTP Integration Suite? Note:
There are 2 correct answers to this question.
API Management
Open Connectors
4. What are some advantages of creating an OData interface through
an API pro-vider? Note: There are 2 correct answers to this question.
Automatic creation of a Swagger UI
Automatic creation of an openAPI specification
5. What do you use in an integration flow to handle unexpected errors?
Exception-handling subprocesses
6. What is the relationship between an API provider and an API proxy in
the API Management capability within SAP Integration Suite?
The API proxy provides a unique URL and acts as a proxy for
the API provider
7. Where must you configure an HTTPS inbound adapter with OAuth 2.0
authentication?
In the integration flow
8. In your integration flow process, the request reply returns a message
with namespaces. What can you do to delete namespaces from this
message? Note: There are 2 correct answers to this question.
Use a Content Modifier
Use an XSLT mapping
9. You want to access individual entities of an HTTP call over XPath.
What must you do if no namespace mapping exists?
Remove the namespaces.
10. What are the maturity levels of the SAP Integration Solution
Advisory Method-ology? Note: There are 2 answers to this question.
Design your hybrid integration platform.
Assess your integration strategy
11. In the SAP Integration Suite, where can you change the virtual
host name?
Settings APIs
12. What can you do in the Cloud Integration capability within SAP
Integration Suite? Note: There are 2 correct answers to this question
Connect to multiple endpoints
Develop custom adapters
13. Which log level must you use to examine the payload at
specific processing steps in an integration flow?
Trace
14. Which of the following are markup languages that you can use
to describe APIs? Note: There are 2 correct answers to this question.
RAML
OpenAPI
15. You have created an API provider of the type Internet. What
http response code indicates success?
200
16. 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?
Security Material
17. In which of the following must you call getBody() to access the
payload in a Groovy script?
Message
18. You are creating an API in the API management capability
within SAP Integration Suite using Edit in API Designer. What is the
next step to consolidate the resources?
Generate the server stubs
19. What kind of editor can you use to manipulate integration
flows?
Graphical editor
20. Which functionalities are used by OData?
HTTP. AtomPub, and JSON
21. You have set up an integration process to use a SOAP adapter.
Which event allows you to run the integration flow directly after
deployment?
Start Message
22. What is Representational State Transfer (REST)?
An architectural style
23. What does an API consumer do?
It invokes an interface.
24. Which SAP Cloud Integration process event allows you to run
integration flows directly after deployment?
Timer
25. You want to call an OData v4.0 interface through an adapter in
the Cloud Integration capability within SAP Integration Suite. Which
adapter can you use?
HTTPS
26. You want to set up an SAP backend system through the Cloud
Connector with an API provider. Which connection type do you use?
On-premise
27. 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: [Link] java lang
string. What caused the error message?
Incorrect data type
28. You want to use an HTTPS endpoint from an integration flow. In
which of the following must you use the HTTP client?
Open Connectors capability within SAP Integration Suite
29. Besides in SAP API Management, where can you find policy
templates?
In SAP API Business Accelerator Hub- Explore Categories ??
APIs
30. What can you use to prevent overload in an OData request and
reply call?
Paging
31. Where can you find more information about APIs, policies, and
integrations?
SAP Business Accelerator Hub
32. What are some message protocols that the API Management
capability within SAP Integration Suite supports? Note: There are 3
correct answers to this question.
SOAP
REST
Data
33. In the Cloud Integration capability within SAP Integration Suite,
which internal message format is used?
XML
34. You want to integrate a SOAP adapter into an integration
process and enable the adapter to send messages to the integration
flow. Which user role must you set up in the SOAP adapter?
ESBMessaging send
35. You want to implement a synchronous call to a remote HTTP
API as an integration flow component. Which adapter can you use?
Odata
36. You use an APIKey for authentication in an HTTPS API call. In
which part of the Content Modifier is the APIKey included?
Message Header
37. What must you do to find out which entity sets are available in
the OData V2.0 interface?
Retrieve the metadata document form the interface.
38. Which expression language can you use to access the content
of a message in an integration flow?
Simple expression language
39. What are some advantages of the cloud integration capability
within SAP Integration Suite? Note: There are 2 correct answers to
this question.
A local installation is not required.
Predefined scenarios can be used out-of-the-box.
40. You have set up a basic authentication policy, but the API
proxy returns an HTTP status of [Link] could be a reason?
In the AssignMessage policy, the Assign To tag has the
type="response"
41. What are some aspects of "holistic integration" of the SAP
Integration Suite? Note: 3 answers are correct.
Process Integration
Event Integration
Data Integration
42. You want to split a message that contains recurring child
nodes. Which of the following splitter types can you use? Note: There
are 2 correct answers to this questions.
General Splitter
Iterating Splitter
43. What are target endpoints of an API? Note: There are 3 correct
answers to this question.
API provider
API proxy
URL of original API
44. Which data store operation can you use to save a customer
ID?
WRITE
45. You want to build an architecture that is largely asynchronous.
Which design do you use to exchange notifications between the
partners involved?
Event-driven design
46. You want to send messages over an SOAP adapter to an
integration flow. Which method do you use to send the messages?
POST
47. When does the "Trace" log level expire and when will the log
files be re-moved?
Expiration: 10 minutes Removal: After 1 hour
48. How do you configure a SOAP adapter for asynchronous
processing?
Message Exchange Pattern: One-Way Process Settings:
Robust
49. Using the Test Connectivity function, you want to test a
connection to a backend system. The connection is provided by a
Cloud Connector. Which parameter is required for the connection
test?
Location ID
50. You want to publish a new API product to the API business hub
enter-prise. What is a requirement?
At least one deployed API Proxy
51. Which part of the proxy URL is provided by the initial
configuration step of the API Management?
Virtual host
52. 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
53. What does the messaging model of the Apache Camel Data
Model consist of?
Header, body, attachment
54. Which of the following can you use for an XSLT mapping in an
integration flow?
XML
55. 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?
S{[Link])
56. Where can you configure a static payload? Note: There are 2
correct answers to this question.
In a Data Store Operation component
In a Content Modifier component of the Message Body tab
57. Which of the following capabilities within SAP Integration Suite
are core for integration? Note: There are 3 correct answers to this
question.
A. Integration Advisor
D. Cloud Integration
E. API Management
58. Why does the API Management capability of the SAP Integration
Suite require API providers?
To incorporate APIs from source systems
59. What does the "Open Integration" principle of the SAP
Integration Suite mean?
SAP Integration Suite by default supports third-party
software integration.
60. You are using a Data store Operation of the type Write. Which
parameter must you select to avoid duplicate entries?
Overwrite Existing Message