C-CPE-15 Exam Dumps Pass with Updated 2024 Certified Exam Questions [Q18-Q42]

Share

C-CPE-15 Exam Dumps Pass with Updated 2024 Certified Exam Questions

C-CPE-15 Exam Questions - Real & Updated Questions PDF

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

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

Answer: A


NEW QUESTION # 19
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 A
  • B. Option C
  • C. Option B

Answer: A


NEW QUESTION # 20
Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose.

  • A. Assign an appropriate role template to your user.
  • B. Assign an appropriate role collection to your user.
  • C. Create an SAP CI/CD service instance.
  • D. Subscribe to an SAP CI/CD service plan.

Answer: B,D


NEW QUESTION # 21
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose.

  • A. Toolbars
  • B. Header
  • C. Content
  • D. Footer

Answer: B,C


NEW QUESTION # 22
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 Cloud Transport Management service
  • D. SAP Connectivity service

Answer: A,D


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

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

Answer: B,C


NEW QUESTION # 24
During application development, what are some principles of dealing with application errors? Note:
There are 2 to choose.

  • A. Hide errors and continue silently
  • B. Use as many try/catch blocks as possible
  • C. Use try/catch blocks sparingly
  • D. Log unexpected errors

Answer: C,D


NEW QUESTION # 25
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?

  • A. mbt init
  • B. mbt make
  • C. mbt build

Answer: C


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

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

Answer: C


NEW QUESTION # 27
What are some characteristics of CAP event handling? Note: There are 2 to choose.

  • A. You must use the handler registration API srv.emit(<event>) to de-register event handlers.
  • B. You can register multiple event handlers for each event phase.
  • C. You can register event handlers with instances of cds.service to add custom logic.
  • D. You can register only one event handler for a specific event.

Answer: B,C


NEW QUESTION # 28
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.

  • A. Coherent
  • B. Adaptive
  • C. Intuitive
  • D. Role-based
  • E. Productive

Answer: A,B,D


NEW QUESTION # 29
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. SAP S/4HANA on-premise
  • C. SAP Authorization and Trust Management Service
  • D. Identity authentication tenant

Answer: C,D


NEW QUESTION # 30
What are some principles of continuous integration? Note: There are 2 to choose.

  • A. Automated code change pushes
  • B. Automated builds
  • C. Automated deployment to the productive system
  • D. Automated tests

Answer: A,B


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

  • A. Netweaver environment
  • B. Neo 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%20 Serverless


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

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

Answer: A,B,D


NEW QUESTION # 33
HOTSPOT
Which severity level matches which request method?

Answer:

Explanation:
Req.notify - 1 Req.info - 2 Req.warn - 3 Req.error - 4


NEW QUESTION # 34
DRAG DROP
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 # 35
In SAP Business Application Studio, what is a dev space?

  • A. A pre-configured private development environment
  • B. A pre-configured private virtual machine
  • C. A pre-configured shared virtual machine
  • D. A pre-configured shared development environment

Answer: A


NEW QUESTION # 36
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. Worklist
  • B. Analytical list page
  • C. List report
  • D. Object page

Answer: B


NEW QUESTION # 37
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. Python
  • B. Java
  • C. Docker
  • D. Node.js
  • E. HTML5

Answer: A,B,D


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

Answer: B,D


NEW QUESTION # 40
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are
3 to choose.

  • A. Integration of the SAP NetWeaver platform
  • B. Simplified developer experience for business application development
  • C. Platform-managed application security patching and updates
  • D. Orchestration of microservices and serverless functions
  • E. Automatic application routing, load balancing, health checks, and multilevel self-healing

Answer: A,B,C


NEW QUESTION # 41
What kind of offering is Cloud Foundry?

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

Answer: B


NEW QUESTION # 42
......

Pass Guaranteed Quiz 2024 Realistic Verified Free SAP: https://testking.vceprep.com/C-CPE-15-latest-vce-prep.html