100%更新されたのはSAP C_CPI_2404限定版PDF問題集 [Q27-Q51]

Share

100%更新されたのはSAP C_CPI_2404限定版PDF問題集

有効な試験問題を試そうC_CPI_2404には無料サイトで限定お試しチャンス

質問 # 27
You want to set up an SAP backend system through the Cloud Connector with an API provider. Which connection type do you use?

  • A. Cloud Integration
  • B. On-premise
  • C. Internet
  • D. Open Connectors

正解:B

解説:
To connect an SAP backend system through the Cloud Connector with an API provider, you must use the on-premise connection type. The Cloud Connector acts as a link between SAP Integration Suite and on-premise systems, enabling secure and controlled access to the backend resources. The on-premise connection type allows you to specify the internal host and port of the backend system, as well as the virtual host and port that will be exposed to SAP Integration Suite. You can also define access control rules and protocols for the on-premise connection. Reference: Part 2: Connect to on-premise APIs from SAP Cloud Platform API Management Cloud Foundry Environment | SAP Blogs, How to configure SAP Cloud Connector & Create API using SCP API Management | SAP Blogs


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

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

正解:B

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


質問 # 29
What kind of editor can you use to manipulate integration flows?

  • A. Graphical editor
  • B. Command-line editor
  • C. Code editor

正解:A

解説:
To manipulate integration flows, you can use a graphical editor that is provided by SAP Integration Suite. The graphical editor allows you to visualize and edit your integration flows using a drag-and-drop interface. It also provides a palette of icons that represent different integration components and actions, such as senders, receivers, routers, mappers, transformers, and so on. You can use the graphical editor to design and configure complex integration scenarios in a user-friendly way. Reference: Overview of Integration Flow Editor | SAP Help Portal, Design and Deploy Your First Integration Flow | SAP Tutorials


質問 # 30
Which functionalities are used by OData?

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

正解:C

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


質問 # 31
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


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

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

正解:D


質問 # 33
You want to build an architecture that is largely asynchronous. Which design do you use to exchange notifications between the partners involved?

  • A. Request-driven design
  • B. Hexagonal design
  • C. Serverless design
  • D. Event-driven design

正解:D

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


質問 # 34
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


質問 # 35
You want to set up Exchange Properties in an integration flow. Besides a Con-tent Modifier, what can you use?

  • A. Python scripting
  • B. XML scripting
  • C. Groovy SDK scripting
  • D. Batch scripting

正解:C

解説:
The Groovy SDK scripting can be used to set up Exchange Properties in an integration flow. The Groovy SDK scripting allows you to access and manipulate message headers, properties, and payloads using Groovy scripts. You can use the setProperty method to set an Exchange Property with a name and a value. Reference: Modernize Integration with SAP Integration Suite | openSAP


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

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

正解:A

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


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

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

正解:D

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


質問 # 38
In which of the following must you call getBody() to access the payload in a Groovy script?

  • A. header
  • B. camelcontext
  • C. message
  • D. property

正解:C

解説:
To access the payload in a Groovy script, you must use the message object and call the getBody() method on it. The message object represents the current message that is being processed in the integration flow. It has methods to get and set the message body, headers, properties, and attachments. The getBody() method returns the message body as an object of the specified type, such as java.lang.String, java.io.InputStream, or org.w3c.dom.Document. Reference: General Scripting Guidelines | SAP Help Portal, Message | SAP Help Portal


質問 # 39
Which log level must you use to examine the payload at specific processing steps in an integration flow?

  • A. Error
  • B. Trace
  • C. Info
  • D. Debug

正解:B

解説:
To examine the payload at specific processing steps in an integration flow, you must use the Trace log level. The Trace log level provides the most detailed information about the message processing, including the payload content and the headers at each step. You can use the Message Processing Log to view the trace logs for a specific message. Reference: Modernize Integration with SAP Integration Suite | openSAP


質問 # 40
In the Cloud Integration capability within SAP Integration Suite, which internal message format is used?

  • A. XSLT
  • B. XML
  • C. JSON

正解:B

解説:
In the Cloud Integration capability within SAP Integration Suite, XML is the internal message format that is used. XML stands for Extensible Markup Language and is a standard format for representing structured data. All messages that are processed by the Cloud Integration capability are converted to XML internally and then transformed to the desired format at the outbound channel. Reference: Modernize Integration with SAP Integration Suite | openSAP


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

正解:B、D

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


質問 # 42
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[bodyin]
  • C. S(inbody)
  • D. S{in body)

正解:D

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


質問 # 43
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


質問 # 44
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 Products
  • C. In SAP API Business Accelerator Hub- Explore Categories ?? APIs
  • D. In SAP API Business Accelerator Hub - Explore Discover Integrations

正解:C

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


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

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

正解:D

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


質問 # 46
You want to implement a synchronous call to a remote HTTP API as an integration flow component. Which adapter can you use?

  • A. OData
  • B. SFTP
  • C. Mail
  • D. AMQP

正解:A

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


質問 # 47
Which SAP Cloud Integration process event allows you to run integration flows directly after deployment?

  • A. Message Digest
  • B. Timer
  • C. Router
  • D. Content Modifier

正解:B

解説:
A Timer event allows you to run integration flows directly after deployment. A Timer event is triggered by a predefined schedule or interval, such as every hour, every day, or every month. You can use a Timer event to initiate an integration process based on a time-based condition. Reference: Modernize Integration with SAP Integration Suite | openSAP


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

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

正解:A

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


質問 # 49
You want to publish a new API product to the API business hub enter-prise. What is a requirement?

  • A. At least one deployed API Provider
  • B. At least two deployed API Providers
  • C. At least two deployed API Proxies
  • D. At least one deployed API Proxy

正解:D

解説:
To publish a new API product to the API business hub enterprise, you need at least one deployed API proxy as a requirement. An API proxy is an API that acts as an intermediary between an API provider and an API consumer. It can be used to add security, monitoring, caching, transformation, and other features to the API provider. An API product is a bundle of one or more API proxies that are grouped together for a specific business scenario or use case. To create an API product, you need to select one or more deployed API proxies from your API portal and provide some metadata, such as name, title, description, quota limits, and so on. Then you can publish your API product to the API business hub enterprise, which is a centralized platform for discovering, consuming, and managing APIs. Reference: Create an API Proxy | SAP Help Portal, Create a Product | SAP Help Portal


質問 # 50
What are some aspects of "holistic integration" of the SAP Integration Suite? Note: 3 answers are correct.

  • A. Cloud Integration
  • B. Process Integration
  • C. Event Integration
  • D. Data Integration
  • E. Domain Integration

正解:B、C、D

解説:
Some aspects of "holistic integration" of the SAP Integration Suite are process integration, event integration, and data integration. Process integration refers to the orchestration and automation of business processes across different systems and applications. Event integration refers to the communication and coordination of events between different sources and consumers. Data integration refers to the extraction, transformation, and loading of data between different sources and targets. Reference: Integration Software | SAP Integration Suite, Modernize Integration with SAP Integration Suite | openSAP


質問 # 51
......


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
  • 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.
トピック 3
  • 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.
トピック 4
  • 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.
トピック 5
  • 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.

 

SAP C_CPI_2404公式認定ガイドPDF:https://www.goshiken.com/SAP/C_CPI_2404-mondaishu.html

無料SAP Certified Associate C_CPI_2404公式認定ガイドPDFダウンロード:https://drive.google.com/open?id=1dISyZVyxF9IMR7nRGTrAJiknZealNld8