Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

SAP C_ABAPD_2309 SAP Certified Associate - Back-End Developer - ABAP Cloud Exam Practice Test

Demo: 24 questions
Total 81 questions

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

Question 1

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 2

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 3

When processing an internal table with the statement LOOP AT itab... ENDLOOP, what system variable contains the current row number?

Options:

A.

sy-index

B.

sy-subrc

C.

sy-linno

D.

sy-tabix

Question 4

Why would you use Access Controls with CDS Views? Note: There are 2 correct answers to this question.

Options:

A.

Only the data corresponding to the user's authorization is transferred from the database to the application layer.

B.

The system field sy-subrc is set, giving you the result of the authorization check

C.

You do not have to remember to implement AUTHORITY CHECK statements.

D.

All of the data from the data sources is loaded into your application automatically and filtered there according to the user's authorization.

Question 5

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 6

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 7

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

Options:

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)

Question 8

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

Options:

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

Question 9

What are some features of a unique secondary key? Note: There are 2 correct answers to this question.

Options:

A.

It is created when a table is filled.

B.

It is updated when the modified table is read again.

C.

It is created with the first read access of a table.

D.

It is updated when the table is modified.

Question 10

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

Options:

A.

SOAP consumption

B.

CDS Views

C.

Business Add-ins (BAdls)

D.

Business Events

E.

OData services

Question 11

What are some properties of database tables? Note: There are 2 correct answers to this question.

Options:

A.

They store information in two dimensions.

B.

They may have key fields.

C.

They can have any number of key fields.

D.

They can have relationships to other tables.

Question 12

/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

Question 13

Which of the following are parts of answers to this question.

Options:

A.

Partitioning attributes

B.

Extension

C.

Field list

D.

Semantic table attributes

Question 14

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 15

In ABAP SQL, which of the following can be assigned an alias? Note: There are 2 correct answers to this question.

Options:

A.

order criterion (from order by clause)

B.

field (from field list)

C.

database table

D.

group criterion (from group by clause)

Question 16

You have two internal tables itab1 and itab2.What is true for using the expression itab1 = corresponding #( itab2 )? Note: There are 2 correct answers to this question.

Options:

A.

Fields with the same name but with different types may be copied from itab2 to itab1.

B.

itab1 and itab2 must have at least one field name in common.

C.

Fields with the same name and the same type will be copied from itab2 to itab1.

D.

itab1 and itab2 must have the same data type.

Question 17

In class ZCL_CLASS_A, you use the statement DATA var TYPE ***

What may stand in place of ***? Note: There are 2 correct answers to this question.

Options:

A.

The name of a type defined privately in class ZCL_CLASS_A

B.

The name of a data element from the ABAP Dictionary

C.

The name of a type defined privately in another class

D.

The name of a domain from the ABAP Dictionary

Question 18

In what order are objects created to generate a RESTful Application Programming application?

Options:

A.

Database table 1

B.

Service binding Projection view 4

C.

Service definition 3

D.

Data model view 2

E.

D A B C

F.

B D C A

G.

A D C B

Question 19

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

Options:

A.

Validation

B.

Action

C.

Determination

Question 20

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 21

When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?

Options:

A.

sy-linno

B.

sy-labix

C.

sy-subrc

D.

sy-index

Question 22

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 23

After you created a database table in the RESTful Application Programming model, what do you create next?

Options:

A.

A metadata extension

B.

A projection view

C.

A data model view

D.

A service definition

Question 24

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

Demo: 24 questions
Total 81 questions