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

Question #11 (Topic: Topic 1, Core АВАР programming )
You have two internal tables itab1 and itab2.
What is true for using the expression itab1 = corresponding #( itab2 )? (Choose two.)
A. itab1 and itab2 must have the same data type. B. Fields with the same name but with different types may be copied from itab2 to itab1. C. itab1 and itab2 must have at least one field name in common. D. Fields with the same name and the same type will be copied from itab2 to itab1.
Answer: CD
Question #12 (Topic: Topic 1, Core АВАР programming )
In the assignment:
data (gv_result) = 1/8.
What will be the data type of gv_result?
A. TYPE P DECIMALS 3 B. TYPE P DECIMALS 2 C. TYPE DEFLOAT16 D. TYPE I
Answer: C
Question #13 (Topic: Topic 1, Core АВАР programming )
What are some characteristics of secondary keys for internal tables? (Choose three.)
A. Secondary keys must be chosen explicitly when you actually read from an internal table. B. Hashed secondary keys do NOT have to be unique. C. Sorted secondary keys do NOT have to be unique. D. Secondary keys can only be created for standard tables. E. Multiple secondary keys are allowed for any kind of internal table.
Answer: ACE
Question #14 (Topic: Topic 1, Core АВАР programming )
/DMO/I_Connection is a CDS view.
What variable type is connection_full based on the following code?
DATA connection_full TYPE /DMO/I_Connection.
A. Simple variable B. Internal table C. Structure
Answer: C
Question #15 (Topic: Topic 1, Core АВАР programming )
Given this code.

Which of the following statements are correct? (Choose two.)
A. row is a predefined name and cannot be chosen arbitrarily. B. FOR defines a loop that runs over the content of source_itab. C. source_itab is only visible within the loop. D. row is only visible within the loop
Answer: BD
Download Exam
Page: 3 / 16
Total 79 questions