Which parameter do you adapt to change the file that is initially delivered by an HTML5 module? Please choose the correct answer.
Correct Answer: B
An HTML5 module is a module that contains static web content, such as HTML, CSS, JavaScript, or images, that are delivered by a web server. An HTML5 module can be part of a multi-target application (MTA) project, which is a single application that consists of multiple modules that are developed using different technologies and designed to run on different target runtime environments. An HTML5 module can be deployed to the XS Advanced runtime environment, which is a platform that supports the development and execution of cloud-native applications on SAP HANA. To change the file that is initially delivered by an HTML5 module, you need to adapt the welcome file parameter of the xs-app.json file. The xs-app.json file is a configuration file that defines the routing rules and authentication settings for the HTML5 module. The welcome file parameter specifies the name of the file that is served as the default document when the root path of the HTML5 module is requested. For example, if the welcome file parameter is set to "index.html", then the file index.html in the HTML5 module will be delivered when the user accesses the URL of the HTML5 module without any additional path. The welcome file parameter can be changed to any valid file name that exists in the HTML5 module. The other options are incorrect because they are not parameters that can be used to change the file that is initially delivered by an HTML5 module. The service_url parameter of the mta.xml file is a parameter that defines the URL of a service that is required by a module or provided by a resource in an MTA project. The start parameter of the package.json file is a parameter that defines the script that is executed when the npm start command is run in a Node.js module. The runners parameter of the project.json file is a parameter that defines the configuration of the runners that are used to execute the code in a Cloud Foundry module. References: * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 1.1 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 1.3 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.1 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.2 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.3 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.4 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.5 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.6 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.7 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.8 * SAP HANA Platform 2.0 SPS06: Developing Multitarget Applications, Section 2.9
Question 57
Which of the following are characteristics of database procedures?
Correct Answer: A
Question 58
Why do you use associations in your persistence model for SAP HANA extended application services, advanced model (XS advanced)? Please choose the correct answer.
Correct Answer: B
Question 59
In Node.js, which file do you use to define external module dependencies? Please choose the correct answer.
Correct Answer: A
Question 60
Which artifacts do you define in the persistence model to access objects in an external SAP HANA Deployment Infrastructure container? Please choose the correct answer.