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 activities do you perform with the Applications tool of SAP HANA XS Advanced Cockpit? Note: There are 2 correct answers to this question.
- A . Monitor applications assigned to the current space.
- B . View system resources used by each instance.
- C . Identify SAP HANA applications which are pinned to spaces.
- D . Start, stop, and restart of applications.
To comply with the SAP Fiori principles, which view type is recommended by SAP?
- A . JSON
- B . XML
- C . HTML
- D . JavaScript
Which of the following activities are part of the development lifecycle using SAP HANA extended application services, advanced model (XS advanced)? Note: There are 3 correct answers to this question.
- A . Synchronize source with GIT repository
- B . Store source in SAP HANA repository
- C . Activate artifacts via _SYS_REPO
- D . Create an MTA project
- E . Export project as MTA archive
Which of the following SQLScript elements do you use to transform a set of arrays into an intermediate table variable?
- A . SET
- B . UNSET
- C . ARRAY
- D . UNNEST
You need to view the data model exposed by an OData V2 service.
What must you append to the service URL?
- A . $servicedefinition
- B . $schema
- C . $metadata
- D . $format
Which GIT commands are available with the SAP Web IDE for SAP HANA? Note: There are 3 correct answers to this question.
- A . Redeploy the code
- B . Clone a repository
- C . Merge changes
- D . Push code
- E . Test changes
For what do you use the RESIGNAL statement in SQLScript?
- A . System exceptions
- B . Specific SQL error codes
- C . Generic SQL exceptions
- D . User-defined exceptions
You need to debug a Node.js application using SAP Web IDE for SAP HANA.
What must you do? Note: There are 3 correct answers to this question.
- A . Open the debugger.
- B . Attach debugger to the node module.
- C . Specify the proper GIT repository in the debug properties.
- D . Set a breakpoint in the application.
- E . Build the application with the debug option.
Your multi-target application will use XSJS.
Which module type do you create in your application project? Please choose the correct answer.
- A . SAP HANA database
- B . HTML5
- C . Java
- D . Node.js
You use APPLY_FILTER to add a dynamic WHERE clause on SELECT statements.
On which objects can you apply the filter? Note: There are 2 correct answers to this question.
- A . Database tables
- B . Intermediate table variables
- C . Virtual tables
- D . Scalar variables