You have set up a basic authentication policy, but the API proxy returns an HTTP status of 401.What could be a reason?
Correct Answer: B
In API Management (SAP Integration Suite), when implementing Basic Authentication policies: If the AssignMessage policy does not correctly assign credentials to the request message, authentication will fail. This results in HTTP 401 Unauthorized. Other tags like preFlow, postFlow, response are policy flow phases, but the credentials must be applied to the request for proper authentication. Thus, the root cause is when the Assign To = request is missing/misconfigured.
Question 2
What do you use in an integration flow to handle unexpected errors?
Correct Answer: D
You use exception-handling subprocesses in an integration flow to handle unexpected errors. Exception-handling subprocesses are special types of subprocesses that are triggered when an error occurs in the main process or another subprocess. You can define custom actions and logic to handle different types of errors using exception-handling subprocesses. Reference: Modernize Integration with SAP Integration Suite | openSAP
Question 3
What are some advantages of creating an OData interface through an API pro-vider? Note: There are 2 correct answers to this question.
Correct Answer: C,D
Some advantages of creating an OData interface through an API provider are automatic creation of a Swagger UI and an openAPI specification. A Swagger UI is a web-based tool that allows you to interact with the OData service and test its functionality. An openAPI specification is a standard format for describing the OData service and its metadata, which can be used by other tools and applications. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
Question 4
You configure an Exception Subprocess.Which event starts the Exception Subprocess?
Correct Answer: B
In SAP Cloud Integration, an Exception Subprocess is used to catch and handle errors during message processing. It is always triggered by an Error Start Event. When an error occurs in the main process (e.g., mapping error, adapter error), control is handed to the Exception Subprocess. Other start events (Message, Escalation, Normal Start) are not valid in an Exception Subprocess. Hence, the correct event to start the Exception Subprocess is the Error Start Event.
Question 5
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication?
Correct Answer: B
An HTTPS inbound adapter is an adapter that allows an integration flow to receive messages from external systems using the HTTPS protocol. OAuth 2.0 authentication is a method of authentication that allows clients to access protected resources on behalf of a resource owner by obtaining an access token from an authorization server. To configure an HTTPS inbound adapter with OAuth 2.0 authentication, you must do it in the integration flow where you define the adapter settings. You can choose OAuth 2.0 as the authentication type and specify the required parameters, such as client ID, client secret, token URL, scope, and so on. You can also configure additional security options, such as SSL certificate, CSRF protection, and CORS policy. Reference: Using Adapter Inbound Security - SAP Learning, Set Up Inbound OAuth Client Credentials Grant Authentication for Senders Calling Integration Flows with SAP-Generated Certificate | SAP Tutorials