SAP C_CPI_2404試験問題集で[2024年最新] 有効な試験練習問題集解答 [Q19-Q38]

Share

SAP C_CPI_2404試験問題集で[2024年最新] 有効な試験練習問題集解答

C_CPI_2404問題集で掴み取れ![最新2024]SAP試験合格させます


SAP C_CPI_2404 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Managing APIs: It focuses on explaining API target endpoints, the API management capability of SAP Integration Suite, API business hub enterprise usage, message protocols, and onboarding. Moreover, it discusses creating API providers and setting up authentication policies.
トピック 2
  • Introducing iPaaS: It focuses on SAP Integration Solution Advisory Methodology (ISA-M), SAP Business Accelerator Hub usage, and (SAP) open integration. Lastly, sub-topics related to holistic integration are also included.
トピック 3
  • Managing Cloud Integration: In this topic, you encounter questions about log levels, integration flows, Content modifier, and Apache Camel Data Model. Moreover, it delves into SOAP adapters.
トピック 4
  • Modeling Processes: This topic explains Cloud integration capability in SAP Integration Suite usage, XSLT mapping, and HTTP calls. It also discusses troubleshooting content modifier and integration flows. Lastly, it delves into configuring SOAP adapter for asynchronous processing.
トピック 5
  • SAP Integration Suite Overview: This topic discusses key elements of SAP BTP, capabilities of SAP Integration Suite, API-related concepts, usage of OData, and API proxy.

 

質問 # 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
In the SAP Integration Suite, where can you change the virtual host name?

  • A. Design APIs
  • B. Settings APIs
  • C. Configure ? APIs
  • D. Discover - APIs

正解:B

解説:
In the SAP Integration Suite, you can change the virtual host name in the Settings APIs. The Settings APIs allow you to configure various aspects of your API provider, such as the virtual host name, the base path, the authentication method, and the CORS settings. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP


質問 # 21
When does the "Trace" log level expire and when will the log files be re-moved?

  • A. Expiration: 15 minutes Removal: After 24 hours
  • B. Expiration: 10 minutes Removal: After 1 hour
  • C. Expiration: 15 minutes Removal: After 10 hours
  • D. Expiration. 10 minutes Removal. After 24 hours

正解:B

解説:
The "Trace" log level expires after 10 minutes and the log files are removed after 1 hour. The "Trace" log level is the most detailed log level that can be set for an integration flow. It records all the information about the message processing, such as headers, properties, payloads, attachments, and exceptions. However, it also consumes more resources and storage space than other log levels. Therefore, it is recommended to use it only for troubleshooting purposes and for a short duration. The "Trace" log level can be activated from the Monitor Message Processing view or from the integration flow editor. Reference: Log Levels | SAP Help Portal, Activating Trace Log Level | SAP Help Portal


質問 # 22
What are some advantages of the cloud integration capability within SAP Integration Suite? Note: There are 2 correct answers to this question.

  • A. A local installation is not required.
  • B. Integration processes can be developed offline.
  • C. Customer-to-Customer(C2C) integrations can be developed
  • D. Predefined scenarios can be used out-of-the-box.

正解:A、D

解説:
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


質問 # 23
You have set up a basic authentication policy, but the API proxy returns an HTTP status of 401.What could be a reason?

  • A. In the AssignMessage policy, the Assign To tag has the type="response"
  • B. In the AssignMessage policy, the AssignTo tag has the type="request"
  • C. In the AssignMessage policy, the AssignTo tag has the type="preflow"
  • D. In the AssignMessage policy, the AssignTo tag has the type="postFlow"

正解:A

解説:
A possible reason why the API proxy returns an HTTP status of 401 after setting up a basic authentication policy is that in the AssignMessage policy, the AssignTo tag has the type="response". This means that the basic authentication value is assigned to the response header instead of the request header. This will cause an authentication failure when calling the backend server or service that requires basic authentication. To fix this issue, you should change the type attribute of the AssignTo tag to type="request". This will ensure that the basic authentication value is assigned to the request header before sending it to the target endpoint. Reference: Basic Authentication | SAP Help Portal, Assign Message Policy | SAP Help Portal


質問 # 24
You want to dispatch messages only when a child element "Product" exists. Which condition do you set?

  • A. /ProductSet/count(Product)<0)
  • B. /ProductSet/counter(Product)>0
  • C. ProductSet/count(Product)>0
  • D. /ProductSet/count(Product)=0

正解:C

解説:
The condition ProductSet/count(Product)>0 checks if the number of Product elements in the ProductSet element is greater than zero, which means that a child element "Product" exists. This condition can be used to dispatch messages only when a Product element is present. Reference: SAP Integration Suite | SAP Community, Integration Software | SAP Integration Suite


質問 # 25
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. Use an XSLT mapping.
  • B. Set up the request reply to delete the namespaces
  • C. Use a Content Modifier
  • D. Set up the namespace mapping in the Runtime Configuration.

正解:A、C

