Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

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

Page: 2 / 3
Total 80 questions

You select a field flight_date with type DATS in the field list of a CDS view.

Which of the following expressions returns the 2-digit month from the field?

(Select 2 correct answers)

A.

substring( flight_date, 5, 2 )

B.

right( left( flight_date, 6 ), 2 )

C.

left( right( flight_date, 6 ), 2 )

D.

substring( flight_date, 4, 2 )

To give authorization to users, in which order are the artifacts used?

A.

1) The IAM app uses the Authorization Object. 2) The Business Catalog uses the IAM app. 3) The Business Role uses the Business Catalog. 4) The Business User uses the Business Role.

B.

1) The IAM app uses the Business Role. 2) The Business Role uses the Authorization Object. 3) The Authorization Object uses the Business Catalog. 4) The Business User uses the Authorization Object.

C.

1) The IAM app uses the Business User. 2) The Business User uses the Business Catalog. 3) The Business Catalog uses the Business Role. 4) The Business Role uses the Authorization Object.

D.

1) The IAM app uses the Business Catalog. 2) The Business Catalog uses the Business Role. 3) The Business Role uses the Business User. 4) The Business User uses the Authorization Object.

Which of the following enforce ABAP Cloud rules?

(Select 2 correct answers)

A.

ABAP release contracts

B.

ABAP platform reuse services

C.

ABAP compiler

D.

ABAP runtime checks

What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?

A.

Action

B.

Validation

C.

Determination

D.

None of the above

Which function call returns 0?

A.

find( val = 'FIND Found found' sub = 'F' occ = -2 CASE = abap_true )

B.

find( val = 'find FOUND Found' sub = 'F' occ = -2 CASE = abap_false )

C.

find( val = 'FIND FOUND FOUND' sub = 'F' )

D.

find( val = 'find Found FOUND' sub = 'F' occ = -2 )

Which statement can you use to change the contents of a row of data in an internal table?

A.

INSERT

B.

APPEND

C.

UPDATE

D.

MODIFY

When you create an exception class, what does SAP recommend you do?

(Select 3 correct answers)

A.

Define corresponding public attributes, if you want to pass context-specific values to placeholders of a message.

B.

Inherit from cx_static_check, if you want a warning at design time that the exception can never be raised.

C.

Inherit from cx_static_check, if you want a warning at design time that the exception will not be caught.

D.

Inherit from cx_no_check, if you want to reuse messages from a system exception class.

E.

Implement interface if_t100_message, if you want to reuse messages from a message class.

When you work with a test class, you can set up some prerequisites before the actual testing.

In which sequence will the following fixtures be called by the test environment?

To which of the following rules must extensions in SAP S/4HANA, public cloud edition adhere?

(Select 2 correct answers)

A.

Build at the UX layer

B.

Use predefined extension points

C.

Use CI / CD pipelines

D.

Use released APIs

In a RAP business object, where is the validation implementation code contained?

A.

Local class

B.

Function

C.

Global class

D.

Subroutine