Labour Day Special Limited Time 65% 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

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

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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 2

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 3

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 4

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 5

In a subclass subl you want to redefine a component of a superclass superl. How do you achieve this? Note: There are 2 correct answers to this question.

Options:

A.

You add the clause REDEFINITION to the component in subl.

B.

You implement the redefined component for a second time in superl.

C.

You implement the redefined component in subl.

D.

You add the clause REDEFINITION to the component in superl.

Question 6

Setting a field to read-only in which object would make the field read-only in all applications of the RESTful Application Programming model?

Options:

A.

Service definition

B.

Behaviour definition

C.

Projection view

D.

Metadata extension

Question 7

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 8

Which field is defined incorrectly?

Options:

A.

field1

B.

field3

C.

field4

D.

field2

Question 9

Given the following code in an SAP S/4HANA Cloud private edition tenant:

The class zcl_demo_class is in a software component with the language version set to "ABAP Cloud". The function module ZF1' is in a different software component with the language version set to "Standard ABAP". Both the class and function module are customer created.

Regarding line #6, which of the following are valid statements? Note: There are 2 correct answers to this question.

Options:

A.

ZF1' can be called only if it is released for cloud development.

B.

'ZF1' can be called if a wrapper is created for it and the wrapper itself is released for cloud development.

C.

"ZF1" can be called whether it is released or not for cloud development

D.

ZF1" can be called if a wrapper is created for it but the wrapper itself is not released for cloud development.

Question 10

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 11

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 12

Which function call returns 0?

Options:

A.

Count_any_of ( val - ‘ABAP ABAP abap' sub "AB" )

B.

Count (val - 'ABAP ABAP abap' sub - 'AB' )

C.

find_any_of (val = "ABAP ABAP abap' sub = "AB")

D.

find_any_not_of( val 'ABAP ABAP abap’ sub = 'AB')

Question 13

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 14

Image:

In the following ABAP SQL code, what are valid case distinctions? Note: There are 2 correct answers to this question.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 15

Exhibit:

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

Options:

A.

FOR defines a loop that runs over the content of source_itab

B.

source_itab is only visible within the loop.

C.

row is a predefined name and cannot be chosen arbitrarily.

D.

row is only visible within the loop.

Question 16

Which of the following ON conditions must you insert in place of "???"?

Options:

A.

ON Z_Sourcel.camer_id = 7_Source2 carrier_id

B.

ON Sprojection Camer=Source2 carrier_id

C.

ON Sprojection. Carrier Source2.carrier

D.

ON Sprojection.carrier_id=Z_Source2.carrier_id

Question 17

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 18

Which of the following is a generic internal table type?

Options:

A.

SORTED TABLE

B.

INDEX TABLE

C.

STANDARD TABLE

D.

HASHED TABLE

Question 19

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 20

Which internal table type allows unique and non-unique keys?

Options:

A.

Sorted

B.

Hashed

C.

Standard

Question 21

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.

Options:

A.

"Storage Type" to "Column Store"

B.

"Load Unit to "Column Loadable"

C.

"Storage Type" to "Row Store"

D.

"Load Unit' to 'Page Loadable"

Question 22

What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?

Options:

A.

To document the relationship between the two tables

B.

To ensure the integrity of data in the corresponding database tables

C.

To create a corresponding foreign key relationship in the database

Question 23

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 24

Which of the following string functions are predicate functions? Note: There are 2 correct answers to this question.

Options:

A.

find_any_not_of()

B.

contains_any_of()

C.

count_any_of()

D.

matchesQ