Study Zone Test2 Flashcards

1
Q

How many administrators can be assigned to a global account?

A

1-n

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

What kind of request does the webhook send?

A

POST

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

What information does the SAP Destination service provide to your applications to connect to a remote service or system?

A

Technical information about the target resource

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

What are some principles of continuous integration?

A
  1. Automated builds
  2. Automated test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between entities and types?

A

Entities represent data, types describe properties of entity elements.

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

What does SAP Fiori elements use to generate the UI?

A
  1. Annotations in the OData service
  2. The entity definition of OData service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which dev space type should you select to extend SAP S/4HANA with a CAP project?

A

Full Stack Cloud Application

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

What are some SAP Fiori Elements floorplans?

A
  1. List Report
  2. Analytical List Page
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In a data models, are namespaces optional or mandatory

A

Optional

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

What is a rule of thumb for when to use namespaces in your models?

A

When your model names are unique

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

You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created?

A
  1. file package.json
  2. file manifest.yml
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

After you run the command cds add hana, which file is updated with requiered configuration?

A

package.json

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

Which service plan of the SAP BTP S/4HANA Cloud Extensibility service do you choose when you want to use the Business Partner API of your SAP S/4HANA Cloud system?

A

api-access

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

You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file?

A
  1. scopes
  2. role-templates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following can be used as a management tool for SAP BTP

A
  1. Cloud Foundry CLI
  2. SAP BTP CLI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the default identity provider for SAP BTP platform user?

A

SAP ID service

17
Q

What are some advantages of building an account model based on functional areas such Sales or IT?

A
  1. reduces maintenance and governance effort
  2. It increases scalability of the solution
18
Q

In Node.js, which statement do you use to create an exception?

A

throw

19
Q

What can you do to provide meaningful error messages to users in your CAP application?

A

Register an error handler

20
Q

Which of the following are benefits of SAP Business Application Studio?

A
  1. Acces to Visual Studio Code-compatible extensions
  2. Browser-based access
  3. Central administration
21
Q

What are standard events that CAP handles by default?

A
  1. CREATE
  2. READ
  3. UPDATE
22
Q

In SAP Business Application Studio, what is a dev space?

A

A pre-configured private development environment

23
Q

By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

A

xs-security.json

24
Q

Which of the following dev space types contains the Java extension by default?

A
  1. Full Stack Cloud Application
  2. SAP HANA Native Applicattion
25
Q

Which web browsers are officially supported in SAP Business Application Studio?

A
  1. Mozilla Firefox
  2. Google Chrome
26
Q

You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?

A

The stages of the failed job run

27
Q

Which of the following can be used as identity providers for SAB BTP applications?

A
  1. SAP Authorization and Trust Management Service
  2. Idnentity authentication tenant
28
Q
A
29
Q

To grant a user access to an application in SAP BTP subaccount, what must you assign to this user?

A

A role collection

30
Q

In CAP, which keyword is used to send events?

A

emit

31
Q

Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?

A

Cloud Foundry command line interface

32
Q

Where can you find APIs provided by SAP and SAP partners

A

SAP API Business Hub

33
Q

Which statements about YAML files are correct?

A
  1. YAML uses hashes: # for comments
  2. YAML uses whitespace identation for structuring purposes
34
Q

What does the .env file provide?

A

Values into the runtime environment of a CAP service

35
Q

What are some core principles of the dedsign philosophy of SAP Fiori?

A
  1. Coherent
  2. Role-based
  3. Adaptive
36
Q

What do you use to retrieve the on the repository?information about a change

A

A webhook

37
Q

Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?

A

FOREIGN_KEY_VIOLATION

38
Q

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

A

An line function passed to resukt of cds.content()

39
Q

In SAP Build Process Automation, what is a policy?

A

A collection of business rules