最新的SAP Certified Associate - Back-End Developer - ABAP Cloud - C_ABAPD_2309免費考試真題
問題1
In a test method you call method cl_abap_unit_assert=>assert_equals( .. ) in the following way:
CLASS Itcl1 DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT.
PRIVATE SECTION.
METHODS m1 FOR TESTING.
ENDCLASS.
CLASS Itcl1 IMPLEMENTATION.
METHOD m1.
DATA: go_test_object TYPE REF TO zcl_to_be_tested.
CONSTANTS: Ico_exp TYPE string VALUE 'test2'.
CREATE OBJECT go_test_object.
cl_abap_unit_assert=>assert_equals(
EXPORTING
act = go_class->mv_attribute
exp = lco_exp
msg = 'assert equals failed ' && go_test_object->mv_attribute && ' ' && lco_exp ENDMETHOD.
ENDCLASS.
What will happen if method parameters act and exp are not equal?
CLASS Itcl1 DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT.
PRIVATE SECTION.
METHODS m1 FOR TESTING.
ENDCLASS.
CLASS Itcl1 IMPLEMENTATION.
METHOD m1.
DATA: go_test_object TYPE REF TO zcl_to_be_tested.
CONSTANTS: Ico_exp TYPE string VALUE 'test2'.
CREATE OBJECT go_test_object.
cl_abap_unit_assert=>assert_equals(
EXPORTING
act = go_class->mv_attribute
exp = lco_exp
msg = 'assert equals failed ' && go_test_object->mv_attribute && ' ' && lco_exp ENDMETHOD.
ENDCLASS.
What will happen if method parameters act and exp are not equal?
正確答案: C
問題2
Using ABAP SQL, which select statement selects the mat field on line #17?
正確答案: D
說明:(僅 VCESoft 成員可見)
問題3

The "demo_ods_assoc_spfi data source referenced in line #4 contains a field "connid" which you would like to expose in the element list.
Which of the following statements would do this if inserted on line #8?
正確答案: A
說明:(僅 VCESoft 成員可見)
問題4
In ABAP SQL, which of the following can be assigned an alias? Note: There are 2 correct answers to this question.
正確答案: A,C
說明:(僅 VCESoft 成員可見)
問題5
In this nested join below in which way is the join evaluated?


正確答案: C
說明:(僅 VCESoft 成員可見)
問題6
Which of the following is a generic internal table type?
正確答案: A
說明:(僅 VCESoft 成員可見)
問題7
Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.
正確答案: C,D
說明:(僅 VCESoft 成員可見)
問題8
Which of the following integration frameworks have been released for ABAP cloud development? Note:
There are 3 correct answers to this question.
There are 3 correct answers to this question.
正確答案: B,C,E
說明:(僅 VCESoft 成員可見)
問題9
When processing an internal table with the statement LOOP AT itab... ENDLOOP, what system variable contains the current row number?
正確答案: B
說明:(僅 VCESoft 成員可見)

