SAP C_CPE_2409 Practice Test - Questions Answers

List of questions
Question 1

For which workload requirements would you use State ful Set? Note: There are 3 correct answers to this question.
Ordered, graceful deployment and scaling
Stable, unique network identifiers
Stable, persistent storage
Ordered network identifiers
Ordered, persistent storage
Question 2

Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?
FOREIGN_KEY_VIOLATION
CX_SY_CONSTRAINT_VIOLATION
ILLEGAL CRUD OPERATION
UNIQUE CONSTRAINT_VIOLATION
Question 3

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?
Register the error handler function for the before phase of the error.
Catch exceptions during a CRUD operation.
Register the error handler function for the on phase of the error.
Write a custom Node.js package.
Question 4

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.
Reuse existing services.
Define services.
Add the SAP Fiori UI.
Define the data model.
Add custom logic.
Question 5

What does SAP Fiori elements use to generate the UI? Note: There are 2 correct answers to this question.
Custom UI logic
Annotations in the OData service
The entity definition of the OData service
Authorizations in the OData service
Question 6

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.
Java SE Development Kit 8
Apache Maven version 3.5 or above
SAP Mobile Services (MDK)
Spring Initializ
Question 7

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?
req.reply
req.notify
req.reject
req.error
Question 8

In SAP Build Process Automation, what is a decision table rule?
A tabular set of input/output rule expressions
A set of pre-defined data objects
A tabular set of business process decisions
A set of rule expressions in an IF-THEN format
Question 9

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?
Stage Create, modify, save Commit Check out
Stage Create, modify, save Check out Commit Check out Create, modify, save
Stage Commit Create, modify, save
Stage Check out Commit
Question 10

Which language do you use to create a data model in a CAP project?
Core Data Services Definition Language (CDL)
ABAP
Core Data Services Query Language (CQL)
SQL
Question