
2024年11月20日合格確定ガイド準備C_CPI_2404試験知能問題集
無料最新SAP Certified Associate C_CPI_2404リアル試験問題と回答2024年更新
SAP C_CPI_2404 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
質問 # 14
You want to integrate a SOAP adapter into an integration process and enable the adapter to send messages to the integration flow. Which user role must you set up in the SOAP adapter?
- A. MessagingsendtoCI
- B. ESBMessaging send
- C. MessagingSend
正解:B
解説:
To integrate a SOAP adapter into an integration process and enable the adapter to send messages to the integration flow, you must set up the ESBMessaging send user role in the SOAP adapter. The ESBMessaging send user role grants the permission to send messages to the Enterprise Service Bus (ESB) of the Cloud Integration capability. The ESB is responsible for routing and delivering messages between different integration flows and adapters. Reference: Modernize Integration with SAP Integration Suite | openSAP
質問 # 15
You have set up an integration process to use a SOAP adapter. Which event allows you to run the integration flow directly after deployment?
- A. End Event
- B. End Message
- C. Start Message
- D. Start Event
正解:C
解説:
A Start Message event allows you to run the integration flow directly after deployment. A Start Message event is triggered when a message arrives at the integration flow through an inbound channel, such as a SOAP adapter. You can use a Start Message event to initiate an integration process based on a message input. Reference: Modernize Integration with SAP Integration Suite | openSAP
質問 # 16
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 provides a unique URL for an API proxy.
- B. The API provider manages secure API access for an API proxy.
- C. The API proxy provides a unique URL and acts as a proxy for the API provider.
正解:C
解説:
An API proxy is an API that acts as a proxy for another API, which is usually the backend service that provides the actual functionality. An API proxy can be used to add security, monitoring, caching, transformation, and other features to the backend API. An API provider is a logical grouping of APIs that share a common connection to the backend service. An API provider can be used to discover and import APIs from the backend service into the API Management capability within SAP Integration Suite. The relationship between an API provider and an API proxy is that the API proxy uses the API provider as a source of information and configuration for accessing the backend service. The API proxy also provides a unique URL that can be used by clients to invoke the API without exposing the details of the backend service. Reference: SAP Integration Suite | SAP Community, Create an API Proxy | SAP Tutorials
質問 # 17
What can you use to prevent overload in an OData request and reply call?
- A. Paging
- B. HTTP adapter
- C. Stop parameter
- D. Query filter
正解:A
解説:
To prevent overload in an OData request and reply call, you can use paging. Paging is a technique that allows you to retrieve a large number of data sets in smaller chunks or pages. You can use the OData query options $top and $skip to specify how many records you want to fetch and how many records you want to skip in each request. This reduces the network load and improves the performance of the OData service. Reference: OData API | SAP Help Portal, SAP Integration Suite: enrich a payload with OData Service | SAP Blogs
質問 # 18
Which functionalities are used by OData?
- A. HTTP. AtomPub, and JSON
- B. SOAP, AtomPub, and JSON
- C. TCP. AtomPub, and JSON
正解:A
解説:
OData uses HTTP, AtomPub, and JSON as its core functionalities. OData is an open protocol that allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. OData builds on HTTP as the application protocol for transferring data between clients and servers. OData uses AtomPub as one of the formats for representing data feeds and entries in XML. OData also uses JSON as another format for representing data feeds and entries in a lightweight and human-readable way. Reference: Introducing OData - SAP Learning, OData Overview | OData - The Best Way to REST
質問 # 19
You want to implement a synchronous call to a remote HTTP API as an integration flow component. Which adapter can you use?
- A. AMQP
- B. SFTP
- C. OData
- D. Mail
正解:C
解説:
You can use an OData adapter to implement a synchronous call to a remote HTTP API as an integration flow component. An OData adapter allows you to send and receive messages using the OData protocol. OData stands for Open Data Protocol and is a standard for exposing and consuming data over HTTP or HTTPS. You can use an OData adapter to communicate with OData services that support CRUD (Create, Read, Update, Delete) operations on resources. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 20
What are some advantages of the cloud integration capability within SAP Integration Suite? Note: There are 2 correct answers to this question.
- A. Predefined scenarios can be used out-of-the-box.
- B. A local installation is not required.
- C. Integration processes can be developed offline.
- D. Customer-to-Customer(C2C) integrations can be developed
正解:A、B
解説:
Some advantages of the cloud integration capability within SAP Integration Suite are:
A local installation is not required. The cloud integration capability is a cloud-based service that runs on SAP Business Technology Platform (BTP). It does not require any installation or maintenance on your local system. You can access it from any web browser and start developing and deploying integration flows using a graphical user interface or an Eclipse-based tooling.
Predefined scenarios can be used out-of-the-box. The cloud integration capability provides a rich set of predefined integration scenarios that cover various use cases and domains, such as SAP-to-SAP integration, SAP-to-non-SAP integration, hybrid integration, process orchestration, and so on. You can browse and discover these scenarios from the Discover page of the cloud integration web UI or from the SAP API Business Hub. You can use these scenarios as they are or customize them according to your needs. Reference: Cloud Integration Capability Overview | SAP Help Portal, Discover Integration Content | SAP Help Portal
質問 # 21
What are target endpoints of an API? Note: There are 3 correct answers to this question.
- A. API proxy
- B. URL of original API
- C. API consumer
- D. Resources
- E. API provider
正解:A、B、E
解説:
he target endpoints of an API are the API provider, the API proxy, and the URL of the original API. The API provider is the system or application that exposes the interface and functionality of the API. The API proxy is the intermediary component that mediates the requests and responses between the API consumer and the API provider. The URL of the original API is the address that identifies the location and resource of the API. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 22
Which expression language can you use to access the content of a message in an integration flow?
- A. JavaScript expression language
- B. Simple expression language
- C. XML expression language
- D. Spring expression language
正解:B
解説:
To access the content of a message in an integration flow, you can use the Simple expression language. The Simple expression language is a subset of the expressions defined in Camel Simple Expression Language, which is a language for accessing and manipulating message contents and exchange properties in Apache Camel integration framework. The Simple expression language supports various built-in variables, functions, operators, and literals that can be used to construct expressions for different purposes, such as routing conditions, content modification, variable assignment, and so on. You can use the Simple expression language when configuring components that support expressions, such as content modifier, router, filter, write variables, and so on. Reference: Using Camel Simple Expression Language | SAP Help Portal, Get to know Camel's Simple expression language in SAP Cloud Integration | SAP Blogs
質問 # 23
Using the Test Connectivity function, you want to test a connection to a backend system. The connection is provided by a Cloud Connector. Which parameter is required for the connection test?
- A. Subaccount ID
- B. Location ID
- C. Connector ID
- D. Host
正解:B
解説:
To test a connection to a backend system that is provided by a Cloud Connector, you must specify the location ID as a parameter for the connection test. The location ID is a unique identifier that represents a Cloud Connector instance in a specific network location. It is used to route requests from SAP Integration Suite to the correct Cloud Connector instance and then to the backend system. You can find the location ID in the Cloud Connector administration UI under Configuration Location ID. Reference: Cloud Connector Connectivity Tests | SAP Help Portal, Cloud Connector Configuration | SAP Help Portal
質問 # 24
Which of the following capabilities within SAP Integration Suite are core for integration? Note: There are 3 correct answers to this question.
- A. Cloud Integration
- B. API Management
- C. Open Connectors
- D. Integration Assessment
- E. Integration Advisor
正解:A、B、D
解説:
The following capabilities within SAP Integration Suite are core for integration: Integration Assessment, Cloud Integration, and API Management. Integration Assessment allows you to evaluate your integration landscape and strategy and identify the best-fit integration technologies and tools for your scenarios. Cloud Integration allows you to design, deploy, and monitor integration flows between cloud and on-premise systems using various adapters and protocols. API Management allows you to create, publish, secure, and monitor APIs across different environments and platforms. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 25
What are the key capabilities of the SAP BTP Integration Suite? Note: There are 2 correct answers to this question.
- A. SAP Business Application Studio
- B. API Management
- C. Open Connectors
- D. Connectivity Service
正解:B、D
解説:
The key capabilities of the SAP BTP Integration Suite include API Management and Connectivity Service. API Management allows you to create, publish, monitor, and secure APIs across different environments and platforms. Connectivity Service enables you to establish secure and reliable connections between cloud applications and on-premise systems using various protocols and adapters. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 26
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication?
- A. In the integration flow
- B. In the SAP Integration Suite
- C. In the process runtime
- D. In the adapter
正解:A
解説:
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
質問 # 27
What does the "Open Integration" principle of the SAP Integration Suite mean?
- A. SAP Integration Suite by default supports third-party software integration.
- B. SAP Integration Suite by default supports integrations to other SAP soft-ware.
- C. SAP Integration Suite allows SAP-to-SAP integrations.
正解:A
解説:
The "Open Integration" principle of the SAP Integration Suite means that SAP Integration Suite by default supports third-party software integration. The SAP Integration Suite is an open and modular iPaaS that allows you to integrate any system or application, regardless of whether it is from SAP or not. The SAP Integration Suite provides various connectors, adapters, APIs, and pre-built integrations that enable you to connect to third-party software with ease and flexibility. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 28
You want to access individual entities of an HTTP call over XPath. What must you do if no namespace mapping exists?
- A. Remove the XML prolog.
- B. Remove the namespaces.
- C. Convert the namespaces to XML
- D. Convert the namespaces to JSON.
正解:B
解説:
If no namespace mapping exists, you must remove the namespaces to access individual entities of an HTTP call over XPath. Namespaces are prefixes that identify the source or context of an XML element or attribute. If the namespaces are not mapped to a URI, they can cause errors or conflicts when using XPath expressions. Therefore, you must remove the namespaces before applying XPath queries.
Modernize Integration with SAP Integration Suite | openSAP
質問 # 29
Which of the following can you use for an XSLT mapping in an integration flow?
- A. XML
- B. JSON
- C. PHP
- D. HTML
正解:A
解説:
To use an XSLT mapping in an integration flow, you must use XML as the input and output format. XSLT stands for Extensible Stylesheet Language Transformations, which is a language for transforming XML documents into other XML documents or other formats. An XSLT mapping consists of an XSLT stylesheet that defines the rules for transforming the source XML document into the target XML document. You can use an XSLT mapping step in an integration flow to apply an XSLT transformation to the message body. Reference: XSLT Mapping | SAP Help Portal, XSLT - W3Schools
質問 # 30
You have created an API provider of the type Internet. What http response code indicates success?
- A. 0
- B. 1
- C. 2
- D. 3
正解:C
解説:
The http response code that indicates success is 200. The 200 response code means that the request was successfully processed and the response contains the expected data. Other response codes in the 2xx range also indicate success, but with some variations. For example, 201 means that a resource was created, 202 means that a request was accepted but not completed yet, and 204 means that there is no content in the response. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 31
Which part of the proxy URL is provided by the initial configuration step of the API Management?
- A. Service name
- B. Virtual host
- C. Version
- D. Name of the API management
正解:B
解説:
To set up the API Management capability within SAP Integration Suite, you must provide a virtual host as part of the initial configuration step. The virtual host is a host alias that identifies your organization and is used as the base URL of your API proxies. For example, if your virtual host is myorg, your API proxy URL will look like this: https://myorg.apimanagement.hana.ondemand.com/<api-name>. The virtual host can be changed later in the API portal settings. Reference: Setting Up API Management Capability | SAP Help Portal, Virtual Hosts | SAP Help Portal
質問 # 32
Besides in SAP API Management, where can you find policy templates?
- A. In SAP API Business Accelerator Hub ? Explore Business Processes
- B. In SAP API Business Accelerator Hub- Explore Categories ?? APIs
- C. In SAP API Business Accelerator Hub- Explore Products
- D. In SAP API Business Accelerator Hub - Explore Discover Integrations
正解:B
解説:
Besides in SAP API Management, you can find policy templates in SAP API Business Accelerator Hub- Explore Categories ?? APIs. Policy templates are reusable sets of policies that can be applied to APIs to define their behavior and security. In SAP API Business Accelerator Hub, you can explore various categories of APIs that are pre-packaged with policy templates. For example, you can find APIs for sales order processing, customer master data management, product catalog management, and so on. Each API category has a set of policy templates that are suitable for its use case. Reference: SAP API Business Accelerator Hub | SAP Help Portal, Explore Categories | SAP Help Portal
質問 # 33
You want to split a message that contains recurring child nodes. Which of the following splitter types can you use? Note: There are 2 correct answers to this questions.
- A. Iterating Splitter
- B. General Splitter
- C. PKCS#7/CMS Splitter
- D. EDI Splitter
正解:A、B
解説:
To split a message that contains recurring child nodes, you can use a General Splitter or an Iterating Splitter. A General Splitter allows you to split a message based on an XPath expression that defines the splitting criteria. An Iterating Splitter allows you to split a message based on an XPath expression that defines the repeating element. Reference: Modernize Integration with SAP Integration Suite | openSAP
質問 # 34
Where can you configure a static payload? Note: There are 2 correct answers to this question.
- A. In a Data Store Operation component
- B. In a Content Modifier component of the Message Body tab
- C. In a Groovy script
- D. In a Content Modifier component of the Message Header tab
正解:A、B
解説:
You can configure a static payload in a Data Store Operation component or in a Content Modifier component of the Message Body tab. A Data Store Operation component allows you to store or retrieve messages in a data store. You can use the Write operation to store a static payload in a data store entry with a specified key. A Content Modifier component allows you to modify the message content, headers, and properties. You can use the Message Body tab to define a static payload for the message. Reference: Modernize Integration with SAP Integration Suite | openSAP
質問 # 35
What does an API consumer do?
- A. It provides the server-side implementation of an interface.
- B. It provides an interface.
- C. It invokes an interface.
正解:C
解説:
An API consumer is an application or system that invokes an interface provided by an API provider. An API consumer uses the interface to access or manipulate data or functionality exposed by the API provider. An API consumer can be a web browser, a mobile app, a cloud service, or any other client that can send requests and receive responses from an API provider. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP
質問 # 36
......
究極な準備用ガイドC_CPI_2404認定試験SAP Certified Associate:https://jp.fast2test.com/C_CPI_2404-premium-file.html