Group 2 Flashcards

1
Q

You are using Core Data Services (CDS) to define the persistence layer in SAP Business Application Studio. Which folder of the project do you use to create the design time files?

A

src

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

Why would you create a calculation view?

A

To define a virtual modeling layer on top of tables

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

Which major logical areas are involved when working with files locally in Git?

There are 3 correct answers to this question.

A

Staging area

Local Git repository

Working directory

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

Which option do you use to move staged files to a local repository?

A

Commit

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

How do you define an entity for a business application that supports multiple languages dynamically?

There are 2 correct answers to this question.

A

The entity attributes that need to support multiple languages need to be marked with a special keyword called localized.

A text table gets created for each entity that has attributes defined as localized.

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

What are the properties of access control with @restrict?

There are 3 correct answers to this question.

A

grant

to

where

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

In SAP HANA Cloud, which tasks are handled by the cloud provider?

There are 3 correct answers to this question.

A

Backing up and restoring, and recovering the database software

Tuning the database to run optimally on the underlying operating system, and hardware

Installing, configuring, and upgrading the operating system

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

What is a Core Data Services (CDS) association?

A

A relationship between entities

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

What is the SAP Business Application Studio user interface made up of?

A

Views

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

What can you set in a package.json file to configure a Multi-Target Application (MTA) project?

There are 2 correct answers to this question.

A

The version

The options of the deploy program

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

What can you do to personalize SAP Business Application Studio?

There are 2 correct answers to this question.

A

Customize its native functionalities.

Implement an open-source extension.

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

You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?

A

const cds = require(‘@sap/cds’)module.exports = cds.service.impl(function () { const {Supplier} = this.entities()this.on(‘each’,Supplier, row =>{ output.log(Read Supplier: ${row.ID})})})

HINT: this on and output.log is what to remember

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

You are asked to develop a UI application that can be used by a global audience. Which UI5 features can support this requirement?

There are 3 correct answers to this question.

A

Translation and internationalization

Extensibility concepts at code and application level

High contrast theme to aid visually impaired users

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

Which database features are typically NOT required by analytical applications that run on SAP HANA Cloud?

There are 2 correct answers to this question.

A

Pre-calculated aggregates

Indexes

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

What extension is created for the runtime object when using files under the data folder during the Build activity?

A

.hdbtabledata

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