SAP C_HANADEV_16 SAP Certified Development Associate – SAP HANA 2.0 SPS04 Online Training
SAP C_HANADEV_16 Online Training
The questions for C_HANADEV_16 were last updated at Nov 15,2024.
- Exam Code: C_HANADEV_16
- Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS04
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which of the following SQL Script elements do you use to transform a set of arrays into an intermediate table variable? Please choose the correct answer.
- A . ARRAY
- B . SET
- C . UNSET
- D . UNNEST
Your team develops an application using SAP Web IDE for SAP HANA.
How can you share the application source code with other team users?
- A . Share the project in the application project settings.
- B . Assign a shared workspace to users in XS Advanced Administration.
- C . Store the source code in a shared Git repository.
- D . Store the project in a shared package within the SAP HANA repository.
You develop native SAP HANA applications in SAP HANA extended application services, advanced model (XS advanced).
What are some of the advantages compared to developing in SAP HANA extended application services, classic model (XS classic)? Note: There are 3 correct answers to this question.
- A . No additional SAP HANA components are required.
- B . It supports different runtime containers.
- C . The source code repository is built into the SAP HANA database.
- D . Advanced GIT/GERRIT source code management is available.
- E . The application layer can be separate from the database.
Which services can you use in SAP HANA 2.0, express edition? Note: There are 3 correct answers to this question.
- A . Text analytics
- B . Dynamic tiering
- C . System replication
- D . Columnar OLTP and OLAP
- E . Multi-core and parallelization
In a calculation view, what are the different types of input mapping available in Table Function? There are 2 correct answers to this question.
- A . Formula
- B . Data Source Column
- C . Variable
- D . Constant
What are the characteristics of the calculation view of type "SQL Access Only"? There are 2 correct answers to this question.
- A . Can be directly used for multidimensional analysis
- B . Can be direct y accessed via SQL
- C . Can be directly exposed to all client tools
- D . Can be directly used as modeled data source for another view
You need to access a remote database table object within your HDB module in an MTA project. In SAP HANA extended application services, advanced model (XS advanced) a user-provided service was created to access the external schema. The service is already declared in the MTA project YAML file.
Which activities do you perform? Note: There are 3 correct answers to this question.
- A . Create a synonym that refers to the view.
- B . Create a view that refers to a synonym.
- C . Create a synonym for the remote table object.
- D . Create/update the .hdbgrants file providing authorizations for the remote schema.
- E . Create a view that refers to the table.
A Node.js module is executed for the first time in SAP HANA extended application services, advanced model (XS advanced).
Which of the following activities are performed automatically? There are 2 correct answers to this question.
- A . A new SAP HANA Deployment Infrastructure (HDI) container is created.
- B . A new service is executed on the application server.
- C . The required modules are downloaded based on module dependencies.
- D . The source code is compiled to create an executable binary file.
Which of the following models a servet-side model in the SAPUI5 context?
- A . Resource
- B . OData
- C . JSON
- D . XML
What are the nodes where filter expressions can be used in a calculation view? There are 2 correct answers to this question.
- A . Aggregation
- B . Union
- C . Rank
- D . Star join