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.