
[2022] Pass C_CPI_13 Exam - Real Questions & Answers
C_CPI_13 Exam Questions Get Updated [2022] with Correct Answers
SAP Cloud Platform Integration Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books | Weighting |
|---|---|---|
| iFlow Objects | Describe: iFlow objects; sender, receiver integration; components such as routers, splitters, filters. Use basic scripting, Groovy, JavaScript. Use adapters. Explain event handling, exception handling, persisting objects; transformation of messages including compression, format conversion CLD900 (SAP EXTENSION SUITE) | > 12% |
| Intelligent Enterprise | Describe: SAP’s Intelligent Enterprise Framework; process templates; deployment types; technologies used by SAP; the portfolio of cloud applications. CP100 (SAP BTP) | > 12% |
| Operations and Monitoring | Describe: trace levels, tracing, debugging, attachment log, system log files, variables, certificates, connectivity tests. Explain transports from dev to prod. Check the status of iFlow. Monitor message statuses. Explain the message process log. Create new users. Use the simulation mode for iFlows. CLD900 (SAP EXTENSION SUITE) | 8% - 12% |
| Basic building blocks | Describe authorization groups and how to use them. Explain how to deploy and maintain credentials and security artifacts. CLD900 (SAP EXTENSION SUITE) | < 8% |
| Cloud Native Application Development | Describe: Cloud native application development; SAP Cloud Platform, Cloud Foundry environment; SAP HANA extended application services, advanced model; SAP HANA extended application services, classic model; OData; Cloud application programming model. Use REST APIs. CP100 (SAP BTP) | > 12% |
| Product Overview | Describe: the tenant management node; the function of adapters; characteristics of messages. CLD900 (SAP EXTENSION SUITE) | < 8% |
| Security | Describe security aspects such as certificates, authentication; messages: encryption, signing off, encoding; user management security artifact renewal. CP100 (SAP BTP) | > 12% |
| Introduction to SAP Cloud Platform Integration | Describe: The tenant management node, the runtime node; the relationship between cloud cockpit and CPI; the onboarding process; strategies, scenarios such as cloud to cloud, B2B. CLD900 (SAP EXTESION SUITE) | < 8% |
NEW QUESTION 19
To what service model does the SAP Cloud Platform Integration service belong?
Response:
- A. A service on an SaaS
- B. A service on an IaaS
- C. A standalone app
- D. A service on a PaaS
Answer: D
NEW QUESTION 20
While testing your iFlow, you notice that messages are being received but not processed, due to a problem with the user. The error the log reads as follows:
"com.sap.esb.application.services.cxf.interceptor.SimpleAuthorizingInterceptor user is not authorized".
What should you do to fix this error?
Response:
- A. Redeploy the known hosts in the tenant key store.
- B. Redeploy the X.509 certificate in the tenant keystore for the user.
- C. Change the method of authentication from Basic to Certificate to the user.
- D. Assign the ESBMessaging.send.role to the user.
Answer: D
NEW QUESTION 21
What is the integration style that SAP Cloud Platform Integration follows?
Response:
- A. Thing Integration
- B. User Centric Consumption
- C. Data Movement
- D. Process Invocation
Answer: D
NEW QUESTION 22
In what order do you set up outbound communication via HTTP to an on Prem back-end system?
Note: There are 2 correct answers to this question.
Response:
- A. 1. SAP CPI
2. Web dispatcher
3. HTTP Interface - B. 1. SAP CPI
2. SAP cloud Connector
3. HTTP Interface - C. 1. SAP CPI
2. HTTP Interface - D. 1. SAP CPI
2. SAP Business Connector
3. HTTP Interface
Answer: B,D
NEW QUESTION 23
Your client asks for advice regarding which SAP Cloud Platform service they should use placed in devices.
Which SAP Cloud Platform service should they use?
Response:
- A. RabbitMQ on SAP Cloud Platform
- B. SAP HANA smart data integration
- C. SAP Cloud Platform OData Provisioning
- D. SAP API Business Hub
Answer: D
NEW QUESTION 24
You want to forward a notification ( asynchronous ) to a back-end system. What option can you use?
- A. Content Enricher
- B. Send
- C. Process Call
- D. Request Reply
Answer: B
NEW QUESTION 25
Which of the following tools can you use to set up secure communication between an SAP on-premise system and the SAP Cloud Platform?
- A. SAP Cloud Connector
- B. SAP API Management
- C. SAP Cloud Platform Open COnnector
- D. SAP Cloud Platform Integration Suite
Answer: A
NEW QUESTION 26
You want to use cloud service from SAP. You want your data to be secured and stored exclusively by you. Which of the deployment models can you use?
Note: There are 3 correct answers to this question.
Response:
- A. Public cloud
- B. Private cloud
- C. Analytical cloud
- D. Fiori cloud
- E. Hybrid cloud
Answer: A,B,E
NEW QUESTION 27
You have created a custom business object in SAP S/4HANA.
How can you access this object outside of SAP S/4HANA?
- A. Via an SAP API Business Hub Interface
- B. Via an SAP S/4HANA SOAP interface
- C. Via an SAP S/4HANA OData interface
Answer: C
NEW QUESTION 28
You want to use an inbound SOAP adapter for synchronous communication. What SOAP version can you use?
- A. SAP RM
- B. All available SOAP versions
- C. SOAP 1.x
- D. SOAP WS-RM
Answer: C
NEW QUESTION 29
You need to encrypt the contents of message. What encryptor should you use?
Response:
- A. AES
- B. HTTPS
- C. PGP
- D. SFTP
Answer: C
NEW QUESTION 30
While testing your iFlow you discover that a data store operation step fetches multiple messages instead of one. What data store operation step type will fetch a specific message from the data store?
Response:
- A. Get
- B. Delete
- C. Select
- D. Write
Answer: A
NEW QUESTION 31
You want to use an inbound SOAP adapter for synchronous communication. What SOAP version can you use?
Response:
- A. SAP RM
- B. All available SOAP versions
- C. SOAP 1.x
- D. SOAP WS-RM
Answer: C
NEW QUESTION 32
You want to detect errors while message processing but without a Message Failed status. Which events can you use?
Note: There are 2 correct answers to this question.
Response:
- A. Message End Event in an Exception Sub process
- B. Exception Message in an Exception Sub process
- C. Escalation Event in an Exception Sub process
- D. Terminate Message in an Exception Sub process
Answer: A,D
NEW QUESTION 33
Every SAP Cloud Platform Integration tenant has at least one tenant management node and one runtime node. Which of the following tasks does the tenant management node perform?
Note: There are 2 correct answers to this question.
Response:
- A. It interacts with data storage
- B. It Processes messages that are exchanged
- C. It starts and stops runtime nodes.
- D. It reads the data from the database for monitoring.
Answer: C,D
NEW QUESTION 34
In a mail receiver adapter you use plain user/password for authentication. Where do you define the user and password?
Response:
- A. Manage Security Material > OAuth2 Credentials
- B. Create directly as user and password at the mail receiver adapter configuration
- C. Manage Security Material > User Credentials
- D. Manage Security Material > Secure Parameter
Answer: B
NEW QUESTION 35
SAP Cloud Platform Integration is based on Apache Camel integration framework. What is a feature of this integration framework?
Response:
- A. It is a metadata payload routing and mediation engine.
- B. It is a payload free routing and mediation engine.
- C. It is a routing and mediation engine for only XML payload.
- D. It is a payload agnostic routing and mediation engine.
Answer: D
NEW QUESTION 36
Your caller sends only a decrypted message payload. Which security standard can use to encrypt this message payload?
Note: There are 2 correct answers to this question.
Response:
- A. Web Services Security (WS-Security)
- B. HIPAA secure messaging
- C. XML Signature
- D. Open Pretty Good Privacy (Open PGP)
Answer: A,D
NEW QUESTION 37
Which of the following are characteristics of the cloud native process model? Note : There are 2 correct answers to this question
- A. Continuous delivery
- B. Client server
- C. Waterfall
- D. Use of containers
Answer: A,D
NEW QUESTION 38
What is the main role of the SAP Cloud Platform Integration Service?
Response:
- A. It integrates a customer's own application landscape with a private cloud.
- B. It integrates a customer's own application landscape with a public cloud.
- C. It integrates on premise apps with mobile app.
- D. It integrates cloud applications into an application landscape.
Answer: D
NEW QUESTION 39
......
Practice C_CPI_13 Questions With Certification guide Q&A from Training Expert TestPDF: https://www.testpdf.com/C_CPI_13-exam-braindumps.html
