What must you do if no namespace mapping exists?
You want to access individual entities of an HTTP call over XPath. What must you do if no namespace mapping exists?A . Convert the namespaces to JSON.B . Remove the namespaces.C . Convert the namespaces to XMLD . Remove the XML prolog.View AnswerAnswer: B
What is the relationship between an API provider and an API proxy in the API Management capability within SAP Integration Suite?
What is the relationship between an API provider and an API proxy in the API Management capability within SAP Integration Suite?A . The API provider manages secure API access for an API proxy.B . The API proxy provides a unique URL and acts as a proxy for the API provider.C...
Which of the following are markup languages that you can use to describe APIs? Note: There are 2 correct answers to this question.
Which of the following are markup languages that you can use to describe APIs? Note: There are 2 correct answers to this question.A . RAMLB . CXMLC . OpenAPID . HTMLView AnswerAnswer: A, C
Which functionalities are used by OData?
Which functionalities are used by OData?A . HTTP. AtomPub, and JSONB . TCP. AtomPub, and JSONC . SOAP, AtomPub, and JSONView AnswerAnswer: A
What kind of editor can you use to manipulate integration flows?
What kind of editor can you use to manipulate integration flows?A . Code editorB . Graphical editorC . Command-line editorView AnswerAnswer: B
What are the maturity levels of the SAP Integration Solution Advisory Method-ology? Note: There are 2 answers to this question.
What are the maturity levels of the SAP Integration Solution Advisory Method-ology? Note: There are 2 answers to this question.A . Enable your integration structure.B . Design your hybrid integration platform.C . Assess your integration strategyD . Implement your integration architectural strategy.View AnswerAnswer: B.C
What can you do to delete namespaces from this message?
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.A . Set up the request reply to delete the namespacesB . Use a Content ModifierC . Set up...
What are some advantages of creating an OData interface through an API pro-vider? Note: There are 2 correct answers to this question.
What are some advantages of creating an OData interface through an API pro-vider? Note: There are 2 correct answers to this question.A . Automatic creation of a WSDL specificationB . Automatic creation of a RAML specificationC . Automatic creation of a Swagger UID . Automatic creation of an openAPI specificationView...
What do you use in an integration flow to handle unexpected errors?
What do you use in an integration flow to handle unexpected errors?A . Status code checksB . Exception handler integration flow elementsC . Try-catch subprocessesD . Exception-handling subprocessesView AnswerAnswer: D
Which condition do you set?
You want to dispatch messages only when a child element "Product" exists. Which condition do you set?A . ProductSet/count(Product)>0B . /ProductSet/count(Product)=0C . /ProductSet/count(Product)<0)D . /ProductSet/counter(Product)>0View AnswerAnswer: A