CPI
![]() |
![]() |
![]() |
Title of test:![]() CPI Description: TEST TEST |




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 check. 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 see 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?. camel context. header. property. message. Which steps must you follow before you can configure and 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 you use for an exchange property in a content modifier? 2 correct answers. java.lang.Integer. java.lang.String. java.lang.string. java.lang.intiger. You use an outbound HTTP adapter with basic authentication. In SAP Integration Suite, Monitor->Integration->Manage Security, where you must set up and store a user and password?. Keystore. PGD Keys. Access policies. Security Material. Which of the following XPATH expression extract "value1" and "value3" from the following XML message using a general splitter? 2 2 correct answers. </item> value1. </root><item> value2. </item><item> value3. </item></root>. Which of the following can you use for an XSLT mapping in an integration flow?. HTML. JSON. XML. PHP. What are some advantage of the cloud integration capability within SAP Integration Suite? 2 correct answers. Predefined scenarios can be used out-of-the-box. Integration processes can be developed offline. Customer-to-customer (C2C) integration can be developed. A local installation is not required. Zou are using a Data store Operation of the typer Write. Which parameter must you select to avoid duplicate entries?. Overwrite Existing Message. Encrypted stored Message. Include Message Headers. Retention Threshold for Alerting. Zou configured a content modifier as follows: Action: Create I Name:ProductID I Source Type: XPatch Source Value: //ProductID I Data Type: java.lang.string. After testing the content modified, 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 flow. 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. oData. mail. 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?. <xsl:template math="/*">. <xsl:template math="*">. <xsl:template math="@*">. <xsl:template math="text()">. 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 flow 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 Artifact 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 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 statis Payload? 2 correct 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 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 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 an oData interface through an API provider? 2 correct answers. Automatic creation of a Swagger UI. Automatic creation of a open API 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 Tag has the type ="preFlow". in the AssignMessage policy, the Assign Tag has the type ="request". in the AssignMessage policy, the Assign Tag has the type ="respone". in the AssignMessage policy, the Assign Tag has the type ="postFlow". What are API Management components? 2 correct answers. Authorization server. API Design. 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. From which of the following can you create an API Proxy directly? 2 correct answers. API Provider. Source URL. Open Connectors. S/4 Hana API. In the Connections tab of the oData adapter, which authentication options are available? 2 correct answers. 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 Proxies. 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? 2 correct 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 cache of SAP-managed business data. Which of the following API modeling languages can you use to describe APIs? 2 correct answers. 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 integration. 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 -> 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 messages over an SOAP adapter to an integration flow. Which method do you use to send the messages?. PATCH. UPDATE. GET. POST. What is Representation 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/opi/odata/iwbep/GWSAMPLE_BASIC/ProductSet('HT-What file type is displayed?1000')/ToSalesOrderLineItems. Java. PHP. HTML. XML. |