C-CPE-13 exam questions for practice in 2023 Updated 82 Questions [Q48-Q67]

Share

C-CPE-13 exam questions for practice in 2023 Updated 82 Questions

Updated Jan-2023 Premium C-CPE-13 Exam Engine pdf - Download Free Updated 82 Questions


SAP C-CPE-13 Certification Exam Topics:

Topic AreasTopic Details, Courses, Books
Connectivity < 8%

Describe SAP BTP connectivity services and options. Describe functions of the SAP Cloud Connector.

SAP Continuous Integration and Delivery 8% - 12%

Describe basic principles of continuous integration and delivery. Set up the SAP CI/CD service.

Web development standards < 8%

Describe OData, JSON and YAML  format, APIs.

Tools > 12%

Use SAP Business Application Studio, for example create devspaces. Use tools such as CF CLI, MTA build tool.

SAP BTP, Cloud Foundry environment 8% - 12%

Describe the SAP BTP, Cloud Foundry environment.

UI 8% - 12%

Use SAP Fiori elements to add an UI layer. Use annotations to customize the UI.

SAP BTP > 12%

Describe the SAP BTP account model. Describe runtime environments.

SAP Cloud Application Programming model > 12%

Create CAP projects. Create a service. Set up event handling and error handling. Maintain application security.


 

NEW QUESTION 48
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.

  • A. Creating many subaccounts assigned to the Cloud Foundry environment.
  • B. Disabling the Cloud Foundry environment once you have enabled it.
  • C. Creating Cloud Foundry orgs explicitly.
  • D. Deleting a subaccount with service subscriptions.

Answer: A,C

 

NEW QUESTION 49
Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose.

  • A. A .pipeline folder with a manifest.yml file
  • B. A file named Jenkinsfile
  • C. A .pipeline folder with a config.yml file
  • D. A Jenkins folder with a manifest.yml file

Answer: B,C

 

NEW QUESTION 50
What are some characteristics of OData? Note: There are 2 to choose.

  • A. OData is RESTful.
  • B. OData uses the SOAP protocol.
  • C. OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources.
  • D. OData is an architectural design template for hypermedia information systems.

Answer: A,C

 

NEW QUESTION 51
What is one of the required steps to enable authentication support in CAP?

  • A. Install a Node.js module called passport.
  • B. Install a YAML module called passport.
  • C. Install a package.json module called passport.
  • D. Install a CDS module called passport.

Answer: A

 

NEW QUESTION 52
At what level can you select a region?

  • A. Global account
  • B. Directory
  • C. Environment
  • D. Subaccount

Answer: A

 

NEW QUESTION 53
Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown.
Which SAP Fiori elements floorplan do you recommend they use?

  • A. Analytical list page
  • B. Object page
  • C. List report
  • D. Worklist

Answer: B

 

NEW QUESTION 54
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

  • A. Kyma environment
  • B. Netweaver environment
  • C. Neo environment
  • D. Cloud Foundry environment

Answer: A,D

Explanation:
The multi-cloud foundation is the basis of SAP BTP, which through its multi-cloud compatibility, lets you choose from different infrastructures, environments, and runtimes.
It comprises three different environments: The Cloud Foundry environment, the Kyma environment, and the ABAP environment.
https://help.sap.com/viewer/b017fc4f944e4eb5b31501b3d1b6a1f0/Cloud/en-US/06b6fb3d45d040429e36f0359d2fe1f2.html?q=SAP%20Cloud%20Platform%20Functions%20FaaS%20Serverless

 

NEW QUESTION 55
Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose.

  • A. Java
  • B. HTML5
  • C. Docker
  • D. Python
  • E. Node.js

Answer: A,D,E

 

NEW QUESTION 56
Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.

  • A. SAP S/4HANA Cloud
  • B. Identity authentication tenant
  • C. SAP Authorization and Trust Management Service
  • D. SAP S/4HANA on-premise

Answer: B,C

 

NEW QUESTION 57
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.

  • A. Full Stack Cloud Application
  • B. SAP Fiori
  • C. SAP HANA Native Application
  • D. SAP Mobile Application

Answer: A,C

 

NEW QUESTION 58
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?

  • A. 50k requests per hour for all users
  • B. 10k requests per hour per user
  • C. 1k requests per hour for all users
  • D. 100k requests per hour per user

Answer: B

 

NEW QUESTION 59
You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an event handler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag the code snippets from below into the correct parts of the event handler implementation. Drag the key and value items from below into the correct parts of the descriptor file.

Answer:

Explanation:

 

NEW QUESTION 60
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)

Answer:

Explanation:

 

NEW QUESTION 61
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)

Answer:

Explanation:

 

NEW QUESTION 62
Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?

  • A. In an xs-security.json file
  • B. In an instance of the XSUAA service
  • C. In a role-collection

Answer: C

 

NEW QUESTION 63
You want to use the SAP Cloud Connector to connect an SAP S/4HANA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed?

  • A. In the on-premise network of the SAP S/4HANA system
  • B. In a virtual machine independent from the on-premise network and the SAP BTP
  • C. In an SAP BTP subaccount

Answer: A

 

NEW QUESTION 64
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?

  • A. A role
  • B. A role template
  • C. A role collection

Answer: C

 

NEW QUESTION 65
What kind of offering is Cloud Foundry?

  • A. Functions as a Service (FaaS)
  • B. Software as a Service (SaaS)
  • C. Platform as a Service (PaaS)
  • D. Infrastructure as a Service (IaaS)

Answer: C

 

NEW QUESTION 66
A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as shown in the graphic. What are the cardinalities for the other relationships in the attached diagram? (Drag and drop the labels at the bottom onto the framed locations of the image above.)

Answer:

Explanation:

 

NEW QUESTION 67
......

Authentic C-CPE-13 Dumps With 100% Passing Rate Practice Tests Dumps: https://www.test4sure.com/C-CPE-13-pass4sure-vce.html

SAP C-CPE-13 Real Exam Questions Guaranteed Updated Dump from Test4Sure: https://drive.google.com/open?id=1IDCIp5MtyEZf3bnF6o16II8Nb23M7vB5