Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

SAP C_ABAPD_2309 - SAP Certified Associate - Back-End Developer - ABAP Cloud

Page: 2 / 3
Total 83 questions

When accessing the subclass instance through go_super, what can you do? Note: There are 2 correct answers to this question.

A.

Access the inherited private components.

B.

Access the inherited public components.

C.

Call a subclass specific public method

D.

Call inherited public redefined methods.

Which RESTful Application Programming object can be used to organize the display of fields in an app?

A.

Data model view

B.

Metadata extension

C.

Service definition

D.

Projection view

In which products must you use the ABAP Cloud Development Model? Note: There are 2 correct answers to this question.

A.

SAP S/4HANA Cloud, private edition

B.

SAP BTP, ABAP environment

C.

SAP S/4HANA on premise

D.

SAP S/4HANA Cloud, public edition

Which of the following integration frameworks have been released for ABAP cloud development? Note: There are 3 correct answers to this question.

A.

SOAP consumption

B.

CDS Views

C.

Business Add-ins (BAdls)

D.

Business Events

E.

OData services

Class super has subclass sub. Which rules are valid for the sub constructor? Note: There are 2 correct answers to this question.

A.

The method signature can be changed.

B.

Import parameters can only be evaluated after calling the constructor of super.

C.

The constructor of super must be called before using any components of your own instance.

D.

Events of your own instance cannot be raised before the registration of a handler in super.

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.

A.

"Storage Type" to "Column Store"

B.

"Load Unit to "Column Loadable"

C.

"Storage Type" to "Row Store"

D.

"Load Unit' to 'Page Loadable"

Which of the following types are permitted to be used for on line #4? Note: There are 2 correct answers to this question.

A.

A database table from the ABAP Dictionary

B.

A CDS DDIC-based view

C.

An external view from the ABAP Dictionary

D.

A database view from the ABAP Dictionary

In RESTful Application Programming, a business object contains which parts? Note: There are 2 correct answers to this question.

A.

CDS view

B.

Behavior definition

C.

Authentication rules

D.

Process definition

In this nested join below in which way is the join evaluated?

A.

From the left to the right in the order of the tables:

1.

a is joined with b

2.

b is joined with c

B.

From the right to the left in the order of the tables:

1.

b is joined with c.

2.

b is joined with a.

C.

From the top to the bottom in the order of the on conditions

1.

b is joined with c

2.

a is joined with b

D.

From the bottom to the top in the order of the on conditions:

1.

a is joined with b

2.

b is joined with c

In an Access Control Object, which clauses are used? Note: There are 3 correct answers to this question.

A.

Where (to specify the access conditions)

B.

Crant (to identify the data source)

C.

Return code (to assign the return code of the authority check)

D.

Define role (to specify the role name)

E.

Revoke (to remove access to the data source)