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 application runtimes are currently supported by the SAP Cloud Application Programming Model? There are 2 correct answers to this question.
- A . Go
- B . Node.js
- C . Python
- D . Java
You need to combine data from different database tables within your OData service.
Which capability do you use for this relationship? Please choose the correct answer.
- A . Aggregations
- B . Projections
- C . Associations
- D . Entity sets
What key words are contained in the application descriptor file (xs-app.json)? There are 2 correct answers to this question.
- A . routes
- B . role-templates
- C . tenant-mode
- D . authentication Method
You create a simple data model to store user information. The model contains two tables: one for the user information, and the other for user address details.
The user can only have one address. You also need a view to show the complete information of the user including the address.
Which actions do you perform if you use CDS artifacts only? Please choose the correct answer.
- A . Create two entities for the user and address.
Create an association in the user entity to the address entity.
Define a User Details view using select on the address entity and using the association to read the
user information. - B . Create two entities for the user and address.
Create an association in the user entity to the address entity. - C . Define a User Details view using select on the user entity and using the association to read the address information.
Create two entities for the user and address.
Extend the user entity with address columns. - D . Create a view named User Details using select on the user entity.
x-s Create two entities for the user and address.
Create a User Details calculation view and join the user and address information.
What are the disadvantages when deploying Dynamic SQL? There are 2 correct answers to this question.
- A . Limited opportunities for optimization
- B . No possibility to bind the result to a SQL Script variable
- C . No possibility to use SQL Script variables
- D . Additional SQL execution privileges are required
You need to access a remote database table object within your HDB module in a Multi-target application project.
In SAP HANA extended application services, advanced model (XS advanced) a user-provided service was created to access the external schem
a. The service is already declared in the Multi-target application project YAML file.
Which activities do you perform?
- A . There are 3 correct answers to this question.
- B . Create a view that refers to a synonym. n Create a synonym that refers to the view.
- C . Create/update the .hdbgrants file providing authorizations for the remote schema.
- D . Create a synonym for the remote table object.
- E . Create a view that refers to the table.
From which tool can you run the XS command line? Please choose the correct answer.
- A . Local operating system shell
- B . SAP HANA studio
- C . SAP WeblDE for SAP HANA
- D . SAP HANA cockpit
You need to create a native SAP HANA application that fully leverages the SAP HANA platform.
How do you implement data-intensive calculations? Please choose the correct answer.
- A . Push the calculations onto the application layer.
- B . Push the calculations onto the database layer
- C . Push the calculations onto the presentation layer.
- D . Distribute calculations between application layer and presentation layer.
You develop a Node.js application for the SAP HANA platform that executes a SQL statement in the SAP HANA database.
Which modules do you use? There are 2 correct answers to this question.
- A . @sap/instance-manager
- B . @sap/xsenv
- C . @sap/hdbext
- D . @sap/node-vsi
Which activities do you perform on an application in the SAP HANA XS Advanced Cockpit? There are 2 correct answers to this question.
- A . Monitor applications assigned to the current space.
- B . Deploy applications to SAP Cloud Platform.
- C . Display HDI container content.
- D . Start, stop, and restart applications.