option
Questions
ayuda
daypo
search.php

ERASED TEST, YOU MAY BE INTERESTED ON Molekulární

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Molekulární

Description:
Molekulární

Author:
Molekulární biologie
Other tests from this author

Creation Date: 16/06/2020

Category: Others

Number of questions: 35
Share the Test:
New CommentNuevo Comentario
No comments about this test.
Content:
In application development with XS advanced, which of the following entities belong to a specific SPACE? There are 2 correct answers to this question. Users Organizations Applications Processes.
To which SAP HANA authorization entities can you grant a role? There are 2 correct answers to this question. Role User Object Privilege.
Which OData service do you use to prevent changes to existing line items of the sap.test :myTable table? Please choose the correct answer. service { "sap.test::myTable" update prohibited; ) service { "sap.test::myTable" update exclude; ) service { "sap.test::myTable" update forbidden; ) service { "sap.test::myTable" update no-authorization; }.
Which new components can you use to develop native SAP HANA applications in SAP HANA extended application services, advanced model (XS advanced)? There are 2 correct answers to this question. SAP HANA studio SAP Web IDE for SAP HANA SAP HANA repository Git repository.
What are the characteristics of SAP HANA calculation views? There are 2 correct answers to this question. Do NOT need an application server to execute Need an application server to execute Do NOT need database tables to execute Need database tables to execute.
Which metadata declarations can you specify in a SQL Script procedure when you use the SAP HANA Deployment Infrastructure? There are 2 correct answers to this question. Security Language Default schema Authorization.
In a calculation view, what are the different types of input mapping available in Table Function? There are 2 correct answers to this question. Variable Constant Data Source Column Formula.
In Node.js, which file do you use to define external module dependencies? Please choose the correct answer. mta.yaml pom.xml server.js package.json.
From which tool can you run the XS command line? Please choose the correct answer. SAP HANA cockpit SAP HANA studio Local operating system shell SAP WebIDE for SAP HANA.
Which application runtimes are currently supported by the SAP Cloud Application Programming Model? There are 2 correct answers to this question. Go Node.js Java Python.
Which parameter do you adapt to change the file that is initially delivered by an HTML5 module? Please choose the correct answer. Start parameter of the package.json file Welcome file parameter of the xs-app.json file Service_url parameter of the mta.xmI file Runners parameter of the projectjson file.
Why do you use associations in your persistence model for SAP HANA extended application services, advanced model (XS advanced)? Please choose the correct answer. To set relationships between multiple contexts To define multiplicity and key of an entity relation To enforce database-level constraints To define the relationships between contexts and views.
You implement a native SAP HANA application using SAP HANA extended application services, advanced model (XS advanced) and SAPUI5. Where is the UI rendering executed? Please choose the correct answer. On the XS advanced application server On the SAP Fiori front-end server On the front-end client device On the SAPUI5 HTML5 module.
How do you specify the target currency for currency conversion in calculation views? There are 3 correct answers to this question. In a table function With a fixed value With an input parameter In a column In a procedure.
An OData service contains an entity set called Products. Which resource path do you add to the OData service URL to view all available products? Please choose the correct answer. /Products/' /Products/ALL /Products/$metadata /Products.
After reviewing the SQL Analyzer results, which of the following would you consider for optimizing the performance? There are 2 correct answers to this question. Change the data model. Modify SQL hints. Re-prioritize with Workload Management. Use CE functions.
You need to check user input data in your OData request. Which exit type do you use? Please choose the correct answer. Modification Validation Verification Consistency.
You created an HDI database role, using the SAP Web IDE for SAP HANA and deployed your project. Afterward, you made some modifications to the runtime role. What happens when you change and re-build the design-time role? Please choose the correct answer. The runtime modifications are overwritten. The deployment of the role fails. You need to confirm the runtime modifications The runtime modifications are kept.
Which OData capacities are supported in SAP HANA extended application services, advanced model (XSA)? There are 3 correct answers to this question. Aggregation Join Union Association Projection.
You define exception handling in a SQL Script procedure. What can you use declare exit handlers for? There are 2 correct answers to this question. Specific SQL conditions Generic SQL conditions Generic SQL exceptions Specific SQL error codes.
You need to view the data model exposed by an OData V2 service. What must you append to the service URL? Please choose the correct answer. $service definition $format $metadata $schema.
You create an SAP HANA extended application services, advanced model (XS advanced) multitarget application. What does the mta.xml file contain? Please choose the correct answer. The Node.js package definition with dependencies and initial run configurations The application router description with the authentication methods and access routes The plugin name and version for every supported file suffix The application global elements, modules, resources, properties, and parameters.
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. Entity sets Aggregations Projections Associations.
Which Git commands are available with the SAP Web IDE for SAP HANA? There are 3 correct answers to this question. Merge changes Push code Redeploy the code Clone a repository Test changes.
You work on a multi-target application that uses the SAP HANA Deployment Infrastructure (HDI). Which operations can you perform in the SAP Web IDE for SAP HANA? There are 2 correct answers to this question. Choose the supported SAP HANA versions. Create objects in the SAP HANA repository. Deploy HTML5 modules to the SAP HANA database. Configure the artifact namespaces.
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. Push the calculations onto the database layer Push the calculations onto the presentation layer. Push the calculations onto the application layer. Distribute calculations between application layer and presentation layer.
You need to initially load data from a .csv file into a Core Data Services table in SAP HANA extended application services, advanced model (XS advanced). Which file type do you create? Please choose the correct answer. A file with extension .hdbdd A file with extension .hdbtable data A file with extension .hdbti A fie with extension .hdbtable.
What are the issue categories that SQL Script Code Analyser scans for? There are 3 correct answers to this question. Performance Security Business logic Privileges Consistency.
Which Git command do you use to consolidate all changes from one branch with another branch using a single commit? Please choose the correct answer. Merge Push Rebase Commit.
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. Procedures Imports Synonyms Views.
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. GET READ INSERT POST PUT.
What are the steps to debug a Node.js application using SAP Web IDE for SAP HANA? There are 3 correct answers to this question. Specify the proper Git repository in the debug properties. Set a breakpoint in the application. Attach the debugger to the node module. Open the debugger. Build the application with the debug option.
You need to consume a Node.js service in an SAPUI5 application. In which section of the mta.xml file do you define the variable for the exposed service? Please choose the correct answer. In the provides section of the Node.js module In the path section of the Node.js module In the requires sect on of the HTML5 module In the properties sect on of the MTA resources.
Which parameters does the APPLY_FILTER function support? There are 2 correct answers to this question. Filter condition Table variable Entity set Join condition.
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. subfolder mixinTypes name hdbtable.
Report abuse