問題一覧
1
Which are the most commonly used HTTP methods ? 3 answers
get, delete, post
2
Which of the following are some elements of the core as it relates to the clean core approach 3 answers
software stack , extensibility , integrations
3
Metadata in XML is essential for providing context, structure, and control over XML documents ?
true
4
Which sentence describes best an event driven architecture
EDA is software pattern where apps publish/subscribe events via a broker, allowing decoupling and asynchronous communication
5
How does the event driven architecture work ? 2 answers
pull, push
6
Where can you configure the virtual host alias ?
settings->integrations->Configure
7
Which are the 3 main capabilities of SAP Integration Suite ?
Extend Non-Sap Connectivity, Design, develop and manage APIs, Design, develop and Operate Integration scenarios
8
Which are the guiding constraints that define the REST architectural style ? 3 answers
stateless , client-server architecture , cache-ability
9
Which approach supports to overcome heterogeneity and complex solutions ?
APi first approach
10
Which one of these is not a capability of an Integration Sutie ?
SAP Data Intelligence
11
What are the 4 principles on which Sap bases its strategy ?
Predefined Integeation, Open Integration, Holisitc Integration, AI-driven Integration
12
Where can you discover predefined integration content ?
Sap Business Accelerator Hub or in the Discovery tab in the Integration Suite
13
Where can you monitor your integration flow ?
Monitor -> Overview -> Manage Integration Content
14
What must be enabled to work in debugging mode within the monitor ?
The log level must be set on trace
15
How can a message processing be carried out ?
synchronously or asynchronously
16
Where can you download standardized, reusable policy templates ?
Sap Business Accelerator Hub
17
What metrics can be analyzed in the API monitoring Overview tab ? 3 answers
API Response time, Request Processing Latency, Target Response Time
18
Application developers can acces APi exposed via API management instead of consuming service directly. They create an API Business Hub proxy that directly offers the service you want to expose
true
19
Where do you apply/store policy templates ?
Develop -> Policy Template tab
20
The API Managment infrastructure consist of which components ?
APi Portal, API runtime, API Business Hub Enterpise, APi Analytics and APi designer
21
Where do you apply the stored policy templates ?
Develop -> Choose Proxy API -> Policies
22
What are the reasons for using policies in API Management ?
Acces Control
23
What are the advantages of creating API Providers ? 3 answers
It simplifies On-Premise Connectivity , It simplifies configuration if the backend system changes , You can connect to different backend On-Premsie/ cloud systems
24
Which role collection do you need to use API Business Hub Enterpise ?
AuthGroup.API.Admin and AuthGroup.API.Aplication Developer
25
Which are typical use cases if you are using API Management ?
Enterprise Digital Apps, Real time API Integrations, Enterpise Microservices
26
Which object do you use to transform a message structure into a specific target structure ? 2 answers
Messgae Mapping , XSLT Mapping
27
Which content can you fetch directly from the Enterprise Service Repository ? 3 answers
Message Mapping, Value Mapping , Operation Mapping
28
Why it is important to include exception handling in an integration flow ?
To communicate error details to the sender
29
Where can user find credentials configured for secure authentication ?
Monitor - Integrations - Manage Security - Manage Security Material
30
What are the limitations of data storage when persisting data in the SAP Integration Suite ?
32 GB
31
Why do we use integration patterns provided by SAP ?
Sap provides a comprehensive collection of integration content that is easy for customers to implement quickly and maintain with minimal effort
32
Where do you design an Integeation flow ?
Design - Integration tab in the Sap Integration Suite
33
Where can you discover Integeation flow design guidelines ? 2 answers
Sap Business Accelearator Hub , On the Discover -Integration tab in the SAP Integration Suite
34
What role must you assign to yourself in order to send a message to your configured endpoint ?
ESBMessaging.send
35
In Content Modifier you want to set up a call to the message body of the previous Content Modifier. Which notation do you use ?
S{in body)
36
What does the API Consumer do ?
It invokes an interface
37
What is representational state transfer (REST) ?
An architectural style
38
You have set up an integration process to use a Soap adapter. Which event allows you to run the integration flow directly after deployment ?
Start Message
39
Which functionalities are used by OData ?
HTTP.AtomPub, and JSON
40
Which kind of editor can you use to manipulate integration flows ?
Graphical editor
41
You are creating an API in the API management capability within SAP Integration Suite using Edit in API designer. What is the next step to consolidate the resources ?
Generate the client stubs
42
Where can you configure a static payload ? 2 answers
In a Data Store Operation component, In a content Modifier component of the message body tab
43
Which of the following capabilities within SAP Integration Suite are core for integration ? 3 answers
Integration Assesment , Cloud Integration , API Management
44
Why does the API Management capability of SAPIS require API providers ?
To incorporate APIs from source systems
45
What does the Open integration principle of SAP IS mean ?
Sap IS by default supports third-party software integration
46
You are using a Data store Operation of type Write. Which parameter must you select to avoid duplicate entries ?
Overwrite Exisitng Message
47
Where do you create a Slack instance
In SAP Open Connectors
48
Your client has a requirement that front-level service reps need role-based tiles hosted in Sap fiori launchpad that slow real-time temperature change readings coming from sensor placed in thermometers. What Sap Cloud Platform service do you recommend ?
Sap Smart Business Service
49
Your Iflow has diverged into multiple branches. You want to merge these branches into one common branch. Which of the following routing options can you use ?
Join
50
To what service model does the Sap Cloud Platform Integration Service Belong ?
A service on a PaaS
51
You want to add a header variable to an exchange message. What type is NOT supported ?
Regular Expression
52
What actions do you perform when creating a product in Sap API Management ? 2 answers
Publish, Save as a Draft
53
What is the SAP Smart business service ?
A framework for visualizing analytic content in the form of charts and tiles
54
In the Cloud Integration Capability within Sap Is, which internal message form is used ?
XML
55
Using the Test Connectivity function, you want to test a connection to backend system. The connection is provided by a Cloud Connector. Which parameter is required for the connection test ?
Location ID
56
What are the maturity levels of the SAP Integration Solution Advisory Methodology 2 answers
Design your hybrid integration platform , Assess your integration strategy
57
What can you use to prevent overload in an OData request and reply call ?
Paging
58
You want to build an architecture that is largely asynchronous. What design do you use to exchange notifications between partners involved ?
Event-driven design
59
You want to send messages over an Soap adapter to an integration flow. Which method do you use ?
Post
60
Which of the following are markup languages that can be used to describe API - 2 answers
RAML, Open API
61
What is the relationship between API provider and API proxy in the API Management capability within Sap Is ?
The API proxy provides an unique URL and acts as a proxy for the API provider
62
What are some advantages of the integration capability within SaP IS ? 2 answes
Local installation is not required, Predefined scenarious can be used out-of the box
63
Which part of the proxy URL is provided by the initial configuration step if the API Management ?
Virtual host
64
Which data store operation can you use to save a customer ID ?
Write
65
What are the endpoints of an API ? 3 answers
APi provider, API proxy, URL of original APi
66
In the IS where can you change the virtual host name ?
Settings API
67
You want to access individual entities of an HTTP call over XPath. What must you do if namespace mapping exists ?
Remove namespaces
68
In which of the following must you call getBody() to acces the payload in a Groovy Script ?
message
69
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication
In the integration flow
70
Which of the following can you use an XSLT mapping in an iflow ?
XML
71
In your iflow process, the request reply returns a message with namespaces. What can you do to delete namespaces from the message ? 2 answers
Use a Content Modifier, Use an XSLT mapping
72
What are some aspects of holistic integration ? 3 answers
Process Integration, Event Integration, Data Integration
73
Which expression language can you use to access the content of a message in an iflow ?
Simple expression language
74
You have set up a basic authentication policy, but the proxy returns an HTTP status 401. what can be a reason ?
In the Assign Mesage Policy the Assign to tag has the type = response
75
What can you do in the Cloud Integration capability - 2 answers
Connect to multiple endpoints, Develop custom adapters
76
You configured a content modifier as follows: Action Create. Name: ProductID. Type: XPath. Source Value: //ProductID. Data Type: Java lang string. After testing receive an error: Java.lang.ClassNotFoundException Java lang string. What causes it ?
Incorrect data type
77
What is a characteristic of a product in the API Management Capability within Sap IS ?
it is deployed as a separate artifact on the API Business Hub Enterpirse
78
Which of the following capabilities are core for integration ? 3 answers
API Managment , Cloud Integration, Integration Assessment
79
You have created an APi provider of type Internet What http code indicates success ?
200
80
What must do you find out which entity sets are available in the OData V2.0 interface ?
Retrieve the metadata document from the interface