Group 3 Flashcards
A new release of SAP HANA Cloud, SAP HANA database is available as of today. If you do NOT perform the upgrade manually, how much time do you have before your database will be automatically upgraded to the next release?
7 months
Which resource types can you use in an mta.yaml file?
There are 3 correct answers to this question.
com.sap.xs.uaa
com.sap.xs.hdi-container
com.sap.xs.hana-sbss
Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application?
There are 3 correct answers to this question.
Release the application and provide the metadata information.
Execute service wiring to dependent services.
Start a new container with the application image.
How do you control the flow of logic when using SQL Script?
There are 3 correct answers to this question.
By using WHILE loops
By branching logic based on some conditions
By manipulating scalar variables
What is the correct syntax to use common types for model reuse?
using { Country } from ‘@sap/cds/common’;entity Addresses{ town : String; country : Country; }
HINT: from is the key word
What can you use to register the JavaScript implementation of an event handler for external services to the framework?
An inline function passed to result of cds.connect()
In which project folder are UI artifacts in SAP Business Application Studio stored?
app
What can you use to define data models in the SAP Cloud Application Programming Model?
CDS
Which of the following annotations provides the most fine-grained control for Core Data Services (CDS) security?
@restrict
Which part of the MTA development descriptor file contains API keys?
Properties
Which solutions form the SAP Business Technology Platform?
There are 2 correct answers to this question.
Analytics
Application Development & Integration
What is mandatory when working on public Git in a distributed environment?
Connect to a central repository to share your project contribution.
What is the sequence of steps to debug a procedure?
- Open the debug panel and link the debugger to a session.
- Select the procedure to be debugged from the Database Explorer.
- Open the procedure for debugging and set the breakpoint.
- Execute the procedure.
HINT: “Open the debug” is the key option
What properties can you set in the procedure header when developing a procedure?
There are 3 correct answers to this question.
Language (SQLScript/R)
Read/write access
Security (invoker/definer)
In Node.js, which file do you use to define external module dependencies?
package.json