[Apr-2022 Newly Released] C-CPE-13 Exam Questions For You To Pass [Q49-Q71]

Share

[Apr-2022 Newly Released] C-CPE-13 Exam Questions For You To Pass

SAP C-CPE-13 Exam: Basic Questions With Answers


SAP C-CPE-13 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe SAP BTP connectivity services and options. Describe functions of the SAP Cloud Connector
  • Describe functions of the approuter
Topic 2
  • Describe the SAP BTP, Cloud Foundry environment
  • Use SAP Fiori elements to add an UI layer. Use annotations to customize the UI
Topic 3
  • Identify valid identity providers for SAP BTP
  • SAP Cloud Application Programming model
Topic 4
  • Create CAP projects. Create a service
  • SAP Authorization and Trust Management
Topic 5
  • Use SAP Business Application Studio, for example create devspaces
  • Describe the SAP BTP account model. Describe runtime environments
Topic 6
  • Describe basic principles of continuous integration and delivery
  • SAP Continuous Integration and Delivery
Topic 7
  • Set up event handling and error handling. Maintain application security
  • Describe OData, JSON and YAML format, APIs

 

NEW QUESTION 49
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

  • A. on
  • B. between
  • C. before
  • D. after
  • E. while

Answer: A,C,D

 

NEW QUESTION 50
At which of the following levels can you assign entitlements? Note: There are 2 to choose.

  • A. Cloud Foundry org
  • B. Directory
  • C. Global account
  • D. Environment

Answer: B,C

 

NEW QUESTION 51
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 collection
  • C. A role template

Answer: B

 

NEW QUESTION 52
When using namespaces, what does SAP recommend you use to construct names for namespaces?

  • A. Your organization's name
  • B. Reverse domain names
  • C. Cascades of acronyms

Answer: B

 

NEW QUESTION 53
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 Jenkins folder with a manifest.yml file
  • B. A .pipeline folder with a config.yml file
  • C. A .pipeline folder with a manifest.yml file
  • D. A file named Jenkinsfile

Answer: B,D

 

NEW QUESTION 54
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

  • A. Enable Cloud Foundry. Create space . Create org. Create quota plan
  • B. Create quota plan. Create org. Create space. Enable Cloud Foundry
  • C. Enable Cloud Foundry. Create org. Create space. Create quota plan
  • D. Create quota plan. Enable Cloud Foundry. Create space. Create org

Answer: C

 

NEW QUESTION 55
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?

  • A. cds.Request
  • B. cds.Service
  • C. cds.Event

Answer: B

 

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

Answer:

Explanation:

 

NEW QUESTION 57
What is a rule of thumb for when to use namespaces in your models?

  • A. When your models are reused in other projects
  • B. When your model names are unique
  • C. When your app rarely exposes services

Answer: B

 

NEW QUESTION 58
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.

  • A. Maintenance of all development projects in one central dev space
  • B. Access to Visual Studio Code-compatible extensions
  • C. Central administration
  • D. Browser-based access
  • E. Desktop client-based access

Answer: B,C,D

 

NEW QUESTION 59
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.

  • A. The entity definition of the OData service
  • B. Custom UI logic
  • C. Authorizations in the OData service
  • D. Annotations in the OData service

Answer: A,D

 

NEW QUESTION 60
You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection? Note: There are 2 to choose.

  • A. SAP Destination service
  • B. SAP Keystore service
  • C. SAP Connectivity service
  • D. SAP Cloud Transport Management service

Answer: A,C

 

NEW QUESTION 61
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 a virtual machine independent from the on-premise network and the SAP BTP
  • B. In the on-premise network of the SAP S/4HANA system
  • C. In an SAP BTP subaccount

Answer: B

 

NEW QUESTION 62
When deploying applications on SAP BTP, what is the maximum application package size?

  • A. 2.5 GB
  • B. 1.5 GB
  • C. 1 GB
  • D. 2 GB

Answer: B

 

NEW QUESTION 63
In SAP Fiori, how are drafts used? Note: There are 2 to choose.

  • A. To prevent an object being edited by multiple users concurrently
  • B. To enable empty states of apps
  • C. To enable responsiveness of apps
  • D. To prevent data loss in case an app terminates unexpectedly

Answer: A,D

 

NEW QUESTION 64
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

  • A. services-manifest.yml
  • B. xs-security.json
  • C. manifest.yml
  • D. package.json

Answer: B

 

NEW QUESTION 65
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.

  • A. Mozilla Firefox
  • B. Microsoft Edge
  • C. macOS Safari
  • D. Google Chrome

Answer: A,D

 

NEW QUESTION 66
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.

  • A. Application users
  • B. Platform users
  • C. Technical users
  • D. Business users

Answer: B,D

 

NEW QUESTION 67
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...) - to add authorizations to your service?

  • A. srv/risk-service.js
  • B. package-lock.json
  • C. srv/risk-service.cds
  • D. xs-security.js

Answer: D

 

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

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

Answer: B

 

NEW QUESTION 69
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL?

  • A. POST request
  • B. PATCH request
  • C. PUT request
  • D. GET request

Answer: A

 

NEW QUESTION 70
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

  • A. multi-environments
  • B. platforms
  • C. users
  • D. identity-providers

Answer: D

 

NEW QUESTION 71
......

New 2022 Realistic Free SAP C-CPE-13 Exam Dump Questions and Answer: https://www.trainingdump.com/SAP/C-CPE-13-practice-exam-dumps.html

C-CPE-13 Practice Test Engine: Try These 82 Exam Questions: https://drive.google.com/open?id=1BGZQ9wZ2JOesdY-3n1gpGVQK7LtSlgrq

0
0
0
0