2024 New C-CPE-15 Dumps - Real SAP Exam Questions
Dependable C-CPE-15 Exam Dumps to Become SAP Certified
NEW QUESTION # 11
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 requested for /app will be put to the resources folder.
- C. The files in the resources folder will be served for all requests to /app.
- D. All requests starting with /service will be forwarded to the CAP service.
Answer: C,D
NEW QUESTION # 12
What is the standard health check time limit of a Cloud Foundry application?
- A. 180 seconds
- B. 60 seconds
- C. 30 seconds
- D. 90 seconds
Answer: B
NEW QUESTION # 13
Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see attached graphic).Which is a valid way to extend the entity with the aspect?
- A. NA
- B. Image 1
Answer: B
NEW QUESTION # 14
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment?
Note: There are 2 to choose.
- A. Is based on the latest ABAP platform cloud release
- B. Runs within the Cloud Foundry environment
- C. Is based on the latest SAP NetWeaver Application Server for ABAP release
- D. Runs within the Kyma environment
Answer: A,B
NEW QUESTION # 15
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?
- A. On the Repositories tab
- B. On the Jobs tab
- C. On the Credentials tab
Answer: A
NEW QUESTION # 16
Which of the following can be used as a management tool for SAP Business Technology Platform? Note:
There are 2 to choose.
- A. SAP Business Application Studio
- B. SAP Solution Manager
- C. Cloud Foundry CLI
- D. SAP BTP CLI
Answer: C,D
NEW QUESTION # 17
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 # 18
Your customer presents you with the following UI requirements: The same visualizations for all users.
Extraction of key information to identify a root cause. Searching, filtering, and sorting of items. Which SAP Fiori elements floorplan do you recommend they use?
- A. Object page
- B. Analytical list page
- C. Worklist
- D. List report
Answer: D
NEW QUESTION # 19
Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.
- A. SAP S/4HANA on-premise
- B. SAP Authorization and Trust Management Service
- C. Identity authentication tenant
- D. SAP S/4HANA Cloud
Answer: B,C
NEW QUESTION # 20
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 Connectivity service
- B. SAP Keystore service
- C. SAP Cloud Transport Management service
- D. SAP Destination service
Answer: A,D
NEW QUESTION # 21
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.
- A. SAP Fiori
- B. Full Stack Cloud Application
- C. SAP Mobile Application
- D. SAP HANA Native Application
Answer: B,D
NEW QUESTION # 22
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
- A. Netweaver environment
- B. Kyma environment
- C. Neo environment
- D. Cloud Foundry environment
Answer: B,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%20 Serverless
NEW QUESTION # 23
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
- A. SAP Fiori
- B. Full Stack Cloud Application
- C. SAP Mobile Application
- D. Basic
Answer: B
NEW QUESTION # 24
Which identifier is used by the XSUAA service to distinguish applications and scopes?
- A. tenant-mode
- B. VCAP_SERVICES
- C. xs-security
- D. xsappname
Answer: D
NEW QUESTION # 25
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. package-lock.json
- C. srv/risk-service.cds
- D. srv/risk-service.js
Answer: A
NEW QUESTION # 26
Your customer presents you with the following UI requirements: Users need to work through a comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization. Which SAP Fiori elements floorplan do you recommend they use?
- A. Object page
- B. Worklist
- C. List report
- D. Analytical list page
Answer: D
NEW QUESTION # 27
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Deleting a subaccount with service subscriptions.
- B. Creating many subaccounts assigned to the Cloud Foundry environment.
- C. Creating Cloud Foundry orgs explicitly.
- D. Disabling the Cloud Foundry environment once you have enabled it.
Answer: B,C
NEW QUESTION # 28
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.
- A. Programming errors
- B. Rejections of promises
- C. Runtime errors
- D. Unexpected errors
Answer: B,D
NEW QUESTION # 29
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.
- A. Intuitive
- B. Productive
- C. Role-based
- D. Coherent
- E. Adaptive
Answer: C,D,E
NEW QUESTION # 30
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. PUT request
- B. POST request
- C. PATCH request
- D. GET request
Answer: B
NEW QUESTION # 31
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
- A. Global account
- B. Directory
- C. Cloud Foundry org
- D. Environment
Answer: A,B
NEW QUESTION # 32
Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see attached graphic).
Which is a valid way to extend the entity with the aspect?
- A. Option C
- B. Option A
- C. Option B
Answer: B
NEW QUESTION # 33
......
Get Ready with C-CPE-15 Exam Dumps (2024): https://www.dumpexams.com/C-CPE-15-real-answers.html
Realistic C-CPE-15 Dumps are Available for Instant Access: https://drive.google.com/open?id=1z3j_f1NufWahqLStNaPJw_zieaRckrug