prova7
prova7
Response:
Behavior Definition
OData V2 protocol
Service Definition
Score 0 of 1
Question:
Response:
Score 1 of 1
Question:
The term "Local Platform APIs" is directly associated with which of the
following?
There are 2 correct answers to this question.
Response:
SAP S/4HANA Cloud, ABAP environment
SAP HANA
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
You want to define the following CDS view entity with an input parameter:
Define view entity Z_CONVERT With parameters currency : ???
Response:
A data element
Response:
Score 0 of 1
Question:
Response:
Virtualization
Layered system
Cacheable
Stateless
Score 0 of 1
Question:
What are some of the benefits that Core Data Services (CDS) offer over
classical approaches to data modeling in ABAP?
There are 2 correct answers to this question.
Response:
Score 0 of 1
Question:
Response:
Build ABAP reports with either ABAP List Viewer (ALV) or SAP Fiori.
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
An interactive and customizable table display
Score 0 of 1
Question:
Response:
Projection View
Metadata Extension
Service Definition
Behavior definition
Score 1 of 1
Question:
BAdIs are classified under which of the following extension types in SAP
S/4HANA Cloud?
Please choose the correct answer.
Response:
Developer Extension
Score 1 of 1
Question:
Response:
System conversion
Third-party cloud
New implementation
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
Which type of legacy code does SAP recommend you eliminate when you
review modifications as part of an SAP S/4HANA system conversion?
There are 2 correct answers to this question.
Response:
Code that supports a critical business process
Code that has less than 10% usage according to usage statistics
Score 1 of 1
Question:
How do CDS Table Functions enhance the capabilities of ABAP CDS Views?
Please choose the correct answer.
Response:
Score 0 of 1
Question:
Response:
Hashed
Sorted
Standard
Score 1 of 1
Question:
Response:
To manage user roles and permissions
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
In the context of ABAP development, what does 'SQL pushdown' refer to?
Please choose the correct answer.
Response:
Moving SQL statements from the application server to the client side
Score 1 of 1
Question:
What is the main advantage of using Managed Scenarios in the ABAP
RESTful Application Programming Model?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
To be instantiated directly
Score 0 of 1
Question:
Response:
A hashed table, when you read a single record and specify the complete
A sorted table, when you read a subset in a loop and specify a part of the
^ without gaps.
A sorted table, when you read a single record and specify non key fields.
A hashed table, when you read a subset in a loop and specify a part of th
without gaps.
Score 0 of 1
Question:
Response:
Score 1 of 1
Question:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
Multiple secondary keys are allowed for any kind of internal table.
Secondary keys must be chosen explicitly when you actually read from an
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
How does the 'Unmanaged Scenario' in the ABAP RAP differ from the
'Managed Scenario'?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
Which of the following are valid data sources for a CDS view entity?
There are 2 correct answers to this question.
Response:
A structure
A database table
An internal table
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Which of the following are key parts of the clean core concept?
There are 3 correct answers to this question.
Response:
Elimination of modifications
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
To declare a constant
Score 0 of 1
Question:
Response:
Floating point types and integer types can NOT be used in the same expr
Decimal types and integer types can NOT be used in the same expression
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
Extension architecture
Extension uniqueness
Score 1 of 1
Question:
In ABAP Object-Oriented programming, what is a Class?
Please choose the correct answer.
Response:
A database table
Score 0 of 1
Question:
Response:
Garbage collection
Pointer arithmetic
Score 1 of 1
Question:
Response:
A) NOT 1
B) OR 3
C) AND 2
Response:
ABC
CAB
ACB
BAC
Score 1 of 1
Question:
Response:
Find entity
Get entity
Select entity
Read entity
Score 0 of 1
Question:
Response:
Projection view
Service definition
Metadata extension
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
In an Access Control Object, which clauses are used?
There are 3 correct answers to this question.
Response:
Return code (to assign the return code of the authority check)
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
If the user is NOT authorized for 'CNTRY' = 'DE' OR for 'ACTVT' = '03 then
terminate.
If the user is authorized for 'CNTRY = 'DE' AND for 'ACTVT = '03 then the
If the user is authorized for 'CNTRY = 'DE' then the return code is always
Score 0 of 1
Question:
Response:
Simple variable
Internal Table
Structure
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
What is the role of 'Hierarchical CDS Views' in ABAP for SAP HANA?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
Response:
Convert nested loops into single SQL statements using New ABAP SQL
Score 1 of 1
Question:
Response:
FINAL
ABSTRACT
STATIC
REDEFINITION
Score 0 of 1
Question:
Response:
To define a set of methods that implementing classes must provide
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
@_Airline-Name
\_Airline-Name
"_Airline Name
/_Airline Name
Score 0 of 1
Question:
Why are Side-by-Side Extensions preferred over In-App Extensions in
S/4HANA Cloud for complex integrations?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
Response:
No changing parameters
Score 1 of 1
Question:
What elements can you add to enhance a business object in the ABAP
RESTful application programming model?
There are 2 correct answers to this question.
Response:
Private methods
Field
Score 1 of 1
Question:
In ABAP for SAP HANA, what is the role of the 'AMDP' (ABAP Managed
Database Procedures)?
Please choose the correct answer.
Response:
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
In ABAP for SAP HANA, how does 'Parallel Processing' improve application
performance?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
What is the role of the 'HAVING' clause in ABAP CDS Views?
Please choose the correct answer.
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
Response:
spfli-connid,
demo_ods_assoc_spfli.connid,
_spfli.connid/
demo_ods_assoc_spfli-connid/