SAP C_ABAPD_2309 SAP Certified Associate – Back-End Developer – ABAP Cloud Online Training
SAP C_ABAPD_2309 Online Training
The questions for C_ABAPD_2309 were last updated at Nov 15,2024.
- Exam Code: C_ABAPD_2309
- Exam Name: SAP Certified Associate - Back-End Developer - ABAP Cloud
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which function call returns 0?
- 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’)
In which products must you use the ABAP Cloud Development Model? Note: There are 2 correct answers to this question.
- 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
Which RESTful Application Programming object can be used to organize the display of fields in an app?
- A . Data model view
- B . Metadata extension
- C . Service definition
- D . Projection view
Refer to Exhibit.
When accessing the subclass instance through go_super, what can you do? Note: There are 2 correct answers to this question.
- 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.
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.
- 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.
Which restrictions exist for ABAP SQL arithmetic expressions? Note: There are 2 correct answers to this question.
- 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.
What are valid statements? Note: There are 2 correct answers to this question.
- 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
Which internal table type allows unique and non-unique keys?
- A . Sorted
- B . Hashed
- C . Standard
Which internal table type allows unique and non-unique keys?
- A . Sorted
- B . Hashed
- C . Standard
Which internal table type allows unique and non-unique keys?
- A . Sorted
- B . Hashed
- C . Standard