Which elements can you specify with the SAP WeblDE for SAP HANA graphical editor for Core Data Services data models? There are 3 correct answers to this question.
Correct Answer: A,B,D
Question 52
Which of the following are characteristics of SAPUI5? There are 3 correct answers to this question.
Correct Answer: A,B,C
SAPUI5 is a JavaScript-based UI framework that enables the development of web applications that run on various devices and platforms. SAPUI5 has the following characteristics12: * Provides an extensibility concept: SAPUI5 allows developers to extend or customize the standard UI components, such as controls, views, or controllers, to meet specific requirements or scenarios. SAPUI5 also supports the creation of custom UI components, which are reusable and modular UI elements that can be integrated into other SAPUI5 applications. * Enables responsive application design: SAPUI5 supports the development of responsive applications, which are applications that adapt to different screen sizes, orientations, and resolutions, and provide a consistent and optimal user experience across different devices. SAPUI5 provides various layout options, such as grids, panels, or flexboxes, to arrange the UI elements according to the available space. SAPUI5 also provides various UI patterns, such as master-detail, split-screen, or full-screen, to organize the application content and navigation according to the device type. * Supports customer-specific theming: SAPUI5 allows developers to apply different themes to the UI components, such as colors, fonts, icons, or backgrounds, to match the branding or style of the customer or the application. SAPUI5 provides a set of predefined themes, such as SAP Fiori, SAP Belize, or SAP Quartz, that follow the SAP design guidelines and principles. SAPUI5 also provides tools, such as the UI Theme Designer or the SAPUI5 Theme Builder, to create or modify custom themes. The other options are not correct because they are not characteristics of SAPUI5. SAPUI5 does not render the UI on the server side, but rather on the client side, in the browser or the device that accesses the application. SAPUI5 does not provide a device-specific user experience, but rather a device-agnostic user experience, which means that the application can run on any device and platform without requiring any changes or adaptations. References: * SAP HANA Platform, Developing Applications with SAP HANA Cloud Platform, Developing Multi-Target Applications, Developing HTML5 Modules, Developing SAPUI5 Applications * SAP HANA Platform, SAP HANA Extended Application Services, Advanced Model, Developing and Deploying Applications, Developing SAP Fiori Applications, Developing SAPUI5 Applications
Question 53
You develop an OData service using XSODATA. Which HTTP commands can you use to define the operations on the resources? There are 3 correct answers to this question.
Correct Answer: A,D,E
According to the SAP HANA Developer Guide, XSODATA supports the following HTTP commands to define the operations on the resources: * DGET: Retrieves a single entity or a collection of entities from the data source. * DPUT: Updates an existing entity in the data source. * POST: Creates a new entity in the data source. * DELETE: Deletes an existing entity from the data source. The READ and INSERT commands are not valid HTTP commands for XSODATA. They are keywords that can be used in the service definition file (.xsodata) to specify the access mode for each entity set. References: SAP HANA Developer Guide, Chapter 6, Section 6.4.2, page 2111
Question 54
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? Please choose the correct answer.
Correct Answer: C
Question 55
What are the different types of graphical calculation views that can handle measures? There are 2 correct answers to this question.