option
Questions
ayuda
daypo
search.php

Certificate Associate Exam - Back-end Developer PT11

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Certificate Associate Exam - Back-end Developer PT11

Description:
Certificate Associate Exam - Back-end Developer PracticeTest11

Creation Date: 2025/04/22

Category: Computers

Number of questions: 10

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

<DCL Purpose> What is the purpose of a DCL (Data Control Language) object in ABAP CDS?. To define the structure of CDS views. To apply field formatting in Fiori. To implement authorization logic for CDS views. To schedule background jobs.

<Annotation for OData Exposure> Which annotation is used to automatically publish a CDS view as an OData service?. @OData.publish: true. @AbapCatalog.sqlViewName. @ObjectModel.readOnly. @UI.lineItem.

<UI Annotations> Which annotation helps display fields in a Fiori elements list table?. @EndUserText.label. @AccessControl.authorizationCheck. @ObjectModel.createEnabled. @UI.lineItem.

<Authorization Check Modes> Which of the following modes are valid for the annotation @AccessControl.authorizationCheck? (Select all that apply). #CHECK. #ENFORCED. #NOT_REQUIRED. #DISABLED.

<CDS View with DCL> What happens if a CDS view is used in ABAP without assigning an authorization object or user restriction?. Only records with blank values are shown. The CDS view won’t activate. All records are visible. An error is raised.

<Join Type in CDS> Which JOIN type is most commonly used in CDS views?. CROSS JOIN. INNER JOIN. FULL JOIN. OUTER JOIN.

<Join Syntax> Which of the following is correct syntax for writing a JOIN in a CDS view?. match scustom to sflight on key. join ztable using zfield. association to sflight as _flight on $projection.flight_id = _flight.flight_id. JOIN scustom ON scustom.customer_id = sflight.customer_id.

<Field Labeling> What is the purpose of @EndUserText.label?. It controls whether the field is editable. It provides a human-readable label for fields or views. It defines the title of a CDS view in Eclipse. It adds a tooltip for database table fields.

<Authorization Object Binding> How is a CDS view linked to a DCL object?. Via a table foreign key. Using the annotation @AccessControl.authorizationCheck: #CHECK. Through transaction SU24. Using a RAP behavior definition.

<Association vs Join> Which statement correctly distinguishes a CDS association from a JOIN?. Associations must always be INNER JOINs. Associations define a reusable relationship and are navigated with path expressions. Joins cannot be used in CDS views. Associations fetch data at runtime using SELECT loops.

Report abuse