Group 3 Flashcards

1
Q

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?

A

7 months

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

Which resource types can you use in an mta.yaml file?

There are 3 correct answers to this question.

A

com.sap.xs.uaa

com.sap.xs.hdi-container

com.sap.xs.hana-sbss

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

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.

A

Release the application and provide the metadata information.

Execute service wiring to dependent services.

Start a new container with the application image.

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

How do you control the flow of logic when using SQL Script?

There are 3 correct answers to this question.

A

By using WHILE loops

By branching logic based on some conditions

By manipulating scalar variables

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

What is the correct syntax to use common types for model reuse?

A

using { Country } from ‘@sap/cds/common’;entity Addresses{ town : String; country : Country; }

HINT: from is the key word

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

What can you use to register the JavaScript implementation of an event handler for external services to the framework?

A

An inline function passed to result of cds.connect()

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

In which project folder are UI artifacts in SAP Business Application Studio stored?

A

app

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

What can you use to define data models in the SAP Cloud Application Programming Model?

A

CDS

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

Which of the following annotations provides the most fine-grained control for Core Data Services (CDS) security?

A

@restrict

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

Which part of the MTA development descriptor file contains API keys?

A

Properties

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

Which solutions form the SAP Business Technology Platform?

There are 2 correct answers to this question.

A

Analytics

Application Development & Integration

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

What is mandatory when working on public Git in a distributed environment?

A

Connect to a central repository to share your project contribution.

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

What is the sequence of steps to debug a procedure?

A
  1. Open the debug panel and link the debugger to a session.
  2. Select the procedure to be debugged from the Database Explorer.
  3. Open the procedure for debugging and set the breakpoint.
  4. Execute the procedure.

HINT: “Open the debug” is the key option

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

What properties can you set in the procedure header when developing a procedure?

There are 3 correct answers to this question.

A

Language (SQLScript/R)

Read/write access

Security (invoker/definer)

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

In Node.js, which file do you use to define external module dependencies?

A

package.json

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