SAP C_HANADEV_18 SAP Certified Development Associate – SAP HANA 2.0 SPS06 Online Training
SAP C_HANADEV_18 Online Training
The questions for C_HANADEV_18 were last updated at Nov 15,2024.
- Exam Code: C_HANADEV_18
- Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS06
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which keywords do you use to define an OData association? There are 3 correct answers to this question.
- A . JOIN
- B . DEPENDENT
- C . UNION
- D . MULTIPLICITY
- E . PRINCIPAL
Which of the following elements can be part of the UI5 application’s index.html file? There are 2 correct answers to this question
- A . Framework Reference
- B . Bootstrap
- C . Backend Connection
- D . UI-Area
In an SQL Script procedure, which feature do you use to initialize IN/OUT table parameters? Please choose the correct answer.
- A . IS_EMPTY
- B . DEFAULT EMPTY
- C . DEFAULT
- D . SET
Who owns the database objects created in an SAP HANA Deployment Infrastructure (HDI) container? Please choose the correct answer.
- A . The generated, container-specific technical user
- B . The SAP HANA extended application services, advanced model (XS advanced) user who deployed the CDS model
- C . The database user with the generated database role, suffix ‘: :access_role’
- D . The database user with the generated database role, suffix ‘: :external_privileges_role’
You want to exclusively use declarative logic in an SQL Script procedure.
Which of the following operators can you use? There are 2 correct answers to this question.
- A . COMM IT statement
- B . IF condition
- C . TABLE variable
- D . MAP_REDUCE function
Which elements can you specify with the SAP WeblDE for SAP HANA graphical editor for Core Data Services data models? There are 3 correct answers to this question.
- A . Entity
- B . Synonym
- C . Procedure
- D . Context
- E . Association
You configure an OData service for a transactional SAPUI5 application.
What is the default data access behavior of the OData service? Please choose the correct answer.
- A . Read: Yes Create: Yes Update: Yes Delete: Yes
- B . Read: Yes Create: Yes Update: Yes Delete: No
- C . Read: Yes, Create: No Update: Yes Delete: No
- D . Read: Yes, Create: No Update: No Delete: No
You need to view the data model exposed by an OData V2 service.
What must you append to the service URL? Please choose the correct answer.
- A . $schema
- B . $service definition
- C . $metadata
- D . $format
Which of the following information must you specify when you create a new project in SAP Web IDE for SAP HANA? There are 2 correct answers to this question.
- A . SAP HANA database version
- B . Project name
- C . Template
- D . Namespace
Which Git commands are available with the SAP Web IDE for SAP HANA? There are 3 correct answers to this question.
- A . Test changes
- B . Push code
- C . Clone a repository
- D . Redeploy the code
- E . Merge changes