C_HANADEV_16 SAP Certified Development Associate - SAP HANA 2.0 SPS04

Loading demo links...

Showing 4–6 of 10 questions

Question 4

What are some of the benefits of developing applications on SAP HANA? Note: There are 2 correct answers to this question.

Select all that apply, then click Submit answer.

  • Execution of stored procedures is faster due to the in-memory database.

  • Reliable segregation of OLAP and OLTP workloads on different SAP HANA databases.

  • Faster response times by using SAP HANA integrated UI rendering.

  • HTML5-compliant Web-based user interface is supported.


Question 5

Which metadata declarations can you specify in an SQLScript procedure when you use the SAP HANA Deployment Infrastructure?

Note: There are 2 correct answers to this question.

Select all that apply, then click Submit answer.

  • Authorization

  • Default schema

  • Security

  • Language


Question 6

You create a simple data model to store user information. The model contains two tables: One for the user information, 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 to you perform if you use CDS artifacts only?

Select an option, then click Submit answer.

  • Create two entities for the user and address. Create an assotiation in the user entity to the address entity.

    Define UserDetails view using select on the address entity using an assotiation.

  • Create two entities for the user and address. Create an assotiation in the user entity to the address entity.

    Define UserDetails view using select on the user entity using an assotiation.

  • Create two entities for the user and address.

    Create a UserDetails calculation view and join the user and address information.

  • Create two entities for the user and address. Extend the user entity with address columns.

    Create a view name UserDetails using select on the user entity.