Group 5 Flashcards
Which Core Data Services (CDS) object type can you use to read and write data for an application?
Entity
Which of the following types of data model can you develop with SAP HANA Cloud?
There are 3 correct answers to this question.
Spatial
Graph
Predictive
How can domain experts and developers collaborate to focus on domain problems using the SAP Cloud Application Programming Model?
There are 2 correct answers to this question.
By fueling generic runtimes to serve recurring tasks automatically
By declaratively capturing domain knowledge in CDS models
Which components are part of SAP HANA Cloud?
There are 3 correct answers to this question.
SAP Adaptive Server Enterprise
SAP HANA database
Data lake
To which authorization objects can the SAP HANA Cloud Administrator assign business users?
There are 2 correct answers to this question.
Role-collections
Authorizations
You are debugging a procedure and you want to do the following:
- Delete all breakpoints.
- Run the program to the end.
- Do NOT plan any further debugging activity.
What is the sequence of steps you should follow?
(a) Remove all breakpoints in the debugger pane.
(b) Detach the debugger from the running application.
(c) Resume module execution.
You have to create an association between Books and Authors entities using Core Data Services (CDS). Which syntax is applicable?
entity Books { key ID : Integer; title : String; author : Association to Authors;}entity Authors {key ID : Integer;name : String;}
HINT: Association to Authors;}entity Authors is the key wording
Why would you choose an HDI-shared service plan instead of a schema service plan?
There are 3 correct answers to this question.
You want to use containers to isolate objects.
You want to use SAP Business Application Studio.
You want to develop calculation views.
Which feature of domain modeling can you use to model document structures through contained-in relationships?
Compositions
On which Core Data Services (CDS) element can you define a security restriction in the SAP Cloud Application Programming Model?
There are 3 correct answers to this question.
Services
Actions
Functions
Which APIs are used by the event handler to interact with remote or database services?
There are 2 correct answers to this question.
Querying
Messaging
Which design time files can you create in an SAP HANA database module?
There are 2 correct answers to this question.
.hdbcalculationview
.hdbprocedure
You are using Git from switch view in SAP Business Application Studio and have staged a file after modifications. What is the status of the file?
Modified(M)
You are executing a job using the SAP Job Scheduling service in asynchronous mode. Which HTTP status code does the application return as acknowledgement response?
202- ACCEPTED
What can you do when using the golden path for the SAP Cloud Application Programming Model?
There are 2 correct answers to this question.
Reuse existing services.
Define your data model.