Certificate Associate Exam - Back-end Developer PT4
![]() |
![]() |
![]() |
Title of test:![]() Certificate Associate Exam - Back-end Developer PT4 Description: Certificate Associate Exam - Back-end Developer PracticeTest4 Creation Date: 2025/04/18 Category: Computers Number of questions: 10
|




New Comment |
---|
NO RECORDS |
<Basic Concept> What does CDS stand for in the ABAP environment?. Core Data Services. Centralized Data Syntax. Custom Data Source. Conditional Data Storage. <CDS View Benefits> Which of the following are advantages of using CDS Views? (Select all that apply). Code pushdown to the database. Use of annotations for UI and behavior. Replacing authorization objects. Defining reusable data models. <Annotation Purpose> Which annotation is used to expose a CDS view as an OData service?. @UI.lineItem. @EndUserText.label. @OData.publish: true. @AbapCatalog.sqlViewName. <Association> In CDS, what is the purpose of an association?. To define behavior logic. To generate ALV reports. To link multiple CDS views via a foreign key relationship. To declare constants for SQL. <Path Expression> What is a path expression in CDS?. A way to join tables in native SQL. A UI element for filtering results. A method to navigate associations. A custom user exit. <Parameterized Views> Which keyword is used to define parameters in a CDS view?. @Parameter.view: true. parameters view create. define view with parameters. define parameterized view. <SQL View Name> Why is the annotation @AbapCatalog.sqlViewName required?. It links CDS to authorization roles. It enables enhancement spots. It creates a corresponding SQL view in the database. It adds UI annotations for SAP Fiori. Access Control How do you apply authorization logic to a CDS view?. You cannot apply authorization to CDS views. Use a DCL (Data Control Language) object. Embed the logic with CASE statements. Use AUTHORITY-CHECK inside the view. <View Types> Which of the following is a composite CDS view?. A view without associations. A view used only for analytics. A view that consumes other CDS views. A view that consumes a database table directly. <CDS View Usage> What can you do with CDS views in ABAP Cloud? (Select all that apply). Create analytical models. Modify released standard CDS views. Expose them via OData. Use them in RAP data models. |