Group 5 Flashcards

1
Q

Which Core Data Services (CDS) object type can you use to read and write data for an application?

A

Entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following types of data model can you develop with SAP HANA Cloud?

There are 3 correct answers to this question.

A

Spatial

Graph

Predictive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

By fueling generic runtimes to serve recurring tasks automatically

By declaratively capturing domain knowledge in CDS models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which components are part of SAP HANA Cloud?

There are 3 correct answers to this question.

A

SAP Adaptive Server Enterprise

SAP HANA database

Data lake

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

To which authorization objects can the SAP HANA Cloud Administrator assign business users?

There are 2 correct answers to this question.

A

Role-collections

Authorizations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

(a) Remove all breakpoints in the debugger pane.

(b) Detach the debugger from the running application.

(c) Resume module execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You have to create an association between Books and Authors entities using Core Data Services (CDS). Which syntax is applicable?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why would you choose an HDI-shared service plan instead of a schema service plan?

There are 3 correct answers to this question.

A

You want to use containers to isolate objects.

You want to use SAP Business Application Studio.

You want to develop calculation views.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which feature of domain modeling can you use to model document structures through contained-in relationships?

A

Compositions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

Services

Actions

Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which APIs are used by the event handler to interact with remote or database services?

There are 2 correct answers to this question.

A

Querying

Messaging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which design time files can you create in an SAP HANA database module?

There are 2 correct answers to this question.

A

.hdbcalculationview

.hdbprocedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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?

A

Modified(M)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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?

A

202- ACCEPTED

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What can you do when using the golden path for the SAP Cloud Application Programming Model?

There are 2 correct answers to this question.

A

Reuse existing services.

Define your data model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly