ExamGecko
Home / SAP / C_ABAPD_2309 / List of questions
Ask Question

SAP C_ABAPD_2309 Practice Test - Questions Answers, Page 8

Add to Whishlist

List of questions

Question 71

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 72

Report Export Collapse

DRAG DROP

You have a superclass superl and a subclass subl of superl. Each class has an instance constructor and a static constructor. The first statement of your program creates an instance of subl. In which sequence will the constructors be executed?


Become a Premium Member for full access
  Unlock Premium Member

Question 73

Report Export Collapse

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.

Become a Premium Member for full access
  Unlock Premium Member

Question 74

Report Export Collapse

when you attempt to activate the definition, what will be the response?

Become a Premium Member for full access
  Unlock Premium Member

Question 75

Report Export Collapse

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.

Become a Premium Member for full access
  Unlock Premium Member

Question 76

Report Export Collapse

Given the following Core Data Service View Entity Data Definition:

1 @AccessControl.authorizationCheck: #NOT_REQUIRED

2 DEFINE VIEW ENTITY demo_flight_info_join

3 AS SELECT

4 FROM scarr AS a

5 LEFT OUTER JOIN scounter AS c

6 LEFT OUTER JOIN sairport AS p

7 ON p.id = c.airport

8 ON a.carrid = c.carrid

9 {

10 a.carrid AS carrier_id,

11 p.id AS airport_id,

12 c.countnum AS counter_number

13 }

In what order will the join statements be executed?

Become a Premium Member for full access
  Unlock Premium Member

Question 77

Report Export Collapse

Which of the following are ABAP Cloud Development Model rules?

Note: There are 2 correct answers to this question.

Become a Premium Member for full access
  Unlock Premium Member

Question 78

Report Export Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 79

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member

Question 80

Report Export Collapse

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

Become a Premium Member for full access
  Unlock Premium Member
Total 81 questions
Go to page: of 9
Search

Related questions