C-CPE-15 Dumps PDF New [2024] Ultimate Study Guide [Q38-Q63]

Share

C-CPE-15 Dumps PDF New [2024] Ultimate Study Guide

C-CPE-15 Exam Dumps PDF Updated Dump from Exam-Killer Guaranteed Success

NEW QUESTION # 38
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. PUT request
  • C. PATCH request
  • D. GET request

Answer: A


NEW QUESTION # 39
At what level can you select a region?

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

Answer: A


NEW QUESTION # 40
What are tasks of the approuter? Note: There are 3 to choose.

  • A. Routing requests from the web browser to the provider of the UI service.
  • B. Authorizing users for the CAP service and the provider of the UI service.
  • C. Routing requests from the application to the SAP Launchpad service.
  • D. Forwarding user requests to the XSUAA service for authentication and authorization.
  • E. Routing requests from the web browser to the CAP service.

Answer: A,D,E


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

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

Answer: B,D,E


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

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

Answer: D


NEW QUESTION # 43
What is JavaScript Object Notation (JSON)?

  • A. An open-standard format to structure data transferred using web technologies.
  • B. An open-standard format to structure JavaScript programs.
  • C. A simple way to annotate objects in JavaScript.
  • D. A notation command for automatically instantiating JavaScript objects.

Answer: A


NEW QUESTION # 44
Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?

  • A. SAP BTP command line interface
  • B. Cloud Foundry command line interface
  • C. APIs for SAP BTP

Answer: B


NEW QUESTION # 45
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 # 46
When deploying applications on SAP BTP, what is the maximum application package size?

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

Answer: B


NEW QUESTION # 47
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 instance of the XSUAA service
  • B. In a role-collection
  • C. In an xs-security.json file

Answer: B


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

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

Answer: D


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

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

Answer: C


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

  • A. Neo environment
  • B. Cloud Foundry environment
  • C. Netweaver environment
  • D. Kyma 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 # 51
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.

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

Answer: A,B


NEW QUESTION # 52
What is the maximum number of running threads per application instance?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B


NEW QUESTION # 53
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 # 54
Using a terminal in SAP Business Application Studio, you want to enable authentication support via XSUAA in CAP for SAP BTP. Which command must you run in the terminal?

  • A. npm i --save xs-security.json
  • B. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv
  • C. npm i --save @sap/xssec @sap/xsenv
  • D. cds compile srv --to xsuaa >xs-security.json

Answer: D


NEW QUESTION # 55
You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? Note: There are 2 to choose.

  • A. roles
  • B. role-templates
  • C. users
  • D. scopes

Answer: B,D


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

Answer: B


NEW QUESTION # 57
In an SAP Business Application Studio project, what does the "cf push" command do?

  • A. It updates the service instances of the services defined in the service-manifest.yml file.
  • B. It creates the service instances of the services defined in the service-manifest.yml file.
  • C. It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry account.

Answer: C


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

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

Answer: A,D


NEW QUESTION # 59
Which language do you use to create a data model in a CAP project?

  • A. SQL
  • B. ABAP
  • C. Core Data Services Definition Language (CDL)
  • D. Core Data Services Query Language (CQL)

Answer: A


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

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

Answer: A,C


NEW QUESTION # 61
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: B,D


NEW QUESTION # 62
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 development environment
  • D. A pre-configured shared virtual machine

Answer: A


NEW QUESTION # 63
......

Pass Your SAP Exam with C-CPE-15 Exam Dumps: https://www.exam-killer.com/C-CPE-15-valid-questions.html

C-CPE-15 Exam Dumps - SAP Practice Test Questions: https://drive.google.com/open?id=1yvblGsa-VlqSL9GVBrmdbU6kb_RcfDAV