최신SAP Certified Associate - Back-End Developer - ABAP Cloud - C-P2WAB-2507무료샘플문제
문제1
Which statements apply to the TRY-ENDTRY construct? Note: There are 3 correct answers to this question.
Which statements apply to the TRY-ENDTRY construct? Note: There are 3 correct answers to this question.
정답: A,C,E
문제2
Which of the following pre-defined ABAP data types is a complete data type?
Which of the following pre-defined ABAP data types is a complete data type?
정답: C,D
문제3
You want to define the following CDS view entity with an input parameter.

Which of the following can you use to replace "???"? Note: There are 2 correct answers to this question.
You want to define the following CDS view entity with an input parameter.

Which of the following can you use to replace "???"? Note: There are 2 correct answers to this question.
정답: A,B
문제4
Which of the following enforce ABAP Cloud rules? Note: There are 2 correct answers to this question
Which of the following enforce ABAP Cloud rules? Note: There are 2 correct answers to this question
정답: B,D
문제5
Which of the following rules apply for dividing with ABAP SQL? Note: There are 3 correct answers to this question A)The division operator "/" accepts floating point input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
B) Numeric function div(nominator, denominator) expects only integer input.
SELECT FROM TABLE dbtab1
FIELDS f1, div (f2, 13)...
C) Numeric function division (nominator, denominator, decimal places) accepts decimal input. SELECT FROM TABLE dbtab1 FIELDS f1, division ( f2, f3,2)...
D) The division operator "/" accepts decimal input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
E) Numeric function division(nominator, denominator, decimal places) accepts floating point input.
SELECT FROM TABLE dbtabl
FIELDS f1, division( f2, f3, 2)...
Which of the following rules apply for dividing with ABAP SQL? Note: There are 3 correct answers to this question A)The division operator "/" accepts floating point input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
B) Numeric function div(nominator, denominator) expects only integer input.
SELECT FROM TABLE dbtab1
FIELDS f1, div (f2, 13)...
C) Numeric function division (nominator, denominator, decimal places) accepts decimal input. SELECT FROM TABLE dbtab1 FIELDS f1, division ( f2, f3,2)...
D) The division operator "/" accepts decimal input.
SELECT FROM TABLE dbtab1
FIELDS f1, f2/f3...
E) Numeric function division(nominator, denominator, decimal places) accepts floating point input.
SELECT FROM TABLE dbtabl
FIELDS f1, division( f2, f3, 2)...
정답: A,C,E
문제6
What are some necessary parts of the singleton pattern? Note: There are 3 correct answers to this question.
What are some necessary parts of the singleton pattern? Note: There are 3 correct answers to this question.
정답: A,C,D
문제7
What are some features of ABAP SQL? Note: There are 2 correct answers to this question.
What are some features of ABAP SQL? Note: There are 2 correct answers to this question.
정답: A,B
문제8
Given the following code which defines an SAP HANA database table in SAP S/4HANA Cloud, public edition:


You are a consultant and the client wants you to extend this SAP database table with a new field called "zz_countrycode" on line #14. Which of the following is the correct response?
Given the following code which defines an SAP HANA database table in SAP S/4HANA Cloud, public edition:


You are a consultant and the client wants you to extend this SAP database table with a new field called "zz_countrycode" on line #14. Which of the following is the correct response?
정답: D