C_CPI_2404
![]() |
![]() |
![]() |
Title of test:![]() C_CPI_2404 Description: to prepare certification SAP integration Suite |




New Comment |
---|
NO RECORDS |
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 OAuth2.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. Set a receiver with a unique name. 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? (2 answers). java.lang.Integer. java.lang.String. java.lang.string. java.lang.integer. You use an outband HTTP adapter with basic authentication. In SAP Integration Suit, Monitor => Integrations => Manage Security, where must you set up and store a user and a 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? (2 answers) <root> <item> value1 </item> <item1> value2 </item1> <item> value3 </item> </root>. /root/item. /item1. //item. /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 wihtin SAP Integration Suit? (2 answers). Predeifined 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 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 received 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 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. oData. Mail. You use an APIKey for authentication in an HTTPS API call. In which part of the Content Modifier is the APIKey included?. Attachement. Message body. Exchange property. Message header. Which of the following XSL statements selects each node in the source XML?. <xsl:template match="/*">. <xsl:template match="*">. <xsl:template match="@*">. <xsl:template match="text()">. How do you configue a SOAP adapter for asynchronous processing?. Message Exchange Pattern: Request-Reply. Settings: Robust. Message Exchange Pattern: One-Way. Settings: Robust. Message Exchange Pattern: Request-Reply. Settings: WS Standard. Message Exchange Pattern: One-Way. 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, attachement. Header, Exchange ID, in-message. Header, properties, attachement. 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 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? (2 answers). 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 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 step in an integration flow?. Trace. Info. Error. Debug. After you have created an API proxy, no ressources are displayed under the Ressources tab. What could be the cause?. You use a plain REST API as a source. You use OData API as a source. You use an SAP Graph API as a source. You use an API Provider as a source. What are some advantages of creating OData interface through an API Provider? (2 answers). 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? (2 answers). 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 Process. 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. Form which of the following can you create an API proxy directly? (2 Answers). API provider. Source URL. Open Connectors. S/4Hana API. In the Connections tab of the OData adapter, which authentication options are available? (2 asnwers). Advanced. Basic. General. None. You have created a product based on an API proxy, but you have not published the product yet. What is the 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 caracteristic 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 prtocols that the API Management capability within SAP Integration Suite supports? (2 answers). 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 cach of SAP-managed business data. Which of the following API modeling languages can you use to describe APIs? (2 answers). HTML. RAML. OpenAPI. CXML. On which standards is OData base?. 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 integration. SAP Integration Suite by default supports integration 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 => APIs. 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 message over an SOAP adapter to an integration flow. Which method do you use to sen the messages?. PATCH. UPDATE. GET. POST. What is Representational State Transfer (REST)?. A message protocol. An application protocol. An architecture 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 you browser: https://sape5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/ProductSet('HT-1000')/ToSalesOrderLineItems. What file type is displayed?. Java. PHP. HTML. XML. |