Study Zone Test1 Flashcards

1
Q

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment?

A
  1. Runs within the Cloud Foundry environment
  2. Is based on the latest ABAP platform cloud release.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When using namespaces, what does SAP recomended you use to construct names for namespaces?

A

Reverse domain names

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

A main lain in a source control management system can contain feature branches. Determine whether this statment is true or false.

A

TRUE

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

Wat is SAP FIORI?

A

A design languaje.

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

What is the relationship between YAML and JSON?

A

YAML is a superset of JSON

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

What are YAML files used for?

A

To describe data

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

What kind of offering is Cloud Foundry?

A

Platform as a Service (PaaS)

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

You use SAP Continous Integration Delivery for your CAP project. Where can you access the Webhook Event Receiver?

A

On the Repositories tab

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

Which file contains an app’s “declaration of security”?

A

xs-security.json

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

You are asked to add a User Interface to your CAP project as quickly as posible and without any unique fuctionalities. Which option do you choose?

A

SAP UI5 Elements

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

Which of the following SAP Fiori pages areas are mandatory?

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

Role collection of a subaccount are available in the global account. Determine whether this statement is true or false.

A

False

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

Which of the following are capabilities of the SAP Cloud Connector?

A
  1. Connecting an SAP S/4HANNA system with the SAP BTP
  2. Providing control over cloud to on-premise conncetion.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?

A

Full Stack Cloud Application

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

In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANNA system?

A

Maintain Extensions on SAP BTP

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

You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?

1

A

/app

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

What does the .env file provide?

A

Values into the runtime enviroment of a CAP service.

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

According to SAP CAP best practices, which error types should you NOT catch?

A
  1. Unexpected errors
  2. Rejections of promises
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

You want to use the SAP Cloud Connector to connect an SAP S/4HANNA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed?

A

In the on-premise network of the SAP S/4HANNA system

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

What is the reason to add UI annotations to your project?

A

To display colums and form fields.

21
Q

You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?

A

cds.Service

22
Q

In an SAP Business Application Studio project, what does the “cf push” command do?

A

It deploys the application modules defined in the manifest.yaml file into Cloud Foundry account.

23
Q

At which of the following levels can you assign entitlements?

A
  1. Global account
  2. Directory
24
Q

In the SAP BTP Cockpit, where can you assign role collections to user?

A

Security - Users

25
Role collections of a global account are available in a subaccount of this global account? Determine whether this statement is true or false
TRUE
26
Which of the following statements apply to Continuous Delivery?
1. The trigger for deployment to a productive system is a human decision. 2. Software is ready for deployment to a productive system all the time. 3. Deployment to a productive system is triggered automatically.
27
Which pattern do you use to register an avent handler?
srv.Q
28
Which tools can you use to manage the SAP BTP, Cloud Foundry environment?
1. SAP BTP Cockpit 2. DFC CLI
29
You have developed a risk service application in CAP. To which file must you add restrictions -@(restrict...) -to add autorizations to your service?
xs-security.js
30
You can use the credentials created in the SAP CI/CD service to:
1. Connect to a private GitHub repository 2. Deploy applications to the SAP BTP, Cloud Foundry environment
31
Which of the following benefits best describe the SAP BTP, Cloud foundry environment?
1. Integration of the SAP NetWeaver platform 2. Platform-managed application security patching and updates 3. Simplified developer experience for a business application development
32
Which of the following statements are correct?
1. YAML's foremost design goal is support for serializing arbitrary native data structures. 2. Each JASON file is a valid YAML file.
33
What is the standard health check time limit of a Cloud Foundry application?
60 seconds
34
What are some characteristics of ODATA?
1. OData builds on HTTP, AtombPub, and JASON using URIs to address and access data feed resources. 2. OData is RESTful.
35
You have create an SAP BTP subaccount and want to use Cloud Foundry, what is te correct order of the next steps?
Enable Cloud Foundry, Create Org, Create Space, Create quota plan
36
In your GIT system, you have set up a webhook for you SAP Continuous Integration Delivery pipeline. What kind of request does this webhook send to the specified payload URL?
POST request
37
What are some characteristics of JASON files?
1. JSON files are also valid YAML files 2. JASON files contain human-readable data
38
In your Git system, you have set up a webhook for you SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL?
1. A secret 2. A content type
39
In SAP Fiori, how are drafts used?
1. To prevent an object being edited by multiple users concurrently 2. To prevent data loss in case an app terminates unexpectedelly
40
JSON is based on which programming languaje?
JavaScript
41
What is SAP Fiori elements designed to do?
1. Drive UX consistency 2. Speed up development
42
Which identifier is used by the XSUAA service to distinguish applications and scopes?
xsappname
43
Whitin SAP CI/CD jobs you can:
1. Monitor the successful creation of your builds.
44
What is an Application Programming Interface (API)
A way for applications to interact with other applications.
45
What is the main idea behind SAP Fiori elements?
Generate SAP Fiori apps at runtime from an existing OData service.
46
You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection?
1. SAP Destination Service 2. SAP Connectivity Service
47
What does the source code management system use to trigger the CI server?
Webhooks
48
Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment?
1. Node.js 2. JAVA 3. Python