解説:
A Content Modifier is a step in an integration flow that allows you to modify the message header or body using expressions or constants. You can use a Content Modifier to delete namespaces from a message by using expressions that remove the namespace declarations or prefixes from the XML elements or attributes. For example, you can use the expression replace($body,"xmlns:ns[0-9]+=\"[^\"]+\"","") to remove all namespace declarations from the message body. An XSLT mapping is a step in an integration flow that allows you to transform the message body using an XSLT stylesheet. You can use an XSLT mapping to delete namespaces from a message by using XSLT instructions that strip or exclude the namespace information from the output XML document. For example, you can use the instruction <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="#all"> to exclude all namespace prefixes from the output document. Reference: Content Modifier | SAP Help Portal, XSLT Mapping | SAP Help Portal


質問 # 26
Which functionalities are used by OData?

  • A. TCP. AtomPub, and JSON
  • B. HTTP. AtomPub, and JSON
  • C. SOAP, AtomPub, and JSON

正解:B

解説:
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


質問 # 27
Where can you find more information about APIs, policies, and integrations?

  • A. Cloud Integration capability within SAP Integration Suite
  • B. Open Connectors capability within SAP Integration Suite
  • C. SAP Business Accelerator Hub

正解:C

解説:
You can find more information about APIs, policies, and integrations in the SAP Business Accelerator Hub. The SAP Business Accelerator Hub is a central place where you can discover, explore, and consume pre-built integrations, APIs, and best practices for various business scenarios and industries. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP


質問 # 28
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. Start Message
  • C. Start Event
  • D. End Message

正解:B

解説:
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


質問 # 29
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. PKCS#7/CMS Splitter
  • B. EDI Splitter
  • C. Iterating Splitter
  • D. General Splitter

正解:C、D

解説:
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


質問 # 30
What are some message protocols that the API Management capability within SAP Integration Suite supports? Note: There are 3 correct answers to this question.

  • A. IDoc
  • B. RFC
  • C. REST
  • D. SOAP
  • E. Data

正解:C、D、E

解説:
The API Management capability within SAP Integration Suite supports the following message protocols: SOAP, REST, and Data. SOAP is a protocol for exchanging structured XML messages between web services. REST is an architectural style for designing web services that use HTTP methods and formats. Data is a protocol for sending and receiving binary or text data over HTTP or HTTPS. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP


質問 # 31
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. Connector ID
  • B. Location ID
  • C. Subaccount 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


質問 # 32
You want to send messages over an SOAP adapter to an integration flow. Which method do you use to send the messages?

  • A. POST
  • B. UPDATE
  • C. PATCH
  • D. GET

正解:A

解説:
To send messages over a SOAP adapter to an integration flow, you must use the POST method. The POST method is used to create or update a resource on the server using the SOAP message body as the input. The SOAP adapter supports both SOAP 1.1 and SOAP 1.2 protocols and can handle both one-way and request-reply message exchange patterns. The SOAP adapter can be configured as a sender or a receiver channel in an integration flow. Reference: SOAP (SOAP 1.x) Adapter | SAP Help Portal, SOAP Sender Adapter: Example Integration Flow | SAP Help Portal


質問 # 33
Which part of the proxy URL is provided by the initial configuration step of the API Management?

  • A. Name of the API management
  • B. Virtual host
  • C. Version
  • D. Service name

正解:B


質問 # 34
Which part of the proxy URL is provided by the initial configuration step of the API Management?

  • A. Name of the API management
  • B. Virtual host
  • C. Version
  • D. Service name

正解: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


質問 # 35
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?

  • A. S{body.in}
  • B. S(inbody)
  • C. S{in body)
  • D. S[bodyin]

正解:C

解説:
To access the message body of the previous Content Modifier step in an integration flow, you must use the notation S{in body) in the current Content Modifier step. This notation means that you want to read the value from the in-message body of the exchange container. The exchange container is used to store additional data besides the message that is being processed by SAP Integration Suite. It has two message containers: in-message and out-message. The in-message contains the original message that was received by the integration flow, while the out-message contains the modified message that will be sent by the integration flow. Reference: Content Modifier Basics | SAP Help Portal, Exchange Container | SAP Help Portal


質問 # 36
Where must you configure an HTTPS inbound adapter with OAuth 2.0 authentication?

  • A. In the adapter
  • B. In the integration flow
  • C. In the SAP Integration Suite
  • D. In the process runtime

正解: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


質問 # 37
You are using a Data store Operation of the type Write. Which parameter must you select to avoid duplicate entries?

  • A. Retention Threshold for Alerting
  • B. Overwrite Existing Message
  • C. Include Message Headers
  • D. Encrypted stored Message

正解:B

解説:
To avoid duplicate entries when using a Data Store Operation of the type Write, you must select the Overwrite Existing Message parameter. The Overwrite Existing Message parameter allows you to overwrite an existing data store entry with the same key if it already exists. If you do not select this parameter, the Write operation will fail if there is a duplicate key in the data store. Reference: Modernize Integration with SAP Integration Suite | openSAP


質問 # 38
......

C_CPI_2404試験問題集PDF正確率保証と更新された問題:https://jp.fast2test.com/C_CPI_2404-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어