Updated Nov-2022 100% Cover Real C-CPE-13 Exam Questions Make Sure You 100% Pass
C-CPE-13 dumps Accurate Questions and Answers with Free and Fast Updates
SAP C-CPE-13 Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books |
|---|---|
| SAP BTP, Cloud Foundry environment 8% - 12% | Describe the SAP BTP, Cloud Foundry environment. |
| Connectivity < 8% | Describe SAP BTP connectivity services and options. Describe functions of the SAP Cloud Connector. |
| Web development standards < 8% | Describe OData, JSON and YAMLÂ format, APIs. |
| SAP Continuous Integration and Delivery 8% - 12% | Describe basic principles of continuous integration and delivery. Set up the SAP CI/CD service. |
| Tools > 12% | Use SAP Business Application Studio, for example create devspaces. Use tools such as CF CLI, MTA build tool. |
| SAP Authorization and Trust Management > 12% | Describe functions of the approuter. Set up trust and authorization for an SAP BTP application. Identify valid identity providers for SAP BTP. |
| SAP BTP > 12% | Describe the SAP BTP account model. Describe runtime environments. |
| UI 8% - 12% | Use SAP Fiori elements to add an UI layer. Use annotations to customize the UI. |
NEW QUESTION 20
What are tasks of the approuter? Note: There are 3 to choose.
- A. Authorizing users for the CAP service and the provider of the UI service.
- B. Routing requests from the web browser to the provider of the UI service.
- C. Forwarding user requests to the XSUAA service for authentication and authorization.
- D. Routing requests from the web browser to the CAP service.
- E. Routing requests from the application to the SAP Launchpad service.
Answer: B,C,D
NEW QUESTION 21
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 22
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 23
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. List report
- C. Object page
- D. Worklist
Answer: C
NEW QUESTION 24
You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?
- A. The webhook of your version control system
- B. The stages in the config.yml in the .pipeline folder
- C. The stages of the failed job run
- D. The webhook event receiver
Answer: D
NEW QUESTION 25
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 26
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose.
- A. Footer
- B. Header
- C. Content
- D. Toolbars
Answer: B,C
NEW QUESTION 27
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.
- A. Role-based
- B. Coherent
- C. Adaptive
- D. Intuitive
- E. Productive
Answer: A,B,C
NEW QUESTION 28
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...) - to add authorizations to your service?
- A. xs-security.js
- B. srv/risk-service.js
- C. package-lock.json
- D. srv/risk-service.cds
Answer: A
NEW QUESTION 29
What are some characteristics of YAML files? Note: There are 2 to choose.
- A. YAML files are based on XML.
- B. YAML files can be used as configuration files.
- C. YAML files rely on correct indentation.
- D. YAML files are also valid JSON files.
Answer: C,D
NEW QUESTION 30
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$", "target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.
- A. All requests starting with /service will be targeted to the folder resources.
- B. The files in the resources folder will be served for all requests to /app.
- C. The files requested for /app will be put to the resources folder.
- D. All requests starting with /service will be forwarded to the CAP service.
Answer: B,D
NEW QUESTION 31
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Disabling the Cloud Foundry environment once you have enabled it.
- B. Deleting a subaccount with service subscriptions.
- C. Creating many subaccounts assigned to the Cloud Foundry environment.
- D. Creating Cloud Foundry orgs explicitly.
Answer: C,D
NEW QUESTION 32
When using namespaces, what does SAP recommend you use to construct names for namespaces?
- A. Your organization's name
- B. Cascades of acronyms
- C. Reverse domain names
Answer: C
NEW QUESTION 33
Which severity level matches which request method?
Answer:
Explanation:
NEW QUESTION 34
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.
- A. Access to Visual Studio Code-compatible extensions
- B. Desktop client-based access
- C. Browser-based access
- D. Maintenance of all development projects in one central dev space
- E. Central administration
Answer: A,C,E
NEW QUESTION 35
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
- A. Neo environment
- B. Netweaver environment
- C. Cloud Foundry environment
- D. Kyma environment
Answer: C,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 36
Which language do you use to create a data model in a CAP project?
- A. SQL
- B. Core Data Services Query Language (CQL)
- C. ABAP
- D. Core Data Services Definition Language (CDL)
Answer: A
NEW QUESTION 37
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 a role-collection
- B. In an instance of the XSUAA service
- C. In an xs-security.json file
Answer: A
NEW QUESTION 38
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
- A. Directory
- B. Global account
- C. Environment
- D. Cloud Foundry org
Answer: A,B
NEW QUESTION 39
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. 100k requests per hour per user
- D. 1k requests per hour for all users
Answer: B
NEW QUESTION 40
......
Real C-CPE-13 Quesions Pass Certification Exams Easily: https://exams4sure.briandumpsprep.com/C-CPE-13-prep-exam-braindumps.html
