SAP C_CPE_14 - 142 Questions Flashcards
To achieve the SAP BTP certification.
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.
1.SAP Destination service
2. . SAP Connectivity service
Which command do you use to install dependencies in your project?
A. npm
What are the differences between continuous integration (CI) and continuous delivery (CD)? Choose
the correct answers
A. CD adds an aspect that changes have been tested successfully.
D. CI allows team members to add their changes to a main line.
What are some principles of continuous integration? Note: There are 2 to choose.
B. Automated builds
D. Automated tests
JSON is based on which programming language? Choose the correct answer.
C. JavaScript
A main line in a source control management system can contain feature branches. Determine
whether this statement is true or false.
A. true
What are some characteristics of YAML files? Note; There are 2 to choose.
C. YAML files can be used as configuration files.
D. YAML files rely on correct indentation.
Which tools can you use to manage the SAP BTP, Cloud Foundry environment? Choose the correct
answers.
A. SAP BTP cockpit
B. DCF CLI
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. Object page
What does the Extended Services - User Account and Authentication (XSUAA) service enable your
app to do? Choose the correct answers.
A. Identify users by e-mail, userld, first and last name.
C. Check users’ roles to allow or prohibit actions.
You are asked to add a User Interface to your CAP project as quickly as possible and without any
unique functionalities. Which option do you choose? Choose the correct answer.
A. SAP UI5 Elements.
What is the difference between entities and types? Choose the correct answer
B. Entities represent data, types describe properties of entity elements.
Which of the following are characteristics of the SAP Business Technology Platform, ABAP
Environment? Note: There are 3 to choose.
A. Runs within the Kyma environment
B. Runs within the Cloud Foundry environment
D. ls based on the latest ABAP platform cloud release
Which of the following statements apply to Continuous Delivery? Choose the correct answers
B. The trigger for deployment to a productive system is a human decision.
C. Software is ready for deployment to a productive system all the time.
D. Feedback from a productive system gets quickly integrated into teams’ backlog.
Which language do you use to create a data model in a CAP project?
C. SQL
What does the .env file provide? Choose the correct answer.
B. Values into the runtime environment of a CAP service
What do you use to retrieve the information about a change on the repository? Choose the correct
answer.
B. A webhook
What is SAP Fiori elements designed to do? Choose the correct answers.
B. Drive UX consistency.
D. Speed up development.
Where can you find APIs provided by SAP and SAP partners? Choose the correct answer.
A. SAP API Business Hub
Which of the following dev space types contains the Java extension by default? Note: There are 3 to choose.
A. SAP Fiori
C. Full Stack Cloud Application
D. SAP HANA Native Application
What is the default identity provider for SAP BTP platform users? Choose the correct answer
D. SAP ID service.
What is a reason to add UI annotations to your project? Choose the correct answer
A. To display columns and form fields.
What is an Application Programming Interface (API)? Choose the correct answer.
A. A way for applications to remotely modify other applications.
What is OData?
C. A standard to access data through RESTful APIs.
Which user types will work on and with SAP BTP? Choose the correct answers.
A. Business users
B. Platform users
You want to create a new service definition in your CAPproject. In which folder do you place the
service definition .cds file?
A. /app
What are some of the Continuous Integration principles? Choose the correct answers.
A. Run tests in the build.
B. Use version control.
E. Fix errors immediately.
Your customer presents you with the following Ul 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?
D. Analytical list page
What are the two structures JSON is built on? Choose the correct answers.
A. Collections of name/value pairs
C. Ordered list of values
What does the .env file provide? Choose the correct answer
B. Values into the runtime environment of a CAP service
Which of the following does OData use to address and access data feed resources? Choose the
correct answer.
C. URI
What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account?
Choose the correct answer
C. A token
Which of the following statements applies to Continuous Deployment? Choose the correct answer.
E. Deployment to a productive system is triggered automatically.
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There
are 4 to choose.
A. Integration of the SAP NetWeaver platform
C. Platform-managed application security patching and updates
D. Automatic application routing, load balancing, health checks, and multilevel self-healing
E. Simplified developer experience for business application development
Which of the following identifiers of the communication scenario is used for accessing the Business
Partner API in an SAP S/4HANA Cloud system? Choose the correct answer.
C. SAP_COM_0008
Which files do you modify to store project configurations? Choose the correct answers.
B. .cdsrc.json
C. package.json
After you run the command cds add hana, which file is updated with the required configuration?
Choose the correct answer.
D. package.json
In CAP, which keyword is used to send events? Choose the correct answer
A. emit
What kind of offering is Cloud Foundry?
B. Platform as a Service (PaaS)
Role collections of a global account are available in a subaccount of this global account?
Determine whether this statement is true or false.
A. true
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the
Webhook Event Receiver?
C. On the Repositories tab
What is a “main line” in a source control management system used for? Choose the correct answer.
A. To make developers’ contributions transparent and avoid clashes.
What can you do to provide meaningful error messages to users in your CAP application? Choose the
correct answer.
C. Register an error handler.
How can you bring your company’s user base into your SAP BTP subaccount?
C. Establish a trust relationship with your corporate identity provider.
What are some SAP Fiori Elements floorplans? Choose the correct answers.
C. List Report
D. Analytical List page
Which criticality value is assigned to Negative criticality?
B. 1
In SAP Business Application Studio, what is a dev space?
A. A pre-configured private development environment
In Node.js, which statement do you use to create an exception?
C. throw
How many event handlers can you register for one event phase?
C. multiple
What is the actual automation part of SAP CI/CD? Choose the correct answer.
B. Configure a job.
What are the advantages of using an MTA file for deployment? (Choose 2) Choose the correct
answers.
C. It provides a build tool.
D. It supports blue-green deployment.
What does the source code management system use to trigger the CI server? Choose the correct
answer.
C. Webhooks
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
A. Creating Cloud Foundry orgs explicitly
D. Creating many subaccounts assigned to the Cloud Foundry environment.
What is the next step after you initialize a new local git repository (git init) and add files to it (git add)? Choose the correct answer.
C. commit
What kind of request does the webhook send? Choose the correct answer.
A. POST
What do you need to connect a service to the Sandbox environment of the SAP API Business Hub for
the Business Partner API that you want to use?
B. An API key