SAP C_CPE_16 SAP Certified Associate – Backend Developer – SAP Cloud Application Programming Model Online Training
SAP C_CPE_16 Online Training
The questions for C_CPE_16 were last updated at Nov 19,2024.
- Exam Code: C_CPE_16
- Exam Name: SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model
- Certification Provider: SAP
- Latest update: Nov 19,2024
You are tasked with developing a simple end-to-end application with data persistency in SAP HANA Cloud and with SAP Fiori as the user frontend, to perform CRUD operations.
According to the programming model’s golden path, which activities are mandatory when building such applications? Note: There are 3 correct answers to this question.
- A . Reuse existing services.
- B . Define services.
- C . Add the SAP Fiori UI.
- D . Define the data model.
- E . Add custom logic.
What does SAP Fiori elements use to generate the UI? Note: There are 2 correct answers to this question.
- A . Custom UI logic
- B . Annotations in the OData service
- C . The entity definition of the OData service
- D . Authorizations in the OData service
Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question.
- A . Java SE Development Kit 8
- B . Apache Maven version 3.5 or above
- C . SAP Mobile Services (MDK)
- D . Spring Initializ
Which method can you use to collect error messages with high severity and return them to the caller in the request-response?
- A . req.reply
- B . req.notify
- C . req.reject
- D . req.error
In SAP Build Process Automation, what is a decision table rule?
- A . A tabular set of input/output rule expressions
- B . A set of pre-defined data objects
- C . A tabular set of business process decisions
- D . A set of rule expressions in an IF-THEN format
Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?
- A . Stage
Create, modify, save
Commit
Check out - B . Stage
Create, modify, save
Check out
Commit
Check out
Create, modify, save - C . Stage Commit
Create, modify, save - D . Stage
Check out
Commit
Which language do you use to create a data model in a CAP project?
- A . Core Data Services Definition Language (CDL)
- B . ABAP
- C . Core Data Services Query Language (CQL)
- D . SQL
With respect to the Flow principle of DevOps, which are flow inhibitors? Note: There are 3 correct answers to this question.
- A . Manual testing of software
- B . Manually created software environment
- C . Source code management tool
- D . Manually coded user interfaces
- E . Overly tight architectures on a technical level
Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?
- A . FOREIGN_KEY_VIOLATION
- B . CX_SY_CONSTRAINT_VIOLATION
- C . ILLEGAL CRUD OPERATION
- D . UNIQUE CONSTRAINT_VIOLATION
What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?
- A . Register the error handler function for the before phase of the error.
- B . Catch exceptions during a CRUD operation.
- C . Register the error handler function for the on phase of the error.
- D . Write a custom Node.js package.