Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

SAP C_CPI_2404 - SAP Certified Associate - Integration Developer

Page: 2 / 2
Total 60 questions

Which of the following XSL statements selects each node in the source XML?

A.

B.

C.

D.

Which SAP Cloud Integration process event allows you to run integration flows directly after deployment?

A.

Timer

B.

Content Modifier

C.

Message Digest

D.

Router

You want to access individual entities of an HTTP call over XPath. What must you do if no namespace mapping exists?

A.

Remove the namespaces

B.

Convert the namespaces to JSON

C.

Convert the namespaces to XML

D.

Remove the XML prolog

You want to dispatch messages only when a child element "Product" exists. Which condition do you set?

A.

/ProductSet/count(Product)>0

B.

/ProductSet/count(Product)<0

C.

/ProductSet/count(Product)=0

D.

/ProductSet/counter(Product)>0

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?

A.

Incorrect data type

B.

Incorrect source value

C.

Incorrect source type

D.

Incorrect name

From which of the following can you create an API proxy directly?

Note: There are 2 correct answers to this question.

A.

API provider

B.

Source URL

C.

API Designer

D.

OpenAPI specification

You want to publish a new API product to the API Business Hub Enterprise. What is a requirement?

A.

At least one deployed API Proxy

B.

At least one deployed API Provider

C.

At least two deployed API Proxies

D.

At least two deployed API Providers

What is Representational State Transfer (REST)?

A.

An architectural style

B.

An application protocol

C.

A message protocol

D.

A description language for APIs