Debug the Node.js application. Explain how to access the database
トピック 3
Explain the SAP HANA Deployment Infrastructure (HDI)
Describe development using Server Side JavaScript with Node.js
トピック 4
Grant privileges for external objects within a multi-target application project
Explain XSA application Command-Line client
トピック 5
Describe basic concepts of authorizations in an XSA application
Explain basic concepts of Odata in SAP HANA
トピック 6
Explain
Use SAP HANA calculation views, graphical calculation views
OData navigation properties, custom exits in OData
トピック 7
Explain the basic concepts and language features of SQLScript
Maintain application security in a multi-targetd application project
トピック 8
XSA appliction administration and monitoring tools, Web IDE
Use the SQLScript wizard and editor
トピック 9
Explain basic concepts of Core Data Services such as Core Data Services entity
Create an OData service, OData key specification
トピック 10
Use the SQLScript debugger. Use functions (including table and scalar functions)
Exposing Data as OData Services
SAP Certified Development Associate - SAP HANA 2.0 SPS05 認定 CHANADEV17 試験問題 (Q45-Q50):
質問 # 45 You need to view the data model exposed by an OData V2 service. What must you append to theservice URL?
A. $servicedefinition
B. $format
C. $schema
D. $metadata
正解:D 質問 # 46 Which OData service do you use to prevent changes to existing line items of the sap.test :myTable table? Please choose the correct answer. A)
B)
C)
D)
A. Option B
B. Option A
C. Option C
D. Option D
正解:C 質問 # 47 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. Specify the proper GIT repository in the debug properties.
B. Set a breakpoint in the application.
C. Build the application with the debug option.
D. Attach debugger to the node module.
E. Open the debugger.
正解:B、D、E 質問 # 48 You need to create a native SAP HANA application that fully leverages the SAP HANA platform. How do you implement data-intensive calculations?
A. Push the calculations onto the application layer
B. Distribute calculations between application layer and presentation layer
C. Push the calculations onto the database layer
D. Push the calculations onto the presentation layer
正解:C 質問 # 49 What happens if you define a database object in the persistence model and deploy it using the SAP HANA Deployment Infrastructure (HDI)?
A. A descriptive representation of the object is created in HDI during runtime.
B. The HDI container is created when the design-time object is saved.
C. The corresponding runtime object is created in the HDI container on deployment.
D. The corresponding runtime object is created in the database module of the multi-target application during runtime.