SAP Certified Associate - Back-End Developer - ABAP Cloud (C-P2WAB-2507) Free Practice Test
Question 1
Given this code,

which of the following statements are correct? Note: There are 2 correct answers to this question.

which of the following statements are correct? Note: There are 2 correct answers to this question.
Correct Answer: A,C
Question 2
Given the following ABAP SQL statement excerpt from an ABAP program:

You are given the following information: 1. The data source "spfli" on line #2 is an SAP HANA database table. 2. "spfli" will be a large table with over one million rows. 3. This program is the only one in the system that accesses the table. 4. This program will run rarely. Based on this information, which of the following general settings should you set for the spfli database table? Note: There are 2 correct answers to this question

You are given the following information: 1. The data source "spfli" on line #2 is an SAP HANA database table. 2. "spfli" will be a large table with over one million rows. 3. This program is the only one in the system that accesses the table. 4. This program will run rarely. Based on this information, which of the following general settings should you set for the spfli database table? Note: There are 2 correct answers to this question
Correct Answer: A,B
Question 3
In a subclass sub1 you want to redefine a component of a superclass super1.
How do you achieve this? Note: There are 2 correct answers to this question.
How do you achieve this? Note: There are 2 correct answers to this question.
Correct Answer: A,C
Question 4
In a RESTful Application Programming object, where is the validation implementation code contained?
Correct Answer: C
Question 5
What can you do in SAP S/4HANA Cloud, public edition? Note: There are 2 correct answers to this question.
Correct Answer: A,C
Question 6
Which of the following are rules that extensions in SAP S/4HANA Cloud, public edition must adhere to? Note: There are 3 correct answers to this question.
Correct Answer: C,D,E
Question 7
Which of the following are personas under the SAP S/4HANA Cloud Extensibility Framework? Note: There are 2 correct answers to this question
Correct Answer: A,B
Question 8
You want to join two database tables, T_CARRIER, and T_CONNECTIONS, to retrieve all carriers, whether they have corresponding connections or not.
Which statements would achieve this? Note: There are 2 correct answers to this question.
Which statements would achieve this? Note: There are 2 correct answers to this question.
Correct Answer: A,D