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

SAP C_ABAPD_2309 Dumps

SAP Certified Associate - Back-End Developer - ABAP Cloud Questions and Answers

Question 1

What are valid statements? Note: There are 2 correct answers to this question.

Options:

A.

##NEEDED is checked by the syntax checker.

B.

The pragma is not checked by the syntax checker.

C.

#EC_NEEDED is not checked by the syntax checker.

D.

The pseudo-comment is checked by the syntax checker

Question 2

Exhibit:

With Icl_super being superclass for Icl_subl and Icl_sub2 and with methods subl_methl and sub2_methl being subclass-specific methods of Id_subl or Icl_sub2, respectivel. What will happen when executing these casts? Note:

There are 2 correct answers to this question

Options:

A.

go subl = CAST # go super), will not work

B.

go_sub2 = CAST # go super), will work. go_subl CAST #go_super), will work

C.

go_sub2 = CAST #(go_super). will not work. ] go sub2->sub2 meth 1(...). will work

D.

go_subl->subl_meth !(...)• w'll work.

Question 3

You want to define the following CDS view entity with an input parameter:

Define view entity Z_CONVERT With parameters currency : ???

Which of the following can you use to replace "???? Note: There are 2 correct answers to this

question.

Options:

A.

built-in ABAP type

B.

A built-in ABAP Dictionary type

C.

A data element

D.

A component of an ABAP Dictionary structure

Question 4

Which of the following are valid sort operations for internal tables? Note: There are 3 correct answers to this question.

Options:

A.

Sort a standard table using

SORT itab ASCENDING.

Sort a sorted table using

B.

SORT itab BY fieldl ASCENDING field2 DESCENDING.

Sort a standard table using

C.

SORT itab BY field1 field2.

Sort a standard table using

D.

SORT itab.

Sort a sorted table using

E.

SORT itab DESCENDING.

Question 5

What is the sequence priority when evaluating a logical expression?

Options:

A.

NOT 1

B.

OR 3

C.

AND 2

D.

A B C

E.

CAB

F.

A C B

G.

B A C

Question 6

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

Options:

A.

CDS view

B.

Behavior definition

C.

Authentication rules

D.

Process definition

Question 7

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

Options:

A.

Append table

B.

Modify table

C.

Insert table

D.

Update table

Question 8

Which restrictions exist for ABAP SQL arithmetic expressions? Note: There are 2 correct answers to this question.

Options:

A.

Floating point types and integer types can NOT be used in the same expression.

B.

The operator/is allowed only in floating point expressions.

C.

Decimal types and integer types can NOT be used in the same expression.

D.

The operator is allowed only in floating point expressions.

Question 9

The class zcl_demo_class is in a software component with the language version set to "Standard ABAP". The function module "ZF11 is in a software component with the language version set to "ABAP Cloud". Both the class and function module are customer created. Regarding line #6, which of the following is a valid statement?

Options:

A.

'ZF1' can be called whether it has been released or not for cloud development.

B.

'ZF1' can be called via a wrapper that itself has been released for cloud development.

C.

'ZF1' can be called via a wrapper that itself has not been released for cloud development.

D.

'ZF1' must be released for cloud development to be called.

Question 10

You want to provide a short description of the data definition for developers that will be attached to the database view

Which of the following annotations would do this if you inserted it on line #27

Options:

A.

@UI headerinto description label

B.

@UI.badge.title.label

C.

@EndUserText.quickInfo

D.

@EndUserText label

Question 11

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

Options:

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

Question 12

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

Options:

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.

Question 13

Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.

Options:

A.

SELECT FROM /dmo/connection FIELDS carrid O airpfrom,

MAX(distance) AS dist_max, MIN( distance) AS dist_min GROUP BY carrid, airpfrom INTO TABLE @DATA(It_hits)

B.

SELECT FROM /dmo/connection FIELDS \/ O carrid, airpfrom,

MAX( distance) AS dist_max, MIN(distance) AS dist_min INTO TABLE @DATA(It_hits)

C.

SELECT FROM /dmo/connection FIELDS V D MAX(distance) AS dist_max

MIN(distance) AS dist_min INTO TABLE @DATA(It_hits).

D.

SELECT FROM /dmo/connection FIELDS r—i carrid, airpfrom u GROUP BY carrid, connid

INTO TABLE @DATA(It_hits).

Question 14

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

Options:

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

Question 15

Which of the following are incomplete ABAP types? Note: There are 2 correct answers to this question.

Options:

A.

String

B.

T

C.

C

D.

P

Question 16

Which of the following are features of Core Data Services? Note: There are 3 correct answers to this question.

Options:

A.

Inheritance

B.

Associations

C.

Annotations

D.

Delegation

E.

Structured Query Language (SQL)

Question 17

with which predicate condition can you ensure that the CAST will work?

Options:

A.

IS SUPPLIED

B.

IS NOT INITIAL

C.

IS INSTANCE OF

D.

IS BOUND

Question 18

What RESTful Application Programming object contains only the fields required for a particular app?

Options:

A.

Database view

B.

Metadata extension

C.

Projection View

D.

Data model view

Question 19

When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.

Options:

A.

A hashed table, when you read a single record and specify the complete key.

B.

A hashed table, when you read a subset in a loop and specify a part of the key from the left without gaps.

C.

A sorted table, when you read a subset in a loop and specify a part of the key from the left ^ without gaps.

D.

A sorted table, when you read a single record and specify non key fields.

Question 20

For what kind of applications would you consider using on-stack developer extensions? Note: There are 2 correct answers to this question.

Options:

A.

Applications that provide APIs for side by side SAP BTP apps

B.

Applications that access SAP S/4HANA data using complex SQL

C.

Applications that integrate data from several different systems

D.

Applications that run separate from SAP S/4HANA

Question 21

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

Options:

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.

Question 22

Exhibit

Which of the following ABAP SQL snippets are syntactically correct ways to provide a value for the parameter on line #4? Note: There are 2 correct answers to this question

Options:

A.

...SELECT * FROM deno_cds_param_view_entity (p_date = @ (cl_abap_context_info->get_system_date ())...

B.

...SELECT * FROM deno_cds_param_view_entity (p_date - '20230101')... )

C.

...SELECT * FROM demo_cds_param_view_entity (p_date: 20238181')... )

D.

...SELECT * FROM demo_cds_param_view entity (p_date: $session.system_date)...

Question 23

What are valid statements? Note: There are 3 correct answers to this question

Options:

A.

In class CL1, the interface method is named if-ml.

B.

Class CL2 uses the interface.

C.

Class CL1 uses the interface.

D.

In class CL2, the interface method is named ifl-ml.

E.

Class CL1 implements the interface.

Question 24

/DMO/I_Connection is a CDS view.

What variable type is connection full based on the following code? DATA connection full TYPE

/DMD/I_Connection.

Options:

A.

Simple variable

B.

Structure

C.

Internal Table