SAP C_HANADEV_17 SAP Certified Development Associate – SAP HANA 2.0 SPS05 Online Training
SAP C_HANADEV_17 Online Training
The questions for C_HANADEV_17 were last updated at Nov 15,2024.
- Exam Code: C_HANADEV_17
- Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS05
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which parameter do you adapt to change the file that is initially delivered by an HTML5 module? Please choose the correct answer.
- A . Service_url parameter of the mta.xml file
- B . Start parameter of the package.json file
- C . Runners parameter of the projectjson file
- D . Welcome file parameter of the xs-app.json file
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
Which metadata declarations can you specify in an SQL Script procedure when you use the SAP HANA Deployment Infrastructure? Note: There are 2 correct answers to this question.
- A . Authorization
- B . Default schema
- C . Security
- D . Language
You created several database tables in a multi-target application and need to keep their names as short as possible.
Which parameter of the .hdinamespace file do you set to ignore?
- A . subfolder
- B . mixinTypes
- C . hdbtable
- D . name
What do you use to set up unit testing for your SQL Script procedure? Please choose the correct answer.
- A . A library with language SQLSCRIPTTEST
- B . The SQL Script debugger
- C . SQL Script logging procedures
- D . The SQL Script Code Analyzer
How do you specify the target currency for currency conversion in calculation views? There are 3 correct answers to this question.
- A . With an input parameter
- B . With a fixed value
- C . In a column
- D . In a procedure
- E . In a table function
Who owns the database objects created in an SAP HANA Deployment Infrastructure container?
- A . The generated, container-specific technical user
- B . The database user with the generated database role, suffix ‘;;external_privileges_role’
- C . The SAP HANA extended application services, advanced model (XS advanced)user who deployed the CDS model
- D . The database user with the generated database role, suffix ‘;;access_role!
You implement a native SAP HANA application using SAP HANA extended application services, advanced mode (XS advanced) and SAPUI5.
Where is the UI rendering executed?
- A . On the XSadvanced application server
- B . On the SAPUI5 HTML5 module
- C . On the front-end client device
- D . On the SAP Fiori front-end server
To which SAP HANA authorization entities can you grant a role? There are 2 correct answers to this question.
- A . Role
- B . Privilege
- C . Object
- D . User
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